/*----------------------------------------------------

@File: Default Styles

@Author: SPONDON IT



This file contains the styling for the actual theme, this

is the file you need to edit to change the look of the

theme.

---------------------------------------------------- */



/*=====================================================================

@Template Name: HostHub Construction

@Developed By: Naim Lasker

Author E-mail: naimlasker@gmail.com



=====================================================================*/



/*----------------------------------------------------*/



/*font Variables*/



/*Color Variables*/



/*=================== fonts ====================*/



@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600");

@import url("https://fonts.googleapis.com/css?family=Tajawal:300,400,400i,500,600");





/*---------------------------------------------------- */



/* Medium Layout: 1280px */



/* Tablet Layout: 768px */



/* Mobile Layout: 320px */



/* Wide Mobile Layout: 480px */



/*---------------------------------------------------- */



/* line 1, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



:root::-webkit-scrollbar{

  display: none;

}



body.admin {

  line-height: 24px;

  font-size: 13px;

  font-family: var(--base_font);

  font-weight: 400;

  color: var(--text_color);

  background: url(../img/body-bg.jpg) no-repeat center;

  background-size: cover;

  background-position: center;

  background-attachment: fixed;

  background-position: top;

}



@media (max-width: 1199px) and (min-width: 992px) {

  /* line 1, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */

  body.admin {

    font-size: 11px;

    line-height: 22px;

  }

}



@-webkit-keyframes autofill {

  to {

    color: #828bb2;

    background: transparent;

  }

}



/* line 25, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



input:-webkit-autofill {

  -webkit-animation-name: autofill;

  -webkit-animation-fill-mode: both;

}



/* line 30, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: 500;

  color: var(--base_color);

  line-height: 1.5;

}



/* line 40, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



h1 {

  font-size: 22px;

}



/* line 43, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



h2 {

  font-size: 20px;

}



/* line 46, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



h3 {

  font-size: 18px;

}



/* line 49, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



h4 {

  font-size: 16px;

}



/* line 52, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



h5 {

  font-size: 14px;

}



/* line 55, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



h6 {

  font-size: 12px;

}



/* line 59, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.list {

  list-style: none;

  margin: 0px;

  padding: 0px;

}



/* line 65, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



a {

  text-decoration: none;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



/* line 68, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



a:hover,

a:focus {

  text-decoration: none;

  outline: none;

}



/* line 75, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



textarea {

  overflow: hidden;

  resize: none;

}



/* line 105, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



input.placeholder,

textarea.placeholder {

  position: relative;

  bottom: -5px;

}



/* line 108, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



input:-moz-placeholder,

textarea:-moz-placeholder {

  position: relative;

  bottom: -5px;

}



/* line 111, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



input::-moz-placeholder,

textarea::-moz-placeholder {

  position: relative;

  bottom: -5px;

}



/* line 114, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

  position: relative;

  bottom: -5px;

}



/* line 87, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



button:focus {

  outline: none;

  box-shadow: none;

}



/* line 93, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.transparent-color {

  background: transparent !important;

}



/* line 98, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.primary-color {

  color: var(--base_color);

}



/* line 101, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.primary-color2 {

  color: var(--gradient_1);

}



/* line 104, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.black-color {

  color: #000000;

}



/* line 107, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.text-color {

  color: #828bb2;

}



/* line 111, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.exam-bg {

  background: rgba(130, 139, 178, 0.3);

}



/* line 116, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.fw-400 {

  font-weight: 400;

}



/* line 119, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.fw-500 {

  font-weight: 500;

}



/* line 122, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.fw-600 {

  font-weight: 600;

}



/* line 127, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.fs-12 {

  font-size: 12px;

}



/* line 132, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mb-10 {

  margin-bottom: 10px;

}



/* line 135, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mb-15 {

  margin-bottom: 15px;

}



/* line 138, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mb-20 {

  margin-bottom: 20px;

}



/* line 141, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mb-25 {

  margin-bottom: 25px;

}



/* line 144, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mb-30 {

  margin-bottom: 30px;

}



/* line 147, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mb-35 {

  margin-bottom: 35px;

}



/* line 150, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mb-40 {

  margin-bottom: 40px;

}



/* line 153, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mb-45 {

  margin-bottom: 45px;

}



/* line 156, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mb-50 {

  margin-bottom: 50px;

}



/* line 161, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.ml-10 {

  margin-left: 10px;

}



/* line 164, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.ml-15 {

  margin-left: 15px;

}



/* line 167, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.ml-20 {

  margin-left: 20px;

}



/* line 170, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.ml-25 {

  margin-left: 25px;

}



/* line 173, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.ml-30 {

  margin-left: 30px;

}



/* line 176, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.ml-35 {

  margin-left: 35px;

}



/* line 179, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.ml-40 {

  margin-left: 40px;

}



/* line 182, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.ml-45 {

  margin-left: 45px;

}



/* line 185, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.ml-50 {

  margin-left: 50px;

}



/* line 190, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mr-10 {

  margin-right: 10px;

}



/* line 193, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mr-15 {

  margin-right: 15px;

}



/* line 196, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mr-20 {

  margin-right: 20px;

}



/* line 199, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mr-25 {

  margin-right: 25px;

}



/* line 202, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mr-30 {

  margin-right: 30px;

}



/* line 205, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mr-35 {

  margin-right: 35px;

}



/* line 208, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mr-40 {

  margin-right: 40px;

}



/* line 211, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mr-45 {

  margin-right: 45px;

}



/* line 214, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mr-50 {

  margin-right: 50px;

}



/* line 217, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mr-75 {

  margin-right: 75px;

}



/* line 222, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mt--48 {

  margin-top: -48px;

}



/* line 225, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mt-10 {

  margin-top: 10px;

}



/* line 228, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mt-15 {

  margin-top: 15px;

}



/* line 231, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mt-20 {

  margin-top: 20px;

}



/* line 234, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mt-25 {

  margin-top: 25px;

}



/* line 237, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mt-30 {

  margin-top: 30px;

}



/* line 240, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mt-35 {

  margin-top: 35px;

}



/* line 243, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mt-40 {

  margin-top: 40px;

}



/* line 246, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mt-45 {

  margin-top: 45px;

}



/* line 249, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mt-50 {

  margin-top: 50px;

}



/* line 252, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.mt-80 {

  margin-top: 80px;

}



/* line 257, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pb-7 {

  padding-bottom: 7px !important;

}



/* line 260, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pb-10 {

  padding-bottom: 10px !important;

}



/* line 263, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pb-20 {

  padding-bottom: 20px !important;

}



/* line 266, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pb-30 {

  padding-bottom: 30px !important;

}



/* line 269, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pb-40 {

  padding-bottom: 40px !important;

}



/* line 272, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pb-50 {

  padding-bottom: 50px !important;

}



/* line 275, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pb-120 {

  padding-bottom: 120px !important;

}



/* line 280, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pl-10 {

  padding-left: 10px;

}



/* line 283, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pl-20 {

  padding-left: 20px;

}



/* line 286, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pl-30 {

  padding-left: 30px;

}



/* line 289, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pl-35 {

  padding-left: 35px;

}



/* line 292, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pl-40 {

  padding-left: 40px;

}



/* line 295, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pl-50 {

  padding-left: 50px;

}



/* line 300, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pv-10 {

  padding-top: 10px;

  padding-bottom: 10px;

}



/* line 306, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pr-30 {

  padding-right: 30px;

}



/* line 310, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pt-10 {

  padding-top: 10px;

}



/* line 313, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pt-20 {

  padding-top: 20px;

}



/* line 316, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.pt-30 {

  padding-top: 30px;

}



/* line 321, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_reset.scss */



.p-h-20 {

  padding: 0px 16px;

}



/*---------------------------------------------------- */



@media (max-width: 991px) {

  /* line 2, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_responsive.scss */

  .mb-20-lg {

    margin-bottom: 20px;

  }

  /* line 5, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_responsive.scss */

  .mb-30-lg {

    margin-bottom: 30px;

  }

  /* line 8, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_responsive.scss */

  .mt-20-lg {

    margin-top: 20px;

  }

  /* line 11, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_responsive.scss */

  .mt-30-lg {

    margin-top: 30px;

  }

}



@media (max-width: 767px) {

  /* line 17, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_responsive.scss */

  .mt-30-md {

    margin-top: 30px;

  }

  /* line 20, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_responsive.scss */

  .mt-30-md {

    margin-top: 30px;

  }

  /* line 23, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_responsive.scss */

  .mt-50-md {

    margin-top: 50px;

  }

}



/*---------------------------------------------------- */



/* Start Boxes Area css

============================================================================================ */



/* line 3, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.white-box {

  background: var(--bg_white);

  padding: 40px 30px;

  border-radius: 10px;

  box-shadow: var(--box_shadow);

}



@media (max-width: 1300px) and (min-width: 992px) {

  /* line 3, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */

  .white-box {

    padding: 30px 15px;

  }

}



/* line 11, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.white-box.single-summery {

  padding: 21px 30px;

  position: relative;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 15, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.white-box.single-summery:before,

.white-box.single-summery:after {

  content: "";

  background: transparent;

  min-height: 100px;

  width: 100%;

  position: absolute;

  left: 0px;

  top: 0px;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



@media (max-width: 1440px) and (min-width: 992px) {

  /* line 26, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */

  .white-box.single-summery .d-flex {

    -ms-flex-direction: column !important;

    flex-direction: column !important;

  }

}



/* line 32, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.white-box.single-summery h3,

.white-box.single-summery p,

.white-box.single-summery h1 {

  position: relative;

  z-index: 99;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



@media (max-width: 1480px) and (min-width: 992px) {

  /* line 39, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */

  .white-box.single-summery h1 {

    margin-top: 6px;

  }

}



/* line 44, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.white-box.single-summery p {

  color: #828bb2;

}



/* line 47, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.white-box.single-summery:hover {

  background: -webkit-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: -moz-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: -o-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  box-shadow: 0px 10px 30px rgba(108, 39, 255, 0.3);

  background-size: 100% 100%;

  

}





/* line 51, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.white-box.single-summery:hover:before {

  background: url(../img/summery-bg2.png) no-repeat center;

  top: 8px;

}



/* line 55, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.white-box.single-summery:hover:after {

  background: url(../img/summery-bg3.png) no-repeat center;

  top: 16px;

}



/* line 59, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.white-box.single-summery:hover h3,

.white-box.single-summery:hover p,

.white-box.single-summery:hover h1 {

  color: #ffffff;

  -webkit-text-fill-color: #ffffff;

}



/* line 67, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.white-box.radius-t-y-0 {

  border-radius: 0px 0px 10px 10px;

}



/* End Boxes Area css

============================================================================================ */



/* line 74, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.table thead th {

  color: var(--base_color);

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

  border-top: 0px;

  padding: 12px 12px 12px 0px;

}



/* line 83, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.table tbody td {

  padding: 20px 18px 20px 0px;

}



/* line 90, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.no-search .dataTables_filter > label {

  display: none;

}



/* line 95, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.no-paginate .dataTables_wrapper .dataTables_paginate {

  display: none;

}



/* line 100, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.no-table-info .dataTables_wrapper .dataTables_info {

  display: none;

}



/* line 106, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table .dropdown .dropdown-toggle {

  background: transparent;

  color: var(--base_color);

  font-size: 13px;

  font-weight: 500;

  border: 1px solid var(--border_color);

  border-radius: 32px;

  padding: 5px 20px;

  text-transform: uppercase;

  overflow: hidden;

  -webkit-transition: all 0.15s ease-in-out;

  -moz-transition: all 0.15s ease-in-out;

  -o-transition: all 0.15s ease-in-out;

  transition: all 0.15s ease-in-out;

}



/* line 117, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table .dropdown .dropdown-toggle:focus {

  box-shadow: none;

}



/* line 120, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table .dropdown .dropdown-toggle:hover,

.school-table .dropdown .dropdown-toggle:focus {

  color: #ffffff;

  border: 1px solid transparent;

}



/* line 127, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table .dropdown .dropdown-toggle:after {

  content: "\e62a";

  font-family: "themify";

  border: none;

  border-top: 0px;

  font-size: 10px;

  position: relative;

  top: 3px;

  left: 0;

  font-weight: 600;

  -webkit-transition: all 0.15s ease-in-out;

  -moz-transition: all 0.15s ease-in-out;

  -o-transition: all 0.15s ease-in-out;

  transition: all 0.15s ease-in-out;

}



/* line 140, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table .dropdown .dropdown-menu {

  border-radius: 5px 5px 10px 10px;

  border: 0px;

  padding: 15px 0px;

}



/* line 145, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table .dropdown .dropdown-menu .dropdown-item {

  color: #828bb2;

  text-align: right;

  font-size: 12px;

  padding: 4px 1.5rem;

  text-transform: uppercase;

  cursor: pointer;

  -webkit-transition: all 0.15s ease-in-out;

  -moz-transition: all 0.15s ease-in-out;

  -o-transition: all 0.15s ease-in-out;

  transition: all 0.15s ease-in-out;

}



/* line 153, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table .dropdown .dropdown-menu .dropdown-item:hover {

  color: var(--base_color);

}



/* line 156, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table .dropdown .dropdown-menu .dropdown-item:active {

  background: transparent;

  color: var(--base_color);

}



/* line 164, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table .dropdown.show .dropdown-toggle:after {

  top: 16px;

  left: 8px;

  -webkit-transform: rotate(180deg);

  -moz-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  -o-transform: rotate(180deg);

  transform: rotate(180deg);

  -webkit-transition: all 0.15s ease-in-out;

  -moz-transition: all 0.15s ease-in-out;

  -o-transition: all 0.15s ease-in-out;

  transition: all 0.15s ease-in-out;

}



/* line 177, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.modal .modal-dialog.large-modal {

  max-width: 1050px;

}



/* line 180, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.modal .modal-dialog.full-width-modal {

  min-width: 90%;

}



/* line 186, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.modal-content {

  border: 0;

}



/* line 188, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.modal-content .modal-header {

  background: url(../img/modal-header-bg.png) no-repeat center;

  background-size: cover;

  border-radius: 5px 5px 0px 0px;

  border: 0;

  padding: 33px 40px;

}



/* line 194, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.modal-content .modal-header .modal-title {

  font-size: 18px;

  color: #ffffff;

}



/* line 198, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.modal-content .modal-header .close {

  color: #ffffff;

  opacity: 1;

  margin: 0;

  padding: 0;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 204, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.modal-content .modal-header .close:hover {

  opacity: 0.7;

}



/* line 209, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.modal-content .modal-body {

  padding: 40px 50px;

}



/* line 212, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.modal-content table.dataTable {

  padding: 0px;

}



/* line 215, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.modal-content .dataTables_filter > label {

  top: -60px;

}



/* line 220, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.radio-label {

  display: inline-block;

  color: var(--base_color);

}



@media (max-width: 1280px) and (min-width: 992px) {

  /* line 224, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */

  .radio-btn-flex {

    -ms-flex-direction: column;

    flex-direction: column;

  }

  /* line 228, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */

  .radio-btn-flex .mr-30 {

    margin-bottom: 15px;

  }

}



@media (max-width: 359px) {

  /* line 224, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */

  .radio-btn-flex {

    -ms-flex-direction: column;

    flex-direction: column;

  }

  /* line 235, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */

  .radio-btn-flex .mr-30 {

    margin-bottom: 15px;

  }

}



/* hide input */



