/*------------------------------------------------------------------
[Core General Stylesheet]

Project:    Edumix Foundation Dashboard Template
Version:    1.0
Last change:    11/03/2014 [fixed Float bug, vf]
Author:matirasa
-------------------------------------------------------------------*/

/* @import url(http://weloveiconfonts.com/api/?family=entypo); */
/* @import url(http://weloveiconfonts.com/api/?family=fontawesome); */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700); */

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SF-UI-Display-Regular.otf');
}
:root {
    --eel: #2f80ed;
    --table_filter_bg: #2f81edba;
    --table_head_bg: #2f80ed;
    --table_bg: #2f80ed;
    --table_border_color: #ddd;
}

/* entypo */

[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

/* fontawesome */

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif!important;
    background: #242630;
    padding: 0;
    font-size: 13px!important;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    /*color: #888!important;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: bold;
}

p {
    font-size: 14px!important;
}

button,a{
    outline: none !important;
}

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 3px solid #8c92a3;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #222;
}

ul, ol, dl {
    font-size: 13px;
}

/* Card Background */
.birthday-card {
    background-color: #fffbf2;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .birthday-card h1 {
    margin: 0px;
  }

  .birthday-card b {
    opacity: 0.8;
  }
  
  /* Header Section Styling */
  .birthday-header {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
    color: white;
    padding: 20px 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  
  .student-name, .teacher-name {
    font-family: 'Comic Sans MS', sans-serif;
    color: #f67280;
    font-size: 2em;
    margin-bottom: 10px;
  }
  
  .student-message, .teacher-message {
    padding: 0px 100px;
    font-size: 1.2em;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 20px;
  }
  
  /* Footer Section Styling */
  .birthday-footer {
    background-color: #fff3cd;
    padding: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #495057;
    font-size: 1em;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .birthday-card h1 {
        margin: 0px;
        font-size: 2.4rem;
    }
    .birthday-card {
      margin: 0px;
    }
  
    .student-message, .teacher-message {
      font-size: 1em;
      padding: 0px 30px;
    }
  }
  

/*
Preloader
 */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    /* change if the mask should have another color then white */
    z-index: 9999;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

.slide-out-div {
    padding: 20px 5px;
    width: 60px;
    background: #fff;
    position: relative;
    z-index: 9999;
}

.handle {
    background: #0D0C0E;
    color: #fff;
    width: 40px;
    height: 50px;
    text-align: center;
    display: block;
    left: -36px!important;
}

/*
Value Master
 */

.no-pad {
    padding: 0px!important;
}

.pad {
    padding: 10px;
}

.pad-twenty {
    padding: 20px!important;
}

.pad-forty {
    padding: 40px!important;
}

.margin {
    margin: 10px;
}

.margin-center {
    margin: 10px 0;
}
.centerMe{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.dashboard-margin-center {
    margin: 15px 0px 0px 10px;
}

.margin-left {
    margin: 0 40px 0 0;
}

.padding-content {
    padding: 0 15%;
}

.height-tiny {
    height: 8px!important;
}

.radius {
    border-radius: 3px!important;
}

.inline {
    display: inline;
    width: auto;
}

.text-right {
    text-align: right!important;
}

.text-left {
    text-align: left!important;
}

/*
Master Background Color
 */

.bg-light-green, .bg-dark-blue, .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black {
    color: #f9f9f9 !important;
}

.bg-light-red {
    background: #F5203E!important;
}

.bg-white {
    background: #fff !important;
}

.bg-amber {
    background: #ffffff !important;
}

.bg-gray {
    background: #eaeaec !important;
}

.bg-gray-blue {
    background: #EEF1F7 !important;
}

.bg-black {
    background: #222A38 !important;
}

.bg-black-solid {
    background: #000000 !important;
}

.bg-red {
    background: #F20556 !important;
}

.bg-yellow {
    background: #f39c12 !important;
}

.bg-aqua {
    background-color: #0ABAEF!important;
}

.bg-blue {
    background-color: #5C9DF5 !important
}

.bg-light-blue {
    background-color: #3c8dbc !important;
}

.bg-dark-blue {
    background-color: #0F5593 !important;
}

.bg-dark-sky {
    background: #00B0FF!important;
    border: 1px solid #00B0FF;
}

.bg-green {
    background-color: #92CD18 !important;
}

.bg-light-green {
    background-color: #45B6B0 !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #B5AB8A !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #FF884D !important;
}

.bg-red-orange {
    background-color: #e83922 !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #932ab6 !important;
}

.bg-maroon {
    background-color: #85144b !important;
}

.bg-transparent {
    background: transparent !important;
}

.bg-opacity {
    background: rgba(0, 0, 0, 0.5) !important;
}

.bg-opacity-one {
    background: rgba(0, 0, 0, 0.3) !important;
}

.bg-opacity-white {
    background: rgba(255, 255, 255, 0.5) !important;
}

.bg-opacity-white-btn {
    background: rgba(255, 255, 255, 0.2) !important;
}

.bg-opacity-white-btn:hover {
    background: rgba(255, 255, 255, 0.4) !important;
    color: white!important;
}

.border-gray {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
}

/*
Master Text Color
 */

.text-opacity {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-black {
    font-family: SF Pro Display;
    font-size: 25px;
    line-height: 30px;
    color: #000000!important;
}

.text-black {
    font-weight: bold;
    font-family: SF Pro Display;
    font-size: 25px;
    line-height: 30px;
    color: #000000!important;
}

.text-red {
    color: #F20556 !important;
}

.text-gray {
    color: #8c92a3 !important;
}

.text-amber {
    color: #ffffff!important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #0ABAEF!important;
}

.text-blue {
    color: #5C9DF5 !important;
}

.text-dark-blue {
    color: #0F5593 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #92CD18!important;
}

.text-navy {
    color: #B7C1D3 !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #FF884D !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #932ab6 !important;
}

.text-maroon {
    color: #85144b !important;
}

.text-white {
    color: #ffffff!important;
}

.text-cyan {
    color: #63D8F2;
    font-family: 'SF Pro Display';
    font-size: 20px;
    line-height: 24px;
}

.text-lemon-lime {
    color: #71CB16;
    font-family: 'SF Pro Display';
    font-size: 20px;
    line-height: 24px;
}

.text-sky-blue {
    color: #0089EF!important;
    font-family: 'SF Pro Display';
    font-size: 20px;
    line-height: 24px;
}

.hoverable-border-sky-blue:hover {
    border-color: #0089EF!important;
}

.hoverable-border-sky-2:hover {
    border-color: #09B466!important;
}

.hoverable-border-sky-3:hover {
    border-color: #F5A623!important;
}

.hoverable-border-sky-4:hover {
    border-color: #9013FE!important;
}

.hoverable-border-sky-5:hover {
    border-color: #425CFB!important;
}

.hoverable-border-sky-6:hover {
    border-color: #E13263!important;
}

.hoverable-border-sky-7:hover {
    border-color: #63D8F2!important;
}

.hoverable-border-sky-8:hover {
    border-color: #71CB16!important;
}

.border-green {
    border-color: #37A8AF!important;
}

.border-black {
    border-color: #000000!important;
}

.border-aqua {
    border-color: #0090D9!important;
}

.text-opacity {
    color: rgba(255, 255, 255, 0.7)!important;
}

/*
Hide elements by display none only
*/

.hide {
    display: none !important;
}

/* Remove borders */

.no-border {
    border: 0px !important;
}

/* Remove padding */

.no-padding {
    padding: 0px !important;
}

/* Remove margins */

.no-margin {
    margin: 0px !important;
}

/* Remove box shadow */

.no-shadow {
    box-shadow: none!important;
}

.border {
    border-bottom: 1px !important;
}

.star {
    color: red!important;
}

/* font style for title */

.font-title {
    font-family: 'Montserrat', sans-serif!important;
}

.font-uppercase {
    text-transform: uppercase!important;
}

.font-medium {
    font-size: 14px!important;
}

/*
Foundation Coustom
 */

.row {
    max-width: none!important;
    margin-bottom: 5px;
}

.row.display {
    background: #eee;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 2rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.top-bar-nest {
    background: #fff;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: 3px 3px 4px 0px #DDDDDD;
    /* box-shadow: inset 0px -1px 0px #DDDDDD; */
    z-index: 999;
    position: sticky;
    top: 0;
    right: 0;
    /* height: 60px;*/
}
.img-nav-head {
    padding: 10px;
}
@media only screen and (max-width: 600px) {
    .top-bar-nest {
        position: static;
    }
    .img-nav-head {
        padding: 0px;
    }
}

.top-bar {
    margin: 0 -15px;
    background: #fff;
}

.top-bar-section ul li {
    background: #EEF1F7;
}

.top-bar.expanded .title-area {
    background: transparent;
}

.breadcrumbs {
    padding: 1.1625rem 0.875rem 1.7625rem 3em;
    border-width: 0;
    height: 49px;
    line-height: 49px!important;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 -15px 25px -15px;
    border-radius: 0!important;
}

.breadcrumbs>* {
    margin: 0;
    float: left;
    font-size: 12px;
    line-height: 23px;
    text-transform: capitalize!important;
    color: #8c92a3;
    list-style: none;
}

.breadcrumbs>* a {
    color: #8c92a3;
}

.breadcrumbs>*:after {
    content: "\e015";
    color: rgba(140, 146, 163, 0.5);
    margin: 0 0.25rem;
    position: relative;
    top: 1px;
    font-family: "dripicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

.slim_scroll {
    margin-top: 5px;
}

.dropdown-nest {
    width: 260px;
    padding-top: 50px!important;
    margin-top: 20px!important;
    top: 45px!important;
    border-right: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0;
    border-left: 1px solid #EAECF0;
    border-top: none;
    box-shadow: none;
}

/* .dropdown-nest:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #EAECF0 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -9px;
    left: 5px;
} */

.slim-scroll div {
    padding: 0 15px 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-nest li a {
    font-family: 'Open Sans', sans-serif!important;
    background: #fff;
    display: block;
    height: 60px;
    line-height: 60px!important;
    color: #8c92a3!important;
}

.dropdown-nest li a div {
    border: 2px solid rgba(140, 146, 163, 0.3);
    background: transparent!important;
    color: #8C92A3;
    font-size: 12px;
    border-radius: 15px;
    float: right;
    top: 15px;
    position: relative;
    right: -5px;
    padding: 5px 8px;
}

.dropdown-nest li i {
    display: block;
    width: 30px;
    height: 30px;
    background: transparent!important;
    float: left;
    line-height: 40px;
    text-align: center;
    margin: 5px 10px 0 0;
    border-radius: 50%;
    padding-bottom: 0;
}

.dropdown-nest li a h3 {
    font-size: 14px;
    margin: 0;
    padding: 15px 0 0;
    font-weight: bold;
    color: #8c92a3;
}

.dropdown-nest li a h4 {
    font-size: 13px;
    margin: 0;
    padding: 17px 0 0;
    font-weight: normal;
    color: #8c92a3;
}

.dropdown-nest li a p {
    font-size: 12px!important;
    margin: -15px 0 0;
    padding: 0 0 10px;
    color: #8c92a3;
}

.dropdown-nest li a span {
    font-size: 11px;
    float: right;
    font-weight: 100;
}

.dropdown-nest li a span small {
    font-size: 10px;
    margin-left: 5px;
    color: #8c92a3;
}

.top-dropdown-nest {
    height: 49px!important;
    position: absolute;
    line-height: 49px;
    font-size: 13px;
    padding: 0 20px;
    top: 0px;
    background: #EEF1F7;
    width: 100%;
}

.top-dropdown-nest:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #EEF1F7 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -9px;
    left: 5px;
}

.edumix-sticky-title {
    margin: 0 0 0 15px;
}

.edumix-sticky-title a {
    background: transparent!important;
    margin: 0px -10px 10px -20px;
}

.profile-dropdown {
    width: 100px!important;
    min-width: 200px!important;
    padding-top: 1px!important;
}

.profile-dropdown li a {
    padding: 3px 15px !important;
    background: #fff!important;
    display: block;
    height: 50px;
    line-height: 50px!important;
    color: #8c92a3!important;
    overflow: hidden;
    transition: color 0.3s ease, font-size 0.3s ease, background 0.3s ease;
}

.profile-dropdown li:hover a {
    color: #5b5b5b!important;
    font-size: 15px;
}

.pull-right {
    float: right;
}

.pull-right>*:before {
    content: ""!important;
}

.pull-right li {
    color: red;
}

.top-bar .name h1 span {
    background: none repeat scroll 0% 0% #395F97;
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px !important;
    border-radius: 3px;
    color: #fff;
    margin: 0 0 0 25px;
}

.edumix-msg-noft {
    background: #FFF;
    border: 2px solid #92cd10;
    color: #666!important;
    height: 30px;
    width: 30px;
    line-height: 21px;
    font-weight: bold!important;
    text-align: center!important;
    border-radius: 50%;
    display: inline-block;
    font-size: 11px;
}

.edumix-noft {
    background: #FFF;
    border: 2px solid #5C9DF5;
    color: #666!important;
    height: 30px;
    width: 30px;
    line-height: 21px;
    font-weight: bold!important;
    text-align: center!important;
    border-radius: 50%;
    display: inline-block;
    font-size: 11px;
}

.profile {
    /* #5c9df5 */
    background: #F6FAFF;
    width: 100%;
    position: relative;
    top: -13px;
    left: 0;
    height: 75px;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.profile img {
    width: 55px;
    height: 55px;
    float: left;
    opacity: 0.9;
    position: relative;
    top: 10px;
    margin-left: 13px;
    background: #92cd18;
    border-radius: 50%;
    padding: 7px;
}

.profile h3 {
    color: black;
    opacity: 0.9;
    position: relative;
    top: 29px;
    letter-spacing: 5px;
    font-weight: normal;
    font-size: 18px;
    left: 15px;
}

.profile span {
    position: relative;
    left: 12px;
    top: 30px;
    color: #fff;
}

.profile i {
    color: #fff;
    float: right;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    top: 13px;
    right: 25px;
    font-weight: normal;
}

.search-menu {
    background: #2a394f;
    width: 100%;
    display: block;
    height: 55px;
    margin: -10px 0 10px 0;
}

.has-form-transparent, .transparent {
    background: transparent!important;
}

.input-top {
    background: #f9f9f9!important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-color: transparent!important;
    box-shadow: none!important;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 2px 0 1rem 0!important;
    padding: 17px 0.5rem 17px 35px !important;
    height: 2.3125rem width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px!important;
    border-radius: 4px !important;
    /* border: 1px solid #eee!important; */
    position: relative;
}

.input-top:after {
    content: "\f002";
    position: absolute;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    top: 16px;
    left: 33px;
    color: #8c92a3;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    box-shadow: 0 0px 0 2px #ccc, 0 7px 0 2px #ccc, 0 14px 0 2px #ccc;
    width: 10px;
}

ul.off-canvas-list li a {
    display: block;
    padding: 15px 20px;
    color: #D5DAE6;
    border-bottom: 1px solid transparent;
    transition: background 300ms ease;
    font-size: 12px;
}

.right-off-canvas-menu {
    background: #202228;
}

.move-left .exit-off-canvas {
    box-shadow: none;
}

ul.off-canvas-list li label {
    border-top: 1px solid transparent;
}

.chat-pic {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    display: inline-block;
    float: left;
    height: 40px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0px;
    width: 40px;
    border-radius: 50%;
}

.chat-pic-gray {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.move-left .exit-off-canvas {}

.alert-box {
    border-color: transparent;
}

button.small, .button.small {
    font-size: 14px !important;
}

span.error, small.error, .error small.error {
    background: #F20556;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    background: #F20556;
}

input[type="text"], #my-upload select, input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: white;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 13px;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 42px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    box-shadow: none;
    border-color: #999999;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #f8f8f8;
    border-color: #999999;
    outline: none;
}

label {
    font-size: 13px;
}

/* TAB */

.tabs-content>.content.active {
    display: block;
    float: none;
    background: #fff;
    padding: 30px 30px;
}

.tabs dd>a, .tabs .tab-title>a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.accordion .accordion-navigation>a, .accordion dd>a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.accordion .accordion-navigation>.content.active, .accordion dd>.content.active {
    display: block;
    background: white;
    padding: 20px 35px;
    font-size: 14px;
}

.container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
}

/*
Header Navigation
 */

.nav-bg-trans {
    background: transparent;
    border-color: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 65px;
}

.logo-text {
    color: #808CA0 !important;
    font-size: 21px;
    position: relative;
    top: -8px!important;
    /* font-family: 'Pacifico', cursive; */
    left: 57px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
}

.logo-text:hover {
    text-decoration: none;
    color: #fff;
}

.logo-text small {
    font-family: "Open Sans", cursive;
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0 0 0 11px;
    color: #eee!important;
}

.news-list li strong {
    margin: 0 5px;
}

.noft-btn {
    position: relative;
    left: 60px;
}

.noft-btn li {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #B7C1D3;
    margin-left: 5px;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    border-radius: 15px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    position: relative;
    float: left;
    left: 15px;
    top: 0px;
}

.noft-btn li p {
    float: left;
}

.admin-pic {
    /* border: 2px solid rgba(0, 0, 0, 0.1); */
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    display: inline-block;
    float: left;
    height: 30px;
    margin-left: 15px!important;
    margin-right: 10px!important;
    margin-top: -5px!important;
    width: 30px;
    border-radius: 50%;
}

.admin-pic-text {
    position: relative;
    top: 0px;
    font-size: 13px;
    margin: 0 10px 0 0px;
    opacity: 0.8;
}

.admin-pic-text i {
    position: absolute;
    top: -15px;
    left: -25px;
    font-size: 16px;
}

/*
Search Style
 */

.dark {
    position: absolute;
    top: -7px;
    left: -28px;
    z-index: 999;
}

.dark:before {
    content: "\f002";
    position: absolute;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    top: 13px;
    left: 46px;
    color: #8c92a3;
}

.dark input[type=text] {
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    color: #ccc;
    background: rgba(255, 255, 255, 0.4);
    border-bottom: 0px solid #ccc;
    margin: 4px 10px 0;
    border-radius: 25px;
    padding: 0 0 0 45px;
}

.search {
    padding: 6px 15px 6px 15px;
    width: 60%;
    margin-top: -5px;
}

.nav-notification{
    display: flex;
    align-items: center;
    padding: 6px 10px;
    position: absolute;
    top: 15px;
    left: -175px;
    background: orange;
    color: #fff;
    outline: none !important;
    border: none;
    border-radius: 5px;
    box-shadow: #ddd 1px 1px 5px 3px;
}
.nav-notification:hover{
    background: rgb(221, 144, 0);
    color: #dfdfdf;
    text-decoration: none;
}
.nav-notification .fa{
    margin-right: 12px;
}

.whats-new{
    display: flex;
    align-items: center;
    padding: 6px 10px;
    position: absolute;
    top: 15px;
    left: -100px;
    background: skyblue;
    color: #fff;
    outline: none !important;
    border: none;
    border-radius: 5px;
    box-shadow: #ddd 1px 1px 5px 3px;
}
.whats-new:hover{
    background: #2F80ED;
    color: #dfdfdf;
    text-decoration: none;
}
.whats-new .fa{
    margin-right: 12px;
}
/* .whats-new span{
    position: absolute;
    top: 0px;
    left: 21px;
    font-weight: bold;
} */
@keyframes bell-animation {
    0% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.animated-bell {
    animation-name: bell-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}













:root {
    --hue: 223;
    --bg: hsl(var(--hue), 10%, 90%);
    --fg: hsl(var(--hue), 10%, 10%);
    /* font-size: calc(40px + (60 - 40) * (100vw - 320px) / (1280 - 320)); */
}

/* body,
button {
    color: var(--fg);
    font: 1em/1.5 "DM Sans", sans-serif;
}

body {
    background: var(--bg);
    height: 100vh;
    display: grid;
    place-items: center;
} */

.notifications {
    position: absolute;
    top: 5px;
    margin-right: 12px;

    background: transparent;
    box-shadow: 0 0 0 0.1em transparent;
    filter: brightness(1) grayscale(1);
    position: relative;
    width: 1.5em;
    height: 1.5em;
    transition: filter 0.15s 0.3s linear;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    border: none;
}

.notifications:focus {
    outline: none;
}

.notifications:before,
.notifications:after,
.notifications__badge,
.notifications__waves,
.notifications__sr {
    position: absolute;
}

.notifications:before,
.notifications:after {
    content: "";
    display: block;
}

.notifications:before {
    background: radial-gradient(0.4em 0.4em at 50% 1.1em, hsl(0, 90%, 55%) 47%, hsla(38, 90%, 55%, 0) 50%);
    top: 0.2em;
    left: calc(50% - 0.2em);
    width: 0.4em;
    height: 1.3em;
    transform-origin: 50% 0.2em;
}

.notifications:after {
    background:
        /* rim */
        radial-gradient(0.4em 0.2em at 0.2em 1.2em, hsl(7, 90%, 55%) 46%, hsla(45, 90%, 55%, 0) 50%), linear-gradient(hsl(7, 90%, 55%), hsl(7, 90%, 55%)) 0.2em 1.1em / 1.1em 0.2em no-repeat, radial-gradient(0.4em 0.2em at 1.3em 1.2em, hsl(7, 90%, 55%) 46%, hsla(45, 90%, 55%, 0) 50%),
        /* middle */
        radial-gradient(1.2em 1.2em at 50% 0.75em, hsl(0, 90%, 55%) 49%, hsla(0, 90%, 55%, 0) 50%) 0 0 / 100% 75% no-repeat, linear-gradient(hsl(0, 90%, 55%), hsl(0, 90%, 55%)) 0.15em 0.75em / 1.2em 0.4em no-repeat,
        /* top */
        radial-gradient(0.3em 0.3em at 50% 0.15em, hsl(7, 90%, 55%) 48%, hsla(7, 90%, 55%, 0) 50%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 50% 0.15em;
}

.notifications__badge {
    /* background: hsl(3, 90%, 55%); */
    background: transparent;
    border-radius: 0.375rem;
    color: hsl(0, 0%, 100%);
    font-size: 1em;
    font-weight: bold;
    padding: 0 0.125rem;
    top: -10px;
    right: -6px;
    min-width: 0.75rem;
    height: 0.75rem;
    text-align: center;
    transition: transform 0.3s 0.15s ease-out;
    z-index: 1;
}

.notifications__badge:empty {
    transform: scale(0);
    transition-delay: 0s;
}

.notifications__count {
    /* background: hsl(3, 90%, 55%); */
    background: gray;
    border-radius: 0.375rem;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0.125rem;
    position: absolute;
    top: 5px;
    right: -6px;
    min-width: 1.75rem;
    height: 1.75rem;
    border-radius: 9px;
    text-align: center;
    transition: transform 0.3s 0.15s ease-out;
    z-index: 1;
}

.notifications__waves,
.notifications--active:before,
.notifications--active:after {
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.notifications__waves {
    animation-delay: 0.6s;
    border-top: 0.1em solid transparent;
    border-right: 0.1em solid hsla(var(--hue), 10%, 50%);
    border-bottom: 0.1em solid transparent;
    border-left: 0.1em solid hsla(var(--hue), 10%, 50%);
    border-radius: 50%;
    top: -50%;
    left: -50%;
    opacity: 0;
    pointer-events: none;
    width: 200%;
    height: 200%;
    transform: scale(0.3);
}

.notifications__waves:nth-child(2) {
    animation-delay: 0.75s;
}

.notifications__waves:nth-child(3) {
    animation-delay: 0.9s;
}

.notifications__waves:nth-child(4) {
    animation-delay: 1.05s;
}

.notifications--active {
    filter: brightness(1) grayscale(0);
    transition-delay: 0s;
}

.notifications--active:before,
.notifications--active:after {
    animation-delay: 0.3s;
}

.notifications--active:before {
    animation-name: ringBefore;
}

.notifications--active:after {
    animation-name: ringAfter;
}

.notifications--active .notifications__waves {
    animation-name: waves;
}

.notifications__sr {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    width: 1px;
    height: 1px;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue), 10%, 10%);
        --fg: hsl(var(--hue), 10%, 90%);
    }
}

/* Animations */
@keyframes ringBefore {
    from {
        transform: rotate(0);
    }

    15% {
        transform: rotate(-3deg);
    }

    20% {
        transform: rotate(6deg);
    }

    25% {
        transform: rotate(-6deg);
    }

    30% {
        transform: rotate(18deg);
    }

    35% {
        transform: rotate(-18deg);
    }

    40% {
        transform: rotate(22deg);
    }

    45% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(18deg);
    }

    55% {
        transform: rotate(-16deg);
    }

    60% {
        transform: rotate(14deg);
    }

    65% {
        transform: rotate(-12deg);
    }

    70% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-8deg);
    }

    80% {
        transform: rotate(6deg);
    }

    85% {
        transform: rotate(-4deg);
    }

    90% {
        transform: rotate(2deg);
    }

    95% {
        transform: rotate(-1deg);
    }
}

@keyframes ringAfter {

    from,
    40%,
    to {
        transform: rotate(0);
    }

    5%,
    35% {
        transform: rotate(10deg);
    }

    10%,
    30% {
        transform: rotate(-10deg);
    }

    15%,
    25% {
        transform: rotate(20deg);
    }

    20% {
        transform: rotate(-20deg);
    }
}

@keyframes waves {
    from {
        opacity: 1;
        transform: scale(0.3);
    }

    20%,
    to {
        opacity: 0;
        transform: scale(1);
    }
}

















.nav>li>a {
    font-size: 13px!important;
}

.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent!important;
}

/*
Page Container
 */

#page-container {
    background: #e6e7e8;
    overflow: hidden;
}

