/*----------------------------------------------------
@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"); */ */

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

/* Medium Layout: 1280px */

/* Tablet Layout: 768px */

/* Mobile Layout: 320px */

/* Wide Mobile Layout: 480px */

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

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

body.admin {
  line-height: 24px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #ffffff;
  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 {
  min-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: var(--primary-color);
  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 */

.common-radio:empty {
  opacity: 0;
  visibility: hidden;
  position: relative;
  max-height: 0;
  display: block;
  margin-top: -10px;
}

/* style label */

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

.common-radio:empty ~ label {
  position: relative;
  float: left;
  line-height: 16px;
  text-indent: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

/* 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 */

.common-radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50px;
  border: 1px solid var(--border_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;
}

/* toggle on */

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

.common-radio:checked ~ label:before {
  content: "";
  text-indent: 1px;
  color: var(--base_color);
  background-color: transparent;
  border: 1px solid var(--base_color);
  -webkit-transform: rotate(65deg);
  -moz-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  -o-transform: rotate(65deg);
  transform: rotate(65deg);
  font-size: 12px;
  font-weight: 600;
  border-top-color: transparent;
}

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

.common-radio:checked ~ label:after {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  display: block;
  top: -2px;
  left: 3px;
  text-indent: 1px;
  color: var(--base_color);
  background-color: transparent;
  border: 0px;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  font-size: 14px;
  font-weight: 600;
}

/* 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: "Poppins", sans-serif;
  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;
}

/* 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: var(--box_shadow);
}

/* 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: "Poppins", sans-serif;
  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;
  top: -6px;
  -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;
  top: -6px;
  -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 "Poppins", sans-serif;
  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 */



































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































.s