/* line 241, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



/* line 268, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.bootstrap-datetimepicker-widget table td {

  width: 62px;

}



/* line 270, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.bootstrap-datetimepicker-widget table td.hour,

.bootstrap-datetimepicker-widget table td.minute {

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 280, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up,

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down {

  position: relative;

  width: 30px;

  height: 30px;

  line-height: 28px;

}



/* line 286, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:after,

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:after {

  display: inline-block;

  font-family: "themify";

  font-size: 12px;

  color: var(--base_color);

  border: 1px solid var(--border_color);

  border-radius: 40px;

  width: 30px;

  background: transparent;

  box-shadow: none;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 307, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:after {

  content: "\e627";

}



/* line 312, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:after {

  content: "\e62a";

}



/* line 316, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.bootstrap-datetimepicker-widget table td span.timepicker-hour,

.bootstrap-datetimepicker-widget table td span.timepicker-minute {

  border: 1px solid var(--border_color);

  background: transparent;

  color: var(--base_color);

  border-radius: 10px;

  height: 80px;

  line-height: 80px;

  width: 60px;

  font-size: 13px;

}



/* line 328, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.bootstrap-datetimepicker-widget table td.separator {

  display: none;

}



/* line 331, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.bootstrap-datetimepicker-widget table td .btn.btn-primary {

  color: var(--base_color);

  font-size: 13px;

  font-weight: 600;

  border: 1px solid var(--border_color);

  padding: 29px 19px;

}



/* line 337, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.bootstrap-datetimepicker-widget table td .btn.btn-primary:hover {

  background: transparent;

  color: var(--base_color);

}



/* line 346, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.datepicker {

  padding: 30px 25px;

}



/* line 348, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.datepicker.dropdown-menu {

  border: 0;

}



/* line 351, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.datepicker.dropdown-menu td {

  padding: 10px 12.5px;

}



/* line 354, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.datepicker.dropdown-menu th,

.datepicker.dropdown-menu td {

  color: #828bb2;

}



/* line 359, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.datepicker .datepicker thead tr:first-child th,

.datepicker .datepicker tfoot tr th {

  cursor: pointer;

  border-radius: 20px;

  font-size: 12px;

}



/* line 365, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.datepicker table tr td {

  border-radius: 20px;

}



/* line 374, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.datepicker table tr td.day {

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 376, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.datepicker table tr td.day:hover {

  border-radius: 20px;

}



/* line 385, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.datepicker thead tr:first-child th {

  position: relative;

}



/* line 387, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.datepicker thead tr:first-child th:after {

  content: "";

  position: absolute;

  left: 0px;

  top: 0px;

  z-index: -1;

  width: 99%;

  height: 100%;

  border-radius: 50px;

  border: 1px solid var(--border_color);

}



/* line 408, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */





/* toggle on */



/* line 423, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */







/* line 434, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */





/* line 450, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.dropdown-menu.top {

  display: block;

}



/* line 454, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.ripple {

  width: 0;

  height: 0;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.4);

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);

  position: absolute;

  opacity: 1;

}



/* line 463, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.rippleEffect {

  -webkit-animation: rippleDrop 0.6s linear;

  -moz-animation: rippleDrop 0.6s linear;

  -o-animation: rippleDrop 0.6s linear;

  animation: rippleDrop 0.6s linear;

}



@-webkit-keyframes rippleDrop {

  100% {

    -webkit-transform: scale(5);

    -moz-transform: scale(5);

    -ms-transform: scale(5);

    -o-transform: scale(5);

    transform: scale(5);

    opacity: 0;

  }

}



@-moz-keyframes rippleDrop {

  100% {

    -webkit-transform: scale(5);

    -moz-transform: scale(5);

    -ms-transform: scale(5);

    -o-transform: scale(5);

    transform: scale(5);

    opacity: 0;

  }

}



@-o-keyframes rippleDrop {

  100% {

    -webkit-transform: scale(5);

    -moz-transform: scale(5);

    -ms-transform: scale(5);

    -o-transform: scale(5);

    transform: scale(5);

    opacity: 0;

  }

}



@keyframes rippleDrop {

  100% {

    -webkit-transform: scale(5);

    -moz-transform: scale(5);

    -ms-transform: scale(5);

    -o-transform: scale(5);

    transform: scale(5);

    opacity: 0;

  }

}



/* line 474, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.invalid-feedback {

  margin-top: -24px;

}



/* line 476, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.invalid-feedback strong {

  position: relative;

  top: 22px;

  font-weight: 500;

}



/* line 482, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.invalid-feedback.invalid-select strong {

  top: 58px;

}



/* line 490, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.sms-breadcrumb.white-box {

  padding: 12px 30px;

}



@media (max-width: 1300px) and (min-width: 992px) {

  /* line 490, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */

  .sms-breadcrumb.white-box {

    padding: 12px 15px;

  }

}



/* line 496, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.sms-breadcrumb .row.justify-content-between {

  -ms-flex-align: center;

  align-items: center;

}



/* line 500, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.sms-breadcrumb h1 {

  font-size: 18px;

  margin-bottom: 0;

  color: var(--base_color);

}



/* line 506, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.sms-breadcrumb .bc-pages a {

  display: inline-block;

  color: var(--text_color);

  font-size: 13px;

  position: relative;

  margin-right: 28px;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 513, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.sms-breadcrumb .bc-pages a:after {

  content: "|";

  color: #828bb2;

  font-size: 13px;

  position: absolute;

  top: 0;

  right: -16px;

}



/* line 521, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.sms-breadcrumb .bc-pages a:last-child {

  margin-right: 0px;

  color: var(--base_color);

}



/* line 524, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.sms-breadcrumb .bc-pages a:last-child:after {

  content: none;

}



/* line 528, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.sms-breadcrumb .bc-pages a:hover {

  color: var(--gradient_1);

}



/* line 536, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.main-wrapper .fstElement {

  width: 90%;

}



/* line 538, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.main-wrapper .fstElement .fstControls {

  width: auto;

}



/* line 541, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.main-wrapper .fstElement .fstChoiceItem {

  padding: 4px 16px 4px 20px;

  background: #828bb2;

  border: none;

  font-size: 13px;

  text-transform: capitalize;

  margin: 1px 5px 5px 0px;

}



/* line 550, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.main-wrapper .fstResults {

  max-height: 250px;

}



/* line 552, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.main-wrapper .fstResults .fstResultItem {

  font-size: 14px;

  padding: 5px 10px;

  background: #ffffff;

  border-top: 1px solid #828bb2;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 558, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.main-wrapper .fstResults .fstResultItem:hover,

.main-wrapper .fstResults .fstResultItem.fstSelected {

  color: #828bb2;

}



/* line 562, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.main-wrapper .fstResults .fstResultItem.fstSelected {

  border-color: #828bb2;

}



/* line 570, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.custom-table th {

  font-size: 12px;

  text-transform: uppercase;

}



/* line 574, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.custom-table th,

.custom-table td {

  border-bottom: 1px solid rgba(130, 139, 178, 0.3);

  padding: 5px 0px;

}



/* line 583, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.pagination .page-link {

  padding: 6px 0;

  width: 30px;

  text-align: center;

  color: #828bb2;

  font-size: 12px;

  margin-right: 5px;

  border-radius: 5px;

  border: 0px;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 593, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.pagination .page-link:hover {

  color: #ffffff;

}



/* line 601, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table-style {

  background: var(--bg_white);

  padding: 40px 30px;

  border-radius: 10px;

  margin: 0 auto;

  clear: both;

  border-collapse: separate;

  border-spacing: 0;

}



/* line 612, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table-style tr:first-child td {

  border-top: 0px;

}



/* line 616, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table-style tr th {

  text-transform: uppercase;

  font-size: 12px;

  color: var(--base_color);

  font-weight: 600;

  padding: 10px 18px 10px 0px;

  border-bottom: 1px solid rgba(130, 139, 178, 0.3);

}



/* line 624, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table-style tr td {

  padding: 20px 10px 20px 0px;

  border-top: 1px solid rgba(130, 139, 178, 0.15);

}



/* line 631, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.school-table-style tfoot tr td {

  border-top: 1px solid rgba(130, 139, 178, 0.15) !important;

}



/* line 638, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.single-to-do {

  margin-bottom: 15px;

}



/* line 640, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.single-to-do:last-of-type {

  margin-bottom: 0;

}



/* line 643, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.single-to-do p {

  margin-bottom: 0px;

}



/* line 646, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.single-to-do label {

  display: block;

}



/* line 652, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.common-calendar .fc .fc-button-group > * {

  display: block;

}



/* line 655, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.common-calendar .fc-basic-view .fc-body .fc-row {

  height: 95px !important;

}



/* line 658, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.common-calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {

  float: left;

}



/* line 665, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.common-calendar .fc-day.fc-widget-content.fc-today {

  background: #828bb2;

}



/* line 668, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.common-calendar .fc-day-top.fc-today .fc-day-number {

  color: #ffffff;

}



/* line 671, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.common-calendar .fc-state-default.fc-corner-left,

.common-calendar .fc-button.fc-state-default {

  color: var(--base_color);

  border: 1px solid var(--border_color);

  background: transparent;

  border-radius: 30px;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 678, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.common-calendar .fc-state-default.fc-corner-left:hover,

.common-calendar .fc-button.fc-state-default:hover {

  color: #ffffff;

  border: 1px solid transparent;

}



/* line 688, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.morris-hover {

  position: absolute;

  z-index: 1000;

}



/* line 692, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.morris-hover.morris-default-style {

  border-radius: 10px;

  padding: 6px;

  color: var(--base_color);

  background: #ffffff;

  border: 1px solid #c738d8;

  font-family: var(--base_font);

  font-size: 12px;

  text-align: center;

}



/* line 702, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.morris-hover.morris-default-style .morris-hover-row-label {

  font-weight: bold;

  margin: 0.25em 0;

}



/* line 706, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_component.scss */



.morris-hover.morris-default-style .morris-hover-point {

  white-space: nowrap;

  margin: 0.1em 0;

}



/*---------------------------------------------------- */



/* Main Content Area css

============================================================================================ */



/* line 4, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.main-wrapper {

  display: flex;

  width: 100%;

  align-items: stretch;

  /* Track */

  /* Handle */

  /* Handle on hover */

}



/* line 8, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.main-wrapper ::-webkit-scrollbar {

  width: 5px;

  height: 5px;

}



/* line 13, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.main-wrapper ::-webkit-scrollbar-track {

  box-shadow: inset 0 0 5px grey;

  border-radius: 10px;

}



/* line 19, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.main-wrapper ::-webkit-scrollbar-thumb {

  background: var(--scroll_color);

  border-radius: 10px;

}



/* line 25, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.main-wrapper ::-webkit-scrollbar-thumb:hover {

  background: var(--scroll_color);

}



/* line 30, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.overlay {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

}



/* line 38, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.common-box-shadow,

.school-table .dropdown .dropdown-toggle:hover,

.school-table .dropdown .dropdown-toggle:focus,

.school-table .dropdown .dropdown-menu,

.bootstrap-datetimepicker-widget table td.hour:hover,

.bootstrap-datetimepicker-widget table td.minute:hover,

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:hover:after,

.bootstrap-datetimepicker-widget

  table

  td

  span.glyphicon-chevron-down:hover:after,

.datepicker.dropdown-menu,

.datepicker table tr td.active.day,

.datepicker table tr td.day:hover,

.datepicker thead tr:first-child th:hover,

.pagination .page-link:hover,

.common-calendar .fc-month-view .fc-day.fc-widget-content.fc-today,

.common-calendar .fc-state-default.fc-corner-left:hover,

.common-calendar .fc-button.fc-state-default:hover,

.primary-btn:hover,

.primary-btn.fix-gr-bg:hover,

.nice-select .list,

.sms-accordion .card,

.admin .navbar .right-navbar .dropdown .badge,

.single-cms-box:hover .single-cms {

  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);

}



/* line 42, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.bb-15 {

  border-bottom: 1px solid rgba(65, 80, 148, 0.15);

}



/* line 46, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.white-text,

.bootstrap-datetimepicker-widget table td.hour:hover,

.bootstrap-datetimepicker-widget table td.minute:hover,

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:hover:after,

.bootstrap-datetimepicker-widget

  table

  td

  span.glyphicon-chevron-down:hover:after,

.datepicker table tr td.active.day,

.datepicker table tr td.day:hover,

.datepicker thead tr:first-child th:hover {

  color: #ffffff;

}



/* line 50, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.img-100 {

  max-width: 100px;

  max-height: 115px;

  height: auto;

  border-radius: 6px;

}



/* line 56, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.img-180 {

  max-width: 180px;

  max-height: 180px;

  height: auto;

}



/* line 62, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



#main-content {

  width: 100%;

  padding: 30px;

  margin-left: 15%;

  min-height: 100vh;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



@media (max-width: 1370px) {

  /* line 62, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */

  #main-content {

    margin-left: 20%;

    padding: 30px 15px;

  }

  .footer-area {

    margin-left: 20%;

  }

  .footer-area {

    width: calc(100% - 20%);

  }

}



@media (max-width: 991px) {

  /* line 62, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */

  #main-content {

    margin-left: 0;

    margin-top: 50px;

  }

  .footer-area {

    margin-left: 0;

    width: 100%;

  }

}



@media (max-width: 575px) {

  /* line 62, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */

  #main-content {

    padding: 15px;

  }

}



.footer-area {

  width: calc(100% - 15%);

  margin-left: 15%;

}

/* Main Content Area css

============================================================================================ */



/* Main Title Area css

============================================================================================ */



/* line 88, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.main-title h3 {

  color: var(--title_color);

  line-height: 1;

}



/* End Main Title Area css

============================================================================================ */



/* Start Gradient Area css

============================================================================================ */



/* line 100, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.gradient-bg,

.school-table .dropdown .dropdown-toggle:hover,

.school-table .dropdown .dropdown-toggle:focus,

.bootstrap-datetimepicker-widget table td.hour:hover,

.bootstrap-datetimepicker-widget table td.minute:hover,

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:hover:after,

.bootstrap-datetimepicker-widget

  table

  td

  span.glyphicon-chevron-down:hover:after,

.datepicker table tr td.active.day,

.datepicker table tr td.day:hover,

.datepicker thead tr:first-child th:hover,

.pagination .page-link:hover,

.common-calendar .fc-month-view .fc-day.fc-widget-content.fc-today,

.common-calendar .fc-state-default.fc-corner-left:hover,

.common-calendar .fc-button.fc-state-default:hover,

.primary-btn.white:hover,

.nice-select.tr-bg:hover,

.admin .navbar .right-navbar .dropdown .badge,

.admin .navbar .right-navbar .dropdown .primary-btn,

.student-activities .single-activity .title:before,

.single-cms-box:hover .single-cms .overlay,

.client .events-item:hover .card .card-body .date,

.client.light .overview-area .nav-tabs .nav-link:hover,

.client.light .overview-area .nav-tabs .nav-link.active,

.client.color .overview-area .nav-tabs .nav-link:hover,

.client.color .overview-area .nav-tabs .nav-link.active {

  background: -webkit-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: -moz-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: -o-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

}



/* line 104, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.border-gradient {

  border-image: -webkit-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  border-image: -moz-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  border-image: -o-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  border-image: linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

}



/* line 108, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.gradient-bg2 {

  background: -webkit-linear-gradient(90deg, var(--base_color) 0%, var(--gradient_1) 100%);

  background: -moz-linear-gradient(90deg, var(--base_color) 0%, var(--gradient_1) 100%);

  background: -o-linear-gradient(90deg, var(--base_color) 0%, var(--gradient_1) 100%);

  background: linear-gradient(90deg, var(--base_color) 0%, var(--gradient_1) 100%);

}



/* line 112, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.gradient-color {

  background: -webkit-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: -moz-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: -o-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}



/* line 118, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.gradient-color2 {

  background: -webkit-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: -moz-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: -o-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  background: linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}



/* End Gradient Area css

============================================================================================ */