ol.breadcrumb.newcrumb {
    padding: 0;
    list-style: none;
    background-color: transparent!important;
    border-radius: 0;
    position: relative;
    z-index: 999;
    width: 100%;
    font-size: 13px;
    margin: 0;
    right: 25px;
    top: 0;
}

ol.breadcrumb.newcrumb li a {
    color: #808CA0 !important;
    padding: 0;
    text-transform: capitalize;
}

ol.breadcrumb.newcrumb li a span {
    border-radius: 50%;
    color: #808CA0 !important;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin: 0 5px 0 5px;
}

.breadcrumb>li+li:before {
    content: "\e8b4"!important;
    padding: 0 5px;
    font-family: "typicons";
    font-style: normal;
    font-weight: normal;
    color: #8A98B3;
    margin: 0 2px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666;
    border: 1px solid #fffc;
}



/* Style the list */
ul.breadcrumb {
    margin: 15px 0px;
    margin-bottom: 10px;
    padding: 0px !important;
    list-style: none;
    background: none;
    border-radius: 0px;
    border-color: rgb(0 0 0 / 12%);
    border-bottom: 1px solid #80808061;
    /* box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 12%); */
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 15px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 5px;
    color: gray;
    content: "\003E" !important;
    /* color: black;
    content: "/\00a0"; */
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.nota,
.nota:focus,
.nota:hover {
    text-decoration: none !important;
    color: inherit !important;
}


.searchBar,
.searchBar p{
    margin: 0px;
}
.searchBar select{
    width: 100% !important;
}
.marT25{
    margin-top: 25px !important;
}
.pt-0{
    padding-top: 0 !important;
}
.newAlertModal{
    width: 340px;
    border-radius: 10px;
    margin: 180px auto;
}
.newAlertModal .modal-content{
    border: none;
    overflow: hidden;
    border-radius: 10px;
}
.newAlertModal h4{
    margin: 0px;
    background: #2f80ed;
    color: #fff;
    padding: 10px;
}
.newAlertModal .link{
    padding-top: 20px;
    padding-bottom: 35px;
}

.modernAlertModal{
    width: 450px;
    border-radius: 10px;
    margin: 100px auto;
}
.modernAlertModal .modal-content{
    border: none;
    overflow: hidden;
    border-radius: 10px;
}
.modernAlertModal h4{
    margin: 0px;
    background: #2f80ed;
    color: #fff;
    padding: 15px 0px;
    font-size: 20px;
}
.modernAlertModal .link{
    padding-top: 20px;
    padding-bottom: 35px;
}
.modernAlertModal .video__container {
    /* clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%); */
    height: auto;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    padding: 0px 40px;
}
.modernAlertModal button{
    padding: 5px 30px;
    margin-bottom: 25px;
}

.layoutAlertModal{
    width: 450px;
    border-radius: 10px;
    margin: 100px auto;
}
.layoutAlertModal .modal-content{
    border: none;
    overflow: hidden;
    border-radius: 10px;
}
.layoutAlertModal h4{
    margin: 0px;
    background: #2f80ed;
    color: #fff;
    padding: 15px 0px;
    font-size: 20px;
}
.layoutAlertModal .link{
    padding-top: 20px;
    padding-bottom: 35px;
}
.layoutAlertModal .video__container {
    /* clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%); */
    height: auto;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    padding: 0px 40px;
}
.layoutAlertModal button{
    padding: 5px 30px;
    margin-bottom: 25px;
}

.dueReminderModal{
    width: 750px !important;
    border-radius: 10px;
    margin: 60px auto;
}
.dueReminderModal .modal-content{
    border: none;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 20px;
}
.dueReminderModal .div{
    background: #ff7e88;
    margin: 0px;
    padding: 15px 0px;
}
.dueReminderModal .div h4{
    color: #fff;
    font-size: 20px;
    margin: 0px;
}
.dueReminderModal .div b{
    color: #fff;
    font-size: 18px;
    padding-top: 10px
}
.dueReminderModal a{
    text-wrap: nowrap;
}
.dueReminderModal .link{
   font-size: 17px;
   color: #fff;
   background-color: orange;
   font-weight: 700;
   border-radius: 5px;
   padding: 2px 10px;
}
.dueReminderModal .dueReminderBox{
    padding: 0px;
    padding-left: 30px;
}
.dueReminderModal .dueReminderBox h3{
    padding-top: 0px;
    font-size: 20px !important;
}
.dueReminderModal .dueReminderBox .p1,
.dueReminderModal .dueReminderBox .p2,
.dueReminderModal .dueReminderBox .p3 {
    font-size: 17px !important;
}
.dueReminderModal .dueReminderBox .p1 {
    margin: 0px;
}
.dueReminderModal .dueReminderBox .p2 {
    margin: 0px;
    margin-top: 10px;
    font-weight: 700;
}
.dueReminderModal .dueReminderBox .p3 {
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 700;
}
.dueReminderModal .dueReminderBox h6 span{
    font-size: 20px;
    background-color: red;
    border-radius: 2px;
    color: #fff;
    padding: 2px 10px;

}
.dueReminderModal .dueReminderBox em{
    font-size: 17px;
}
.dueReminderModal .dueReminderImg{
    padding: 15px 10px 0px 0px;
}
.dueReminderModal img{
    width: calc(100%);
    height: fit-content;
}
.dueReminderModal .dueReminderButton{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dueReminderModal .button{
    padding: 5px 30px;
    margin-bottom: 5px;
    margin-top: 25px;
}

.transportAlert{
    width: 480px;
    border-radius: 10px;
    margin: 180px auto;
}
.transportAlert .modal-content{
    border: none;
    overflow: hidden;
    border-radius: 10px;
}
.transportAlert h4{
    margin: 0px;
    background: #ed2f2f;
    color: #fff;
    padding: 15px 0px;
}
.transportAlert h4 p{
    font-size: 14px !important;
    padding-top: 10px;
    margin: 0px;
}
.transportAlert .link{
    padding-top: 20px;
    padding-bottom: 35px;
}
.chosen-container{
    width: 100% !important;
}
.chosen-container .chosen-single{
    background: #fff !important;
    height: 35px;
    line-height: 35px;
    padding-left: 12px;
}
.chosen-container .chosen-single div b {
    margin-top: 5px;
}
.disable_pick{
    display: none !important;
}
.disable_veh,.disable_driver{
    display: none;
}
.is-invalid{
    border: 1px solid #ff0000a8 !important;
    background: #ffa50014 !important;
}
.pX15{
    padding: 0px 15px;
}
.p15{
    padding: 15px;
    padding-bottom: 0px;
}
#saleModal .table{
    margin-bottom: 10px !important;
}
.modal-lg form,
#saleModal form{
    margin-bottom: 0px !important;
}

.reports{
    padding: 15px;
    padding-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}
.reports .col-md-4{
    padding-bottom: 20px;
}
/* .reports a{
    padding: 0px 30px;
} */
.reportCard{
    border-radius: 5px;
    padding: 10px;
    margin: 0px;
}
.bg1{background: linear-gradient(to left,salmon,rgb(241, 205, 202));}
.bg2{background: linear-gradient(to left,rgb(0, 225, 255),rgb(203, 244, 250));}
.bg3{background: linear-gradient(to left,rgb(205, 5, 255),rgb(222, 177, 233));}
.bg4{background: linear-gradient(to left,rgb(150, 243, 63),rgb(210, 243, 179));}
.bg5{background: linear-gradient(to left,rgb(255, 251, 5),rgb(250, 249, 183));}
.bg6{background: linear-gradient(to left,rgb(150, 243, 63),rgb(210, 243, 179));}
.bg7{background: linear-gradient(to left,rgb(205, 5, 255),rgb(222, 177, 233));}
.bg8{background: linear-gradient(to left,rgb(0, 225, 255),rgb(203, 244, 250));}
.bg9{background: linear-gradient(to left,salmon,rgb(241, 205, 202));}
.reportCard h3{
    font-size: 14px;
    color: #000;
}
.reportCard p{
    color: rgba(0, 0, 0, 0.76);
}
.reportCard h5{
    margin: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 25px;
}
.reportCard b{
    text-align: center;
    font-size: 40px !important;
    font-style: italic;
    font-weight: bold;
    color: #000;
    padding-left: 35px;
}
.reportCard .col-xs-4{
    padding: 20px;
}
.cardTransport{
    width: 100%;
    margin: 0px;
    /* min-height: 195px; */
    /* padding-bottom: 0px !important; */
    padding: 15px;
    background: linear-gradient(to left,rgb(0, 225, 255),rgb(203, 244, 250));
    border-radius: 10px;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 12%);
}
.cardTransport div:nth-child(2){
    padding: 2px 30px;
}
.cardTransport h1{
    margin: 0px;
    margin-top: 5px;
    color: #5c5959;
    text-align: center;
}
.cardTransport p{
    font-size: 16px !important;
    color: #5c5959f1;
    margin: 0px;
}
.cardTransport b{
    color: #000000d3;
    /* text-decoration: underline; */
}
/* .routeBtn a{
    font-size: 25px !important;
    line-height: 50px !important;
} */
.uin_form_number{
    border-radius: 5px !important;
    height: 40px !important;
}
.btnlg{
    padding: 10px 40px;
    font-size: 20px;
}
.transport_new_route .label{
    font-size: 84% !important;
}

.a-new-table {
    overflow-x: inherit !important;
}
.a-new-table table thead th {
    color: #fff !important;
}
.a-new-table .dataTables_length{
    float: right;
    margin: 18px;
    color: #fff;
}
.a-new-table .dataTables_length select{
    color: #000;
}
.a-new-table #example_filter{
    background: var(--table_filter_bg);
    margin-bottom: 10px;
    text-align: left;
}
.a-new-table .dt-buttons {
    float: right;
    margin-right: 90px;
}
.a-new-table #example_filter label{
    margin: 5px 30px;
    margin-bottom: 0px;
    font-size: 11px;
    color: #fff;
}
.a-new-table #example_filter input{
    border-radius: 30px !important;
    padding: 0px 20px;
    height: 26px;
    display: block;
    margin-left: 0px;
}
.a-new-table .dt-buttons .buttons-html5 {
    background-color: #007e04;
    border: none;
    color: white;
    padding: 6px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 11px;
    margin-left: 0px;
    cursor: pointer;
}
.a-new-table .dt-buttons .buttons-excel,
.a-new-table .dt-buttons .buttons-pdf{
    background: none !important;
}
.a-new-table .paginate_button{
    padding: 8px 10px;
    text-decoration: none !important;
    border: 1px solid var(--table_border_color);
}
.a-new-table .dataTables_paginate{
    text-align: left !important;
}
.a-new-table #example thead,
.a-new-table #example thead th{
    background: var(--table_head_bg) !important;
    color: #fff !important;
}
.a-new-table #example .table-orange th{
    background: #ff9933 !important;
    color: #fff !important;
}




.b-new-table {
    overflow-x: inherit !important;
}
.b-new-table table thead th {
    color: #fff !important;
}
.b-new-table .dataTables_length{
    /* float: right; */
    margin: 18px;
    color: #fff !important;
    position: absolute;
    right: 0px;
}
.b-new-table .dataTables_length select{
    color: #000 !important;
    border: 1px solid #fff !important;
    /* background: #000 !important; */
}
.b-new-table #example_filter{
    background: var(--table_filter_bg);
    margin-bottom: 10px;
    text-align: left;
    width: 100% !important;
}
.b-new-table .dt-buttons {
    position: absolute;
    top: 0px;
    left: 50%;
}
.b-new-table #example_filter label{
    margin: 5px 30px;
    margin-bottom: 0px;
    font-size: 11px;
    color: #fff;
}
.b-new-table #example_filter input{
    border-radius: 30px !important;
    padding: 0px 20px;
    height: 26px;
    display: block;
    margin-left: 0px;
    color: #000 !important;
    background: #fff !important;
}
.b-new-table .dt-buttons .buttons-html5 {
    background-color: #007e04;
    border: none;
    color: white;
    padding: 6px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 11px;
    margin-left: 0px;
    cursor: pointer;
}
.b-new-table .dt-buttons .buttons-excel,
.b-new-table .dt-buttons .buttons-pdf{
    background: none !important;
}
.b-new-table .paginate_button{
    padding: 8px 10px;
    text-decoration: none !important;
    border: 1px solid gray !important;
}
.b-new-table .dataTables_paginate{
    text-align: left !important;
}
.b-new-table #example thead,
.b-new-table #example thead th{
    background: var(--table_head_bg) !important;
    color: #fff !important;
}
.b-new-table #example .table-orange th{
    background: #ff9933 !important;
    color: #fff !important;
}

.listGridView{
    padding-left: 15px;
}
.listGridView button {
    border: none;
    outline: none;
    padding: 12px 16px;
    margin-right: 5px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.listGridView button:hover {
    background-color: #ddd;
}

.listGridView button.active {
    background-color: #7e7e7e;
    color: white;
}
.grid-box {
    padding: 15px;
}
.grid-box .box-cont{
    padding: 10px;
}
.grid-box .grid-card{
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 12%);
    width: 100%;
}
.grid-box .grid-card h5,
.grid-box .grid-card p{
    font-size: 12px;
    margin: 0px;
    color: #383838;
}
.grid-box .grid-card h5{
    margin: 4px 0px;
}
.grid-box .grid-card p{
    font-size: 10px !important;
    font-weight: 600;
    line-height: 12px;
    color: #7c7c7c;
}
.grid-box .grid-card img{
    width: 100%;
    height: 65px;
    border-radius: 5px;
}
.grid-box .grid-card .firstDiv{
    z-index: 1;
    margin-top: -15px;
}
.grid-box .grid-card .setting{
    float: right;
    cursor: pointer;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 1000;
}
.grid-box .grid-card .profile-link{
    text-decoration: none;
}
.grid-box .grid-card .tbtn{
    text-align: center;
}
.grid-box .grid-card .tbtn:first-child{
    padding: 0px 5px 0px 20px;
}
.grid-box .grid-card .tbtn:last-child{
    padding: 0px 20px 0px 5px;
}
.grid-box .grid-card .tbtn a{
    padding: 2px 10px;
    width: 100%;
}
.p-0{
    padding: 0px !important;
}
.p-1{
    padding: 5px;
}
.m-0{
    margin: 0px !important;
}
.pl-15{
    padding-left: 15px !important;
}
.pr-15{
    padding-right: 15px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-45{
    padding-left: 45px !important;
}
.py-15{
    padding: 0px 15px !important;
}
.py-20{
    padding: 0px 20px !important;
}
.py-30{
    padding: 0px 30px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}
/* .newModal .modal-body{
    padding-top: 0px;
} */
.newModal .modal-header{
    background: #2f80edb3;
    text-align: center;
}
.newModal .modal-title {
    font-size: 20px;
}
.newModal .modal-content{
    overflow: hidden;
}
.newModal form label{
    font-size: 14px !important;
    padding: 0px !important;
}
.newModal form input,
.newModal form select{
    margin: 0px !important;
    height: 35px !important;
    padding: 5px 10px !important;
}
.newModal .saveBtn{
    text-align: center;
    padding-top: 10px;
}
.newModal .saveBtn button{
    font-size: 16px !important;
    padding: 4px 15px !important;
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.modal-table {
    overflow-x: inherit !important;
}
.modal-table table thead th {
    color: #fff !important;
}
.modal-table .dataTables_length{
    float: right;
    margin: 10px;
    color: #fff;
}
.modal-table .dataTables_length select{
    color: #000;
}
.modal-table #example_filter,
.modal-table #DataTables_Table_0_filter,
.modal-table #DataTables_Table_1_filter,
.modal-table #DataTables_Table_2_filter,
.modal-table #DataTables_Table_3_filter{
    background: #2f80edc9;
    margin-bottom: 10px;
    text-align: left;
}
.modal-table .dt-buttons {
    float: right;
    /* margin-right: 90px; */
}
.modal-table #example_filter label,
.modal-table #DataTables_Table_0_filter label,
.modal-table #DataTables_Table_1_filter label,
.modal-table #DataTables_Table_2_filter label,
.modal-table #DataTables_Table_3_filter label{
    margin: -12px 14px;
    margin-bottom: 0px;
    font-size: 11px;
    color: #fff;
}
.modal-table #example_filter label input,
.modal-table #DataTables_Table_0_filter label input,
.modal-table #DataTables_Table_1_filter label input,
.modal-table #DataTables_Table_2_filter label input,
.modal-table #DataTables_Table_3_filter label input{
    border-radius: 30px;
    padding: 0px 20px;
    height: 26px;
    display: block;
    height: 20px !important;
    margin-left: 0px;
    margin-top: 5px;
}
.modal-table .dt-buttons .buttons-html5 {
    border: none;
    color: white;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 10px;
    margin-left: 0px;
    cursor: pointer;
}
.modal-table .dt-buttons .buttons-excel,
.modal-table .dt-buttons .buttons-pdf{
    background: none !important;
}
.modal-table .paginate_button{
    padding: 5px 10px;
    text-decoration: none !important;
    border: 1px solid rgba(0, 0, 0, 0.233);
}
.modal-table .dataTables_paginate{
    text-align: left !important;
    padding-top: 15px !important;
}
.modal-table #example thead,
.modal-table #example thead th,
.modal-table .example thead,
.modal-table .example thead th{
    background: #2f80edc9 !important;
    color: #fff !important;
}
.modal-table table a{
    cursor: pointer;
    font-size: 18px;
    color: #000000a1;
    text-decoration: none;
}
.modal-table table a:nth-child(1){
    color: #2f81ed;
}
.modal-table table a:nth-child(2){
    color: #df8715;
}
#pickups #dynamic_field{
    /* padding: 0px !important; */
    margin: 0px !important;
}
.bg-info{
    background: #2f80ed !important;
}
#routes #add,
#pickups #add{
    padding: 2px 15px;
    margin-top: 5px;
}
.remove_pick{
    padding: 0px;
    margin-top: 30px !important;
}
#routes #dynamic_field button,
.remove_pick span{
    background-color: #93282800 !important;
    padding: 0px 10px;
    font-size: 24px;
    border-radius: 5px;
    color: rgba(48, 13, 13, 0.836) !important;
    cursor: pointer;
}
/* 
Dropdown menus
*/

.dropdown-menu>li>a>.glyphicon, .dropdown-menu>li>a>.fa, .dropdown-menu>li>a>.ion {
    margin-right: 10px;
}

.dropdown-menu>li>a {
    color: #888!important;
}

.dropdown-setting>li>a {
    font-size: 12px!important;
}

.dropdown-menu>li>a:hover {}

/*
Drodown in navbars
*/

.main-theme .navbar .dropdown-menu>li>a {
    color: #92CD18;
}

.drop-btn {
    height: 40px;
    width: 40px;
    background: #eee;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #E3E7EB;
}

.drop-btn:hover {
    opacity: 0.9;
}

.label-drop {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 20px;
    width: 20px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    /* border: 2px solid #ffffff; */
    /* opacity: 0.7; */
}

.task-list-item {
    margin: 0 0 0 10px;
    color: #808CA0!important;
}

.task-list-item h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 8px 0;
}

.task-list-item h2 span {
    float: right;
}

.task-list-item h2 span small {
    color: #808CA0;
    font-size: 11px;
    margin: 0 10px 0 5px;
}

.task-list-item h1 {
    font-size: 13px;
    margin: 0;
    font-weight: normal;
    font-style: italic;
}

.task-list-item p {
    font-size: 12px;
    font-weight: 100;
    color: #808CA0;
}

.fee-fields-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 2px 2px 12px 1px #80808038 !important;
    margin-bottom: 20px;
    padding: 15px;
}
.fee-fields-box {
    display: flex; 
    justify-content: center;
    align-items: center;
    border: 1px solid #837777;
    border-radius: 5px;
    /* padding: 5px 10px; */
}
.fee-fields-box div {
    padding: 5px !important;
}
.fee-fields-box input {
    height: auto !important;
    margin: 0px !important;
}
.fee-fields-box label {
   user-select: none;
   padding: 4px 10px !important;
   color: #fff !important;
   background-color: #837777 !important;
}
.fee-fields-text {
    color: #00ff00;
}
/* 
Sidebar Menu
*/

#skin-select h3, #skin-select h4 {
    font-family: 'Lato', sans-serif;
    display: none !important;
}

#menu-showhide {}

#skin-select {
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    /* top: 10px;*/
    width: 250px;
    left: 0;
    z-index: 1000;
    /* background: #242630; */
    /* background: #3e404a; */
    background: #000;
    /* #05212C */
}
#skin-select::-webkit-scrollbar {
    width: 10px;
}
#skin-select::-webkit-scrollbar-track {
    border-radius: 10px;
}
#skin-select::-webkit-scrollbar-thumb {
    background: gray; 
    border-radius: 10px;
}
#skin-select::-webkit-scrollbar-thumb:hover {
    background: rgb(211, 210, 210); 
}

#skin-select #toggle {
    background: none !important;
    color: #fff !important;
    margin-right: 55px;
    margin-top: -2px;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -25px;
    text-align: left;
    top: 35px;
    width: 18px;
    font-size: 24px;
    z-index: 1;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    border-radius: 0 4px 4px 0;
}

#skin-select #toggle:hover, #skin-select #toggle.active:hover {
    background: #F6FAFF;
}

#skin-select #toggle.active {
    background: none !important;
    color: #fff !important;
    margin-right: 40px;
    margin-top: -2px;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -26px;
    text-align: left;
    top: 35px;
    width: 18px;
    font-size: 24px;
    z-index: 1;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    border-radius: 0 4px 4px 0;
}

#skin-select li {}

#skin-select li span {
    left: 1px;
    font-weight: 700!important;
    position: relative;
    font-family: 'Arial';
    font-size: 16px;
}

.edumix-bar-title {
    font-weight: 700!important;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase!important;
}

.edumix-bar-title:hover {
    color: transparent!important;
}

.menu-hide span {
    color: red;
}

#skin-select li ul li {
    line-height: 20px;
}

#skin-select li b {
    position: relative;
    top: 8px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.1);
    padding: 0 20px 0 0;
}

#skin-select li i {
    font-size: 15px;
    left: -5px;
    position: relative;
    width: 30px;
    top: 3px!important;
    display: inline-block;
    height: 30px;
    text-align: center;
    padding: 8px 0 0;
    border-radius: 100%;
}

#skin-select li li i {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    left: -5px;
    line-height: 15px;
    position: relative;
    width: 23px;
    top: 2px;
}

.skin-part {
    padding: 0;
    position: relative;
    top: 0;
}

.skin-part h3 {
    text-shadow: none;
    margin-bottom: 10px;
}

.skin-part h3 span {
    background: rgba(0, 0, 0, 0.2);
    padding: 4px 10px 5px;
    border-radius: 10px;
    margin-left: 0px;
    font-size: 11px;
    color: #f2f2f2;
}

.skin-part h3 small {
    margin-left: 6px;
    color: #fff;
    letter-spacing: 2px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 2px 6px;
    border-radius: 15px;
    position: relative;
    top: -3px;
}

.skin-part h4 {
    font-size: 1em;
    margin: 7px 0 !important;
}

.devider-horizontal {
    width: 100%;
    height: 2px;
    display: inline-block;
    padding: 15px 0 0 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.devider-title h3 {
    font-size: 14px;
    color: #fff;
    padding: 0 0 0 15px;
}

#menu-showhide {
    margin: -10px 0 0;
    position: relative;
    z-index: 0;
}

#menu-select {
    /* background: #F6FAFF; */
    padding: 0 10px 0 40px;
    position: relative;
}

#menu-select:before {
    content: "";
    width: 3px;
    /*   background: #5c9df5; */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.side-dash {
    margin: 10px;
    padding: 0 10px 0 0;
}

.side-dash h3 {
    color: #FFFFFF !important;
    font-size: 12px;
    margin-bottom: 10px !important;
    padding: 0;
}

.side-dash h3 span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    margin-left: 5px;
    padding: 5px 12px;
    text-align: center;
}

.side-dashh-list, .side-bar-list {
    margin-bottom: 25px;
    margin-left: -30px;
    width: 195px;
}

.side-dashh-list li, .side-bar-list li {
    font-size: 12px !important;
    line-height: 1.6em !important;
}

.side-dashh-list span {
    float: right !important;
    padding-right: 15px;
}

.side-dashh-list span i {
    left: 0 !important;
    margin-left: 8px;
}

.side-bar-list li {
    font-size: 12px !important;
    line-height: 4em !important;
}

.linebar, .linebar2, .linebar3 {
    float: right;
    margin-right: 10px;
}

.scroll {
    float: left;
    width: 21%;
    padding: 0;
    margin-left: 4%;
    margin-top: 40px;
}

.side-bar {}

.topnav {
    padding: 40px 28px 25px 0;
}

img.icon-menu {
    margin-left: 10px;
    margin-right: 3px;
    margin-top: 3px;
}

ul.topnav {
    margin: 0;
    font-size: 14px;
    line-height: 0.5em!important;
    list-style: none!important;
    /* padding: 0;*/
    /*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
}

ul.topnav li {}

ul.topnav li a {
    color: #ffffff !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    list-style: none outside none;
    padding: 0 10px 0 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

ul.topnav li .tooltip-tip {
    border-top: 1px solid #3b3b3b;
}

ul.topnav li a:hover {
    background: red;
}

li.hide-min-toggle {
    background: #545CA6;
    text-align: left!important;
    font-size: 13px!important;
    padding: 13px 0 13px 28px!important;
    font-weight: bold;
}

.bottom-list-menu {
    margin: 25px 0 0 -20px;
}

.bottom-list-menu li {
    list-style: none;
    font-size: 12px;
    padding: 10px 0 10px 15px;
    color: #D5DAE6;
    cursor: pointer;
    word-spacing: 4px;
    letter-spacing: 0;
}

.bottom-list-menu li span {
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    float: right!important;
    width: 30px;
    text-align: center;
    font-size: 14px!important;
    border-radius: 50%;
    left: -18px!important;
    line-height: 29px;
    top: -7px;
    color: rgba(255, 255, 255, 0.9)!important;
}

.menucon-main {
    color: red!important;
}

.noft-blue {
    background: #0d8add;
    float: right!important;
    padding: 0 5px;
    font-size: 10px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 7px 0 0;
    border-radius: 4px;
}

.side-menu-noft {
    /* height: 20px; */
    line-height: 14px;
    padding: 2px 8px;
    border-radius: 11px;
    margin: 0;
    position: absolute;
    left: 100px;
    top: 4px;
    font-size: 9px;
    /* width: 35px; */
    border: 2px solid rgba(255, 255, 255, 0.1);
}

/* 
Show up sidemenu when minimize
*/

/*
menu
*/

/* We remove the margin, padding, and list style of UL and LI components */

#menuwrapper ul, #menuwrapper ul li {
    margin: 0;
    /* padding: 0;*/
    list-style: none;
}

/* We apply background color and border bottom white and width to 150px */

#menuwrapper ul li {
    /*width: 50px;*/
    cursor: pointer;
}

/* We apply the background hover color when user hover the mouse over of the li component */

/* for IE < 9 we using class .iehover */

#menuwrapper ul li:hover, #menuwrapper ul li.iehover {
    position: relative;
}

/* We apply the link style */

#menuwrapper ul li a {
    pointer-events: auto;
}

/**** SECOND LEVEL MENU ****/

/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */

#menuwrapper ul li ul {
    position: absolute;
    display: none;
    left: -1000px;
}

/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */

/* for IE < 9 we using class .iehover */

#menuwrapper ul li:hover ul, #menuwrapper ul li.iehover ul {
    left: 49px;
    top: 0px;
    display: block;
    width: 190px;
    padding: 5px 0;
    background: #E3EBEF;
}

/* we apply different background color to 2nd level menu items*/

#menuwrapper ul li ul li {
    /*background-color:#cae25a;*/
}

/* We change the background color for the level 2 submenu when hovering the menu */

/* for IE < 9 we using class .iehover */

#menuwrapper ul li:hover ul li:hover, #menuwrapper ul li.iehover ul li.iehover {
    /*background-color:#b1b536;*/
}