/* line 126, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.btn-success {

  font-size: 12px;

}



/* line 129, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn {

  display: inline-block;

  color: var(--base_color);

  letter-spacing: 1px;

  font-family: var(--base_font);

  font-size: 12px;

  font-weight: 500;

  line-height: 40px;

  padding: 0px 20px;

  outline: none !important;

  text-align: center;

  cursor: pointer;

  text-transform: uppercase;

  border: 0;

  border-radius: 5px;

  position: relative;

  overflow: hidden;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 147, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.form-control {

  background: transparent;

}



/* line 150, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn label {

  margin-bottom: 0px;

}



/* line 153, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn .common-checkbox:checked + label:before {

  color: #ffffff;

  top: -13px;

}



/* line 157, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn .common-checkbox + label:before {

  border: 1px solid #ffffff;

  top: -13px;

}



/* line 161, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn span {

  font-weight: 600;

}



/* line 163, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn span.pl {

  padding-left: 8px;

}



/* line 166, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn span.pr {

  padding-right: 8px;

}



/* line 173, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.small {

  letter-spacing: 1px;

  line-height: 30px;

  border-radius: 50px;

  font-weight: 600;

}



/* line 178, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.small:hover {

  color: var(--base_color);

}



/* line 182, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.medium {

  line-height: 38px !important;

}



/* line 185, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.semi-large {

  line-height: 48px !important;

}



/* line 188, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.large {

  letter-spacing: 1px;

  line-height: 60px;

  border-radius: 5px;

  font-weight: 600;

  font-size: 24px;

}



/* line 194, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.large:hover {

  color: var(--base_color);

}



/* line 198, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.fix-gr-bg {

  background: -webkit-linear-gradient(

    90deg,

    var(--gradient_1) 0%,

    var(--gradient_2) 51%,

    var(--gradient_3) 100%

  );

  background: -moz-linear-gradient(

    90deg,

    var(--gradient_1) 0%,

    var(--gradient_2) 51%,

    var(--gradient_3) 100%

  );

  background: -o-linear-gradient(90deg, var(--gradient_1) 0%,  var(--gradient_2) 51%, var(--gradient_3) 100%);

  background: -ms-linear-gradient(90deg, var(--gradient_1) 0%,  var(--gradient_2) 51%, var(--gradient_3) 100%);

  background: linear-gradient(90deg, var(--gradient_1) 0%,  var(--gradient_2) 51%, var(--gradient_3) 100%);

  color: #ffffff;

  background-size: 200% auto;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}





/* line 207, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.fix-gr-bg:hover {

  background-position: right center;

  color: #ffffff;

}



/* line 213, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.white {

  background: var(--bg_white);

}



/* line 215, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.white:hover {

  color: #ffffff;

}



/* line 220, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.tr-bg {

  background: transparent;

  border: 1px solid var(--border_color);

  line-height: 28px;

}



/* line 225, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.bord-rad {

  border-radius: 30px;

}



/* line 228, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-btn.icon-only {

  padding: 0 9px;

  width: 30px;

  height: 30px;

  line-height: 30px;

  border-radius: 50px;

}



/* Start Primary Input Area css

============================================================================================ */



/* line 241, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.input-right-icon button {

  background: transparent;

  border: 0;

  display: inline-block;

  cursor: pointer;

  margin-left: -38px;

  position: relative;

  z-index: 999;

}



/* line 249, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.input-right-icon button.primary-btn-small-input {

  margin-left: -95px;

  padding: 0;

}



/* line 255, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.input-right-icon button i {

  position: relative;

  top: 12px;

}



/* line 262, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.input-effect {

  float: left;

  width: 100%;

  position: relative;

}



/* line 268, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-input {

  color: var(--base_color);

  font-size: 13px;

  width: 100%;

  border: 0;

  padding: 4px 0;

  border-bottom: 1px solid rgba(130, 139, 178, 0.3);

  background-color: transparent;

  padding-bottom: 8px;

  position: relative;

  border-radius: 0px;

  z-index: 99;

}



/* line 280, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-input ~ .focus-border {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 0;

  height: 2px;

  background-color: var(--gradient_1);

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}



/* line 289, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-input ~ label {

  position: absolute;

  left: 0px;

  width: 100%;

  top: 13px;

  color: #828bb2;

  z-index: 1;

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

  margin-bottom: 0;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 105, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.primary-input.placeholder {

  color: #828bb2;

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

}



/* line 108, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.primary-input:-moz-placeholder {

  color: #828bb2;

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

}



/* line 111, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.primary-input::-moz-placeholder {

  color: #828bb2;

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

}



/* line 114, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.primary-input::-webkit-input-placeholder {

  color: #828bb2;

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

}



/* line 308, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-input:focus {

  color: var(--base_color) !important;

  outline: none !important;

  box-shadow: none !important;

  background: transparent !important;

  border-color: transparent !important;

}



/* line 315, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-input.form-control[readonly] {

  background: transparent;

}



/* line 318, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-input.form-control.is-invalid {

  border-color: transparent;

  border-bottom: 1px solid rgba(130, 139, 178, 0.3);

}



/* line 330, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



textarea.primary-input {

  padding: 10px 0px 0px 0;

}



/* line 333, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.form-control:focus {

  border-color: rgba(130, 139, 178, 0.3) !important;

  box-shadow: none !important;

}



/* line 338, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-input:focus ~ .focus-border,

.has-content.primary-input ~ .focus-border {

  width: 100%;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}



/* line 344, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.primary-input:focus ~ label,

.primary-input.read-only-input ~ label,

.has-content.primary-input ~ label {

  top: -14px;

  font-size: 11px;

  color: rgba(130, 139, 178, 0.8);

  text-transform: capitalize;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* End Primary Input Area css

============================================================================================ */



/* Start Primary Checkbox Area css

============================================================================================ */



/* line 360, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.common-checkbox + label {

  display: block;

  cursor: pointer;

}



/* line 365, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.common-checkbox {

  display: none;

}



/* line 369, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.common-checkbox + label:before {

  content: "";

  border: 1px solid var(--base_color);

  border-radius: 2px;

  display: inline-block;

  font-size: 12px;

  font-weight: 600;

  width: 14px;

  height: 14px;

  line-height: 15px;

  padding-left: 0px;

  margin-right: 14px;

  vertical-align: bottom;

  color: transparent;

  position: relative;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 388, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.common-checkbox + label:active:before {

  transform: scale(0);

}



/* line 392, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.common-checkbox:checked + label:before {

  content: "\e64d";

  border: 0px;

  font-family: "themify";

  border-radius: 2px;

  display: inline-block;

  font-size: 16px;

  font-weight: 600;

  width: 14px;

  height: 14px;

  line-height: 15px;

  padding-left: 0px;

  margin-right: 14px;

  vertical-align: bottom;

  color: var(--base_color);

  position: relative;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 412, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.common-checkbox:disabled + label:before {

  transform: scale(1);

  border-color: #828bb2;

}



/* line 417, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.common-checkbox:checked:disabled + label:before {

  transform: scale(1);

  background-color: #bfb;

  border-color: #bfb;

}



/* End Primary Checkbox Area css

============================================================================================ */



/* line 426, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.niceSelect {

  border: 0px;

  border-bottom: 1px solid rgba(130, 139, 178, 0.3);

  border-radius: 0px;

  -webkit-appearance: none;

  -moz-appearance: none;

  color: var(--text_color);

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

  padding: 0;

  background: transparent;

}



.niceSelect1 {

  border: 0px;

  border-bottom: 1px solid rgba(130, 139, 178, 0.3);

  border-radius: 0px;

  -webkit-appearance: none;

  -moz-appearance: none;

  color: #828bb2;

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

  padding: 0;

  background: transparent;

}



/* line 440, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select {

  border: 0;

  border-radius: 0px;

  padding-left: 0;

  padding-right: 30px;

}



/* line 445, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select:after {

  content: "\e62a";

  font-family: "themify";

  border: 0;

  transform: rotate(0deg);

  margin-top: -16px;

  font-size: 12px;

  font-weight: 500;

  right: 18px;

  transform-origin: none;

  -webkit-transition: all 0.1s ease-in-out;

  -moz-transition: all 0.1s ease-in-out;

  -o-transition: all 0.1s ease-in-out;

  transition: all 0.1s ease-in-out;

}



/* line 457, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select:focus {

  box-shadow: none;

}



/* line 461, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.open:after {

  -webkit-transform: rotate(180deg);

  -moz-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  -o-transform: rotate(180deg);

  transform: rotate(180deg);

  margin-top: 15px;

}



/* line 466, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select .current {

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 469, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select .list {

  width: 100%;

  left: auto;

  right: 0;

  border-radius: 0px 0px 10px 10px;

  margin-top: 1px;

  z-index: 9999 !important;

}



/* line 477, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select .list li {

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

}



/* line 481, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select .list li:first-child {

  color: var(--gradient_1);

}



/* line 483, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select .list li:first-child:hover {

  color: var(--gradient_1);

}



/* line 487, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select .list li:last-child {

  margin-bottom: 20px;

}



/* line 490, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select .list li:first-child {

  color: var(--gradient_1);

}



/* line 492, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select .list li:first-child:hover {

  color: var(--gradient_1);

}



/* line 496, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select .list li:hover {

  color: var(--base_color);

}



/* line 501, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.tr-bg {

  background: transparent;

  border: 1px solid var(--border_color);

  border-radius: 31px;

  height: 30px;

  line-height: 28px;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

  padding: 0 36px 0px 30px;

}



/* line 509, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.tr-bg:after {

  color: var(--base_color);

  margin-top: -14px;

}



/* line 514, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.tr-bg.open:after {

  margin-top: 6px;

}



/* line 518, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.tr-bg .current {

  color: var(--base_color);

}



/* line 521, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.tr-bg .list {

  min-width: 180px;

}



/* line 524, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.tr-bg:hover {

  border: 1px solid transparent;

}



/* line 527, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.tr-bg:hover:after {

  color: #ffffff;

}



/* line 530, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.tr-bg:hover .current {

  color: #ffffff;

}



/* line 535, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.bb {

  background: transparent;

  border-bottom: 1px solid rgba(130, 139, 178, 0.3);

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

  height: 37px;

  position: relative;

}



/* line 541, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.bb:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: -1px;

  width: 0px;

  height: 2px;

  background: var(--gradient_1);

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 551, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.bb .current {

  color: var(--text_color);

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

  position: relative;

  bottom: -4px;

}



/* line 560, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.nice-select.bb.open:before {

  width: 100%;

}



/* line 568, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.sms-accordion .card {

  margin-bottom: 8px;

}



/* line 572, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.sms-accordion .card-header {

  border-bottom: 0px;

}



/* line 574, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.sms-accordion .card-header .card-link {

  color: var(--base_color);

  font-weight: 500;

  font-size: 15p;

}



/* line 579, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.sms-accordion .card-header .primary-btn {

  color: var(--base_color);

}



/* line 585, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.v-h-center {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



/* line 593, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.select2-container {

  width: 100% !important;

}



/* line 598, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.select2-container-multi .select2-choices {

  min-height: 38px;

  border: 1px solid rgba(130, 139, 178, 0.3);

  box-shadow: none;

  background-image: none;

}



/* line 603, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.select2-container-multi .select2-choices .select2-search-choice {

  background: #cad5f3;

  color: var(--base_color);

  border: 0px;

  box-shadow: none;

  padding: 8px 18px;

}



/* line 609, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.select2-container-multi .select2-choices .select2-search-choice > div {

  margin-left: 15px;

}



/* line 612, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.select2-container-multi

  .select2-choices

  .select2-search-choice

  .select2-search-choice-close {

  left: 6px;

  height: 16px;

  min-width: 17px;

  top: 7px;

  background-size: 80px;

}



/* line 618, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.select2-container-multi

  .select2-choices

  .select2-search-choice

  .select2-search-choice-close:hover {

  background-position: right 0px;

}



/* line 625, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_predefine.scss */



.select2-results .select2-highlighted {

  background: rgba(130, 139, 178, 0.3);

  color: var(--base_color);

}



/*---------------------------------------------------- */



/* line 1, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



body.login {

  background: url(../img/login-bg.jpg) no-repeat center;

  background-size: cover;

}



/* line 4, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



body.login .footer_area {

  background: transparent;

  border: 0;

}



@media (max-width: 1199px) {

  /* line 4, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */

  body.login .footer_area {

    text-align: center;

  }

}



/* line 10, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



body.login .footer_area a {

  color: #ffffff;

}



/* line 16, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area {

  /*Checkboxes styles*/

}



/* line 17, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area a {

  color: #828bb2;

}



/* line 19, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area a:hover {

  opacity: 0.8;

}



/* line 23, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area .login-height {

  min-height: 95vh;

}



/* line 26, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area .form-wrap {

  background: rgba(28, 0, 78, 0.25);

  padding: 50px 70px;

}



@media (max-width: 1199px) and (min-width: 992px) {

  /* line 26, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */

  .login-area .form-wrap {

    padding: 50px 20px;

  }

}



@media (max-width: 480px) {

  /* line 26, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */

  .login-area .form-wrap {

    padding: 50px 20px;

  }

}



/* line 38, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area h5 {

  margin-top: 40px;

  margin-bottom: 25px;

  color: #ffffff;

  letter-spacing: 2px;

  font-size: 14px;

  font-weight: 700;

}



/* line 47, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area .form-group .form-control {

  color: #828bb2;

  border: 0px;

  border-bottom: 1px solid rgba(247, 247, 255, 0.2);

  border-radius: 0px;

  background: transparent !important;

  padding: 0px 30px;

  font-size: 12px;

  font-weight: 400;

  letter-spacing: 1px;

}



/* line 57, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area .form-group .form-control:focus {

  outline: none;

  box-shadow: none;

}



/* line 105, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.login-area .form-group .form-control.placeholder {

  position: relative;

  left: 0px;

  top: 0px;

  font-size: 12px;

  font-weight: 400;

  text-transform: uppercase;

  color: #828bb2;

  letter-spacing: 1px;

}



/* line 108, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.login-area .form-group .form-control:-moz-placeholder {

  position: relative;

  left: 0px;

  top: 0px;

  font-size: 12px;

  font-weight: 400;

  text-transform: uppercase;

  color: #828bb2;

  letter-spacing: 1px;

}



/* line 111, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.login-area .form-group .form-control::-moz-placeholder {

  position: relative;

  left: 0px;

  top: 0px;

  font-size: 12px;

  font-weight: 400;

  text-transform: uppercase;

  color: #828bb2;

  letter-spacing: 1px;

}



/* line 114, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.login-area .form-group .form-control::-webkit-input-placeholder {

  position: relative;

  left: 0px;

  top: 0px;

  font-size: 12px;

  font-weight: 400;

  text-transform: uppercase;

  color: #828bb2;

  letter-spacing: 1px;

}



/* line 72, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area .form-group a {

  font-size: 12px;

  font-weight: 400;

}



/* line 76, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area .form-group i {

  color: #828bb2;

  display: inline-block;

  position: relative;

  top: 6px;

  left: 14px;

  font-size: 12px;

  font-weight: 400;

}



/* line 87, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area .checkbox input {

  margin-right: 6px;

}



/* line 92, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area input[type="checkbox"] {

  display: none;

}



/* line 95, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area input[type="checkbox"] + label {

  display: block;

  position: relative;

  padding-left: 25px;

  margin-bottom: 20px;

  font: 12px/20px var(--base_font);

  color: #828bb2;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

}



/* line 107, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area input[type="checkbox"] + label:last-child {

  margin-bottom: 0;

}



/* line 110, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area input[type="checkbox"] + label:before {

  content: "";

  display: block;

  width: 12px;

  height: 12px;

  border: 2px solid #828bb2;

  border-radius: 50px;

  position: absolute;

  left: 0;

  top: 4px;

  opacity: 0.6;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 123, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_login.scss */



.login-area input[type="checkbox"]:checked + label:before {

  width: 8px;

  top: 1px;

  left: 5px;

  border-radius: 0px;

  opacity: 1;

  border-top-color: transparent;

  border-left-color: transparent;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

}



/*---------------------------------------------------- */



/* line 1, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar {

  position: fixed;

  top: 0;

  left: 0;

  bottom: 0;

  overflow-x: hidden;

  min-width: 15%;

  max-width: 15%;

  background: var(--sidebar_bg);

  color: #fff;

  margin-left: 0px;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



@media (max-width: 1370px) {

  /* line 1, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */

  #sidebar {

    min-width: 20%;

    max-width: 20%;

  }

}



@media (max-width: 991px) {

  /* line 1, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */

  #sidebar {

    min-width: 50%;

    max-width: 50%;

    margin-left: -50%;

    z-index: 999;

    background: #ffffff;

    box-shadow: 4px 0px 8px rgba(221, 221, 221, 0.4);

  }

}