/* We style the color of level 2 links */

#menuwrapper ul li ul li a {
    color: #454444;
    display: inline-block;
    width: 210px;
    pointer-events: auto;
}

#menuwrapper ul li ul li a:hover {
    color: #000;
}

/**** THIRD LEVEL MENU ****/

/* We need to hide the 3rd menu, when hovering the first level menu */

/* for IE < 9 we using class .iehover */

#menuwrapper ul li:hover ul li ul, #menuwrapper ul li.iehover ul li ul {
    position: absolute;
    display: none;
}

/* We show the third level menu only when they hover the second level menu parent */

/* for IE < 9 we using class .iehover */

#menuwrapper ul li:hover ul li:hover ul, #menuwrapper ul li.iehover ul li.iehover ul {
    display: block;
    left: 150px;
    top: 0;
}

/* We change the background color for the level 3 submenu*/

/* for IE < 9 we using class .iehover */

#menuwrapper ul li:hover ul li:hover ul li, #menuwrapper ul li.iehover ul li.iehover ul li {
    background: #ffffff;
}

/* We change the background color for the level 3 submenu when hovering the menu */

/* for IE < 9 we using class .iehover */

#menuwrapper ul li:hover ul li:hover ul li:hover, #menuwrapper ul li.iehover ul li.iehover ul li.iehover {
    background: #ffffff;
}

/* We change the level 3 link color */

/* for IE < 9 we using class .iehover */

#menuwrapper ul li:hover ul li:hover ul li a, #menuwrapper ul li.iehover ul li.iehover ul li a {
    color: #ffffff;
}

.checkIn,
.checkOut {
  margin: 0px !important;
  height: 35px !important;
}

/* Clear float */

.clear {
    clear: both;
}

ul.topnav li a:hover {
    background: #00B0FF;
    color: #FFFFFF!important;
    mix-blend-mode: normal;
    text-shadow: none;
    position: relative;
}

/* ul.topnav li a:hover:before {
    content: "";
    background: #ffffff;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
} */

ul.topnav ul {
    margin: 0;
    padding: 0;
    display: none;
    /* background: #EEF1F4; */
    position: relative;
}

ul.topnav ul:after {
    /*     content: "";
position: absolute;
top: 15px;
left: -8px;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent #2B384C;
display: block;
width: 0;
z-index: 1; */
}

ul.topnav ul li {
    margin: 0;
    padding: 0;
    clear: both;
    list-style: none outside none;
}

ul.topnav ul li a {
    color: #FFF;
    font-size: 14.5px;
    font-weight: 100!important;
    outline: 0 none;
    transition: all 0.2s ease 0s;
    text-align: left;
    text-transform: capitalize;
    /* padding: 6px 0 7px 50px; */
    padding: 0px 0 7px 20px;
    border-bottom: 1px solid gray;
    margin-left: 25px;
    margin-right: 15px;
    border-top: 1px solid gray;
}

ul.topnav ul li a i {}

ul.topnav ul li a:hover {
    background-color: transparent;
    color: #5F9BDB!important;
    /* color: #fff!important; */
    font-size: 15px;
    /* transform: scale(1.2);  */
    /* transform-origin: left center;  */
}

/* ul.topnav ul li a:hover:before {
    content: "";
    background: #ffffff!important;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
} */

ul.topnav ul ul li a {
    color: #444;
    padding-left: 40px;
    background: #c8c8c8;
    transition: all 0.2s ease 0s;
}

ul.topnav ul ul li a:hover {
    background-color: #D3CEB8;
    color: #0C7CBB;
}

ul.topnav h4 {
    float: right !important;
    margin-top: -2px;
}

/* 
        CONTENT
*/

/*
Boxes
*/

.box {
    position: relative;
    margin: 20px 0;
    width: 100%;
    background: #ffffff;
    /* #E9ECF3 */
    border-radius: 4px;
}

.box-full {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    background: #ffffff;
    /* fallback */
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-info {
    border-top-color: #0090D9;
}

.box.box-danger {
    border-top-color: #f56954;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #0AA699;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .box-header {
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0px double #B7C1D3;
    color: #444;
    padding-bottom: 0px;
    background: #ffffff;
}

.box .box-header:before, .box .box-header:after {
    display: table;
    content: " ";
}

.box .box-header:after {
    clear: both;
}

.box .box-header>.fa, .box .box-header>.glyphicon, .box .box-header>.ion, .box .box-header .box-title {
    display: inline-block;
    padding: 10px 0px 10px 0;
    margin: 0 0 0 5px;
    font-size: 14px;
    float: left;
    cursor: default;
    font-weight: bold;
    color: #888;
}

.box .box-header>.fa, .box .box-header>.glyphicon, .box .box-header>.ion, .box .box-header .box-title i {
    height: 35px;
    width: 35px;
    /* background: #8c92a3; */
    display: block;
    text-align: center;
    line-height: 35px;
    color: #8c92a3;
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    padding: 0;
    border-radius: 50%;
    float: left;
}

.box .box-header>.fa, .box .box-header>.glyphicon, .box .box-header>.ion, .box .box-header .box-title span {
    top: 5px;
    position: relative;
    left: 5px;
    color: #8c92a3;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: lighter;
}

.box .box-header a {
    color: #444;
}

.box .box-header>.box-tools {
    padding: 15px 15px 5px 5px;
}

.box-tools span {
    /* background: #D5DAE6; */
    width: 30px;
    height: 20px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #D5DAE6;
    cursor: pointer;
}

.box .box-body {
    padding: 20px;
    color: #8c92a3;
}

.box .box-body p {
    font-size: 13px!important;
}

.box .box-body>table, .box .box-body>.table {
    margin-bottom: 0;
}

.box .box-body.chart-responsive {
    width: 100%;
    overflow: hidden;
}

.box .box-body>.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box .box-body>.chart svg, .box .box-body>.chart canvas {
    width: 100%!important;
}

.box .box-body .fc {
    margin-top: 5px;
}

.box .box-body .fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #888;
    margin-left: 10px;
    font-weight: 300;
}

.box .box-body .fc-header-right {
    padding-right: 10px;
}

.box .box-body .fc-header-left {
    padding-left: 10px;
}

.box .box-body .fc-widget-header {
    background: #17335A;
    text-transform: uppercase;
    padding: 5px 0;
    color: #fff;
    width: 130px;
}

.content-box {
    color: #888;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.6em;
}

.fc-grid .fc-day-number {
    float: none!important;
    padding: 20px 0 0 !important;
    text-align: center!important;
    font-size: 14px;
    font-weight: bold;
    color: #888!important;
}

.fc-border-separate th, .fc-border-separate td {
    border-width: 0!important;
}

.box .box-body .fc-grid {
    width: 100%;
    border: 0;
}

.box .box-body .fc-widget-header:first-of-type, .box .box-body .fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
}

.box .box-body .fc-widget-header:last-of-type, .box .box-body .fc-widget-content:last-of-type {
    border-right: 0;
}

.box .box-body .table {
    margin-bottom: 0;
}

.box .box-body .full-width-chart {
    margin: -19px;
}

.box .box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box .box-footer {
    border-top: 1px solid #f4f4f4;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    background-color: #ffffff;
}

.box.box-solid {
    border-top: 0px;
}

.box.box-solid>.box-header {}

.box.box-solid>.box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}

.box.box-solid.box-primary>.box-header a {
    color: #444;
}

.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #0090D9;
    background-color: #0090D9;
}

.box.box-solid.box-info>.box-header a {
    color: #444;
}

.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #f56954;
    background-color: #f56954;
}

.box.box-solid.box-danger>.box-header a {
    color: #444;
}

.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}

.box.box-solid.box-warning>.box-header a {
    color: #444;
}

.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #0AA699;
    background-color: #0AA699;
}

.box.box-solid.box-success>.box-header a {
    color: #444;
}

.box.box-solid>.box-header>.box-tools>.btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid.collapsed-box .box-header {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box.box-solid[class*='bg']>.box-header {
    color: #fff;
}

.box .box-group>.box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box .todo-list {
    margin: 0;
    padding: 0px 0px;
    list-style: none;
}

.box .todo-list>li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    background: #f3f4f5;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}

.box .todo-list>li:last-of-type {
    margin-bottom: 0;
}

.box .todo-list>li.danger {
    border-left-color: #f56954;
}

.box .todo-list>li.warning {
    border-left-color: #f39c12;
}

.box .todo-list>li.info {
    border-left-color: #0090D9;
}

.box .todo-list>li.success {
    border-left-color: #0AA699;
}

.box .todo-list>li.primary {
    border-left-color: #3c8dbc;
}

.box .todo-list>li>input[type='checkbox'] {
    margin: 0 10px 0 5px;
}

.box .todo-list>li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}

.box .todo-list>li .label {
    margin-left: 10px;
    font-size: 9px;
}

.box .todo-list>li .tools {
    display: none;
    float: right;
    color: #f56954;
}

.box .todo-list>li .tools>.fa, .box .todo-list>li .tools>.glyphicon, .box .todo-list>li .tools>.ion {
    margin-right: 5px;
    cursor: pointer;
}

.box .todo-list>li:hover .tools {
    display: inline-block;
}

.box .todo-list>li.done {
    color: #999;
}

.box .todo-list>li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}

.box .todo-list>li.done .label {
    background: #eaeaec !important;
}

.box .todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}

.box .chat {
    padding: 5px 20px 5px 10px;
}

.box .chat .item {
    margin-bottom: 10px;
}

.box .chat .item:before, .box .chat .item:after {
    display: table;
    content: " ";
}

.box .chat .item:after {
    clear: both;
}

.box .chat .item>img {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.box .chat .item>img.online {
    border: 2px solid #0AA699;
}

.box .chat .item>img.offline {
    border: 2px solid #f56954;
}

.box .chat .item>.message {
    margin-left: 55px;
    margin-top: -40px;
}

.box .chat .item>.message>.name {
    display: block;
    font-weight: 600;
}

.box .chat .item>.attachment {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f0f0f0;
    margin-left: 65px;
    margin-right: 15px;
    padding: 10px;
}

.box .chat .item>.attachment>h4 {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 14px;
}

.box .chat .item>.attachment>p, .box .chat .item>.attachment>.filename {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

.box .chat .item>.attachment:before, .box .chat .item>.attachment:after {
    display: table;
    content: " ";
}

.box .chat .item>.attachment:after {
    clear: both;
}

.box>.overlay, .box>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box>.overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.7);
}

.box>.overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.box>.loading-img {
    z-index: 1020;
    background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
}

#paper-bg {
    background: #ffffff;
    min-height: 1040px;
    margin: 0 0 -35px;
    padding: 15px 15px 35px;
    position: relative;
}

#paper-bg:before {
    background: red;
    position: absolute;
    display: block;
    height: 100%;
    width: 200px;
    top: 0;
    left: 0;
}

.wrap-fluid {
    padding: 20px;
    width: 100%;
}

.wrap-sidebar-content {
    background: #3E4E68;
}

.form_center {
    margin: 0 auto;
    width: 70%;
}

.top-val {
    margin-bottom: 20px;
}

.put-dash {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.header-icon {
    height: 35px;
    width: 20px;
    float: left;
    margin: 2px 0 0 20px;
    text-align: center;
    padding: 5px 0 0;
    line-height: 25px;
}

.header-icon i {
    font-size: 12px;
    color: #808CA0 !important;
}

.tittle-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #FFFFFF;
    display: none;
    height: 40px;
    padding: 15px 0 0;
}

.tittle-content-header {
    color: #f79365 !important;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 0 4px;
    text-transform: uppercase;
    padding: 0 15px;
}

.tittle-content-header small {
    text-transform: none;
    margin: 0 0 0 5px;
    color: #888;
}

.tittle-content-header>span>i {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
}

.tittle-content-header span {
    border-left: 1px solid #CCCCCC;
    margin-left: 0;
    padding-left: 10px;
}

.subtitle-header {
    font-size: 12px;
    text-transform: capitalize;
    color: #87909e !important;
    margin: 0 0 0 15px;
}

.sub-board {
    position: relative;
    background: #E8EBF0;
    height: 50px;
    border-bottom: 1px solid #E3E7EB;
    border-top: 3px solid #E3E7EB;
    padding-top: 3px;
}

.sub-board h4 {
    font-size: 12px;
    color: #87909e;
    padding: 0 15px;
}

.sub-board ul {
    position: absolute;
    right: 0;
    top: 0;
}

.date-top li {
    font-size: 12px;
    color: #87909e;
    position: relative;
    top: -20px;
}

/*
FOOTER
*/

#footer {
    font-size: 11px;
    height: 40px;
    width: 100%;
    z-index: 0;
    line-height: 40px;
    margin: 0 46px 0 -15px;
    padding: 0 0 0 30px;
    color: rgba(98, 113, 155, 0.7);
    text-align: right;
}

#footer ul {
    float: right;
    margin: 0 15px;
    text-decoration: none;
}

#footer ul li {
    color: #92CD18;
    display: inline-block;
    font-size: 18px !important;
    padding: 0;
    text-decoration: none;
}

.copyright {
    bottom: 0;
    color: #666666;
    float: right;
    font-size: 12px !important;
    padding: 0 15px;
    position: relative;
}

.devider-footer {
    border-left: 1px solid #d2dae1;
    float: right;
    height: 40px;
    margin-top: -10px;
    width: 4px;
}

.devider-left {
    border-left: 1px solid #DDDDDD;
    float: left;
    height: 50px;
    width: 4px;
}

.icon-ds {
    width: 86px;
}
/* table tr,
table tr th,
table tr td {
    border: none !important;
}

table thead tr th {
    background: var(--table_bg) !important;
}
table tbody tr th,
table tr td {
    border-bottom: 1px solid  var(--table_border_color) !important;
} */

table tr:nth-child(even) td {
    /* background: #e6ecef; */
}

table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 14px;
    color: #222222;
    text-align: left;
    width: : 100px;
}

thead tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    width: : 100px;
}

tbody .scrollit {
    overflow-y: scroll;
    height: 100px;
}

.marT5 {
    margin-top: 5px!important;
}

.marT10 {
    margin-top: 10px!important;
}

.marT20 {
    margin-top: 20px!important;
}

.marT30 {
    margin-top: 30px!important;
}

.marT33 {
    margin-top: 33px!important;
}

.marT40 {
    margin-top: 40px!important;
}

.marT50 {
    margin-top: 50px!important;
}

.mar-t-50-cent {
    margin-top: 50%!important;
}

.marB10 {
    margin-bottom: 10px!important;
}

.mar-b-50 {
    margin-bottom: 50px!important;
}

.width50 {
    width: 50%;
}

.width100 {
    width: 100%!important;
}

.pad22 {
    padding: 22px;
}

.pad8 {
    padding: 8px;
}

.resetPasswordtxt{
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

#resetForm {
    background-color: #ffe4e4;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(230, 131, 131);

    /* margin-left: auto;
    margin-right: auto;
    font-family: Raleway;
    width: 70%;
    min-width: 300px; */
}
#resetForm .alert{
    margin: 0 15px;
}

#regForm, #easyForm {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    font-family: Raleway;
    width: 70%;
    min-width: 300px;
}

#regForm h1, #easyForm h1 {
    text-align: center;
}

#regForm input, #regForm select, #easyForm input, #easyForm select {
    padding: 10px;
    /* width: 100%!important; */
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #6984AC;
    box-sizing: border-box;
    border-radius: 3px;
}

#regForm input[type="checkbox"] {
    width: auto!important;
}

#regForm .select2-search__field {
    border: none!important;
}

#regForm label, #easyForm label {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    font-feature-settings: 'cpsp' on;
    color: #193651;
}
#applicationBox label{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding-top: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-feature-settings: 'cpsp' on;
    color: #193651;
  }
  #basic-example{
    height: 500px !important;
  }
  .py-60{
    padding: 0 60px !important;
  }

  .studentSearch,
  .studentSearch .row{
    margin: 0px;
  }

  .studentSearch input{
    height: 32px;
    padding: 0px 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin: 0px;
    margin-top: 5px;
    font-size: 15px;
  }
  .studentSearch button{
    height: 30px;
    margin-top: 0px;
    padding: 5px 14px;
    background: #fff;
    color: #2f80ed;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #0000006e;
    transition: 1s;
  }

.anuForm input:focus,.anuForm select:focus{
    border: 2px solid black;
}
/* written by anurag*/
#anuForm input:focus,#anuForm select:focus,#anuForm textarea:focus {
    border: 2px solid black;
}
.anuForm input, .anuForm select, .anuForm textarea {
    /* height: 45px; */
    padding: 10px;
    width: 100%!important;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #6984AC;
    box-sizing: border-box;
    border-radius: 3px;
}
/* #anuForm input[type="file"] {
    border: none;
} */
.alignBox {
    display: flex; gap: 10px;
    align-items: center;
}
.fieldBox {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #a9a9a9;
    padding: 0px 10px;
    border-radius: 20px;
}
.fieldBox label {
    user-select: none;
}
.fieldBox input {
    height: 30px !important;
}
.fieldBoxWrap {
    display: flex; 
    gap: 10px;
    flex-wrap: wrap;
}

#anuForm input, 
#anuForm select:not([name="example_length"]), 
#anuForm textarea {
    /* height: 45px; */
    /* padding: 10px;
    width: 100%!important;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #6984AC;
    box-sizing: border-box;
    border-radius: 3px; */
    height: 40px;
    padding: 10px;
    width: 100%!important;
    font-size: 15px;
    font-family: Raleway;
    border: 1px solid #6984AC;
    box-sizing: border-box;
    border-radius: 3px;
}
.anuForm input[type="checkbox"] {
    width: auto!important;
}
#anuForm input[type="radio"] {
    width: auto !important;
}
#anuForm textarea {
    height: 45px;
    padding: 10px;
    width: 100%!important;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #6984AC;
    box-sizing: border-box;
    border-radius: 3px;
}
/* for syllabus todayupdate */
#anubox textarea{
    height: 45px;
}

#anuForm input[type="checkbox"] {
    width: auto!important;
}
.anuForm .select2-search__field {
    border: none!important;
}

#anuForm .select2-search__field {
    border: none!important;
}
.anuForm label{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding-top: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-feature-settings: 'cpsp' on;
    color: #193651;
}
#anuForm label{
    /* font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding-top: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-feature-settings: 'cpsp' on;
    color: #193651; */
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    padding-top: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-feature-settings: 'cpsp' on;
    color: #193651;
}
.eelFont{
    font-family: Roboto,system-ui,sans-serif;
}
.eelColor{
    color: #0090D9;
}
/* anuragForm for student registration */
#anuragForm input, #anuragForm select, #anuragForm textarea {
    height: 40px;
    padding: 10px;
    width: 100%!important;
    font-size: 15px;
    font-family: Raleway;
    border: 1px solid #6984AC;
    box-sizing: border-box;
    border-radius: 3px;
}
#anuragForm input:focus,#anuragForm select:focus,#anuragForm textarea:focus {
    border: 2px solid black;
}
#anuragForm label{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    padding-top: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-feature-settings: 'cpsp' on;
    color: #193651;
}
#anuragForm input[type="file"]{
    height: 40px;
    padding: 10px;
    width: 100%!important;
    font-size: 15px;
    font-family: Raleway;
    border: 1px solid #6984AC;
    box-sizing: border-box;
    border-radius: 3px;
}
#anuragForm input[type="checkbox"] {
    width: auto!important;
}
#anuragForm .select2-search__field {
    border: none!important;
}
#anuragForm textarea {
    height: 45px;
    padding: 10px;
    width: 100%!important;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #6984AC;
    box-sizing: border-box;
    border-radius: 3px;
}
#anuragForm button {
    background-color: #2F80ED !important;
    color: #ffffff !important;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}


#acceptFeesubmitBtn {
    transition: background-color 0.3s ease;
  }

  .acceptFeespinnerContainer{
      padding: 50px;
      width: 100%!important;
      display: flex;
      justify-content: center;
  }

  .acceptFeespinner {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid #2f80ed;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }



.btnProfile{
    background: #2F80ED;
    border-radius: 20px;
    font-size: 12px;
    color: #FFFFFF;
}
.btnProfile:hover{
    background: #266ac4;
    color: #FFFFFF;
}
/* student register accordion and profile picture start */
.show {
    visibility: visible !important;
}
#picture{
    /* margin-top: 22px; */
    border: 1px solid #6984AC;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    height: 124px;
}
.boxAbsentStaffAtt {
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 10px 15px;
    margin: 5px 15px 12px 0px;
    border-radius: 10px;
}
.subboxAbsentStaffAtt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boxAbsentStaffAttBtn {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}
.boxAbsentStaffAttBtn:focus ,
.boxAbsentStaffAttBtn:hover {
    text-decoration: none;
}
#pictureSm {
    /* margin-top: 22px; */
    border: 1px solid #6984AC;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.userNAme {
    margin: 0px;
    font-weight: bold;
}
.userROle {
    margin: 0px;
    color: gray;
}
.phoneNo {
    background-color: rgb(61, 206, 61);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.phoneNo .fa-phone {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.phoneNo:focus ,
.phoneNo:hover {
    text-decoration: none;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
#pfile{
    display: none;
}
#plable{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding: 16px;
    width: 100%;
    /* margin: 0 0 0 32px; */
    border: 1px solid #6984AC;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#picbox{
    margin: 26px 0 0 20px;
}
@media only screen and (max-width: 600px) {
    #picbox {
        margin: 10px;
    }
    #picture {
        width: 140px;
    }
    #plable{
        width: 140px;
        height: 20px;
        padding: 10px;
    }
}
#epicture{
    /* margin-top: 22px; */
    border: 1px solid #6984AC;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    height: 124px;
}
#epfile{
    display: none;
}
#eplable{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding: 16px;
    width: 100%;
    /* margin: 0 0 0 32px; */
    border: 1px solid #6984AC;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#epicbox{
    margin: 26px 0 0 20px;
}
@media only screen and (max-width: 600px) {
    #epicbox {
        margin: 10px;
    }
    #epicture {
        width: 140px;
    }
    #eplable{
        width: 140px;
        height: 20px;
        padding: 10px;
    }
}
/* student register accordion and profile picture end */
/* custom pagination css start */
.dataTables_paginate {
    padding-top: 30px;
}
.previous {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.next {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.current{
    color: #fff;
    background-color: var(--table_head_bg);
    border-color: var(--table_head_bg);
}
/* .paginate_button{
    padding: 8px 10px;
    text-decoration: none !important;
    border: 1px solid rgba(0, 0, 0, 0.233);
} */
/* .dataTables_paginate .pagination{
    display: none;
} */
.paginate_button:hover{
    cursor: pointer;
}
.paginate_button:focus{
    outline: none !important;
}
  /*paginatrion css*/
  span.ellipsis {
    padding: 8px;
    border: 1px solid #c4c4c4;
    color: #5872d5;
}
/* custom pagination css end */

/* Mark input boxes that gets an error on validation: */

#regForm input.invalid, #regForm select.invalid, #tabForm select.invalid {
    background-color: #ffdddd;
}

#regForm select, #easyForm select, #tabForm select {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
    background: transparent;
}

/* Hide all steps by default: */

#regForm .tab {
    display: none;
}

#regForm button, #easyForm button,#anuForm button {
    background-color: #0090D9 !important;
    color: #ffffff!important;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

#regForm button:hover, #easyForm button:hover {
    opacity: 0.8;
}

#regForm #prevBtn {
    background-color: #0F5593 !important;
}

/* Make circles that indicate the steps of the form: */

#regForm .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

#regForm .step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */

#regForm .step.finish {
    background-color: #0F5593 !important;
}

.off-canvas-wrap {
    margin-top: -20px;
}

@media screen and (max-width: 620px) {
    .title-school {
        font-family: 'SF Pro Display';
        font-size: 13px;
        /* line-height: 80px;
        margin-top: -10px; */
    }
    .title-subschool {
        font-family: 'SF Pro Display';
        font-size: 13px;
        margin-bottom: 30px;
    }
    .img-fluid {
        max-width: 25%;
        height: auto;
    }
    .img-nav-head{
        max-width: 150%;
        height: auto;
        padding-top: 1px;
    }
}
.title-schoolsub {
    font-family: 'SF Display';
    font-size: 30px !important;
    font-weight: 900;
    margin: 0px;
    margin-top: -12px;
}
@media screen and (min-width: 621px) {
    .title-school {
        font-family: 'SF Display';
        font-size: 39px !important;
        font-weight: 900;
        margin: 0px;
    }
    .title-subschool {
        font-family: 'SF Pro Display';
        font-size: 27px;
        font-weight: 600;
        line-height: 27px;
    }
    .img-fluid {
        max-width: 100%;
        height: auto;
    }
}

.border-lblue {
    border: 1px solid #09B466;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1006);
}

.text-lblue {
    font-family: 'SF Pro Display';
    font-size: 20px;
    line-height: 24px;
    color: #09B466;
}

.border-red {
    border: 1px solid #F5A623;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1006);
}

.text-lred {
    font-family: 'SF Pro Display';
    font-size: 20px;
    line-height: 24px;
    color: #F5A623;
}

.border-purple {
    border: 1px solid #9013FE;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1006);
}

.text-purple {
    font-family: 'SF Pro Display';
    font-size: 20px;
    line-height: 24px;
    color: #9013FE;
}

.border-voilet {
    border: 1px solid #425CFB;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1006);
}

.text-voilet {
    font-family: 'SF Pro Display';
    font-size: 20px;
    line-height: 24px;
    color: #425CFB;
}

.border-magenta {
    border: 1px solid #E13263;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1006);
}

.text-magenta {
    font-family: 'SF Pro Display';
    font-size: 20px;
    line-height: 24px;
    color: #E13263;
}

.border-light-voilet {
    border: 1px solid #8B572A;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1006);
}

.text-light-voilet {
    font-family: 'SF Pro Display';
    font-size: 20px;
    line-height: 24px;
    color: #8B572A;
}

.border-lgreen {
    border: 1px solid #417505;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1006);
}

.text-lgreen {
    font-family: 'SF Pro Display';
    font-size: 20px;
    line-height: 24px;
    color: #417505;
}

.text-lblack {
    font-family: 'SF Pro Display';
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.hoverable:hover {
    background: #00B0FF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1006);
    color: white!important;
}

.hoverable:hover span, .hoverable:hover h1 {
    color: white!important;
}

.marN5 {
    margin-top: -5%;
}

.eventcontent {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.panel-light {
    background: #F7FAFC;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #0089EF;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.dot-green {
    height: 10px;
    width: 10px;
    background-color: #09B466;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.dot-red {
    height: 10px;
    width: 10px;
    background-color: #C0392C;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.form-inline .btn-lg {
    font-family: SF Pro Display;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    border-radius: 4px;
}

/*input[type="file"] {
    display: none;
}*/

.custom-file-upload {
    background: #FFFFFF!important;
    border: 1px solid #0089EF;
    box-sizing: border-box;
    border-radius: 3px;
    width: 139px;
    height: 42px;
    text-align: center;
    padding: 11px;
    margin-top: 3px;
}

.custom-file-upload span {
    font-family: 'SF Pro Display';
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #0089EF;
}

.btn-light {
    background: #DADFEA;
    border-radius: 3px;
    width: 139px;
    height: 42px;
    color: white;
    font-family: SF Pro Display;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-transform: capitalize;
    color: #FFFFFF;
    margin-left: 7px;
}

.form-inline .form-group label {
    font-family: 'SF Pro Display';
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.form-inline .form-group input {
    width: 215px!important;
    height: 42px!important;
    background: #FFFFFF!important;
    border: 1px solid #6984AC!important;
    box-sizing: border-box;
    border-radius: 3px;
}

.form-inline .form-group button {
    width: 139px;
    height: 42px;
    left: 1259px;
    top: 382px;
    background: #FFFFFF;
    border: 1px solid #0089EF;
    box-sizing: border-box;
    border-radius: 3px;
}

.marL15 {
    margin-left: 15px;
}

ul li img {
    margin-right: 10px;
}

.bottom-list-menu li a {
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    color: #687178;
}

.btn-blue {
    background: #2F80ED;
    border-radius: 5px;
    color: white;
}

.btn-deep-blue {
    background: #0089EF;
    border-radius: 5px;
    color: white;
}

.thead-dgrey {
    background: #d6e0e5!important;
}

.thead-dgrey tr th {
    color: #000000!important;
}

.table-responsive input[type="text"], .table-responsive input[type="number"], .table-responsive select {
    margin: 0 0 0 0!important;
}

.head-dgrey {
    background: #E3EBEF;
    font-family: 'SF Pro Display'!important;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 13px;
}


.trow-warning {
    color: #856404;
    background-color: #fff3cd!important;
    border-color: #ffeeba!important;
}

.trow-info {
    color: #31708f!important;
    background-color: #d9edf7!important;
    border-color: #bce8f1!important;
}

.trow-success {
    color: #3c763d!important;
    background-color: #dff0d8!important;
    border-color: #d6e9c6!important;
}


.trow-grey {
    background: #F8FAFC!important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14)!important;
    border-radius: 4px!important;
}

.trow-danger{
    background: #F8FAFC!important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14)!important;
    border-radius: 4px!important;
}

.table-with-gap .table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.table-with-gap .table .trow-grey {
    background: #F8FAFC;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    height: 85px;
}

.file-title a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #000000!important;
}

.btn-del {
    border: 1px solid #0089EF;
    box-sizing: border-box;
    border-radius: 21px;
    font-family: SF Pro Display;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-transform: capitalize;
    color: #0089EF!important;
    background: none;
    width: 128px;
    height: 40px;
}


.btn-round-submit {
    border: 1px solid #0089EF;
    box-sizing: border-box;
    border-radius: 21px;
    font-family: SF Pro Display;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-transform: capitalize;
    color: #FFFFFF!important;
    background: #0089EF;
    width: 128px;
    height: 40px;
}

.upload-file-label {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px!important;
    line-height: 23px;
    color: #000000;
    opacity: 0.5;
}

.btn-del img {
    margin-right: 8px;
}

.input-box-styling {
    background: #FFFFFF;
    border: 1px solid #6984AC;
    box-sizing: border-box!important;
    border-radius: 3px!important;
}

.text-bold {
    font-weight: bold;
    color: #000000;
}

.text-stand {
    font-family: 'SF Pro Display';
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-transform: capitalize;
    color: #0089EF;
}

.text-stand-black {
    font-family: 'SF Pro Display';
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #000000;
}

.page-panel-title b {
    font-family: 'SF Pro Display';
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #000000;
}

.page-panel-title strong label {
    font-family: SF Pro Display;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.marT15px {
    margin-top: 15px!important;
}

.container-fluid label {
    font-family: SF Pro Display;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #193651;
    text-transform: capitalize;
}

.container-fluid .form-control {
    background: #FFFFFF;
    border: 1px solid #6984AC;
    box-sizing: border-box;
    border-radius: 3px;
    height: 52px;
    margin-top: 10px;
}

.container-fluid .help-block {
    font-family: SF Pro Display;
    font-size: 13px;
    line-height: 16px;
    color: #6984AC;
}

.container-fluid .btn-info {
    background: #0089EF;
    border-radius: 21px;
    font-family: 'SF Pro Display';
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 125px;
    height: 42px;
}

.container-fluid .btn-reset, .modal-footer .btn-reset {
    border-radius: 21px;
    font-family: 'SF Pro Display';
    font-size: 14px;
    line-height: 17px;
    background: transparent;
    text-transform: capitalize;
    color: #0089EF;
    width: 125px;
    height: 42px;
    font-weight: bold;
    border: 1px solid #0089EF;
    box-sizing: border-box;
}

.modal-title {
    font-family: 'SF Pro Display'!important;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    text-transform: uppercase;
}

.marL20 {
    margin-left: 20px;
}

.btn-lsky {
    background: rgba(0, 176, 255, 0.06);
    border: 1px solid #0089EF;
    border-radius: 7px;
    font-family: SF Pro Display;
    font-size: 16px;
    line-height: 19px;
    color: #0089EF;
    height: 42px;
}

#regForm h2, #easyForm h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 33px;
    line-height: 39px;
    color: #000000;
}

#regForm h4, #easyForm h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #50ADF4;
    text-align: center;
}

#regForm h5, #easyForm h5 {
    font-family: 'Roboto'!important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #50ADF4;
    text-align: center;
}

#regForm p, #easyForm p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px!important;
    line-height: 21px;
    text-transform: capitalize;
    color: #193651;
}

#regForm p span, #easyForm p span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    color: #243847;
}

#regForm p strong, #easyForm p strong {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #243847;
}

.logo-box {
    width: 195px;
    height: 221px;
    left: 301px;
    top: 312px;
    background: rgba(196, 196, 196, 0.2);
}

.logo-box p {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    color: #0089EF;
}

.setting #easyForm {
    width: 100%!important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.height-230 {
    height: 230px;
}

.helpdesk .bg-img {
    background: url(/admin/get-in-touch-image.png);
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.helpdesk h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 53px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.helpdesk span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 32%;
    left: 10%;
    text-transform: uppercase;
}

.helpdesk small {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.helpdesk h4 {
    font-family: 'Roboto'!important;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height */
    color: #243847;
    text-align: center;
    text-transform: uppercase;
}

.helpdesk p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #0089EF;
    text-align: center;
}

.marTN50 {
    margin-top: -50px;
}

.my-card{
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 12%);
}
.my-card p{
    margin: 0px;
    font-size: 16px;
    opacity: 0.9;
    font-weight: bold;
}
.my-card b{
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}
.my-card .b{
    border-radius: 5px;
    padding: 5px;
    color: #120c0d;
    margin-bottom: 10px;
}
.my-card .b1{
    background: linear-gradient(to right,#05e2ff,#05e2ff50);
}
.my-card .b2{
    background: linear-gradient(to right,#8fff26,#8fff2650);
}
.my-card .b3{
    background: linear-gradient(to right,#3db8ff,#3db8ff50);
}
.my-card .b4{
    background: linear-gradient(to right,#fffb17,#fffb1750);
}
.my-card .b5{
    background: linear-gradient(to right,#ff7259,#ff725950);
}
.my-card .b6{
    background: linear-gradient(to right,#ff33cc,#ff33cc50);
}
.my-card .b7{
    background: linear-gradient(to right,#05e2ff,#05e2ff50);
}
.my-card .b8{
    background: linear-gradient(to right,#8fff26,#8fff2650);
}
.my-card .b9{
    background: linear-gradient(to right,#3db8ff,#3db8ff50);
}
.my-card .b10{
    background: linear-gradient(to right,#fffb17,#fffb1750);
}
.my-card .b11{
    background: linear-gradient(to right,#ff7259,#ff725950);
}
.my-card .b12{
    background: linear-gradient(to right,#ff33cc,#ff33cc50);
}
.loadData {
    position: absolute;
    right: 30px;
    background: #f2f8ff;
    border: none;
    border-radius: 5px;
    z-index: 990;
}


.card {
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.18);
}

.card-dashboard {
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    padding: 10px 10px 5px;
    width: 100%;
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/accountant.svg) top/100% auto no-repeat;
    background-repeat: no-repeat;
}

.pad5 {
    padding: 5px;
}

.marT45 {
    margin-top: 45px;
}

.panel-default .page-panel-title strong {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height */
    text-transform: capitalize;
    color: #243847;
    margin-left: 15px;
}

.marL12 {
    margin-left: 12%;
}

.box-profile {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    height: 40px color:#000000;
}

#profile h4 {
    font-family: 'Roboto'!important;
    font-style: normal;
    font-size: 25px;
    line-height: 41px;
    /* identical to box height */
    color: #243847;
    font-weight: bold;
}

.btn-green {
    background: #09B466;
    color: white;
}

.btn-lblue {
    background: #0089EF;
    border-radius: 4px;
    width: 90px;
    height: 32px;
    font-size: 16px;
    color: white;
    line-height: 1;
}

.lh22 {
    line-height: 22px;
}

.logo-dashboard {
    width: 70%;
    text-align: center;
    margin-left: 5px;
    margin-right: auto;
    margin-top: 15px;
}

.logo-dashboard img {
    width: 100%;
    height: auto;
    top: 15px;
    left: 4px;
}

.modal-backdrop {
    z-index: -1;
}

#fee-table thead, #one-time-fee-table thead, #one-time-fee-table-2 thead, #example thead, .table-condensed thead, #fee-summary thead {
    background: #00B0FF;
}

#fee-table tr td p, #one-time-fee-table tr td p, #one-time-fee-table-2 tr td p, #fee-summary tr td p{
    text-align: left;
    margin-left: 20px;
}

#fee-table thead tr th, #fee-table tr td, #one-time-fee-table tr th, #one-time-fee-table-2 tr th, #one-time-fee-table tr td, #one-time-fee-table-2 tr td#fee-summary tr th,  #fee-summary tr td{
    text-align: center;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0.9!important;
}

.select2-container .select2-selection--multiple {
    height: auto!important;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    padding: 0;
    min-height: 0;
}

.select2-container .select2-search--inline {
    line-height: inherit;
}

.font-16 {
    font-size: 16px!important;
}

.padr42 {
    padding-right: 42px;
}

.bg-sky-1 {
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/students.svg) top/100% auto no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    padding: 10px 10px 5px;
}

.bg-sky-2 {
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/teachers.svg) top/100% auto no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    padding: 10px 10px 5px;
}

.bg-sky-3 {
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/accountant.svg) top/100% auto no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    padding: 10px 10px 5px;
}

.bg-sky-4 {
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/otherStaff.svg) top/100% auto no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    padding: 10px 10px 5px;
}

.bg-sky-5 {
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/admin.svg) top/100% auto no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    padding: 10px 10px 5px;
}

.bg-sky-6 {
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/studentsAttendance.svg) top/100% auto no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    padding: 10px 10px 5px;
}