@media (max-width: 991px) {

  /* line 25, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */

  #sidebar.active {

    margin-left: 0px;

    z-index: 999;

    background: #ffffff;

    box-shadow: 4px 0px 8px rgba(221, 221, 221, 0.4);

  }

}



/* line 33, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar .sidebar-header {

  padding: 26px;

}



/* line 35, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar .sidebar-header img {

  cursor: pointer;

  max-width: 150px;

  height: auto;

}



/* line 42, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar ul.components {

  padding: 0px;

}



/* line 46, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar ul li a {

  padding: 9px 20px;

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

  display: block;

  color: var(--base_color);

  border-left: 6px solid transparent;

}



@media (max-width: 1300px) and (min-width: 992px) {

  /* line 46, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */

  #sidebar ul li a {

    padding: 8px 12px;

  }

}



/* line 57, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar ul li a span {

  margin-right: 15px;

}



/* line 60, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar ul li a:hover,

#sidebar ul li a.active {

  color: #ffffff;

  background: var(--base_color);

  border-left: 6px solid var(--gradient_1);

  border-image-source: linear-gradient(var(--gradient_1), var(--gradient_2));

  border-image-slice: 6;

}



/* line 69, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar ul li ul {

  background: var(--sidebar_active);

  opacity: 0.7;

}



/* line 73, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar ul li ul li a {

  font-size: 11px;

  padding-left: 55px;

  background: var(--base_color);

  color: #ffffff;

}



@media (max-width: 1300px) and (min-width: 992px) {

  /* line 73, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */

  #sidebar ul li ul li a {

    font-size: 10px;

  }

}



/* line 81, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar ul li ul li a.active {

  color: #ffffff;

  border-left: 6px solid var(--gradient_1);

  border-image-source: linear-gradient(#c738d8, var(--gradient_1));

  border-image-slice: 6;

}



/* line 93, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar a[data-toggle="collapse"] {

  position: relative;

}



/* line 96, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_sidebar.scss */



#sidebar .dropdown-toggle::after {

  display: block;

  position: absolute;

  top: 50%;

  right: 20px;

  transform: translateY(-50%);

}



/*---------------------------------------------------- */



/* Start Header Area css

============================================================================================ */



/* line 5, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar {

  padding: 0px;

  border: none;

  border-radius: 0;

  margin-bottom: 30px;

}



@media (max-width: 991px) {

  /* line 5, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */

  .admin .navbar {

    position: absolute;

    top: 20px;

    width: 92%;

    z-index: 10000;

  }

}



/* line 16, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .container-fluid {

  padding: 0;

}



@media (max-width: 991px) {

  /* line 19, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */

  .admin .navbar .navbar-collapse {

    margin-top: 10px;

    padding: 30px;

    background: url(../img/body-bg.jpg) no-repeat right;

  }

}



@media (max-width: 1150px) and (min-width: 992px) {

  /* line 28, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */

  .admin .navbar .nav-buttons .nav-item .primary-btn {

    padding: 0px 8px;

    font-size: 10px;

    line-height: 32px;

  }

}



/* line 38, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .nav-setting .nice-select {

  background: transparent;

  border-bottom: 0;

  padding-left: 12px;

  border-right: 1px solid rgba(130, 139, 178, 0.3);

}



@media (max-width: 1150px) and (min-width: 992px) {

  /* line 38, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */

  .admin .navbar .nav-setting .nice-select {

    padding-left: 5px;

    padding-right: 25px;

  }

}



/* line 47, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .nav-setting .nice-select:after {

  margin-top: -22px;

}



/* line 51, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .nav-setting .nice-select.open:after {

  margin-top: 12px;

  right: 12px;

}



/* line 56, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .nav-setting .nice-select .current {

  color: var(--base_color);

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 59, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .nav-setting .nice-select .current:hover {

  color: var(--gradient_1);

}



/* line 66, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .nav-setting .nav-item:last-child .nice-select {

  border-right: 0px;

}



/* line 72, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar {

  -ms-flex-align: center;

  align-items: center;

}



@media (max-width: 991px) {

  /* line 72, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */

  .admin .navbar .right-navbar {

    -ms-flex-align: start;

    align-items: start;

  }

}



/* line 81, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .notification-area .dropdown .dropdown-toggle {

  margin-left: -6px;

}



/* line 85, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .notification-area .badge {

  position: relative;

  left: 30px;

  top: -12px;

  padding: 4px 3px !important;

  max-width: 18px;

  max-height: 18px;

  box-shadow: none;

}



/* line 95, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown:hover > .dropdown-menu {

  max-height: 200px;

  opacity: 1;

  visibility: visible;

  transform: translateY(0px);

}



/* line 101, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown > .dropdown-toggle:active {

  pointer-events: none;

}



/* line 105, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .dropdown-toggle {

  margin-left: 12px;

  padding-left: 0px;

}



@media (max-width: 1150px) and (min-width: 992px) {

  /* line 105, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */

  .admin .navbar .right-navbar .dropdown .dropdown-toggle {

    margin-left: 2px;

  }

}



/* line 111, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .dropdown-toggle img {

  max-width: 40px;

  height: auto;

}



/* line 116, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown p {

  margin-bottom: 0;

  line-height: 12px;

  color: #828bb2;

}



/* line 122, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown span:before {

  color: var(--base_color);

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}



/* line 127, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown span:hover:before {

  color: var(--gradient_1);

}



/* line 133, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .flaticon-bell:before {

  font-size: 23px;

  position: relative;

  top: 4px;

}



/* line 139, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .dropdown-menu {

  top: 30px;

  right: 0;

  left: auto;

  border: 0;

  padding: 0;

  margin: 0;

  min-width: 290px;

  max-width: 290px;

  border-radius: 8px 8px 0px 0px;

  opacity: 0;

  visibility: hidden;

  max-height: 0;

  display: block;

  transform: translateY(50px);

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 155, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box {

  min-width: 220px;

  max-width: 440px;

}



/* line 158, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box .white-box {

  padding: 20px;

  border-radius: 8px;

}



/* line 162, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box .name,

.admin .navbar .right-navbar .dropdown .dropdown-menu.profile-box .message {

  max-width: 440px;

}



/* line 167, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .dropdown-item {

  padding: 0px 20px;

}



/* line 170, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .single-message {

  border-bottom: 1px solid rgba(65, 80, 148, 0.1);

  padding: 15px 0px;

}



/* line 173, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .single-message .message-avatar {

  position: relative;

}



/* line 176, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .single-message .active-icon {

  position: absolute;

  top: 0px;

  right: 0px;

  height: 7px;

  width: 7px;

  background-color: #c738d8;

  border-radius: 50%;

  display: inline-block;

}



/* line 187, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .single-message:hover .name {

  color: var(--gradient_1);

}



/* line 194, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .single-notifi:hover .message {

  color: var(--gradient_1);

}



/* line 198, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .single-notifi:hover span:before {

  color: var(--gradient_1);

}



/* line 204, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .white-box {

  padding: 20px 0px 0px;

  border-radius: 8px 8px 0px 0px;

}



/* line 208, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .notification {

  font-size: 12px;

  padding-bottom: 16px;

  border-bottom: 1px solid rgba(65, 80, 148, 0.3);

}



/* line 212, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .notification span {

  color: var(--base_color);

}



/* line 216, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .name {

  font-size: 12px;

  color: var(--base_color);

  margin-bottom: 6px;

  max-height: 15px;

  max-width: 127px;

  overflow: hidden;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 225, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .message {

  font-size: 12px;

  max-width: 127px;

  max-height: 13px;

  overflow: hidden;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 232, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .time {

  font-size: 12px;

}



/* line 235, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .badge {

  color: #ffffff;

  border-radius: 20px;

  font-size: 10px;

  padding: 4px 7px;

}



/* line 243, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .primary-btn {

  width: 100%;

  border-radius: 0px 0px 8px 8px;

  color: #ffffff;

}



/* line 250, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .profile-box ul {

  padding-top: 20px;

  border-top: 1px solid rgba(65, 80, 148, 0.1);

  margin-top: 20px;

}



/* line 255, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .profile-box ul li a {

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

  color: #828bb2;

}



/* line 260, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .profile-box ul li a span {

  margin-right: 10px;

  color: #828bb2;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 267, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .profile-box ul li:hover a {

  color: var(--gradient_1);

}



/* line 270, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .right-navbar .dropdown .profile-box ul li:hover span {

  color: var(--gradient_1);

}



/* line 281, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .setting-area .dropdown .dropdown-item {

  padding: 0;

}



/* line 287, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .dropdown button {

  border: 0;

  background: transparent;

  cursor: pointer;

}



/* line 293, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.admin .navbar .dropdown-toggle::after {

  display: none;

}



@media (max-width: 991px) {

  /* line 297, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */

  .admin #sidebarCollapse {

    background: #000000;

    color: #ffffff;

    position: relative;

    z-index: 9999;

    cursor: pointer;

  }

  /* line 304, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */

  .admin #sidebarCollapse:focus {

    box-shadow: none;

    outline: none;

  }

}



@media (max-width: 991px) {

  /* line 312, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */

  .search-bar {

    margin-bottom: 20px;

  }

}



/* line 316, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.search-bar li {

  min-width: 375px;

}



@media (max-width: 1499px) {

  /* line 316, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */

  .search-bar li {

    min-width: auto;

  }

}



/* line 322, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.search-bar .ti-search {

  position: absolute;

  margin-left: 5px;

  height: 25px;

  display: flex;

  align-items: center;

  font-weight: 600;

  color: var(--base_color);

}



/* line 331, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.search-bar input {

  padding-left: 25px;

  height: 38px;

  padding-bottom: 19px;

  color: var(--base_color);

  font-size: 14px;

}



/* line 337, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_header.scss */



.search-bar input:focus {

  border: 0;

  box-shadow: none;

  background: transparent;

}



/* line 105, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.search-bar input:focus.placeholder {

  bottom: 0px;

  left: 16px;

  opacity: 0;

}



/* line 108, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.search-bar input:focus:-moz-placeholder {

  bottom: 0px;

  left: 16px;

  opacity: 0;

}



/* line 111, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.search-bar input:focus::-moz-placeholder {

  bottom: 0px;

  left: 16px;

  opacity: 0;

}



/* line 114, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.search-bar input:focus::-webkit-input-placeholder {

  bottom: 0px;

  left: 16px;

  opacity: 0;

}



/* line 105, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.search-bar input.placeholder {

  color: var(--base_color);

  bottom: 0px;

  left: 0;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 108, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.search-bar input:-moz-placeholder {

  color: var(--base_color);

  bottom: 0px;

  left: 0;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 111, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.search-bar input::-moz-placeholder {

  color: var(--base_color);

  bottom: 0px;

  left: 0;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 114, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.search-bar input::-webkit-input-placeholder {

  color: var(--base_color);

  bottom: 0px;

  left: 0;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* End Header Area css

============================================================================================ */



/*---------------------------------------------------- */



/* line 2, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-details .nav-tabs {

  margin-left: 30px;

}



@media (max-width: 991px) {

  /* line 2, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */

  .student-details .nav-tabs {

    margin-top: 50px;

  }

}



@media (max-width: 615px) {

  /* line 2, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */

  .student-details .nav-tabs {

    -ms-flex-pack: center;

    justify-content: center;

  }

}



@media (max-width: 615px) {

  /* line 14, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */

  .student-details .nav-tabs .nav-item {

    margin-bottom: 15px;

  }

}



/* line 20, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-details .nav-tabs .nav-link {

  background: #cad5f3;

  color: var(--base_color);

  border: 0;

  font-size: 12px;

  text-transform: uppercase;

  font-weight: 500;

  padding: 8px 25px;

  margin-right: 10px;

  border-radius: 0px;

}



/* line 31, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-details .nav-tabs .nav-link.active {

  background: #ffffff;

}



/* line 39, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-details .tab-content #studentExam div.dt-buttons {

  bottom: 0;

}



/* line 43, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-details .tab-content #studentExam table.dataTable {

  box-shadow: none;

  padding: 0;

  padding-top: 20px;

}



/* line 51, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-details .tab-content #studentDocuments .table thead th {

  border-bottom: 1px solid #dee2e6;

}



/* line 57, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-details .single-meta {

  border-bottom: 1px solid rgba(65, 80, 148, 0.15);

  padding: 7px 0px;

}



/* line 61, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-details .single-meta:last-of-type {

  border-bottom: 0;

  padding-bottom: 0;

}



/* line 67, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-details .single-info {

  border-bottom: 1px solid rgba(65, 80, 148, 0.15);

  padding: 14px 0px;

}



/* line 71, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-details .single-info:last-of-type {

  border-bottom: 0;

  padding-bottom: 0;

}



/* line 78, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.stu-sub-head {

  font-size: 13px;

  text-transform: uppercase;

  color: var(--base_color);

  font-weight: 500;

  margin-bottom: 0;

  padding-bottom: 10px;

  border-bottom: 1px solid rgba(65, 80, 148, 0.3);

}



/* line 88, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-meta-box {

  position: relative;

}



/* line 91, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-meta-box .student-meta-top {

  background: url(../img/student/student-details-bg.png) no-repeat center;

  background-position: center;

  background-size: cover;

  min-height: 120px;

  border-radius: 10px 10px 0px 0px;

}



/* line 98, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-meta-box .student-meta-top.siblings-meta-top {

  background: url(../img/student/siblings-details-bg.png) no-repeat center;

  background-size: cover;

}



/* line 103, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-meta-box .student-meta-top.staff-meta-top {

  background: url(../img/staff/staff-details-bg.png) no-repeat center;

  background-size: cover;

}



/* line 109, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-meta-box .student-meta-img {

  position: absolute;

  top: 50px;

  left: 30px;

  border-radius: 6px;

}



/* line 116, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-meta-box .name {

  color: #828bb2;

}



/* line 120, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-meta-box .value {

  color: var(--base_color);

  font-weight: 500;

  text-align: right;

}



/* line 127, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-admit-card {

  position: relative;

}



/* line 130, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-admit-card .admit-header {

  background: url(../img/student/admit-header-bg.png) no-repeat center;

  background-position: center;

  background-size: cover;

  min-height: 120px;

  border-radius: 5px 5px 0px 0px;

}



/* line 138, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-admit-card .admit-meta-img {

  position: absolute;

  top: 50px;

  right: 30px;

  border-radius: 6px;

}



/* line 153, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .sub-activity-box:last-of-type {

  margin-bottom: 0;

}



/* line 160, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity:last-child .sub-activity {

  padding-bottom: 0px;

}



/* line 163, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity:last-child .sub-activity:after {

  height: 75%;

}



/* line 169, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity .title,

.student-activities .single-activity .sub-activity {

  position: relative;

  margin-bottom: 0;

}



/* line 174, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity .title:before,

.student-activities .single-activity .sub-activity:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 13px;

  height: 13px;

  border-radius: 20px;

  box-shadow: 0px 10px 15px rgba(108, 39, 255, 0.2);

}



/* line 185, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity .title:after,

.student-activities .single-activity .sub-activity:after {

  content: "";

  position: absolute;

  left: -27px;

  top: 12px;

  width: 1px;

  height: 100%;

  background: #828bb2;

}



/* line 196, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity .title {

  margin-left: 102px;

  padding-bottom: 25px;

  color: var(--base_color);

  font-size: 12px;

}



/* line 202, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity .title:before {

  left: -33px;

}



/* line 208, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity .subtitle {

  color: var(--base_color);

  font-size: 12px;

}



/* line 213, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity .sub-activity {

  min-width: 60%;

  max-width: 60%;

  margin-right: 50px;

  margin-left: 26px;

  margin-bottom: 0px;

  padding-bottom: 30px;

}



@media (max-width: 1380px) {

  /* line 213, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */

  .student-activities .single-activity .sub-activity {

    min-width: 48%;

    max-width: 48%;

  }

}



@media (max-width: 1199px) {

  /* line 213, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */

  .student-activities .single-activity .sub-activity {

    min-width: 38%;

    max-width: 38%;

  }

}