.bg-sky-7 {
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/class.svg) top/100% auto no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    padding: 10px 10px 5px;
}

.bg-sky-8 {
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/sections.svg) top/100% auto no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    padding: 10px 10px 5px;
}


.bg-sky-9 {
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/su-card-1.svg) top/100% auto no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    padding: 10px 10px 5px;
}

.width100 {
    width: 100%;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Choose File';
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    background: #FFFFFF!important;
    border: 1px solid #0089EF;
    box-sizing: border-box;
    border-radius: 3px;
    width: 139px;
    height: 42px;
    text-align: center;
    padding: 11px;
    margin-top: 3px;
    font-family: 'SF Pro Display';
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #0089EF;
}

.custom-file-input:hover::before {
    border-color: #0089EF;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.height-35 {
    height: 35px!important;
}

.float-right {
    float: right;
}

.marT60 {
    margin-top: 60px;
}

.dt-buttons {
    float: right;
}

.dt-buttons .buttons-html5 {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 11px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px 5px 4px 6px;
    cursor: pointer;
}
.height-600{
    height: 600px;
}
.box-border-1{
    border:1px solid #000;
    border-radius: 3px;
}
.pad10{
    padding: 10px;
}
.card-shadow{box-shadow: 6px 2px 10px 0px;}
hr.black { 
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #000!important; 
}

hr.grey { 
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee!important; 
}

.bg-income {
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/income.svg) top/110% auto no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    min-height: 205px;
}

.bg-expense {
    background: url(https://doik495yr0ub5.cloudfront.net/dashboard/Boxes/expense.svg) top/110% auto no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    min-height: 205px;
}

.superadmintitle{
    font-size: 20px!important;
}

.superadminboxschooldetails .superadminbox{
    font-weight: 100;
    line-height: 10px;
    text-align: left;
}

.superadminbox{
    color: black;
}

.superadmin .schoollogo{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.superadmin{
    border-radius: 16px;
}

.superadminsessionselector{
    text-align: right;
}

#upload-description{
    /* text-indent: 90px; */
}

.before-title {
    position: absolute;
    z-index: 1 ; 
    top: 30px;
    margin-left: 15px;
  }

  .event-notice-upload-box{
    padding: 22px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }

  .border-box{
    border: 1px solid #ccc;
  }

.pad15{
    padding: 15px;
}


/* dashboard css part */
.dbattendance{
    padding: 40px 20px 20px 20px;
    background-image: linear-gradient(to right,rgb(255,240,166,100%) 0, rgb(9,140,239,40%) 50%, rgb(0,137,239,60%) );
}
.dbattpanel{
    backdrop-filter: blur(25px) saturate(90%);
    -webkit-backdrop-filter: blur(25px) saturate(90%);
    height: 255px;
    background: rgba(144, 200, 252, 0.36);
    color: #000;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.349);
}
.dbattbody{
    height: 219px;
}
.dbattpanel .row{
    border-bottom: 1px solid rgba(255, 255, 255, 0.349);
    display: flex;
    justify-content: center;
    align-items: center;
}
.dbattbigpanel{
    backdrop-filter: blur(25px) saturate(90%);
    -webkit-backdrop-filter: blur(25px) saturate(90%);
    height: 255px;
    background: rgba(144, 200, 252, 0.36);
    color: #000;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.349);
}
.dbattbigbody{
    height: 219px;
}
.dbattbigpanel .row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashbtable {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
}
.dbexams{
    margin-bottom: 0px !important;
    padding: 40px 20px 20px 20px;
    background-image: linear-gradient(to right,rgb(255,240,166,100%) 0, rgb(9,140,239,40%) 50%, rgb(0,137,239,60%) );
}
.dbexampanel{
    backdrop-filter: blur(25px) saturate(90%);
    -webkit-backdrop-filter: blur(25px) saturate(90%);
    height: 255px;
    background: rgba(144, 200, 252, 0.36);
    color: #000;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.349);
}
.dbexambody{
    height: 219px;
}
.dbexampanel .row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dbsylbs{
    margin-bottom: 0px !important;
    padding: 20px;
    background-image: linear-gradient(to right,rgb(255,240,166,100%) 0, rgb(9,140,239,40%) 50%, rgb(0,137,239,60%) )
}
.dbsylbspanel{
    backdrop-filter: blur(25px) saturate(90%);
    -webkit-backdrop-filter: blur(25px) saturate(90%);
    height: 255px;
    background: rgba(144, 200, 252, 0.36);
    color: #000;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.349);
}
.dbsylbsbody{
    height: 219px;
}
.dbsylbspanel .row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dbcalndr{
    margin-bottom: 0px !important;
    padding-top: 30px;
    /* background:#b9bce130; */
}
.dbcalndrpanel{
    height: 560px;
    padding: 20px;
    background-image: linear-gradient(to right,rgb(255,240,166,100%) 0, rgb(9,140,239,40%) 50%, rgb(0,137,239,60%) );
    color: #000;
    border-radius: 10px;
}
.dbcalndrbody{
    overflow: hidden;
    height: 520px;
    backdrop-filter: blur(25px) saturate(90%);
    -webkit-backdrop-filter: blur(25px) saturate(90%);
    background: rgba(144, 200, 252, 0.36);
    color: #000;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.349);
    /* border-radius: 10px;
    background: #d2e1f9;
    box-shadow: 0 5px 5px 5px rgba(0,0,0,0.05); */
}
.dbcalndrpanel .row{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width:600px){
    .dbattbigpanel{height: 320px;}
    .dbattbigbody{height: 280px;overflow: hidden;}
    .dbcalndrpanel{height: 400px;}
    .dbcalndrbody{height: 360px;}
}

/* calender css  */
.fc .fc-today{background: #057ab48f;}
.fc th.fc-day-header{
    padding: 20px 0;
    /* height: 50px; */
    opacity: 0.8;
    color: #000;
}
.fc td.fc-day{
    padding: 20px 0;
}
.fc .fc-widget-content .fc-row{
    height: 0px !important;
}
.fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed hr, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
    border-color: #00466665;
}
.fc .fc-minor{
    display: none;
}

.padT30{
    padding-top: 30px !important;
}
.otherFeedueBox{
    display: none;
}
.stbox{
    display: none;
}
.stbox svg {
    width: 70%;
    margin-top: 10px;
    background: var(--svg-clr);
    border-radius: 50% !important;
}
.analytics_svg{
    display: flex;
    justify-content: center;
}
.analytics_content .row{
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    max-width: 765px !important;
    margin: auto;
    padding-top: 20px;
}
/* .analytics_content .semiDiv{
    height: 70px;
    background: #007e04;
    border-radius: 550px 550px 0 0;
    text-align: center;
    padding: 10px;
}
.analytics_content .semiDiv::before{
    border: 1px solid red;
    inset: 3px;
} */
.analytics_content .analytics_data{
    text-align: center;
    background: none;
    z-index: 5;
    margin-top: -50px;
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: inherit;
    border-top: none;
    border-bottom-left-radius: 175px;
    border-bottom-right-radius: 175px;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: linear;
}
.analytics_content .analytics_data h5{
    margin-bottom: 0px;
    padding-top: 4px;
}
.analytics_content .analytics_data p{
    opacity: 0.8;
}

.anltq_chart {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    margin-top: 6px;
    position: relative;
    width: 120px;
    height: 60px;
    overflow: hidden;
}

.anltq_chart::before,
.anltq_chart::after {
  position: absolute;
}

.anltq_chart::before {
  content: '';
  width: inherit;
  height: inherit;
  border: 10px solid #aeaeae;
  border-bottom: none;
  border-top-left-radius: 175px;
  border-top-right-radius: 175px;
}

.anltq_chart .anltq_div {
  position: absolute;
  top: 100%;
  left: 0;
  width: inherit;
  height: inherit;
  border: 10px solid #aeaeae;
  border-top: none;
  border-bottom-left-radius: 175px;
  border-bottom-right-radius: 175px;
  transform-origin: 50% 0;
  /* transform-style: preserve-3d;
  backface-visibility: hidden;
  animation-fill-mode: forwards;
  animation-duration: .4s;
  animation-timing-function: linear; */
  background: #f1f1f1;
}

.anltq_chart .anltq_div:nth-child(1) {
  z-index: 4;
  border-color: var(--clr); 
  /* transition: all 2s; */
  transform: rotate(calc(var(--per) * 1deg));
  -webkit-transform: rotate(calc(var(--per) * 1deg));
  backface-visibility: hidden; 
  -webkit-backface-visibility: hidden; 
}

.anltq_chart span {
  position: absolute;
  font-size: 18px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; 
  color: white;
  /* animation: fade-in .4s linear forwards; */
}

/* .anltq_chart .candidate-one-percentage {
  top: 10px;
  left: -35px;
  transform: rotate(-90deg);
}

.anltq_chart .candidate-two-percentage {
  top: -35px;
  left: -35px;
  transform: rotate(-90deg);
}

@keyframes rotate-one {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(calc(--percentageRotate * 1deg));
  }
}  */
.analytics_content .row::-webkit-scrollbar {
    display: none;
}
.analytics_btn a{
    margin: 15px;
}
.new-table-striped tbody tr:nth-of-type(even) {
    background: #afafaf12 !important;
    border-bottom: 1px solid #80808040 !important;
}
.new-table-striped tbody tr:nth-of-type(odd){
    background: none !important;
    border-bottom: 1px solid #80808040 !important;
}
.new-table-striped tbody td{
    background: none !important;
    padding: 5px 0px !important;
    padding-left: 10px !important;
}
.new-table-striped tbody tr:nth-child(1) {
    background: #2f80edde !important;
    color: #fff !important;
}
.new-table-striped tbody tr:nth-child(1) form{
    margin: 0px;
    margin-bottom: 5px;
}
.new-table-striped tbody tr:nth-child(1) input{
    height: 30px;
    padding: 0px 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin: 0px;
    margin-top: 5px;
    font-size: 15px;
}
.new-table-striped tbody tr:nth-child(1) input:focus{
    border: 1px solid #2f80ed;
}
.new-table-striped tbody tr:nth-child(1) button{
    height: 30px;
    margin-top: 5px;
    padding: 5px 14px;
    background: #fff;
    color: #2f80ed;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #0000006e;
    transition: 1s;
}
.new-table-striped tbody tr:nth-child(1) button:hover{
    background: #2f80ed;
    color: #fff;
    border: 1px solid #000;
}
.white-table{
    background: #fff !important;
    border-bottom:1px solid #dbdbdb;
}
.white-table td{
    background: #fff !important;
}
.blured tbody tr:nth-child(1){
    background: rgb(150 150 150 / 75%) !important;
}



.cycle_card{
    padding: 15px 0px !important;
    /* box-shadow: 2px 2px 13px -4px #83838369; */
    background: #e1e1e130;
    border-radius: 5px;
    margin-top: 10px;
}



.p-anltq{
    padding: 0px 30px;
}
.analytics_card{
    padding: 15px 0px !important;
    /* box-shadow: 2px 2px 13px -4px #83838369; */
    background: #e1e1e130;
    border-radius: 5px;
    margin-top: 10px;
}
.analytics_summary_card{
    padding: 15px 0px !important;
    /* box-shadow: 2px 2px 13px -4px #83838369; */
    background: #e1e1e130;
    border-radius: 5px;
    margin-top: 10px;
}
.analytics_summary_card p{
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.analytics_summary_card h3{
    text-decoration: underline;
    margin: 5px 0px;
}
.analytics_summary_card h4{
    text-decoration: underline;
}
.bg-danger{
    background: red !important;
}
.analytics_card h5,
.analytics_card h4{
    margin-bottom: 0px;
    opacity: 0.9;
}
.analytics_card h4 span{
    color: gray;
}
.analytics_card p{
    margin: 0px auto;
    font-size: 24px !important;
    color: #898989;
}
.analytics_profile img{
    width: 100%;
    height: 125px;
    border-radius: 5px;
}
.stu_analytics_svg{
    padding: 15px;
    text-align: center;
    margin-top: 15px;
    /* box-shadow: 2px 2px 13px -4px #83838369; */
    background: #e1e1e130;
}
.stu_analytics_svg svg {
    /* width: 82%; */
    background: var(--svg-clr);
    border-radius: 50% !important;
}
.stu_analytics_svg h1{
    margin: 0px;
    margin-top: 5px;
    font-size: 28px;
    font-family: 'Lobster', cursive !important;
}
.analytics_badge{
    float: right;
    height: 100px;
    width: 100px;
    margin-top: -60px;
}
.stu_analytics_svg p{
    margin: 0px !important;
    /* text-align: left; */
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 10px !important;
    font-weight: bold;
}
.stu_analytics_svg h4{
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.stu_analytics_svg h4:nth-child(){
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.analytics_card{
    height: 160px;
}
.analytics_card2{
    height: 180px;
}
.analytics_card2 img{
    height: 150px;
}
.stu_analytics_svg,
.analytics_content_card .row{
    height: 120px;
}
.analytics_content .leftIcon i{
    position: relative;
    top: 70px;
    right: 5px;
    background: #2f80ed;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px -2px #000;
    cursor: pointer;
}
.analytics_content .rightIcon i{
    float: right;
    position: relative;
    top: -45px;
    left: 5px;
    background: #2f80ed;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px -2px #000;
    cursor: pointer;
}
.analytics_svgs svg{
    margin-top: -10px;
    margin-left: -70px;
}
.anlytics_overlay_bg{
    /* background-image: url(https://doik495yr0ub5.cloudfront.net/dashboard/icons/eel-report-bg.png); */
    background-image: url(/admin/images/eel-report-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    opacity: 0.5;
    top: 91px;
    left: 9px;
    height: 70%;
}

.an-box-shadow{
    box-shadow: 2px 2px 13px -4px #83838369;
}
.easyedu-logo{
    padding-top: 15px;
}
.analytics_stbox{
    width: 100% !important;
    margin: auto;
    margin-bottom: 10px;
}
.analytics_stbox .anlytics_box{
    width: 100%;
    margin: -5px;
    background: #f6f6f624;
    padding: 10px;
    box-shadow: 2px 2px 11px -5px #18191a99;
    border-radius: 5px;
    margin-top: 5px !important;
}
.analytics_ex{
    width: 100%;
    margin: -5px;
    background: #f2f2f2;
    padding: 10px;
    box-shadow: 2px 2px 11px -5px #18191a6b;
    border-radius: 5px;
    margin-top: 5px !important;
}
.analytics_at{
    width: 100%;
    margin: -5px;
    background: #f2f2f2;
    padding: 10px;
    box-shadow: 2px 2px 11px -5px #18191a6b;
    border-radius: 5px;
    margin-top: 20px !important;
    margin-bottom: 5px;
}
.analytics_at h3,
.analytics_at h4{
    opacity: 0.7;
}
.analytics_head h5{
    margin: 0px;
    margin-top: 5px;
    padding: 2px 6px;
    color: #5d5d5d;
}
#other_exam_class,
#edit_other_exam_class{
    margin-top: 10px;
}
#other_exam_class textarea,
#edit_other_exam_class textarea{
    margin: 0px;
}
#pdf-head{
    display: none;
}
#pdf-foot{
    display: none;
}
#pdf-head h4,
#pdf-head h5{
    text-decoration: underline;
}
.easyedu-logo img{
    /* background: #000; */
    border-radius: 5px;
    float: right;
    padding: 5px;
}
.analytics_content_card .row{
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
    padding: 25px 10px;
    margin: 0px !important;
    margin-top: 15px !important;
    /* box-shadow: 2px 2px 13px -4px #83838369; */
    background: #e1e1e130;
}
.analytics_content_card .analytics_data{
    text-align: center;
    background: none;
    z-index: 5;
    margin-top: -50px;
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: inherit;
    border-top: none;
    border-bottom-left-radius: 175px;
    border-bottom-right-radius: 175px;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: linear;
}
.analytics_content_card .analytics_data h5{
    margin-bottom: 0px;
    padding-top: 4px;
}
.analytics_content_card .analytics_data p{
    opacity: 0.8;
}
.analytics_content_card .row::-webkit-scrollbar {
    display: none !important;
}
.analytics_content_card .row::-moz-scrollbar {
    display: none;
}
.anly_bar{
    padding:0px 20px;
}
.anly_bar .col-sm-3{
    padding: 10px;
}
.anly_bar .col-xs-4{
    padding: 0px;
    text-align: center;
}
.anly_bar_card{
    height: 115px;
    background: #f2f2f2;
    padding: 10px;
    box-shadow: 2px 2px 11px -5px #18191a6b;
    border-radius: 5px;
}
.anly_bar_card .col-xs-4:nth-child(1){
    padding-left: 10px;
    padding-top: 10px;
    color: #5d5d5d;
}
.anly_bar_card .col-xs-4:nth-child(2){
    padding: 0px;
}
.anly_bar_card .col-xs-4:nth-child(3){
    padding-right: 15px;
    color: gray;
}
.anly_bar_card img{
    height: 100px;
    width: 100px;
}
.anly_good_card img,
.anly_average_card img,
.anly_poor_card img{
    height: 85px;
    width: 85px;
}
.analytics_search{
    padding-top: 15px;
}
.analytics_svgs{
    width: 25%;
}
.analytics_toppers_head{
    margin-top: 0px;
    padding-left: 15px;
}
.analytics_toppers_head h3{
    margin-bottom: 5px;
    margin-top: 5px;
}
.analytics_toppers_body{
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
}
.analytics_toppers_body .col-sm-2{
    padding: 0px;
}
.toppers_card{
    height: 110px;
    background: #f2f2f280;
    padding: 10px 15px;
    box-shadow: 2px 2px 11px -5px #18191a3d;
    border-radius: 5px;
}
.toppers_card img{
    width: 100%;
    height: 90px;
    padding: 0px 10px;
}
.toppers_card .topper_data{
    padding-left: 15px;
}
.toppers_card .topper_data:before{
    content: ' ';
    display: block;
    position: absolute;
    left: -5px;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url(/admin/images/topper.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.toppers_card h1{
    font-size: 28px;
    margin: 0px;
}
.toppers_card h5,
.toppers_card h4{
    margin-bottom: 0px;
    opacity: 0.9;
    font-size: 10px;
}
.toppers_card h4 span{
    color: gray;
}
.toppers_card p{
    margin: 0px auto;
    font-size: 14px !important;
    font-weight: bold;
    color: #898989;
}
.toppers_card_bg{
    /* background-image: url(https://doik495yr0ub5.cloudfront.net/dashboard/icons/eel-report-bg.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    opacity: 0.5;
    top: 91px;
    left: 9px;
    height: 70%;
}
.analytics_content_foot{
    padding-left: 15px;
}
.analytics_content_foot h3{
    margin-bottom: 5px;
}
.audio_input{
    display: flex;
}
.audio_input textarea{
    border-radius: 5px 0px 0px 5px !important;
}
.audio_input button{
    outline: none;
    border-radius: 0px 5px 5px 0px;
    height: 45px !important;
}
#regForm .audio_input button, #easyForm .audio_input button,#anuForm .audio_input button {
    background-color: #dbdbdb !important;
    color: #000!important;
    border: 1px solid #6984AC;
    font-size: 20px;
    cursor: pointer;
    outline: none !important;
}
.today-update-table #example_filter label{
    margin-top: -15px;
    margin-left: 10px;
}
.today-update-table #example_filter input{
    margin-top: 10px;
    font-size: 14px;
    font-weight: lighter;
}
.today-update-table .dataTables_length{
    margin: 15px;
}

.dropdown-menu {
    z-index: 10000;
}
.join_inputs{
    display: flex;
}
.join_inputs p{
    display: flex;
    align-self: center;
    padding: 0px 5px;
    margin: 0px;
}
.new-table table thead, .new-table thead th {
    background: #2f80edc9 !important;
    color: #fff !important;
}
/* .join_inputs input:first-child{
    border-radius: 5px 0px 0px 5px !important;
}
.join_inputs input:last-child{
    border-radius: 0px 5px 5px 0px !important;
} */
.new-progress-container {
    width: 100%;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
    margin-top: -2px;
    display: none;
}
  
.new-progress-bar {
    height: 5px;
    background-color: #0000003b;
    width: 110%;
    position: relative;
    overflow: hidden;
}
  
.new-progress-line {
    height: 100%;
    width: 20%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -10%;
    filter: blur(4px);
    animation: progress 2s ease-in-out infinite;
}
.new-progress-line::before{
    content: "";
    background-color: #fff;
    filter: blur(10px);
    padding-left: 50px;
}
.new-progress-line::after{
    content: " ";
    background-color: #fff;
    filter: blur(10px);
    padding-right: 50px;
}
.removelastdiv{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 15px;
}
.removelastdiv button,.removelastdiv a{
    padding: 7px 15px !important;
}
#removelast{
    display: none;
    font-size: 20px;
    background-color: red !important;
}
  
@keyframes progress {
    0% {
        left: -20%;
    }
    100% {
        left: 90%;
    }
}
.dropdown{
    z-index: 9999999999999999999999999;
}
/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .whats-new{
        z-index: 999999999999999;
        display: flex;
        align-items: center;
        padding: 6px 10px;
        position: absolute;
        top: -30px;
        left: 15px;
        background: #000;
        color: #fff;
        outline: none !important;
        border: none;
        border-radius: 5px;
        box-shadow: gray 1px 1px 5px 3px;
    }
    .whats-new:hover{
        background: #000;
        color: #dfdfdf;
        text-decoration: none;
    }
    .title-school {
        position: relative;
        top: -35px;
    }
    .img-nav-head {
        position: relative;
        top: -45px;
    }
    .dueReminderModal{
        width: fit-content !important;
        max-width: 750px !important;
    }
    .dueReminderBox {
        padding: 0px;
    }
    .nav-notification{
        left: 20px;
    }
    .notifications__badge{
        right: -8px;
    }
    .dis-grid{
        display: grid;
    }
    .today-update-table table{
        width: 100% !important;
    }
    .today-update-table table .odd{
       background: #eeeeee;
    }
    .today-update-table table th{
        display: none;
    }
    .today-update-table table td{
        display: grid;
        grid-template-columns: 15ch auto;
        padding: 10px 30px;
    }
    .today-update-table table td::before{
        content: attr(data-cell) ": ";
        font-weight: bold;
        text-transform: capitalize;
    }
    #todayupdate .modal-body{
        padding: 0px;
    }
    #todayupdate .col-md-3{
        margin-top: 10px;
    }
    #todayupdate .col-md-4{
        margin-top: 20px;
    }
    .analytics_toppers_body{
        display: block;
        padding: 30px;
    }
    .analytics_toppers_body .col-sm-2{
        margin-bottom: 20px;
    }
    ul.breadcrumb li {
        font-size: 11px;
    }
    .analytics_content .leftIcon,.analytics_content .rightIcon{
        display: none;
    }
    .analytics_svgs{
        width: 150px;
    }
    .anly_bar_card{
        height: 90px;
        padding: 0px;
        padding-right: 10px;
    }
    .anly_bar_card img{
        margin-top: 30px;
        height: 50px;
        width: 50px;
    }
    .anly_good_card img,
    .anly_average_card img,
    .anly_poor_card img{
        height: 40px;
        width: 40px;
    }
    .anly_bar_card .col-xs-4:nth-child(3) {
        margin-left: -35px;
    }
    .anly_bar_card .col-xs-4:nth-child(1) h1{
        font-size: 24px;
        padding-left: 12px;
    }
    .analytics_search .col-xs-6{
        padding-top: 7px;
    }
    .analytics_table{
        overflow-x: scroll;
        scroll-behavior: smooth;
    }
    .stbox .col-xs-2{
        padding: 0px;
    }
    .analytics_stbox .anltq_chart{
        width: 100px;
        height: 50px;
    }
    .analytics_stbox .analytics_content .analytics_data h5 {
        padding-top: 9px;
        font-size: 12px;
    }

    .analytics_summary_card{
        margin-top: 30px;
    }
    .analytics_summary_card h3{
        font-size: 19px;
    }
    .analytics_summary_card h4{
        font-size: 15px;
    }
    .analytics_badge {
        height: 40px;
        width: 40px;
        margin-top: -85px;
        margin-right: -29px;
    }
    .anlytics_overlay_bg{
        opacity: 0.3;
        width: 100%;
    }

    #generate-pdf{
        display: none;
    }
}
  
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {

}
  
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){

    .analytics_content .leftIcon,.analytics_content .rightIcon{
        display: none;
    }
    .anly_bar_card{
        height: 90px;
        padding: 0px;
        padding-right: 10px;
    }
    .anly_bar_card img{
        margin-top: 40px;
        height: 50px;
        width: 50px;
        margin-right: -60px
    }
    .anly_good_card img,
    .anly_average_card img,
    .anly_poor_card img{
        height: 40px;
        width: 40px;
    }
    .anly_bar_card .col-xs-4:nth-child(3) {
        margin-left: -40px;
    }
    .anly_bar_card .col-xs-4:nth-child(1) h1{
        font-size: 30px;
        padding-left: 25px;
        padding-top: 10px;
    }
    .analytics_search .col-xs-6{
        padding-top: 7px;
    }
    .analytics_stbox .anltq_chart{
        width: 100px;
        height: 50px;
    }
    .analytics_table{
        overflow-x: scroll;
        scroll-behavior: smooth;
    }
    .stbox .col-xs-2{
        padding: 0px;
    }
    .anltq_chart{
        width: 100px;
        height: 50px;
    }
    .analytics_content .analytics_data h5 {
        padding-top: 9px;
        font-size: 12px;
    }
    .analytics_content_foot .col-sm-3{
        padding: 0px;
    }

    .analytics_svgs{
        width: 110px;
        padding-left: 20px !important;
    }
    .stu_analytics_svg svg{
        height: 65px;
        width: 65px;
    }
    .stu_analytics_svg .col-sm-6:nth-child(1){
        padding: 0px;
    }
    .stu_analytics_svg h5{
        font-size: 17px;
    }
    .stu_analytics_svg h4{
        font-size: 14px;
    }
    .analytics_svgs svg {
        height: 75px;
        width: 200px;
    }
    .stu_analytics_svg,
    .analytics_content_card .row{
        height: 100px;
    }
    .stu_analytics_svg h1 {
        margin-top: 0px;
        font-size: 25px;
    }
    .analytics_profile h5{
        font-size: 10px;
    }
    .analytics_profile h4{
        font-size: 12px;
    }


    .analytics_summary_card{
        margin-top: 25px;
    }
    .analytics_summary_card h3{
        font-size: 22px;
    }
    .analytics_summary_card h4{
        font-size: 18px;
    }
    .analytics_badge {
        height: 40px;
        width: 40px;
        /* margin-top: -85px;
        margin-right: -29px; */
    }
    .anlytics_overlay_bg{
        opacity: 0.3;
        width: 100%;
    }

    #generate-pdf{
        display: none;
    }
}
  
/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){

}
  
/* Media Query for Large screens */
@media (min-width: 1281px) {

}

.p0 {
    padding: 0px !important;
}
.m0 {
    margin: 0px !important;
}

.newCard {
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.18);
    padding: 25px;
    margin-bottom: 20px;
}

.newForm input {
    padding: 10px;
    margin-top: 10px;
    border: none;
    color: #000000a1;
    border-bottom: 1px solid #adabab;
    border-radius: 0px;
    box-shadow: none !important;
}

.newForm h1 {
    font-size: 26px;
    opacity: 0.9;
    font-weight: 600;
}
.newForm p {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    /* color: #888 !important; */
    opacity: 1;
}

.newForm input::placeholder {
    color: #adabab;
}

.newForm textarea {
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border: none;
    color: #000000a1;
    border-bottom: 1px solid #adabab;
    border-radius: 0px;
}

.newForm select {
    padding: 10px;
    margin-top: 10px;
    border: none;
    outline: none;
    color: #000000a1;
    border-bottom: 1px solid #adabab;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.newForm input:focus,
.newForm select:focus,
.newForm textarea:focus {
    outline: none;
    border-bottom: 1px solid #817f7f;
}

.newForm label {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 1s ease;
}

.newForm select~label,
.newForm select:focus~label,
.newForm select[data-chosen] label,
.newForm input:focus~label,
.newForm input:not(:placeholder-shown)+label {
    top: -5px;
    opacity: 1;
    left: 15px;
    font-size: 14px;
}


/* #installmentFieldsAmounts {
    width: 100%;
    font-size: 15px;
    color: #666;
    border: 1px solid #fffc;
} */

.installmentFieldsAmounts th {
    background-color: orange;
    color: #fff;
}

.installmentPage {
    margin-top: 30px;
}
.installmentPage th {
    background-color: orange;
    color: #fff;
}

.installmentSubPage th {
    background-color: #0089EF;
    color: #fff;
}

.installmentSubPage td .label {
    font-size: 14px !important;
    margin-right: 8px !important;
}

.installmentAmount{
    background: linear-gradient(to right,#3db8ff,#3db8ff50);
    padding: 10px;
    border-radius: 10px;
    width: 200px;
}
.installmentAmount p{
    margin: 0px;
    font-size: 16px;
    opacity: 0.9;
    font-weight: bold;
}
.installmentAmount b{
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}


.insAlertModal{
    width: 450px;
    border-radius: 10px;
    margin: 100px auto;
}
.insAlertModal .modal-content{
    border: none;
    overflow: hidden;
    border-radius: 10px;
}
.insAlertModal h4{
    margin: 0px;
    background: orange;
    color: #fff;
    padding: 15px 0px;
    font-size: 20px;
    text-align: center;
}
.insAlertModal .insAlertModalBody {
    padding: 30px 50px;
}
.insAlertModal p{
    font-size: 17px !important;
    margin-bottom: 20px;
    font-family: ui-monospace;
}


.installmentCreateTxt {
    font-family: ui-monospace !important;
    margin: 0px;
}
.installmentLabelTxt {
    margin: 0px;
    display: inline-block;
    margin-left: 10px;
}
.createInstallmentBtns {
    padding: 0px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}


/* accept installment fee css  */

.acceptInstallmentCard {
    /* min-height: 195px; */
    margin-bottom: 15px !important;
}

.new-card {
    padding: 20px 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 12%);
}
.new-sub-card {
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 12%);
}
.new-card .new-input {
    padding: 10px;
    margin-top: 10px;
    border: none;
    color: #000000a1;
    border-bottom: 1px solid #adabab;
    border-radius: 0px;
    box-shadow: none !important;
}
.new-card h1 {
    font-size: 26px;
    opacity: 0.9;
    font-weight: 600;
    font-family: fangsong !important;
}
.new-card p {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    /* color: #888 !important; */
    opacity: 0.7;
}