/* line 229, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity .sub-activity:before {

  left: -33px;

  background: #ffffff;

  border: 3px solid var(--gradient_1);

}



/* line 235, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity .sub-activity p {

  margin-bottom: 0;

}



/* line 240, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-activities .single-activity .time {

  margin-bottom: 0;

  color: var(--base_color);

  font-size: 12px;

  min-width: 76px;

}



/* line 272, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-attendance table.dataTable thead th {

  padding-left: 0;

  padding-right: 6px;

  vertical-align: text-top;

}



/* line 278, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-attendance table.dataTable thead .sorting:before,

.student-attendance table.dataTable thead .sorting:after,

.student-attendance table.dataTable thead .sorting_asc:after,

.student-attendance table.dataTable thead .sorting_desc:after {

  content: none;

}



/* line 288, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



table.dataTable thead .sorting {

  vertical-align: text-top;

}



/* line 293, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.single-report-admit {

  position: relative;

}



/* line 296, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.single-report-admit .card {

  border: 0px;

}



/* line 300, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.single-report-admit .card-header {

  background: url(../img/report-admit-bg.png) no-repeat center;

  background-size: cover;

  border-radius: 5px 5px 0px 0px;

  border: 0;

  padding: 30px 30px;

}



/* line 307, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.single-report-admit .card-header .logo-img {

  max-width: 130px;

  height: auto;

}



/* line 313, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.single-report-admit .report-admit-img {

  position: absolute;

  top: 40px;

  right: 30px;

  border-radius: 6px;

}



/* line 320, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.single-report-admit .card-body {

  background: -webkit-linear-gradient(90deg, #d8e6ff 0%, #ecd0f4 100%);

  background: -moz-linear-gradient(90deg, #d8e6ff 0%, #ecd0f4 100%);

  background: -o-linear-gradient(90deg, #d8e6ff 0%, #ecd0f4 100%);

  background: linear-gradient(90deg, #d8e6ff 0%, #ecd0f4 100%);

}



/* line 326, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.single-report-admit table tr th {

  text-transform: uppercase;

  font-size: 12px;

  color: var(--base_color);

  border-bottom: 1px solid #a2a8c5;

  padding: 5px 0px;

}



/* line 336, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.single-report-admit table tr td {

  border-bottom: 1px solid #c1c6d9;

  padding: 8px 0px;

}



/* line 342, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.single-report-admit table tr:last-child td {

  border-bottom: 0px;

}



/* line 352, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.radio-img input[type="radio"] {

  opacity: 0;

  display: none;

}



/* line 357, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.radio-img input[type="radio"]:checked + img {

  border: 2px solid var(--gradient_1);

}



/* line 361, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.radio-img img {

  cursor: pointer;

  border-radius: 10px;

  border: 2px solid transparent;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 371, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-certificate {

  position: relative;

}



/* line 374, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-certificate .signature {

  font-size: 10px;

  padding-bottom: 10px;

  text-transform: uppercase;

}



/* line 380, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_student.scss */



.student-certificate .certificate-position {

  position: absolute;

  top: 49%;

  left: 9%;

  right: 9%;

  bottom: 14%;

}



/*---------------------------------------------------- */



/* line 2, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_front-cms.scss */



.single-cms-box .cms-img {

  border-radius: 5px;

}



/* line 5, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_front-cms.scss */



.single-cms-box .single-cms {

  position: relative;

  box-shadow: none;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 9, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_front-cms.scss */



.single-cms-box .single-cms .overlay {

  background: transparent;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 14, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_front-cms.scss */



.single-cms-box .icons {

  position: absolute;

  top: 70%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  opacity: 0;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 21, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_front-cms.scss */



.single-cms-box .icons i {

  padding: 9px;

  border-radius: 20px;

  color: #ffffff;

  background: rgba(255, 255, 255, 0.2);

  font-size: 12px;

  cursor: pointer;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 29, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_front-cms.scss */



.single-cms-box .icons i:hover {

  color: #828bb2;

  background: #ffffff;

}



/* line 35, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_front-cms.scss */



.single-cms-box .btn {

  background: transparent;

  padding: 0;

}



/* line 38, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_front-cms.scss */



.single-cms-box .btn:focus {

  outline: none;

  box-shadow: none;

}



/* line 46, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_front-cms.scss */



.single-cms-box:hover .single-cms .overlay {

  opacity: 0.9;

}



/* line 51, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_front-cms.scss */



.single-cms-box:hover .icons {

  top: 50%;

  opacity: 1;

}



/* line 55, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_front-cms.scss */



.single-cms-box:hover .btn {

  background: transparent;

}



/*---------------------------------------------------- */



/* line 1, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_exam.scss */



.exam-cus-btns {

  margin-top: -150px;

}



/*---------------------------------------------------- */



/* line 2, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.invoice-details-left input[type="file"] {

  display: none;

}



/* line 5, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.invoice-details-left .company-logo {

  border: 1px solid #c738d8;

  display: inline-block;

  padding: 0px 12px;

  font-size: 14px;

  height: 60px;

  line-height: 60px;

  color: var(--base_color);

  cursor: pointer;

}



/* line 14, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.invoice-details-left .company-logo i {

  font-size: 24px;

  color: #c738d8;

  position: relative;

  top: 6px;

  margin-right: 10px;

}



/* line 23, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.invoice-details-left .business-info p {

  margin-bottom: 0;

}



/* line 25, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.invoice-details-left .business-info p:first-of-type {

  margin-bottom: 10px;

}



/* line 32, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.invoice-details-right {

  text-align: right;

}



/* line 34, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.invoice-details-right h1 {

  font-size: 36px;

  margin-bottom: 15px;

}



/* line 38, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.invoice-details-right p {

  margin-bottom: 3px;

}



/* line 44, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.customer-info h2 {

  font-weight: 300;

  color: #000000;

  margin-bottom: 25px;

}



/* line 52, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.client-info h3 {

  color: #000000;

}



/* line 55, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.client-info p {

  color: #000000;

  margin-bottom: 0;

}



/* line 58, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_fees.scss */



.client-info p:first-of-type {

  margin-bottom: 10px;

}



/*---------------------------------------------------- */



/* line 3, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_settings.scss */



.base-setup .card .card-body {

  padding: 0px 15px;

}



/* line 6, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_settings.scss */



.base-setup .card .card-header {

  background: rgba(65, 80, 148, 0.85);

}



/* line 8, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_settings.scss */



.base-setup .card .card-header a,

.base-setup .card .card-header .primary-btn {

  color: #ffffff;

}



/* line 12, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_settings.scss */



.base-setup .card .card-header .tr-bg {

  border: 1px solid #ffffff;

}



/* line 16, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_settings.scss */



.base-setup .card .card-header .icon-only:before {

  content: "\e62a";

  font-family: "themify";

}



/* line 21, ../../xampp/htdocs/infixeduB/public/backEnd/scss/admin/_settings.scss */



.base-setup .card .card-header .icon-only.collapsed:before {

  content: "\e627";

  font-family: "themify";

}



/*---------------------------------------------------- */



/*---------------------------------------------------- */



/* Footer Area css

============================================================================================ */



/* End Footer Area css

============================================================================================ */



/*---------------------------------------------------- */



/* line 1, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_reset.scss */



body.client {

  font-size: 14px;

  font-family: var(--base_font);

  font-weight: 400;

  color: #828bb2;

  line-height: 26px;

}



/* line 7, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_reset.scss */



body.client.dark {

  background: url(../img/client/dark-body-bg.jpg) no-repeat;

  background-size: 100% 100%;

  background-position: center;

}



/* line 12, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_reset.scss */



body.client.light {

  background: #ffffff;

}



/* line 15, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_reset.scss */



body.client.color {

  background: url(../img/client/color-body-bg.jpg) no-repeat;

  background-size: 100% 100%;

  background-position: center;

}



@media (min-width: 1200px) {

  /* line 23, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_reset.scss */

  .container.box-1420 {

    max-width: 1420px;

  }

}



/*---------------------------------------------------- */



/* line 2, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_predefine.scss */



.client .title {

  color: #ffffff;

  font-size: 18px;

  text-transform: uppercase;

  font-weight: 500;

  margin-bottom: 20px;

}



/* line 9, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_predefine.scss */



.client .section-gap {

  padding: 100px 0px;

}



/* line 12, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_predefine.scss */



.client .section-gap-top {

  padding-top: 100px;

}



/* line 15, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_predefine.scss */



.client .section-gap-bottom {

  padding-bottom: 100px;

}



/* line 18, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_predefine.scss */



.client .client-btn {

  color: #ffffff;

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 1px;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 25, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_predefine.scss */



.client .client-btn:hover {

  color: var(--base_color);

}



/* line 31, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_predefine.scss */



.client.light .title,

.client.light .client-btn,

.client.light .footer_area .f_widget .f_title h4,

.client.color .title,

.client.color .client-btn,

.client.color .footer_area .f_widget .f_title h4 {

  color: var(--base_color);

}



/* line 38, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_predefine.scss */



.client .testimonial-area:after {

  background-image: -moz-linear-gradient(

    0deg,

    #9054ff 0%,

    #b256f0 70%,

    #d458e0 100%

  );

  background-image: -webkit-linear-gradient(

    0deg,

    #9054ff 0%,

    #b256f0 70%,

    #d458e0 100%

  );

  background-image: -ms-linear-gradient(

    0deg,

    #9054ff 0%,

    #b256f0 70%,

    #d458e0 100%

  );

}



/*---------------------------------------------------- */



/* line 2, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area {

  position: relative;

  width: 100%;

  z-index: 99;

  transition: background 0.4s, all 0.3s linear;

}



@media (max-width: 991px) {

  /* line 2, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */

  .client .header-area {

    position: fixed;

    padding: 10px 0px;

    top: 0px;

    background: var(--base_color);

  }

}



@media (max-width: 575px) {

  /* line 2, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */

  .client .header-area {

    padding: 10px 20px;

  }

}



@media (max-width: 991px) {

  /* line 16, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */

  .client .header-area .navbar-collapse {

    margin-top: 20px;

  }

}



/* line 21, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar {

  background: transparent;

  padding: 0px;

  border: 0px;

  border-radius: 0px;

}



/* line 26, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .navbar-toggler {

  color: #ffffff;

  font-size: 20px;

}



/* line 32, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item .nav-link {

  font-size: 12px;

  font-weight: 400;

  color: var(--base_color) !important;

  padding: 27px 23px !important;

  text-transform: uppercase;

  padding: 0px;

  display: inline-block;

}



/* line 40, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item .nav-link:hover {

  color: var(--gradient_1) !important;

}



/* line 43, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item .nav-link:after {

  display: none;

}



@media (max-width: 991px) {

  /* line 32, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */

  .client .header-area .navbar .nav .nav-item .nav-link {

    padding: 10px !important;

  }

  /* line 48, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */

  .client

    .header-area

    .navbar

    .nav

    .nav-item

    .nav-link

    .navbar-right

    .float-right {

    float: left !important;

  }

}



/* line 54, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item.active .nav-link {

  color: var(--gradient_1) !important;

  font-weight: 500;

}



/* line 59, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item.submenu {

  position: relative;

}



/* line 61, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item.submenu ul {

  border: none;

  padding: 0px;

  border-radius: 0px;

  box-shadow: none;

  margin: 0px;

  background: #fff;

}



@media (min-width: 992px) {

  /* line 61, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */

  .client .header-area .navbar .nav .nav-item.submenu ul {

    position: absolute;

    top: 120%;

    left: 0px;

    min-width: 200px;

    text-align: left;

    opacity: 0;

    transition: all 300ms ease-in;

    visibility: hidden;

    display: block;

    border: none;

    padding: 0px;

    border-radius: 0px;

  }

}



/* line 82, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item.submenu ul:before {

  content: "";

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 10px 10px 0 10px;

  border-color: #eeeeee transparent transparent transparent;

  position: absolute;

  right: 24px;

  top: 45px;

  z-index: 3;

  opacity: 0;

  transition: all 400ms linear;

}



/* line 96, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item.submenu ul .nav-item {

  display: block;

  float: none;

  margin-right: 0px;

  border-bottom: 1px solid #ededed;

  margin-left: 0px;

  transition: all 0.4s linear;

}



/* line 103, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {

  line-height: 45px;

  color: var(--base_color);

  padding: 0px 30px;

  transition: all 150ms linear;

  display: block;

  margin-right: 0px;

}



/* line 111, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item.submenu ul .nav-item:last-child {

  border-bottom: none;

}



/* line 115, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client

  .header-area

  .navbar

  .nav

  .nav-item.submenu

  ul

  .nav-item:hover

  .nav-link {

  background: var(--base_color);

  color: #fff;

}



@media (min-width: 992px) {

  /* line 123, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */

  .client .header-area .navbar .nav .nav-item.submenu:hover ul {

    visibility: visible;

    opacity: 1;

    top: 100%;

  }

}



/* line 129, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item.submenu:hover ul .nav-item {

  margin-top: 0px;

}



/* line 135, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .nav .nav-item:last-child {

  margin-right: 0px;

}



/* line 141, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .search-bar {

  font-size: 12px;

  line-height: 60px;

  display: inline-block;

  color: #ffffff;

}



/* line 146, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .search-bar .ti-search {

  color: #828bb2;

}



/* line 149, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .search-bar input {

  color: #828bb2 !important;

}



/* line 105, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.client .header-area .navbar .search-bar input.placeholder {

  color: #828bb2;

}



/* line 108, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.client .header-area .navbar .search-bar input:-moz-placeholder {

  color: #828bb2;

}



/* line 111, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.client .header-area .navbar .search-bar input::-moz-placeholder {

  color: #828bb2;

}



/* line 114, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_mixins.scss */



.client .header-area .navbar .search-bar input::-webkit-input-placeholder {

  color: #828bb2;

}



/* line 154, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area .navbar .search-bar input:focus {

  color: #ffffff !important;

  font-weight: 300;

}



/* line 163, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area.navbar_fixed .main_menu {

  position: fixed;

  width: 100%;

  top: -70px;

  left: 0;

  right: 0;

  background-image: -moz-linear-gradient(0deg, #141da2 0%, #9b5cf6 100%);

  background-image: -webkit-linear-gradient(0deg, #141da2 0%, #9b5cf6 100%);

  background-image: -ms-linear-gradient(0deg, #141da2 0%, #9b5cf6 100%);

  transform: translateY(70px);

  transition: transform 500ms ease, background 500ms ease;

  -webkit-transition: transform 500ms ease, background 500ms ease;

  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);

}



/* line 179, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */



.client .header-area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {

  line-height: 70px;

}



@media (max-width: 991px) {

  /* line 189, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_header.scss */

  .client .nav.navbar-nav.navbar-right.float-right {

    float: left !important;

  }

}



/*---------------------------------------------------- */



/* line 1, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client {

  /* Start Home Banner Area css

  ============================================================================================ */

  /* End Banner Area css

  ============================================================================================ */

  /* Start News Area css

  ============================================================================================ */

  /* End News Area css

  ============================================================================================ */

  /* Start Notice Board Area css

  ============================================================================================ */

  /* End Notice Board Area css

  ============================================================================================ */

  /* Start Academic Area css

  ============================================================================================ */

  /* End Academic Area css

  ============================================================================================ */

  /* Start Events Area css

  ============================================================================================ */

  /* End Events Area css

  ============================================================================================ */

  /* Start Testimonial Area css

  ============================================================================================ */

  /* End Testimonial Area css

  ============================================================================================ */

  /* Start Fact Area css

  ============================================================================================ */

  /* End Fact Area css

  ============================================================================================ */

  /* Start Department Area css

  ============================================================================================ */

  /* End Department Area css

  ============================================================================================ */

  /* Start About Us Area css

  ============================================================================================ */

  /* End About Us Area css

  ============================================================================================ */

  /* Start Course Overview Area css

  ============================================================================================ */

  /* End Course Overview Area css

  ============================================================================================ */

  /* Start Contact Area css

  ============================================================================================ */

  /* End Contact Area css

  ============================================================================================ */

}