.new-card hr {
    margin: 5px -10px !important;
    border-top: 1px solid #eee;
}
.new-card .hr-2 {
    margin: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    border-top: 4px solid orange;
}
.new-card .dark-hr {
    border-top: 2px solid orange;
}
.new-card .new-input::placeholder {
    color: #adabab;
}
.new-card .new-textarea {
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border: none;
    color: #000000a1;
    border-bottom: 1px solid #adabab;
    border-radius: 0px;
}
.new-card .new-select {
    width: 100%;
    background: transparent;
    padding: 10px;
    margin-top: 10px;
    border: none;
    outline: none;
    color: #000000a1;
    border-bottom: 1px solid #adabab;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.new-card .new-input:focus,
.new-card .new-select:focus,
.new-card .new-textarea:focus {
    outline: none;
    border-bottom: 1px solid #817f7f;
}
.new-card .new-label {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 1s ease;
}
.new-card .new-select~label,
.new-card .new-select:focus~label,
.new-card .new-select[data-chosen] label,
.new-card .new-input:focus~label,
.new-card .new-input:not(:placeholder-shown)+label {
    top: -5px;
    opacity: 1;
    left: 15px;
    font-size: 14px;
}
.new-card label {
    opacity: 1;
    /* opacity: 0.7; */
    font-size: 14px;
    font-family: cursive !important;
}
#fee_summary {
    margin-bottom: 0px !important;
}
.glassCard {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.18);
    padding: 25px;
    margin-bottom: 20px;
    /* color: #fff !important; */

    /* background: linear-gradient(121.28deg, #DC8400 0%, #FFFFFF 40.08%), linear-gradient(140.54deg, #FF0000 0%, #0047FF 72.37%), linear-gradient(121.28deg, #00E384 0%, #FF0000 100%), linear-gradient(121.28deg, #FA00FF 0%, #00FF38 100%), linear-gradient(127.43deg, #00F0FF 0%, #A80000 100%), radial-gradient(100.47% 100% at 50% 100%, #70FF00 0%, #680199 100%), linear-gradient(127.43deg, #B7D500 0%, #2200AA 100%);
    background-blend-mode: darken, hue, overlay, color, color-dodge, difference, normal; */

    /* background: linear-gradient(121deg, #FF0000 0%, #ff0000 100%), linear-gradient(140deg, #ff5454 27%, #223DCB 100%), linear-gradient(140deg, #4E9C51 0%, #001AFF 72%), linear-gradient(64deg, #6e00ff 0%, #0038FF 100%), radial-gradient(52% 101.79% at 50% 50%, #707300 0%, #ff0000 100%), radial-gradient(100% 100% at 70% 0%, #7A3B00 0%, #1DAC92 100%);
    background-blend-mode: overlay, overlay, difference, difference, color-burn, exclusion; */

    /* background: linear-gradient(45deg, #000850 0%, #000320 100%), radial-gradient(100% 225% at 100% 0%, #FF6928 0%, #000000 100%), linear-gradient(225deg, #FF7A00 0%, #000000 100%), linear-gradient(135deg, #CDFFEB 10%, #CDFFEB 35%, #009F9D 35%, #009F9D 60%, #07456F 60%, #07456F 67%, #0F0A3C 67%, #0F0A3C 100%);
    background-blend-mode: screen, overlay, hard-light, normal; */

    /* background: linear-gradient(301.28deg, #00C2FF 54.38%, rgba(0, 255, 224, 0) 100%), linear-gradient(129.96deg, #FF2F2F 10.43%, #000460 92.78%), radial-gradient(100% 246.94% at 100% 0%, #8000FF 0%, #BA75FF 54.17%, #FF0000 100%), linear-gradient(58.72deg, #2200F2 0%, #530000 100%), linear-gradient(154.03deg, #FF0000 0%, #00FF94 74.04%), linear-gradient(301.27deg, #FF0000 0%, #0038FF 84.63%), linear-gradient(136.23deg, #00C2FF 11.12%, #FF0000 86.47%), radial-gradient(57.37% 100% at 50% 0%, #B50000 0%, #0034BB 100%);
    background-blend-mode: multiply, overlay, color-burn, screen, difference, difference, difference, normal; */

    /* background: radial-gradient(ellipse farthest-side at 76% 77%, rgba(245, 228, 212, 0.25) 4%, rgba(255, 255, 255, 0) calc(4% + 1px)), radial-gradient(circle at 76% 40%, #fef6ec 4%, rgba(255, 255, 255, 0) 4.18%), linear-gradient(135deg, #ff0000 0%, #000036 100%), radial-gradient(ellipse at 28% 0%, #ffcfac 0%, rgba(98, 149, 144, 0.5) 100%), linear-gradient(180deg, #cd6e8a 0%, #f5eab0 69%, #d6c8a2 70%, #a2758d 100%); background-blend-mode: normal, normal, screen, overlay, normal; */
}
.glassCardLeft {
    background: rgb(47,128,237);
    background: linear-gradient(90deg, rgba(252,176,69,0.47102591036414565) 0%, rgba(253,29,29,0.40940126050420167) 50%, rgba(47,128,237,0.5298494397759104) 100%);
}
.glassCardRight {
    background: rgb(47,128,237);
    background: linear-gradient(90deg, rgba(47,128,237,0.5298494397759104) 0%, rgba(253,29,29,0.40940126050420167) 50%, rgba(252,176,69,0.47102591036414565) 100%);
}
.glass-card {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 10px;

    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.6px);
    -webkit-backdrop-filter: blur(8.6px);
    border: 1px solid rgba(255, 255, 255, 0.13);
}
.installment-label-box {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.installment-label {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #080808;
    padding: 3px 5px;
}
.installmentSubPage h4 {
    font-family: cursive !important;
}
.installmentSubPage h2 {
    color: #288300;
    margin: 0px;
    display: inline;
}
.installmentSubPage p {
    font-size: 20px;
}
.installmentSubPage .fa-edit {
    font-size: 20px;
    color: #000;
}
.bg-secondary {
    background-color: gray;
}

#fee-installment-body h4 {
    color: orange;
    font-family: cursive !important;
    margin: 0px;
}
#fee-installment-body p {
    margin: 0px;
    font-family: cursive !important;
}
#fee-installment-body h2 {
    margin: 0px;
    color: grey;
    margin-top: 5px;
}
#fee-installment-body b {
    margin: 0px;
    font-family: ui-monospace;
    font-size: 16px;
}
.feeName {
    font-size: 20px;
}
.feeAmount {
    font-size: 25px;
}
.detailInstallmentCard {
    margin-bottom: 20px !important;
}
.detailInstallmentCard img {
    height: 120px;
    width: 100%;
}
.detailInstallmentCard .father_name {
    margin: 0px;
    color: grey;
}
.detailInstallmentCard h1 {
    font-size: 32px;
    opacity: 0.9;
    font-weight: 600;
    font-family: fangsong !important;
    color: #309b00;
}
.detailInstallmentCard .btn {
    margin-bottom: 5px !important;
}
.detailInstallmentCard b {
    color: #000;
}



/* CSS */
.button-50 {
  appearance: button;
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0,#000 4px 4px 0 1px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 5px 10px 0;
  overflow: visible;
  padding: 12px 40px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-50:focus {
  text-decoration: none;
}

.button-50:hover {
  text-decoration: none;
}

.button-50:active {
  box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
  outline: 0;
}

.button-50:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-50 {
    padding: 12px 50px;
  }
}

.newbtn {
    align-items: center;
    gap: 5px;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 40px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 13px;
    font-size: 12px;
    letter-spacing: 0.5px;
    word-spacing: -2.5px;
    /* margin-bottom: 5px !important; */
}

.newbtn:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.newbtn:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.newbtn:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

/* Orange Button */
.newbtn-orange {
    background-image: radial-gradient(100% 100% at 100% 0, #ffc371 0, #ff7e5f 100%);
    box-shadow: rgba(255, 150, 50, .4) 0 2px 4px, rgba(255, 150, 50, .3) 0 7px 13px -3px, rgba(255, 100, 50, .5) 0 -3px 0 inset;
}

.newbtn-orange:focus {
    box-shadow: #ff7e5f 0 0 0 1.5px inset, rgba(255, 150, 50, .4) 0 2px 4px, rgba(255, 150, 50, .3) 0 7px 13px -3px, #ff7e5f 0 -3px 0 inset;
}

.newbtn-orange:hover {
    box-shadow: rgba(255, 150, 50, .4) 0 4px 8px, rgba(255, 150, 50, .3) 0 7px 13px -3px, #ff7e5f 0 -3px 0 inset;
}

/* Red Button */
.newbtn-red {
    background-image: radial-gradient(100% 100% at 100% 0, #ff7f7f 0, #ff4f4f 100%);
    box-shadow: rgba(255, 79, 79, .4) 0 2px 4px, rgba(255, 79, 79, .3) 0 7px 13px -3px, rgba(255, 50, 50, .5) 0 -3px 0 inset;
}

.newbtn-red:focus {
    box-shadow: #ff4f4f 0 0 0 1.5px inset, rgba(255, 79, 79, .4) 0 2px 4px, rgba(255, 79, 79, .3) 0 7px 13px -3px, #ff4f4f 0 -3px 0 inset;
}

.newbtn-red:hover {
    box-shadow: rgba(255, 79, 79, .4) 0 4px 8px, rgba(255, 79, 79, .3) 0 7px 13px -3px, #ff4f4f 0 -3px 0 inset;
}

/* Green Button */
.newbtn-green {
    background-image: radial-gradient(100% 100% at 100% 0, #66ff99 0, #22cc88 100%);
    box-shadow: rgba(34, 204, 136, .4) 0 2px 4px, rgba(34, 204, 136, .3) 0 7px 13px -3px, rgba(34, 255, 136, .5) 0 -3px 0 inset;
}

.newbtn-green:focus {
    box-shadow: #22cc88 0 0 0 1.5px inset, rgba(34, 204, 136, .4) 0 2px 4px, rgba(34, 204, 136, .3) 0 7px 13px -3px, #22cc88 0 -3px 0 inset;
}

.newbtn-green:hover {
    box-shadow: rgba(34, 204, 136, .4) 0 4px 8px, rgba(34, 204, 136, .3) 0 7px 13px -3px, #22cc88 0 -3px 0 inset;
}


.py-15-0 {
    padding: 0px 15px !important;
}
.padd-15-5 {
    padding: 15px;
}
.py-30-5 {
    padding: 5px 30px !important;
}
.py-60-20 {
    padding: 0px 60px !important;
}
.py-40-5 {
    padding: 0px 40px !important;
}
.borderR {
    border-right: 3px solid #000;
    min-height: 105px;
}
.borderRN {
    border-right: 3px solid #000;
    min-height: 45px;
}
@media (max-width: 768px) {
    .detailInstallmentCard img {
        height: 80px !important;
    }
    .detailInstallmentCard .newbtn {
        margin-bottom: 10px !important;
    }
    .new-card {
        padding: 14px;
    }
    .padd-15-5 {
        padding: 5px;
    }
    .py-15-0 {
        padding: 0px !important;
    }
    .py-30-5 {
        padding: 5px !important;
    }
    .py-40-5 {
        padding: 0px 5px !important;
    }
    .borderR {
        border-right: none;
        border-bottom: 3px solid #000;
        margin-bottom: 15px;
    }
    .borderRN {
        border-right: none;
        /* border-bottom: 3px solid #000;
        margin-bottom: 15px; */
    }
    .py-60-20 {
        padding: 0px 20px !important;
    }
}
  





.disFlexBtw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bigB {
    font-size: 18px;
    font-family: cursive !important;
}
.feeSummaryBox p {
    opacity: 0.6;
}
.feeSummaryBox h2 {
    opacity: 1;
}
.total_fee_box {
    color: #000;
}
.total_conc_box {
    color: orange;
}
.total_amount_box {
    color: #0089EF;
}
.total_due_box {
    color: red;
}









.checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
}

@-moz-keyframes dothabottomcheck-19 {
0% {
    height: 0;
}
100% {
    height: calc(var(--checkbox-height) / 2);
}
}

@-webkit-keyframes dothabottomcheck-19 {
0% {
    height: 0;
}
100% {
    height: calc(var(--checkbox-height) / 2);
}
}

@keyframes dothabottomcheck-19 {
0% {
    height: 0;
}
100% {
    height: calc(var(--checkbox-height) / 2);
}
}

@keyframes dothatopcheck-19 {
0% {
    height: 0;
}
50% {
    height: 0;
}
100% {
    height: calc(var(--checkbox-height) * 1.2);
}
}

@-webkit-keyframes dothatopcheck-19 {
0% {
    height: 0;
}
50% {
    height: 0;
}
100% {
    height: calc(var(--checkbox-height) * 1.2);
}
}

@-moz-keyframes dothatopcheck-19 {
0% {
    height: 0;
}
50% {
    height: 0;
}
100% {
    height: calc(var(--checkbox-height) * 1.2);
}
}

.checkbox-wrapper-19 input[type=checkbox] {
display: none;
}

.checkbox-wrapper-19 .check-box {
height: var(--checkbox-height);
width: var(--checkbox-height);
background-color: transparent;
border: calc(var(--checkbox-height) * .1) solid #000;
border-radius: 5px;
position: relative;
display: inline-block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: border-color ease 0.2s;
-o-transition: border-color ease 0.2s;
-webkit-transition: border-color ease 0.2s;
transition: border-color ease 0.2s;
cursor: pointer;
}
.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
height: 0;
width: calc(var(--checkbox-height) * .2);
background-color: #34b93d;
display: inline-block;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
-webkit-transform-origin: left top;
transform-origin: left top;
border-radius: 5px;
content: " ";
-webkit-transition: opacity ease 0.5;
-moz-transition: opacity ease 0.5;
transition: opacity ease 0.5;
}
.checkbox-wrapper-19 .check-box::before {
top: calc(var(--checkbox-height) * .72);
left: calc(var(--checkbox-height) * .41);
box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.checkbox-wrapper-19 .check-box::after {
top: calc(var(--checkbox-height) * .37);
left: calc(var(--checkbox-height) * .05);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
.checkbox-wrapper-19 .check-box.checked {
border-color: #34b93d;
}
.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
height: calc(var(--checkbox-height) / 2);
-moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
-o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
-webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
animation: dothabottomcheck-19 0.2s ease 0s forwards;
}
.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
height: calc(var(--checkbox-height) * 1.2);
-moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
-o-animation: dothatopcheck-19 0.4s ease 0s forwards;
-webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
animation: dothatopcheck-19 0.4s ease 0s forwards;
}
















/* Fee Section Css Start Here */

/*New Fee Section Css Start Here*/

.fee-summary-section {
    box-shadow: 0px 3px 6px #0000000d !important;
    border: 1px solid #8D909933 !important;
    border-radius: 5px !important;
    margin-top: 20px;
    padding: 7px 10px;
    position: relative;
}

.fee-summary-section .whole-fee-detail {
    border-radius: 7px;
    margin: 7px 0;
    padding: 10px;
    min-height: 147px;
    position: relative;
}

.whole-fee-detail.total-fee-wrapper {
    border: 1px solid #5A3DF54D;
    background: #5A3DF508;
}

.whole-fee-detail.total-fee-wrapper .fee-boxes {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: left;
}

.whole-fee-detail.due-fee-wrapper {
    border: 1px solid #FC28284D;
    background: #FC282808;
}

.whole-fee-detail.due-fee-wrapper .fee-boxes {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}

.whole-fee-detail.total-fee-wrapper .fee-boxes img, .whole-fee-detail.due-fee-wrapper .fee-boxes img {
    margin-bottom: 15px;
}

.whole-fee-detail.late-fee-wrapper {
    border: 1px solid #F296254D;
    background: #F2962508;
}

.whole-fee-detail.late-fee-wrapper .fee-boxes {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: left;
}

.whole-fee-detail.advance-fee-wrapper {
    border: 1px solid #3ABC004D;
    background: #3ABC0008;
}

.whole-fee-detail.advance-fee-wrapper .fee-boxes {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
}

.fee-summary-section .whole-fee-detail .fee-boxes .fee-icon {
    /* background: #fff;
    border-radius: 5px;
    width: 45px;
    height: 45px; */
    font-size: 30px;
}

.whole-fee-detail.advance-fee-wrapper .fee-boxes img, .whole-fee-detail.late-fee-wrapper .fee-boxes img {
    margin-top: 15px;
}

.fee-summary-section .whole-fee-detail .fee-boxes .fee-amount-details p {
    font-weight: 900;
    font-size: 20px !important;
    margin-bottom: 0px;
}

.fee-summary-section .whole-fee-detail.total-fee-wrapper .fee-boxes .fee-amount-details p {
    color: #5b5b5b;
}

.fee-summary-section .whole-fee-detail.due-fee-wrapper .fee-boxes .fee-amount-details p {
    color: #FC2828;
}

.fee-summary-section .whole-fee-detail.late-fee-wrapper .fee-boxes .fee-amount-details p {
    color: #F29625;
}

.fee-summary-section .whole-fee-detail.advance-fee-wrapper .fee-boxes .fee-amount-details p {
    color: #3ABC00;
}

.fee-summary-section .whole-fee-detail .fee-boxes .fee-amount-details h6 {
    font-size: 14px !important;
    font-family: 'Hind-Regular';
    color: #5b5b5b;
    margin-bottom: 0;
}

.fee-summary-space-left {
    padding-right: 7.5px;
}

.fee-summary-space-right {
    padding-left: 7.5px;
}

.paid-fee-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.paid-fee-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
    background-repeat: no-repeat;
    background-image: linear-gradient(white, white), linear-gradient(
            90deg, #5A3DF54D 80%, white 30%), linear-gradient(
            181deg, #FC28284D 80%, white 66%), linear-gradient(
            360deg, #F296254D 80%, White 80%), linear-gradient(
            270deg, #3ABC004D 80%, white 70%);
    background-position: center center, left top, right top, left bottom, right bottom;
    background-origin: content-box, border-box, border-box, border-box, border-box;
    background-clip: content-box, border-box, border-box, border-box, border-box;
    transform: rotate(6deg);
}


.paid-fee-wrapper-bg1 {
    background-image: linear-gradient(white, white), linear-gradient(
            90deg, #5A3DF54D 80%, white 30%), linear-gradient(
            181deg, #FC28284D 80%, white 66%), linear-gradient(
            360deg, #F296254D 80%, White 80%), linear-gradient(
            270deg, #3ABC004D 80%, white 70%);
}

.paid-fee-wrapper-bg2 {
    background-image: linear-gradient(white, white), linear-gradient(
            90deg, #5A3DF54D 80%, white 30%), linear-gradient(
            181deg, #3ABC004D 80%, white 66%), linear-gradient(
            360deg, #F296254D 80%, White 80%), linear-gradient(
            270deg, #FC28284D 80%, white 70%);
}

.paid-fee-graph {
    transform: rotate(
            -6deg);
    text-align: center;
    width: 150px;
    height: 150px;
    /*border: 2px solid #E5F7FE;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.paid-fee-tag-line h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(
            -6deg);
    margin-top: 14px;
}

.paid-fee-tag-line h3 {
    color: #000;
    font-size: 14px;
}

.info-position {
    position: absolute;
    bottom: -103px !important;
    left: 0;
    background-color: #fff;
    padding: 5px;
    padding-bottom: 15px;
}

.paid-fee-graph h3 {
    color: #00B2F4;
    font-weight: 600;
    font-size: 21px;
    margin: 0;
}

.paid-fee-graph h6 {
    margin: 0;
    color: #5b5b5b;
    font-family: 'Hind-Medium';
    margin-top: 3px;
}

/*.paid-fee-graph:after {*/
/*content: "";*/
/*position: absolute;*/
/*top: -6px;*/
/*right: -6px;*/
/*border-top: 7px solid #0694c9;*/
/*width: 123px;*/
/*border-right: 7px solid #0694c9;*/
/*height: 122px;*/
/*border-left: 7px solid transparent;*/
/*border-bottom: 7px solid transparent;*/
/*border-radius: 50%;*/
/*}*/

.paid-fee-graph .paid-fee-graph-container {
    width: auto !important;
    top: 2px;
    position: relative; overflow: hidden; width: 148px; height: 150px; text-align: left; line-height: normal; z-index: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.paid-fee-graph #circular_chart {
    width: 100%;
}

.paid-fee-graph rect.highcharts-background {
    fill: transparent;
}



.eel-btn-box {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.eel-btn-box button{
    padding: 20px 40px;
    font-size: 18px;
}
.route_btn{
    margin-left: 20px;
    margin-bottom: 0px;
    width: 250px;
}
@media (max-width: 768px) { /* Adjust breakpoint as needed */
    .eel-btn-box {
      flex-direction: column;
      align-items: flex-start;
    }
    .eel-btn-box button{
        padding: 5px 10px;
        width: 100%;
        font-size: 14px;
    }
    .route_btn{
        margin-left: 0px;
        margin-bottom: 10px;
        width: 100%;
    }
}
  

#contactUsersBtnBox {
    padding-top: 50px;
}