/* line 4, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .home-banner-area {

  min-height: 720px;

  display: flex;

  background: linear-gradient(

      0deg,

      rgba(124, 50, 255, 0.6),

      rgba(199, 56, 216, 0.6)

    ),

    url(../img/client/home-banner1.jpg) no-repeat center;

  background-size: cover;

  z-index: 1;

}



@media (max-width: 991px) {

  /* line 4, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .home-banner-area {

    margin-top: 120px;

  }

}



/* line 15, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .banner-area {

  min-height: 450px;

  display: flex;

  background: linear-gradient(

      0deg,

      rgba(124, 50, 255, 0.6),

      rgba(199, 56, 216, 0.6)

    ),

    url(../img/client/common-banner1.jpg) no-repeat center;

  background-size: cover;

  z-index: 1;

}



@media (max-width: 991px) {

  /* line 15, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .banner-area {

    margin-top: 120px;

  }

}



/* line 27, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .banner-area .banner-inner .banner-content h2 {

  font-size: 60px;

  max-width: 500px;

  margin: 0px auto 10px;

  line-height: 1.2;

}



@media (max-width: 767px) {

  /* line 27, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .banner-area .banner-inner .banner-content h2 {

    font-size: 40px;

  }

}



/* line 40, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .banner-inner {

  width: 100%;

  display: flex;

}



/* line 43, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .banner-inner .container {

  vertical-align: middle;

  align-self: center;

}



/* line 47, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .banner-inner .banner-content {

  width: 100%;

  color: #ffffff;

  vertical-align: middle;

  align-self: center;

  text-align: center;

}



/* line 53, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .banner-inner .banner-content h5 {

  color: #ffffff;

  display: inline-block;

  margin: 0 auto;

  text-transform: uppercase;

  border-top: 1px solid #ffffff;

  border-bottom: 1px solid #ffffff;

  padding: 6px 0px;

  letter-spacing: 1.5px;

}



/* line 63, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .banner-inner .banner-content h2 {

  color: #ffffff;

  font-size: 100px;

  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 10px;

}



/* line 70, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .banner-inner .banner-content p {

  color: #ffffff;

  max-width: 550px;

  font-size: 14px;

  margin: 0px auto 40px;

}



/* line 83, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-area {

  margin-bottom: 60px;

}



/* line 86, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-item {

  position: relative;

  overflow: hidden;

  margin-bottom: 40px;

}



/* line 90, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-item .news-img {

  position: relative;

}



/* line 92, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-item .news-img:before {

  content: "";

  background: #27006e;

  background: -webkit-linear-gradient(90deg, #27006e 0%, #3a0d7e 100%);

  background: -moz-linear-gradient(90deg, #27006e 0%, #3a0d7e 100%);

  background: -o-linear-gradient(90deg, #27006e 0%, #3a0d7e 100%);

  background: linear-gradient(90deg, #27006e 0%, #3a0d7e 100%);

  position: absolute;

  left: 0px;

  top: 0px;

  height: 100%;

  width: 100%;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

  opacity: 0.2;

}



/* line 106, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-item .news-text {

  position: absolute;

  left: 10%;

  bottom: 50px;

  width: 90%;

}



/* line 111, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-item .news-text h4 {

  max-height: 72px;

  overflow: hidden;

  font-size: 16px;

  color: #ffffff;

  padding-right: 20px;

  margin-bottom: 0px;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 119, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-item .news-text h4 a {

  color: #ffffff;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 122, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-item .news-text h4 a:hover {

  opacity: 0.8;

}



/* line 127, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-item .news-text .date {

  color: #ffffff;

  font-size: 12px;

  text-transform: uppercase;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 136, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-item:hover .news-img:before {

  opacity: 0.7;

}



/* line 143, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-details-area h1 {

  color: #ffffff;

  font-size: 36px;

}



/* line 148, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-details-area .meta .date {

  font-size: 12px;

  margin-right: 30px;

}



/* line 151, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-details-area .meta .date span {

  color: #ffffff;

}



/* line 156, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-details-area h3 {

  color: #ffffff;

}



/* line 159, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-details-area p {

  margin-bottom: 30px;

}



/* line 161, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-details-area p:last-child {

  margin-bottom: 0px;

}



/* line 165, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .news-details-area .notice-board {

  max-height: none;

}



@media (max-width: 991px) {

  /* line 174, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .notice-board-area {

    margin-top: 50px;

  }

}



/* line 179, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .notice-board {

  max-height: 340px;

  overflow-y: auto;

}



@media (max-width: 1200px) and (min-width: 992px) {

  /* line 179, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .notice-board {

    max-height: 270px;

  }

}



/* line 186, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .notice-item {

  padding-bottom: 18px;

  margin-top: 18px;

  border-bottom: 2px solid var(--base_color);

}



/* line 190, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .notice-item:first-child {

  margin-top: 0px;

}



/* line 193, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .notice-item .date {

  font-size: 12px;

  text-transform: uppercase;

  margin-bottom: 7px;

}



/* line 198, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .notice-item h4 {

  color: #ffffff;

  font-size: 16px;

  margin-bottom: 0px;

}



/* line 209, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .academics-area {

  margin-bottom: 60px;

}



/* line 212, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .academic-item {

  margin-bottom: 40px;

}



/* line 214, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .academic-item .academic-text {

  margin-top: 25px;

}



/* line 216, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .academic-item .academic-text h4 {

  max-height: 48px;

  overflow: hidden;

  margin-bottom: 12px;

}



/* line 220, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .academic-item .academic-text h4 a {

  color: #ffffff;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 223, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .academic-item .academic-text h4 a:hover {

  opacity: 0.6;

}



/* line 228, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .academic-item .academic-text p {

  max-height: 48px;

  overflow: hidden;

  margin-bottom: 18px;

}



/* line 240, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .events-area {

  margin-bottom: 60px;

}



/* line 243, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .events-item {

  margin-bottom: 40px;

}



/* line 245, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .events-item .card {

  background: transparent;

  border-radius: 0px;

}



/* line 248, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .events-item .card .card-img-top {

  border-radius: 0px;

}



/* line 251, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .events-item .card .card-body {

  position: relative;

  background: #ffffff;

}



/* line 254, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .events-item .card .card-body .date {

  position: absolute;

  top: -30px;

  left: 20px;

  background: var(--base_color);

  display: inline-block;

  padding: 12px;

  max-width: 60px;

  text-align: center;

  color: #ffffff;

  font-size: 12px;

  text-transform: uppercase;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 269, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .events-item .card .card-title {

  max-height: 72px;

  overflow: hidden;

  margin-top: 40px;

  font-size: 16px;

}



/* line 275, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .events-item .card .card-text {

  font-size: 12px;

  text-transform: uppercase;

}



/* line 295, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .testimonial-area {

  background: url(../img/client/testimonial-bg.jpg) no-repeat center center;

  background-size: cover;

  position: relative;

  z-index: 1;

}



/* line 300, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .testimonial-area:after {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

  opacity: 0.7;

  content: "";

}



/* line 312, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .testimonial-area .owl-nav {

  position: absolute;

  left: 50%;

  bottom: -15px;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  display: -ms-flexbox;

  display: flex;

  text-transform: uppercase;

}



/* line 322, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .testimonial-area .owl-nav .owl-prev img,

.client .testimonial-area .owl-nav .owl-next img {

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 324, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .testimonial-area .owl-nav .owl-prev img:hover,

.client .testimonial-area .owl-nav .owl-next img:hover {

  filter: brightness(50%);

  -o-filter: brightness(50%);

  -ms-filter: brightness(50%);

  -moz-filter: brightness(50%);

  -webkit-filter: brightness(50%);

}



/* line 329, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .testimonial-area .owl-nav .owl-prev {

  margin-right: 30px;

}



@media (max-width: 991px) {

  /* line 312, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .testimonial-area .owl-nav {

    display: none;

  }

}



/* line 338, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .single-testimonial {

  position: relative;

  z-index: 9;

  padding-bottom: 85px;

}



/* line 342, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .single-testimonial .thumb {

  margin-right: 20px;

}



/* line 345, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .single-testimonial h4 {

  color: #ffffff;

  font-size: 18px;

  margin-bottom: 0;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 350, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .single-testimonial h4:hover {

  color: var(--base_color);

  cursor: pointer;

}



/* line 355, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .single-testimonial p {

  color: #ffffff;

}



/* line 358, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .single-testimonial .desc {

  max-width: 810px;

  font-style: italic;

  font-size: 16px;

  margin: 20px auto 0px;

}



/* line 371, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .fact-area .white-box.single-summery {

  box-shadow: none;

}



/* line 381, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .department-area h3 {

  color: #ffffff;

  margin-bottom: 10px;

}



/* line 392, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .info-area .info-thumb {

  overflow: hidden;

  display: inline-block;

}



@media (max-width: 800px) {

  /* line 398, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .info-area .info-content {

    text-align: center;

    padding: 80px 30px 80px 0;

  }

}



/* line 404, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .info-area .info-content {

  position: relative;

  background: rgba(65, 80, 148, 0.3);

  padding: 95px 80px;

  top: -4px;

}



@media (max-width: 991px) {

  /* line 404, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .info-area .info-content {

    margin-top: 30px;

  }

}



@media (max-width: 768px) {

  /* line 404, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .info-area .info-content {

    padding: 30px;

  }

}



/* line 415, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .info-area .info-content h2 {

  color: #ffffff;

  margin-bottom: 20px;

}



/* line 419, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .info-area .info-content p {

  margin-bottom: 0;

}



/* line 424, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .info-area .info-left {

  z-index: 2;

}



@media (max-width: 800px) {

  /* line 424, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .info-area .info-left {

    margin-top: 0px;

    margin-bottom: 40px;

  }

}



/* line 438, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .overview-area .nav-tabs {

  border-bottom: 1px solid rgba(130, 139, 178, 0.3);

}



@media (max-width: 991px) {

  /* line 438, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .overview-area .nav-tabs {

    margin-top: 0px;

  }

}



/* line 443, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .overview-area .nav-tabs .nav-link {

  background: rgba(82, 101, 165, 0.3);

  color: #828bb2;

}



/* line 446, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .overview-area .nav-tabs .nav-link:hover,

.client .overview-area .nav-tabs .nav-link.active {

  background: #ffffff;

  color: var(--base_color);

}



/* line 454, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .overview-area .tab-content h3 {

  color: #ffffff;

}



/* line 457, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .overview-area .tab-content p {

  margin-bottom: 30px;

}



/* line 459, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .overview-area .tab-content p:last-child {

  margin-bottom: 0px;

}



/* line 472, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .mapBox {

  height: 700px;

}



@media (max-width: 991px) {

  /* line 475, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */

  .client .contact_info {

    margin-top: 50px;

  }

}



/* line 479, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .contact_info .info_item {

  position: relative;

  padding-left: 45px;

  margin-bottom: 20px;

}



/* line 483, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .contact_info .info_item i {

  position: absolute;

  left: 0;

  top: 0;

  font-size: 20px;

  line-height: 24px;

  color: #ffffff;

  font-weight: 600;

}



/* line 492, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .contact_info .info_item h6 {

  font-size: 16px;

  color: #ffffff;

  font-weight: bold;

  margin-bottom: 0px;

}



/* line 497, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .contact_info .info_item h6 a {

  color: #ffffff;

}



/* line 501, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client .contact_info .info_item p {

  margin-bottom: 0px;

}



/* line 512, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client.light .notice-item h4,

.client.light .academic-item .academic-text h4 a,

.client.light .info-area .info-content h2,

.client.light .department-area h3,

.client.light .overview-area .nav-tabs .nav-link,

.client.light .overview-area .tab-content h3,

.client.light .news-details-area h1,

.client.light .news-details-area .meta .date span,

.client.light .news-details-area h3,

.client.light .contact_info .info_item i,

.client.light .contact_info .info_item h6,

.client.light .contact_info .info_item h6 a,

.client.color .notice-item h4,

.client.color .academic-item .academic-text h4 a,

.client.color .info-area .info-content h2,

.client.color .department-area h3,

.client.color .overview-area .nav-tabs .nav-link,

.client.color .overview-area .tab-content h3,

.client.color .news-details-area h1,

.client.color .news-details-area .meta .date span,

.client.color .news-details-area h3,

.client.color .contact_info .info_item i,

.client.color .contact_info .info_item h6,

.client.color .contact_info .info_item h6 a {

  color: var(--base_color);

}



/* line 526, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client.light .fact-area .white-box.single-summery,

.client.color .fact-area .white-box.single-summery {

  box-shadow: 0px 10px 15px rgba(236, 208, 244, 0.3);

}



/* line 529, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client.light .info-area .info-content,

.client.color .info-area .info-content {

  background: rgba(65, 80, 148, 0.05);

}



/* line 532, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_home.scss */



.client.light .overview-area .nav-tabs .nav-link:hover,

.client.light .overview-area .nav-tabs .nav-link.active,

.client.color .overview-area .nav-tabs .nav-link:hover,

.client.color .overview-area .nav-tabs .nav-link.active {

  color: #ffffff;

}



/*---------------------------------------------------- */



/* Start Footer Area css

============================================================================================ */



/* line 6, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .footer_area .f_widget .f_title {

  margin-bottom: 40px;

}



@media (max-width: 991px) {

  /* line 6, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */

  .client .footer_area .f_widget .f_title {

    margin-bottom: 20px;

  }

}



/* line 11, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .footer_area .f_widget .f_title h4 {

  color: #ffffff;

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 0px;

}



/* line 18, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .footer_area .f_widget ul {

  list-style: none;

  padding-left: 0;

  margin-bottom: 50px;

}



/* line 22, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .footer_area .f_widget ul li {

  display: block;

  margin-bottom: 10px;

  cursor: pointer;

}



/* line 26, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .footer_area .f_widget ul li:hover {

  color: #c738d8;

}



/* line 34, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .single-footer-widget {

  padding: 30px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}



/* line 38, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .single-footer-widget .copy_right_text p {

  margin: 0;

  color: #ffffff;

  margin-left: -15px;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



@media (max-width: 767px) {

  /* line 38, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */

  .client .single-footer-widget .copy_right_text p {

    text-align: center;

    padding: 0px 15px;

  }

}



/* line 47, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .single-footer-widget .copy_right_text p a {

  color: var(--base_color);

  color: #c738d8;

}



/* line 50, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .single-footer-widget .copy_right_text p a:hover {

  color: #c738d8;

}



/* line 56, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .single-footer-widget .social_widget {

  text-align: right;

  position: relative;

  margin-right: -15px;

}



@media (max-width: 767px) {

  /* line 56, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */

  .client .single-footer-widget .social_widget {

    text-align: center;

    margin-top: 20px;

  }

}



/* line 64, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .single-footer-widget .social_widget a {

  color: #ffffff;

  margin-left: 10px;

  display: inline-block;

  text-align: center;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

}



/* line 70, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client .single-footer-widget .social_widget a:hover {

  color: var(--base_color);

}



/* line 78, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client.light .single-footer-widget .copy_right_text p,

.client.light .single-footer-widget .social_widget a,

.client.color .single-footer-widget .copy_right_text p,

.client.color .single-footer-widget .social_widget a {

  color: var(--base_color);

}



/* line 83, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client.light .single-footer-widget .social_widget a:hover,

.client.color .single-footer-widget .social_widget a:hover {

  color: var(--gradient_1);

}



/* line 87, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client.light .single-footer-widget,

.client.color .single-footer-widget {

  border-top: 1px solid rgba(65, 80, 148, 0.1);

}



/* line 92, ../../xampp/htdocs/infixeduB/public/backEnd/scss/client/_footer.scss */



.client.color .single-footer-widget .copy_right_text p a {

  color: var(--gradient_1);

}



/* End Footer Area css

============================================================================================ */



/*---------------------------------------------------- */



/*********************************************

************* custom css {update} ************

*********************************************/



/* line 15, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.update_menu .navbar .navbar-toggler {

  color: #ffffff;

  font-size: 20px;

  border: 1px solid #fff;

  border-radius: 0;

  padding: 7px 10px;

}



/* line 22, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.update_menu .ti-menu:before {

  content: "\e6c1";

  font-size: 20px;

  color: #fff;

}



/* line 28, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.update_menu .search-bar .input-group {

  max-width: 305px;

  float: right;

}



/* line 32, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.update_menu .search-bar input {

  padding-bottom: 6px;

  padding-left: 40px;

}



/* line 35, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.update_menu .search-bar input ::placeholder {

  font-size: 12px;

  font-weight: 400;

  line-height: 14px;

}



/* line 41, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.update_menu .search-bar span {

  font-size: 20px;

  background-color: var(--base_color);

  padding-top: 4px;

}



@media (max-width: 991px) {

  /* line 14, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .update_menu {

    height: 80px;

    position: relative;

    padding: 10px !important;

  }

  /* line 51, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .update_menu .light_logo {

    max-width: 100px;

  }

  /* line 54, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .update_menu .menu_nav {

    background-color: var(--base_color);

  }

  /* line 57, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .update_menu .navbar .nav .nav-item .nav-link {

    padding: 10px 10px !important;

  }

}



/* line 63, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.academic-img img {

  width: 100%;

}



/* line 67, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.client .header-area .navbar .search-bar input:focus {

  color: #828bb2 !important;

  font-weight: 300;

}



@media (max-width: 991px) {

  /* line 72, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .client.light .header-area .navbar .nav .nav-item .nav-link,

  .client.color .header-area .navbar .nav .nav-item .nav-link {

    color: #fff !important;

  }

  /* line 75, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .single-testimonial {

    padding-bottom: 0 !important;

  }

  /* line 78, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .client .news-area {

    margin-bottom: 0;

  }

  /* line 81, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .client .mapBox {

    height: 350px;

  }

  /* line 84, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .client .section-gap-top {

    padding-top: 40px;

  }

  /* line 87, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .contact_area {

    margin-bottom: 40px;

  }

  /* line 90, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .client .banner-area {

    margin-top: 85px;

  }

  /* line 94, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .events-area .date {

    line-height: 18px;

  }

}



@media only screen and (min-width: 992px) and (max-width: 1200px) {

  /* line 102, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .update_menu .update_menu .menu_nav {

    margin-left: 10% !important;

  }

  /* line 106, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .update_menu .navbar-brand img {

    max-width: 100px;

  }

}



@media (min-width: 991px) {

  /* line 116, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .update_menu .menu_nav {

    margin-left: 25%;

  }

  /* line 119, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .update_menu .btn-dark:hover {

    color: #fff;

    background-color: #23272b;

    border-color: transparent;

  }

}



/* line 126, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.login-area table td {

  padding: 0px 7px 0px 7px;

  width: 25% !important;

}



@media (max-width: 575px) {

  /* line 126, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .login-area table td {

    width: 50% !important;

    display: inline-block;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 126, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .login-area table td {

    width: 50% !important;

    display: inline-block;

  }

}



/* line 137, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.login-area table td .get-login-access {

  padding: 5% 10%;

  color: var(--base_color);

  letter-spacing: 1px;

  font-family: var(--base_font);

  font-size: 12px;

  outline: none !important;

  text-align: center;

  cursor: pointer;

  text-transform: uppercase;

  border: 0;

  border-radius: 5px;

  overflow: hidden;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

  background-color: #ffffff;

}



/* line 155, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.login-area table td .get-login-access:hover {

  background: linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 100%);

  color: #ffffff;

}



/************************************************

***************** login css *********************/



/* line 167, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.login.admin.hight_100 .login-height .input-group-addon {

  width: 0;

}



/* line 170, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.login.admin.hight_100 .login-height .form-group i {

  top: 7px;

  left: 4px;

}



@media (max-width: 575px) {

  /* line 177, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .login.admin.hight_100 .login-height .input-group-addon {

    width: 0;

  }

  /* line 180, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .login.admin.hight_100 .login-height .form-group i {

    top: 7px;

    left: 4px;

  }

  /* line 184, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .login.admin.hight_100 .login-height .form-wrap {

    padding: 50px 8px;

  }

  /* line 187, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .login.admin.hight_100 .login-height a {

    font-size: 12px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 194, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .login.admin.hight_100 .login-height .input-group-addon {

    width: 0;

  }

  /* line 197, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .login.admin.hight_100 .login-height .form-group i {

    top: 7px;

    left: 4px;

  }

}



@media (max-width: 991px) {

  /* line 165, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .login.admin.hight_100 {

    height: 100% !important;

    overflow: visible;

  }

  /* line 207, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .login.admin.hight_100 .login-height .input-group-addon {

    width: 0;

  }

  /* line 210, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .login.admin.hight_100 .login-height .form-group i {

    top: 7px;

    left: 4px;

  }

}



/* line 217, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.hight_100 {

  height: 100vh;

}



@media (max-width: 991px) {

  /* line 217, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .hight_100 {

    height: 100% !important;

  }

}



@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  /* line 217, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .hight_100 {

    height: 100% !important;

  }

}



@media only screen and (min-width: 992px) and (max-width: 1200px) {

  /* line 217, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .hight_100 {

    height: 100% !important;

  }

}



/* line 229, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.login-area .login-height {

  min-height: auto;

}



/* line 232, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



/******************************************************/



/**************** dashboard css ******************/



/******************************************************/



@media (max-width: 991px) {

  /* line 241, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .main-title {

    margin-top: 20px;

  }

}



/* line 246, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.white-box.single-summery {

  margin-top: 30px;

}



@media (max-width: 991px) {

  /* line 246, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .white-box.single-summery {

    margin-top: 20px;

  }

}



@media (max-width: 575px) {

  /* line 246, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .white-box.single-summery {

    padding: 10px 15px;

  }

  /* line 253, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .white-box.single-summery h3 {

    margin-bottom: 0;

  }

  /* line 256, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .white-box.single-summery .d-flex {

    display: block !important;

  }

}



@media (max-width: 991px) {

  /* line 261, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .nav_icon {

    background: var(--gradient_1) !important;

    border: 1px solid var(--border_color);

  }

  /* line 265, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .nav_icon i {

    font-size: 24px;

    padding: 4px 0px 0px;

    display: inline-block;

  }

  /* line 271, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .nav_icon .ti-more {

    padding: 6px 0 0;

  }

}



@media (max-width: 575px) {

  /* line 277, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  #sidebar {

    max-width: 80%;

    margin-left: -80%;

    min-width: 80%;

    z-index: 9999 !important;

  }

}



/* line 285, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



#sidebar.active {

  z-index: 99999;

}



/* line 288, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



#close_sidebar {

  cursor: pointer;

}



@media (max-width: 575px) {

  /* line 291, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .admin .navbar {

    z-index: 999;

  }

}



/* line 296, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.update_sidebar {

  display: flex;

  justify-content: space-between;

}



/* line 299, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.update_sidebar img {

  max-width: 100px !important;

}



/* line 302, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.update_sidebar i {

  font-size: 15px;

  color: #fff;

  background: var(--gradient_1) !important;

  border: 1px solid var(--border_color);

  display: inline-block;

  height: 40px;

  width: 40px;

  text-align: center;

  line-height: 40px;

  border-radius: 5px;

}



/* line 314, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.update_sidebar .close_sidebar {

  display: none;

}



@media (max-width: 991px) {

  /* line 321, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_dashboard .main-title h3 {

    margin-top: 30px;

    line-height: 25px;

  }

}



/* line 328, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.up_dash_menu {

  display: flex;

  justify-content: space-between;

  align-items: center;

  width: 100%;

}



@media (max-width: 991px) {

  /* line 328, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_dash_menu {

    width: auto;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 328, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_dash_menu {

    width: 97%;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 328, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_dash_menu {

    width: 100%;

  }

}



/* line 342, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.up_dash_menu ul.nav.navbar-nav.mr-auto.nav-buttons {

  margin: 0 auto !important;

  text-align: center !important;

}



@media (max-width: 575px) {

  /* line 342, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_dash_menu ul.nav.navbar-nav.mr-auto.nav-buttons {

    text-align: left !important;

  }

}



/* line 350, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.search-bar {

  margin: 0 auto;

  text-align: center;

}



@media (max-width: 991px) {

  /* line 350, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .search-bar {

    margin-bottom: 0;

    padding-left: 18%;

  }

}



@media (max-width: 575px) {

  /* line 350, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .search-bar {

    padding-left: 0%;

    width: 58%;

    margin: 0 auto;

    text-align: center;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 350, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .search-bar {

    padding-left: 6%;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 350, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .search-bar {

    padding-left: 11%;

  }

}



@media (max-width: 991px) {

  /* line 371, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_navbar {

    width: 97% !important;

  }

  /* line 373, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_navbar .btn-dark:hover,

  .up_navbar .btn-dark:focus {

    border-color: transparent;

    outline: 0;

  }

  /* line 379, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_dash_menu .navbar-collapse {

    margin-top: 10px;

    padding: 30px;

    background: url(../img/body-bg.jpg) no-repeat right;

    position: absolute;

    width: 97%;

    top: 42px;

  }

}



@media (max-width: 575px) {

  /* line 390, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_navbar {

    width: 91% !important;

  }

  /* line 392, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_navbar .col-lg-12 {

    padding-left: 0;

    padding-right: 0;

  }

  /* line 398, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_dash_menu .navbar-collapse {

    width: 100%;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 404, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_navbar {

    width: 91% !important;

  }

  /* line 406, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_navbar .col-lg-12 {

    padding-left: 0;

    padding-right: 0;

  }

  /* line 412, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_dash_menu .navbar-collapse {

    width: 100%;

  }

}



@media (max-width: 991px) {

  /* line 417, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_ds_margin {

    margin-bottom: 15px;

  }

}



/* line 421, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.up_ds_margin .ti-close {

  line-height: 30px;

}



/* line 425, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.up_buttom {

  display: flex;

  justify-content: space-between;

}



/* line 429, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.up_toList {

  margin-top: 9px;

}



@media only screen and (min-width: 992px) and (max-width: 1200px) {

  /* line 432, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_toList .text-right {

    text-align: right !important;

  }

  .up_toList {

    margin-top: 40px;

  }

}



@media (max-width: 991px) {

  /* line 429, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_toList {

    margin-top: 20px;

  }

  /* line 438, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_toList .main-title {

    margin-top: 0;

  }

}



@media (max-width: 991px) {

  /* line 446, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_breadcrumb {

    margin: 40px 0 20px;

  }

}



@media (max-width: 991px) {

  /* line 454, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_admin_visitor .dataTables_filter > label {

    left: 47%;

    min-width: 280px;

    position: relative;

    top: -8px;

  }

  /* line 460, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_admin_visitor div.dt-buttons {

    display: none;

  }

  /* line 466, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_admin_visitor .main-title {

    margin: 40px 0 20px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 471, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_admin_visitor .dataTables_filter > label {

    left: 1%;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 476, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_admin_visitor .dataTables_filter > label {

    left: -12%;

  }

}



@media only screen and (min-width: 992px) and (max-width: 1200px) {

  /* line 482, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_admin_visitor .dataTables_wrapper .dataTables_filter input {

    width: 70%;

  }

  /* line 485, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_admin_visitor .dataTables_filter > label {

    left: 47%;

  }

}



@media (max-width: 991px) {

  /* line 492, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_st_admin_visitor .dataTables_filter > label {

    left: 47%;

    min-width: 280px;

    position: relative;

    top: -8px;

  }

  /* line 498, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_st_admin_visitor div.dt-buttons {

    display: none;

  }

  /* line 504, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_st_admin_visitor .main-title {

    margin: 40px 0 20px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 509, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_st_admin_visitor .dataTables_filter > label {

    left: 1%;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 514, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_st_admin_visitor .dataTables_filter > label {

    left: -12%;

  }

}



@media only screen and (min-width: 992px) and (max-width: 1200px) {

  /* line 520, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_st_admin_visitor .dataTables_wrapper .dataTables_filter input {

    width: 70%;

  }

  /* line 523, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .up_st_admin_visitor .dataTables_filter > label {

    margin-bottom: 20px;

    position: relative;

    top: 0px;

    left: 20%;

    transform: translateX(-50%);

    min-width: 280px;

    border-bottom: 1px solid rgba(130, 139, 178, 0.4);

    margin-top: 20px;

  }

}



@media (max-width: 575px) {

  /* line 536, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .sms-breadcrumb {

    margin: 40px 0 20px;

  }

}



/* line 541, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.fc-state-active,

.fc-state-down {

  background-color: #ccc;

  background-image: none;

  box-shadow: none;

}



@media (max-width: 991px) {

  /* line 546, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .main-title {

    margin-top: 0;

  }

}



/* line 551, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.fc .fc-button-group > * {

  float: left;

  margin: 0 0 10px 10px;

  border-radius: 30px;

  padding: 0px 8px;

}



@media (max-width: 991px) {

  /* line 557, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .sms-breadcrumb {

    margin: 30px 0 20px;

  }

}



@media (max-width: 991px) {

  /* line 562, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .mb-40.up_dashboard {

    margin-bottom: 20px;

  }

}



@media (max-width: 575px) {

  /* line 570, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .fc-toolbar.fc-header-toolbar .fc-left,

  .fc-toolbar.fc-header-toolbar .fc-right,

  .fc-toolbar.fc-header-toolbar .fc-center {

    display: block;

    width: 100%;

    text-align: center;

  }

}



@media (max-width: 991px) {

  /* line 578, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .mt-40 {

    margin-top: 15px;

  }

  /* line 581, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .mb-30-lg {

    margin-bottom: 0;

  }

  /* line 584, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */

  .student-details {

    margin-top: 50px;

  }

}



/* line 588, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.search_bar {

  position: absolute;

  margin: auto;

  top: 0;

  right: 0;

  bottom: 0;

  width: auto;

  height: 100px;

  z-index: 999;

}



/* line 598, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.search_bar .search {

  position: absolute;

  margin: auto;

  top: 0;

  right: 0;

  bottom: 0;

  width: 40px;

  height: 40px;

  transition: all 0.5s;

  z-index: 4;

  font-size: 18px;

}



/* line 610, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.search_bar .search:hover {

  cursor: pointer;

}



/* line 614, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.search_bar .search::before {

  content: "\e610";

  position: absolute;

  margin: auto;

  top: 10px;

  right: 15px;

  bottom: 0;

  width: 6px;

  transition: all 0.5s;

  font-family: "themify";

}



/* line 627, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.search_bar input {

  position: absolute;

  margin: auto;

  top: 25px;

  right: 0;

  width: 0px;

  height: 50px;

  outline: none;

  border: none;

  z-index: 99;

  background: #fe005f;

  color: white;

  padding: 10px;

  transition: all 0.5s;

  opacity: 0;

  z-index: 5;

  font-weight: bolder;

  letter-spacing: 0.1em;

}



/* line 646, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.search_bar input:hover {

  cursor: pointer;

}



/* line 650, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.search_bar input:focus {

  width: 280px;

  opacity: 1;

  cursor: text;

  padding-left: 15px;

}



/* line 657, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.search_bar input:focus ~ .search {

  right: 5px;

  background: #fff;

  z-index: 6;

  padding: 0 20px 0 20px;

}



/* line 662, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.search_bar input:focus ~ .search::before {

  top: 8px;

  right: 20px;

  content: "\e646";

  font-family: "themify";

}



/* line 671, ../../xampp/htdocs/infixeduB/public/backEnd/scss/_update.scss */



.search_bar input::placeholder {

  color: white;

  opacity: 1;

  font-weight: bolder;

}



.client_img {

  max-width: 50px;

  border-radius: 50%;

}



@media (max-width: 991px) {

  .up_admin_visitor .primary-btn-sma2567ll-input {

    margin-bottom: 20px;

  }

  .xm_3 {

    margin: 20px 0;

  }

  .mt_4 {

    margin-top: 20px;

  }

  .col-lg-4.no-gutters {

    margin-top: 20px;

  }

}



.btn-dark.focus,

.btn-dark:focus {

  box-shadow: none;

}



.btn-outline-primary.focus,

.btn-outline-primary:focus {

  box-shadow: none !important;

}



.btn-dark:not(:disabled):not(.disabled).active:focus,

.btn-dark:not(:disabled):not(.disabled):active:focus,

.show > .btn-dark.dropdown-toggle:focus {

  box-shadow: none !important;

  border-color: transparent;

}



.up_login {

  display: flex;

  align-items: center;

  flex: 1 1 auto;

}



@media (max-width: 991px) {

  .up_login .pl-30 {

    padding-left: 0;

  }

}





.logoimage {

  max-width: 150px !important;

  height: auto;

  padding: 2px;

}



.loginButton {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}



.singleLoginButton {

  flex: 22% 0 0;

}



.loginButton .get-login-access {

  display: block;

  width: 100%;

  border: 1px solid #fff;

  border-radius: 5px;

  margin-bottom: 20px;

  padding: 5px;

  cursor: pointer;

}



@media (max-width: 576px) {

  .singleLoginButton {

    flex: 49% 0 0;

  }

}



@media (max-width: 576px) {

  .singleLoginButton {

    flex: 49% 0 0;

  }

}



.dialog-notice-title {

  text-align: left !important;

  color: white !important;

  text-shadow: 0px 10px 10px black !important;

}



/* lol ipdate 27 june  */



#main-content {

  width: calc(100% - 15%);

}



@media (max-width: 1370px) {

  #main-content {

    width: calc(100% - 20%);

  }

}



@media (max-width: 991px) {

  #main-content {

    width: 100%;

  }

  .admin .navbar .right-navbar .dropdown .dropdown-toggle {

    display: none;

  }

}



.nice-select.open .list {

  padding-top: 50px !important;

}



#ajaxSpinnerImage {

  display: block;

  /* width:800px; */

  margin: 0 auto;

  align-content: center;

}



/* #sidebar ul li a:hover, #sidebar ul li a.active {

    background: rgba(255, 255, 255, 0.05);

} */



#sidebar ul li ul li a.active,

#sidebar ul li ul li a:hover {

  background: rgba(255, 255, 255, 0.05);

}



@media (min-width: 1100px) and (max-width: 1400.98px) {

  .datepicker {

    padding: 16px 12px;

  }

  .datepicker.dropdown-menu {

    font-size: 12px;

    line-height: 17px;

  }

  .datepicker table tr td {

    border-radius: 30px;

  }

}



/* mobile device  */



@media (min-width: 320px) and (max-width: 580.98px) {

  .erp_role_permission_area .single_permission .permission_body > ul > li ul {

    grid-template-columns: repeat(1, 1fr);

    grid-gap: 10px;

    margin-left: 0;

  }

  .table_not_fixed {

    table-layout: auto !important;

  }

}



.max_modal {

  max-width: 1050px;

}



table.attendence-report-custome.dataTable > tbody > tr.child ul.dtr-details {

  flex-wrap: wrap;

}



.balance-custom-table tfoot th {

  padding: 10px 40px 6px 0px;

  border-top: 1px solid #999999;

  text-align: center;

}



.custome-radio-class .primary-input {

  width: 65px;

}



.loader_style {

  margin-top: -30px;

  padding-right: 25px;

}



.loader_img_style {

  width: 25px;

  height: 25px;

}



.loader {

  display: none;

}



.pre_loader {

  display: show;

}



.loader_style_parent_reg {

  padding-right: 25px;

  position: absolute;

  right: 10px;

  top: 5px;

}



.mark_box {

  border: 1px solid gray;

  padding: 5px;

  padding-right: 18px;

  margin-left: 140px;

}



.std_mark_box {

  border: 1px solid gray;

  padding: 5px;

  padding-right: 18px;

  margin-left: 170px;

}



#table_id_processing {

  color: var(--base_color);

  margin-top: 10px;

}



/* updated  */



.upload_grid_wrapper {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  grid-gap: 15px;

}



.single_upload_img img {

  width: 100%;

}



.img_check {

  position: absolute;

  display: flex;

  align-items: center;

  justify-content: center;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

}



.single_upload_img {

  position: relative;

}



.quiestion_group {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  grid-gap: 15px;

}



.quiestion_group .single_question {

  position: relative;

  z-index: 1;

  overflow: hidden;

  height: 150px;

  background-size: cover;

  background-position: center center;

}



.quiestion_group .active .single_question .img_ovelay {

  opacity: 1;

  visibility: visible;

  transform: scale(1);

}



.quiestion_group .single_question .thumb img {

  width: 100%;

}



.quiestion_group .img_ovelay {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(65, 80, 148, 0.4);

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  visibility: hidden;

  transition: 0.3s;

  transform: scale(0.8);

}



.quiestion_group .img_ovelay input {

  width: 100%;

  height: 100%;

  opacity: 0;

  cursor: pointer;

  position: absolute;

  top: 0;

  left: 0;

}



.quiestion_group .single_question:hover .img_ovelay {

  opacity: 1;

  visibility: visible;

  transform: scale(1);

}



.quiestion_group .img_ovelay .icon {

  width: 30px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  border-radius: 50%;

  background: #fff;

  color: #000;

  display: inline-block;

}



.quiestion_group .img_ovelay .icon i {

  line-height: 30px;

  font-size: 15px;

}



.question_navigate a {

  margin: 0 5px;

  display: inline-block;

  background: -webkit-linear-gradient(

    90deg,

    var(--gradient_1) 0%,

    #c738d8 51%,

    var(--gradient_1) 100%

  );

  background: -moz-linear-gradient(

    90deg,

    var(--gradient_1) 0%,

    #c738d8 51%,

    var(--gradient_1) 100%

  );

  background: -o-linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 51%, var(--gradient_1) 100%);

  background: -ms-linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 51%, var(--gradient_1) 100%);

  background: linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 51%, var(--gradient_1) 100%);

  color: #ffffff;

  background-size: 200% auto;

  -webkit-transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -o-transition: all 0.4s ease 0s;

  transition: all 0.4s ease 0s;

  color: #fff !important;

  border-radius: 5px !important;

  border: 0 !important;

  text-align: center !important;

}



.question_table {

  border: 1px solid #d9dde9;

  margin-top: 20px;

  border-radius: 3px;

  padding: 20px;

}



.quiestion_group .img_ovelay .icon label {

  margin: 0;

  position: relative;

  top: 11px;

  left: 6px;

}



.qustion_banner_img {

  max-width: 500px;

  margin: auto;

  margin-bottom: 40px;

}



.qustion_banner_img img {

  width: 100%;

}



.single_question_upper {

  background: linear-gradient(90deg, #915eff 0.47%, #c874e6 100%);

  border-radius: 5px;

  padding: 15px;

}



.quiestion_group .img_ovelay .icon {

  width: 50px;

  height: 50px;

  text-align: center;

  line-height: 50px;

  border-radius: 50%;

  background: transparent;

  color: #000;

  display: inline-block;

}



.quiestion_group .img_ovelay {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(65, 80, 148, 0.4);

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  visibility: hidden;

  background: linear-gradient(

    90deg,

    rgba(126, 50, 255, 0.7) 0%,

    rgba(195, 55, 218, 0.7) 100%

  );

  transition: 0.3s;

  transform: scale(0.8);

  border-radius: 5px;

}



.single_question_upper .expand_icon {

  width: 41px;

  height: 41px;

  background: var(--base_color);

  border-radius: 5px;

  color: #fff;

  font-size: 15px;

  text-align: center;

  flex: 41px 0 0;

  position: absolute;

  right: 20px;

  bottom: 20px;

  z-index: 10;

  line-height: 41px !important;

  display: flex;

  align-items: center;

  justify-content: center;

}



.single_question_upper {

  position: relative;

  z-index: 1000;

}



.quiestion_group .single_question {

  border-radius: 5px;

}



/*floating button  start*/



.float_button {

  text-align: left;

  display: inline-block;

  border-radius: 50px;

  padding: 10px 30px 13px 50px;

  -webkit-transition: 0.8s;

  background-size: auto 200%;

  position: fixed;

  top: 165px;

  right: 0;

  transform: translateX(182px);

  background-image: linear-gradient(

    to top,

    #b937e0 0%,

    var(--gradient_1) 50%,

    #b937e0 100%

  );

  z-index: 9999999;

}



@media (max-width: 991px) {

}



.float_button:hover {

  background-position: bottom center;

  transform: translateX(20px);

}



.float_button i {

  height: 30px;

  width: 30px;

  text-align: center;

  line-height: 30px;

  font-size: 16px;

  background-color: rgba(0, 0, 0, 0.3);

  display: inline-block;

  border-radius: 50%;

  color: #fff;

  position: absolute;

  left: 8px;

  top: 8px;

  margin-bottom: 0px;

}

@media (max-width: 575.98px) {

  .float_button i {

    left: 8px;

    top: 8px;

  }

}

.float_button h3 {

  font-size: 16px;

  font-weight: 500;

  color: #fff;

  margin-bottom: 0;

  padding-right: 10px;

}



html[dir="rtl"] .float_button {

  right: auto;

  left: 0;

  padding: 10px 50px 9px 30px;

  transform: translateX(-178px);

}

html[dir="rtl"] .float_button:hover {

  transform: translateX(-20px);

}

html[dir="rtl"] .float_button i {

  left: auto;

  right: 8px;

}

/*floating button  end*/



.walletError {

  color: #ff0000;

}



.lmsError {

  color: #ff0000;

}



/* Email Templete Custom */

.custom_nav li a {

  font-size: 14px;

  font-weight: 400;

  color: var(--base_color);

  padding: 0;

}

.custom_nav li {

  margin-bottom: 20px;

}

.common-calendar .fc-basic-view .fc-body .fc-row {

  min-height: 95px !important;

}

.footer-list a {

  font-size: 14px;

  font-weight: 500;

  color: #828bb2;

}

.footer-list a:hover {

  color: var(--base_color);

}

.admin .navbar .right-navbar .dropdown .badge {

  left: 25px;

}



html[dir="rtl"] .admin .navbar .right-navbar .dropdown .badge {

  left: 0px !important;

}



table.fees-report-footer tfoot td {

  padding: 10px 18px 6px 30px;

}

#main-content.mini_main_content {

  margin-left: 70px;

  width: calc(100% - 70px) !important;

}



/* preloader  */

.prelaoder_wrapper {

  display: flex;

  align-items: center;

  justify-content: center;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #e7ecff;

  z-index: 100000000;

}

.prelaoder_wrapper .preloader_img {

  max-width: 120px;

}

.prelaoder_wrapper .preloader_img img {

}



.demo_addons{

  float: right;

  margin-right: 30px!important;

  background: #8232fc;

  color: #fff;

  border-radius: 5px;

  padding: 0px 10px;

  font-size: 10px;

}



.badge_1 {

  background: -o-linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 100%);

  background: -ms-linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 100%);

  background: linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 100%);

  font-size: 10px !important;

  font-weight: 500 !important;

  color: #fff !important;

  border: 0;

  display: inline-block;

  border-radius: 10px;

  padding: 5px 12px;

  white-space: nowrap;

  line-height: 1.2;

  text-transform: capitalize;

}



.primary-school-color{

    background: -webkit-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 51%, var(--gradient_3) 100%) !important;

    background: -moz-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 51%, var(--gradient_3) 100%) !important;

    background: -o-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 51%, var(--gradient_3) 100%) !important;

    background: -ms-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 51%, var(--gradient_3) 100%) !important;

    background: linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 51%, var(--gradient_3) 100%) !important;

    color: var(--text_white) !important;

}



/* Responsive Data Table customization:Start */



table.dataTable > tbody > tr.child ul.dtr-details {

	display: block !important;

}



table.dataTable > tbody > tr.child ul.dtr-details > li {

	border-bottom: 1px solid rgba(130, 139, 178, 0.3) !important;

}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {

	padding-left: 0px !important;

}

table.dataTable > tbody > tr.child span.dtr-title {

	padding: 20px 4px 20px 4px !important;

	border-bottom: none !important;

}



table.dataTable > tbody > tr.child span.dtr-data {

	border-bottom: none !important;

}

table.dataTable > tbody > tr.child ul.dtr-details > li {

    display: flex!important;

}



table.dataTable > tbody > tr.child ul.dtr-details > li span{

    width: 50%!important;

}



@media (max-width: 767px){

  .dataTables_wrapper .dataTables_paginate{

    margin-right: auto;

  }

}



/* Responsive Data Table customization:End */



/* Dashboard calender responsive:Start */

@media (max-width: 576px){

  .fc-toolbar.fc-header-toolbar {

  display: grid!important;

  grid-template-columns: repeat(2, 1fr)!important;

  grid-gap: 10px!important;

  margin-bottom: 0!important;

  align-items: end!important;

}



.fc-right{

  justify-content: end!important;

}



.fc-right button, .fc-left button{

  font-size: 11px!important;

}



.fc-center{

  grid-column: span 2!important;

}



.fc button{

  height: 25px!important;

}



.fc-today-button{

  margin-left: 0px!important;

}

}



@media(max-width: 420px){

  .fc-toolbar.fc-header-toolbar {

      grid-row-gap: 20px!important;

      grid-column-gap: 2px!important;

  }

  .fc-right button, .fc-left button{

      font-size: 10px!important;

  }

  .fc .fc-button-group > * {

      padding: 0 5px!important;

  }

  .fc button{

      height: 22px!important;

  }

}



@media(max-width: 380px){

  .fc .fc-button-group > * {

      padding: 0 3px!important;

  }

}

/* Dashboard calender responsive:End */



/* DataTable responsive button:Start */

.dataTable tbody tr td:first-child::before {

  top: 50%!important;

  transform: translateY(-50%)!important;

}

/* DataTable responsive button:End */



/* Exam report print:Start */

.company_info {

  margin-left: 0px;

}

.logo_thumb_upper{

  gap: 50px;

}

/* Exam report print:End */



/* my child section */



.nav.nav-tabs.tabs_scroll_nav{

  gap: 10px;

}

.student-details .nav-tabs .nav-link{

  margin-right: 0px!important;

}



.student-details .nav-tabs {

  margin-left: 0px!important;

}



/* data table search filter position update */



@media (min-width: 1200px) and (max-width: 1580px){

  .dataTables_filter > label{

      left: 40%!important;

  }

}



/* date picker issue */



.primary_datepicker_input .input-right-icon{

  z-index: inherit;

}



.add-marks-register-table tr th, .add-marks-register-table tr td{

  min-width: 150px;

  vertical-align: middle;

}



.add-marks-register-table tr th:nth-last-child(2), .add-marks-register-table tr td:nth-last-child(2){

  min-width: 200px;

}



/* mark register table min width */



.mark-register-table tr td, .mark-register-table tr th {

  min-width: 150px;

}

.actb_gap{

  gap: 10px;

}



.action_button_for_news {

    opacity: 0;

    pointer-events: none;

}



#newsCommentDatatable tbody tr:hover .action_button_for_news{

    opacity: 1;

    pointer-events: all;

}



.table.dataTable tbody tr.unapproveBgClass {

    background-color: #fcf9e8 !important;

}



.cmtUnapprove {

  box-sizing: border-box;

  display: block;

  padding: 0 8px;

  min-width: 24px;

  height: 2em;

  border-radius: 5px;

  background: linear-gradient(90deg, #7c32ff 0%, #a235ec 70%, #c738d8 100%);

  color: #fff!important;

  font-size: 11px;

  line-height: 1.90909090;

  text-align: center;

  font-size: 12px!important;

}



.cmtUnapprove::after{

  content: "";

  display: block;

  margin-left: 8px;

  width: 0;

  height: 0;

  border-top: 5px solid #646970;

  border-right: 5px solid transparent;

}



a.cmtapprove {

  position: relative;

  left: -5px;

  padding: 0 5px;

  min-width: 20px!important;

  height: 20px;

  border: 2px solid #fff;

  border-radius: 11px;

  background: #d63638;

  color: #fff!important;

  font-size: 10px!important;

  line-height: 1.88888888;

  text-align: center;

  top: -5px;

}

.comment_user_img {

  height: 50px;

  width: 50px;

  border-radius: 50%;

  object-fit: contain;

}



.gap_20{

  gap: 20px!important;

}

.unapproveBgClass {

    background-color: gray !important;

}



