﻿/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;0,600;0,700;1,400&display=swap');

@font-face {
    /* font-family: 'Noto Sans Display', sans-serif !important;*/
    /*font-family: 'Poppins', sans-serif !important;*/
    /* font-family: 'Open Sans', sans-serif;*/
    font-family: 'Noto Sans Display', sans-serif !important;
}
/*@font-face {
    font-family: "Myriad Pro";
    src: url("../font/myriad-pro/MYRIADPRO-REGULAR.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

html {
    position: relative;
    min-height: 100%;
    /*font-family: Nunito*/
    /* font-family: 'Open Sans', sans-serif;*/
    font-family: "Myriad Pro" !important;
}

body {
    height: 100%;
    font-size: 15px;
    /* font-family: 'Open Sans', sans-serif;*/
     /*font-family: 'Muli';*/
   /* font-family: "Myriad Pro" !important;*/
    color: #212529 !important;
    font-weight: 500;
}

a:focus {
    outline: 0
}

a {
    color: #007367;
    text-decoration: none;
    background-color: transparent;
}

.form-control {
    font-size: 13px;
    height: calc(1.5em + 0.75rem + 3px);
}

.icon_center i {
    text-align: center;
    color: #ef4019;
    font-size: 16px;
}

.white_space {
    white-space: nowrap
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    #wrapper #content-wrapper {
        background-color: #f4f9fc;
        width: 100%;
        overflow-x: hidden
    }

        #wrapper #content-wrapper #content {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto
        }

.cursor_pointer {
    cursor: pointer
}

.container,
.container-fluid,
.container-login {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}


.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, .5);
    line-height: 46px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

    .scroll-to-top:focus,
    .scroll-to-top:hover {
        color: #fff;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out
    }

    .scroll-to-top:hover {
        background: #5a5c69;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out
    }

    .scroll-to-top i {
        font-weight: 800
    }

@-webkit-keyframes growIn {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in,
.sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
    animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated--fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0, 1, .4, 1);
    animation-timing-function: opacity cubic-bezier(0, 1, .4, 1)
}

.bg-gradient-primary {
    background-color: #007367;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #007367), to(#303f9f));
    background-image: linear-gradient(180deg, #007367 10%, #303f9f 100%);
    background-size: cover
}

.bg-gradient-secondary {
    background-color: #757575;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #757575), to(#60616f));
    background-image: linear-gradient(180deg, #757575 10%, #60616f 100%);
    background-size: cover
}

.bg-gradient-success {
    background-color: #66bb6a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #66bb6a), to(#13855c));
    background-image: linear-gradient(180deg, #66bb6a 10%, #13855c 100%);
    background-size: cover
}

.bg-gradient-info {
    background-color: #3abaf4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #3abaf4), to(#258391));
    background-image: linear-gradient(180deg, #3abaf4 10%, #258391 100%);
    background-size: cover
}

.bg-gradient-warning {
    background-color: #ffa426;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffa426), to(#dda20a));
    background-image: linear-gradient(180deg, #f6c23e 10%, #ffa426 100%);
    background-size: cover
}

.bg-gradient-danger {
    background-color: #fc544b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fc544b), to(#be2617));
    background-image: linear-gradient(180deg, #fc544b 10%, #be2617 100%);
    background-size: cover
}

.bg-gradient-light {
    background-color: #e3eaef;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e3eaef), to(#c2cbe5));
    background-image: linear-gradient(180deg, #e3eaef 10%, #c2cbe5 100%);
    background-size: cover
}

.bg-gradient-dark {
    background-color: #212121;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #212121), to(#373840));
    background-image: linear-gradient(180deg, #212121 10%, #373840 100%);
    background-size: cover
}

.bg-gradient-default {
    background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important
}

.bg-gradient-login {
    background-color: #f8f9fc;
    background-size: cover
}

.bg-gray-100 {
    background-color: #f8f9fc !important
}

.bg-gray-200 {
    background-color: #eaecf4 !important
}

.bg-gray-300 {
    background-color: #dddfeb !important
}

.bg-gray-400 {
    background-color: #d1d3e2 !important
}

.bg-gray-500 {
    background-color: #b7b9cc !important
}

.bg-gray-600 {
    background-color: #858796 !important
}

.bg-gray-700 {
    background-color: #6e707e !important
}

.bg-gray-800 {
    background-color: #5a5c69 !important
}

.bg-gray-900 {
    background-color: #3a3b45 !important
}

.o-hidden {
    overflow: hidden !important
}

.text-xs {
    font-size: .7rem
}

.text-lg {
    font-size: 1.2rem
}

.text-gray-100 {
    color: #f8f9fc !important
}

.text-gray-200 {
    color: #eaecf4 !important
}

.text-gray-300 {
    color: #dddfeb !important
}

.text-gray-400 {
    color: #d1d3e2 !important
}

.text-gray-500 {
    color: #b7b9cc !important
}

.text-gray-600 {
    color: #858796 !important
}

.text-gray-700 {
    color: #6e707e !important
}

.text-gray-800 {
    color: #5a5c69 !important
}

.text-gray-900 {
    color: #3a3b45 !important
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.border-left-primary {
    border-left: .25rem solid #3f51b5 !important
}

.border-bottom-primary {
    border-bottom: .25rem solid #3f51b5 !important
}

.border-left-secondary {
    border-left: .25rem solid #757575 !important
}

.border-bottom-secondary {
    border-bottom: .25rem solid #757575 !important
}

.border-left-success {
    border-left: .25rem solid #66bb6a !important
}

.border-bottom-success {
    border-bottom: .25rem solid #66bb6a !important
}

.border-left-info {
    border-left: .25rem solid #4dd0e1 !important
}

.border-bottom-info {
    border-bottom: .25rem solid #4dd0e1 !important
}

.border-left-warning {
    border-left: .25rem solid #ffeb3b !important
}

.border-bottom-warning {
    border-bottom: .25rem solid #ffeb3b !important
}

.border-left-danger {
    border-left: .25rem solid #ef5350 !important
}

.border-bottom-danger {
    border-bottom: .25rem solid #ef5350 !important
}

.border-left-light {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark {
    border-bottom: .25rem solid #5a5c69 !important
}

.progress-sm {
    height: .5rem
}

.rotate-15 {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

.rotate-n-15 {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.custom-nav:hover > .collapse, .custom-nav.active > .collapse {
    display: block;
}

.menu .navbar nav-link.collapsed:hover > #collapseBootstrap {
    display: block !important;
}

.dropdown .dropdown-menu {
    font-size: 16px;
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important
}

    .dropdown .dropdown-menu .dropdown-header {
        font-weight: 800;
        font-size: .65rem;
        color: #b7b9cc
    }

.dropdown.no-arrow .dropdown-toggle::after {
    display: none
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107'
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
    position: relative
}

    .sidebar .nav-item .nav-link .badge-counter,
    .topbar .nav-item .nav-link .badge-counter {
        position: absolute;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem
    }

    .sidebar .nav-item .nav-link .img-profile,
    .topbar .nav-item .nav-link .img-profile {
        height: 40px;
        width: 40px;
        border: 1px solid #441b8e;
    }

.fa-history {
    font-size: 13px;
}

.topbar {
    height: 50px;
    z-index: 2;
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important
}

    .topbar #sidebarToggleTop {
        /* height: 2.5rem;
        width: 2.5rem;*/
        -webkit-box-shadow: 0 0 !important;
        box-shadow: 0 0 !important;
        font-size: 15px;
        cursor:pointer;
    }

       /* .topbar #sidebarToggleTop:hover {
            background-color: #fafafa
        }*/

        .topbar #sidebarToggleTop:active {
            background-color: #dddfeb
        }

        .topbar #sidebarToggleTop active1:active {
            background-color: #dddfeb
        }

    .topbar .navbar-search {
        width: 25rem
    }

        .topbar .navbar-search input {
            font-size: .85rem
        }

    .topbar .topbar-divider {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem
    }

    .topbar .nav-item .nav-link {
        height: 4.375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 .75rem;
        font-size: 13px;
    }
#userDropdown {
    height: auto;
}
.fa-sign-out-alt {
    color: #007367 !important;
    margin-left: 10px;
    font-size: 13px;
}
.topbar .nav-item .nav-link:focus {
    outline: 0
}

    .topbar .nav-item:focus {
        outline: 0
    }

    .topbar .dropdown {
        position: static
    }

    /*.topbar .dropdown .dropdown-menu {
            width: calc(100% - 1.5rem);
            right: .75rem
        }*/

    .topbar .dropdown-list {
        padding: 0;
        border: none;
        overflow: hidden
    }

        .topbar .dropdown-list .dropdown-header {
            background-color: #3f51b5;
            border: 1px solid #3f51b5;
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #fff
        }

        .topbar .dropdown-list .dropdown-item {
            white-space: normal;
            padding-top: .5rem;
            padding-bottom: .5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            line-height: 1.3rem;
            font-size: 16px;
        }

.dropdown-item {
    font-size: 13px;
}

.topbar .dropdown-item {
    padding: 9px 8px 10px 3px;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem
}

    .topbar .dropdown-list .dropdown-item .dropdown-list-image img {
        height: 2.5rem;
        width: 2.5rem
    }

    .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
        background-color: #eaecf4;
        height: .75rem;
        width: .75rem;
        border-radius: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        border: .125rem solid #fff
    }

.topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem
}

.topbar .dropdown-list .dropdown-item:active {
    background-color: #eaecf4;
    color: #3a3b45
}

@media (min-width:576px) {
    .topbar .dropdown {
        position: relative
    }

        .topbar .dropdown .dropdown-menu {
            width: auto;
            right: 0
        }

    .topbar .dropdown-list {
        width: 20rem !important
    }

        .topbar .dropdown-list .dropdown-item .text-truncate {
            max-width: 13.375rem
        }

    .page-title {
        font-size: 20px;
    }
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #eee;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #e0e0e0;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link.active {
        color: #fff !important;
        font-size: 15px;
    }

.bg-navbar {
    background-color: #007367;
}

.sidebar {
    min-height: 100vh;
    width: 13rem !important;
    background-color: #fff !important;
    /*-webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;*/
    z-index: 0
}

    .sidebar .nav-item {
        position: relative;
        /* margin-bottom: -15px */
        margin-bottom: 5px;
    }

        .sidebar .nav-item:last-child {
            margin-bottom: 1rem
        }

        .sidebar .nav-item .nav-link {
            display: block;
            width: 100%;
            text-align: left;
            padding: 6px 0px 5px 10px;
            /* min-height: 47px; */
            /*display: flex;
             justify-content: space-between; 
            align-items: center;*/
            width: 13rem;
            font-size: 13px;
        }

    .sidebar.toggled .nav-item .nav-link.collapsed {
        padding: 6px 0px 5px 22px !important;
    }

    .sidebar .nav-item .nav-link i {
        font-size: 20px;
        margin-right: 3px;
        font-weight: 300;
        /* font-size: 25px; */
    }

    .sidebar .nav-item .nav-link span {
        /*font-size: 13px;*/
        display: inline;
        position: relative;
        top: -3px;
    }

    .sidebar .nav-item.active .nav-link {
        font-weight: 600
    }

    /*.sidebar::-webkit-scrollbar {
        width: 8px;
    }*/

    /* Track */
    /*.sidebar::-webkit-scrollbar-track {
      
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }*/

    /* Handle */
    /*.sidebar::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #b1040e;
    }*/
    .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
        /* width: 1rem; */
        text-align: center;
        float: right;
        vertical-align: 0;
        border: 0;
        font-weight: 600;
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        margin-top: 0px;
        margin-right: 10px
    }

    .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
        content: '\f105'
    }

    .sidebar .nav-item .collapse {
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-animation: none;
        animation: none
    }

        .sidebar .nav-item .collapse .collapse-inner {
            border-radius: .35rem;
            -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
            box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
            transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out
        }

    .sidebar .nav-item .collapsing {
        display: block;
        -webkit-transition: height .3s ease;
        transition: height .3s ease
    }

    .sidebar .nav-item .collapse,
    .sidebar .nav-item .collapsing {
        margin: 0 10px
    }


        /*.sidebar.accordion .nav-item .collapse ::before,
    .sidebar.accordion .nav-item .collapse ::before {
        content: '';
        background: url(/Contents/images/arrow.svg);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 106px;
        left: -11px;
        width: 12px;*/
        /* background-color: red; */
        /*padding: 13px 3px;*/
        /* font-size: 10px; */
        /*}


    .sidebar .nav-item .collapse .collapse-inner,
    .sidebar .nav-item .collapsing .collapse-inner {
        min-height: 40vh;
        background: white;
        padding: .5rem 0;*/
        /*min-width: 10rem;*/
        /* min-width: 11rem; */
        /* font-size: .85rem; */
        /*margin: 0 0 1rem 0;
        border: 1px solid #cedcef;
    }*/

        .sidebar .nav-item .collapse .collapse-inner .collapse-header,
        .sidebar .nav-item .collapsing .collapse-inner .collapse-header {
            margin: 0;
            white-space: nowrap;
            padding: 0.3rem 1rem;
            margin: 0 0.5rem;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
            color: #585858;
        }

        .sidebar .nav-item .collapse .collapse-inner .collapse-item,
        .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
            /* padding: .5rem 1rem;
  margin: 0 .5rem;
  display: block;
  color: #3a3b45;
  text-decoration: none;
  border-radius: .35rem;*/
            /*width: 200px;*/
            padding: 0.5rem 1rem;
            /* margin: 0 0.5rem;*/
            display: block;
            color: #3a3b45;
            text-decoration: none;
            border-radius: 0.35rem;
            /*white-space: nowrap;*/
            font-size: 12px;
            letter-spacing: 0.3px;
            /*  margin-bottom:10px*/
        }

            .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
            .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
                background-color: #eaecf4;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out
            }

            .sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
            .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
                background-color: #dddfeb
            }

            .sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
            .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
                color: #007367;
                font-weight: 500
            }

    .sidebar #sidebarToggle {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer
    }

        .sidebar #sidebarToggle::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: .1rem
        }

        .sidebar #sidebarToggle:hover {
            text-decoration: none
        }

        .sidebar #sidebarToggle:focus {
            outline: 0
        }

    .sidebar .sidebar-brand {
        height: 50px;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 2px 5px 4px 5px;
        text-align: center;
        letter-spacing: .05rem;
        z-index: 1
    }

        .sidebar .sidebar-brand .sidebar-brand-icon img {
            max-height: 28px
        }

    .sidebar hr.sidebar-divider {
        margin: 1rem 0 1rem 0
    }

    .sidebar .sidebar-heading {
        text-align: left;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem;
        letter-spacing: .13rem
    }

    .sidebar .version {
        text-align: left;
        font-size: .6rem;
        padding: 0 1rem;
        color: #b7b9cc;
        letter-spacing: .030rem
    }

    .sidebar .sidebar-brand .sidebar-brand-text {
        display: inline
    }

    .sidebar.toggled {
        overflow: visible;
        width: 5rem !important;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        z-index: 1
    }

        .sidebar.toggled .nav-item {
            margin-bottom: 0
        }

        .sidebar.toggled hr.sidebar-divider {
            margin: 0 0 1rem 0
        }

        .sidebar.toggled #sidebarToggle::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: .25rem
        }


    /*.sidebar.accordion .nav-item .collapse {
        position: absolute;*/
    /*  left: calc(7.5rem + 1.5rem / 2);*/
    /*left: 13rem;
        top: -100px;
        -webkit-animation-name: growIn;
        animation-name: growIn;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
        animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
    }

    .sidebar.toggled .nav-item .collapse {
        position: absolute;
        left: calc(4.9rem + 1.5rem / 2);
        top: -100px;
        -webkit-animation-name: growIn;
        animation-name: growIn;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
        animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
    }*/
    .sidebar .nav-item:hover .nav-link[data-toggle=collapse]::after, .sidebar .nav-item:active .nav-link[data-toggle=collapse]::after {
        transform: translateY(-50%) rotate(90deg);
        margin-top: 12px !important;
    }

    .sidebar.toggled .nav-item .collapse,
    .sidebar.toggled .nav-item .collapsing {
        margin: 0
    }

        .sidebar.toggled .nav-item .collapse .collapse-inner {
            -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
            box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
            border-radius: .35rem
        }

    .sidebar.toggled .nav-item .collapsing {
        display: none;
        -webkit-transition: none;
        transition: none
    }

    .sidebar.accordion .nav-item .collapsing {
        display: none;
        -webkit-transition: none;
        transition: none
    }


    .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem
    }

    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        /*  padding: 6px 4px 4px 2px;*/
        width: 5rem
    }

        .sidebar.toggled .nav-item .nav-link.collapsed {
            padding-left: 14px;
        }

    .sidebar.toggled .nav-item .nav-link {
        background-color: transparent !important
    }

    .sidebar.toggled .sidebar-heading {
        display: none
    }

    .sidebar.toggled .nav-item .nav-link span {
        display: none;
    }

    .sidebar.toggled .nav-item .nav-link i {
        /*float: left;*/
        text-align: center;
        font-size: 18px;
        /* margin: 0 0 .7rem 1rem*/
    }

    /*.sidebar.toggled .sidebar-brand .sidebar-brand-text {
  display: none
}*/

    .sidebar.toggled .nav-item .nav-link[data-toggle=collapse]::after {
        /* width: 14px; */
        /* float: right; */
        vertical-align: 0;
        border: 0;
        font-weight: 900;
        content: '\f105';
        font-family: 'Font Awesome 5 Free'
    }

    .sidebar.toggled .nav-item .nav-link[data-toggle=collapse].collapsed::after {
        content: '\f105'
    }

.login-form {
    padding: 3rem !important
}

a:hover {
    color: #007367;
    text-decoration: underline;
}

.main_heading {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 8px;
    white-space: nowrap;
}

@media (max-width:768px) {
    #container-wrapper {
        min-width: 100vw
    }

    .page-title {
        font-size: 19px !important;
    }

    .sidebar.toggled {
        width: auto !important;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        white-space: nowrap;
    }

        .sidebar.toggled .nav-item {
            /*   margin-left: -1rem;*/
            position: relative;
            /* margin-bottom: -15px*/
            margin-bottom: 8px;
        }

            .sidebar.toggled .nav-item .nav-link.collapsed {
                padding-left: 9px;
            }

            .sidebar.toggled .nav-item .nav-link {
                display: block;
                width: 100%;
                text-align: center;
                padding: 7px 12px 7px 9px !important;
                /* width: 14rem*/
            }

                .sidebar.toggled .nav-item .nav-link i {
                    font-size: 14px;
                    /*  margin-top: .4rem;
                    margin-right: .5rem*/
                }

                .sidebar.toggled .nav-item .nav-link span {
                    font-size: 12px;
                    display: inline;
                    top: -3px;
                }


            .sidebar.toggled .nav-item.active .nav-link {
                font-weight: 500
            }

    .sidebar-light .nav-item .nav-link i {
        top: 2px;
    }

    .sidebar.toggled .nav-item .nav-link[data-toggle=collapse]::after {
        /* width: 1rem;*/
        text-align: center;
        /* float: right; */
        vertical-align: 0;
        border: 0;
        font-weight: 900;
        content: '\f107';
        margin: 1px 0px;
        font-size: 16px;
        font-family: 'Font Awesome 5 Free';
        padding: 0px 3px;
    }

    .sidebar.toggled .nav-item .nav-link[data-toggle=collapse].collapsed::after {
        content: '\f105'
    }

    .sidebar.toggled .nav-item .collapse {
        position: relative;
        padding-left: 6px;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-transition: height .15s ease;
        transition: height .15s ease
    }

        .sidebar.toggled .nav-item .collapse .collapse-inner {
            border-radius: .35rem;
            -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
            box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15)
        }

        /*  .sidebar.toggled .nav-item .collapse,
                .sidebar.toggled .nav-item .collapsing {
                    margin: 0 1rem
                }*/

        .sidebar.toggled .nav-item .collapse .collapse-inner,
        .sidebar.toggled .nav-item .collapsing .collapse-inner {
            padding: .2rem 0;
            /* min-width: 3rem; */
            /* font-size: 47px; */
            margin: 0 0 1rem 0;
        }

            .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-header,
            .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-header {
                margin: 0;
                /* white-space: nowrap;*/
                padding: .5rem 1rem;
                margin: 0 .5rem;
                text-transform: uppercase;
                font-weight: 800;
                font-size: .65rem;
                /* color: #b7b9cc*/
                color: #9e9e9e;
            }

            .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item,
            .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item {
                width: auto;
                padding: .5rem .2rem;
                margin: 0 .2rem;
                display: block;
                color: #3a3b45;
                text-decoration: none;
                border-radius: .35rem;
                white-space: pre-wrap;
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item:hover,
                .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item:hover {
                    background-color: #eaecf4;
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out
                }

                .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item:active,
                .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item:active {
                    background-color: #dddfeb
                }

                .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item.active,
                .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item.active {
                    color: #007367;
                    font-weight: 500
                }

    .sidebar.toggled .sidebar-brand {
        /* height: 4.375rem;*/
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        letter-spacing: .05rem;
        z-index: 1
    }

    .sidebar.toggled hr.sidebar-divider {
        margin: 1rem 0 1rem 0
    }

    .sidebar.toggled .sidebar-heading {
        display: block;
        text-align: left;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem;
        letter-spacing: .13rem
    }

    .sidebar.toggled .sidebar-brand .sidebar-brand-text {
        display: inline
    }

    .sidebar {
        width: 0 !important;
        overflow: hidden;
        transition: all .3s ease;
        -webkit-transition: all .3s ease
    }

        .sidebar .sidebar-brand {
            overflow: hidden
        }

            .sidebar .sidebar-brand .sidebar-brand-text {
                overflow: hidden
            }

        .sidebar .nav-item {
            overflow: hidden
        }

        .sidebar .sidebar-brand .sidebar-brand-icon img {
            overflow: hidden
        }

        .sidebar hr.sidebar-divider {
            margin: 1rem 0 1rem 0
        }

    .topbar .navbar-search {
        width: 100%
    }

    .login-form {
        padding: 3rem 2rem !important
    }

    /* .sidebar .nav-item .nav-link.collapsed {
        padding: 6px 13px 7px 0px !important;
    }*/

    .shadow_class .dropdown-menu {
        width: 250px !important;
        left: 33%;
    }
}

.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    font-weight: 700
}

.sidebar-light .sidebar-brand {
    color: #fafafa;
    background-color: #007367;
}

.sidebar-light hr.sidebar-divider {
    border-top: 1px solid #eaecf4
}

.sidebar-light .sidebar-heading {
    color: #b7b9cc
}

.sidebar-light .nav-item .nav-link {
    color: #333;
}

    .sidebar-light .nav-item .nav-link i {
        color: #262525;
        position: relative;
        top: 0px;
        font-size: 16px
    }

    .sidebar-light .nav-item .nav-link:active,
    .sidebar-light .nav-item .nav-link:focus,
    .sidebar-light .nav-item .nav-link:hover {
        color: #6e707e;
        background-color: #eee
    }

        .sidebar-light .nav-item .nav-link:hover > .collapse {
            z-index: 99999;
        }

        .sidebar-light .nav-item .nav-link:active i, .sidebar-light .nav-item .nav-link:focus i, .sidebar-light .nav-item .nav-link:hover i {
            color: #6e707e
        }

    .sidebar-light .nav-item .nav-link[data-toggle=collapse]::after {
        color: #9f9696;
        font-size: 14px;
    }

.sidebar-light .nav-item.active .nav-link {
    color: #007367 !important;
    background: #eaecf4 !important;
    /* border-top-right-radius: 25px !important; */
    /* border-bottom-right-radius: 25px !important; */
    width: auto;
    font-weight: 600;
}

    .sidebar-light .nav-item.active .nav-link[data-toggle=collapse]::after {
        color: #007367 !important;
    }

.sidebar-light .nav-item.active1 .nav-link.active1 {
    color: #fff;
    background: #007367 !important;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    width: auto;
}

.sidebar-light .nav-item.active .nav-link i {
    color: #007367 !important;
    /* background: #b1040e; */
}

.sidebar-light #sidebarToggle {
    background-color: #eaecf4
}

    .sidebar-light #sidebarToggle::after {
        color: #b7b9cc
    }

    .sidebar-light #sidebarToggle:hover {
        background-color: #dddfeb
    }

.sidebar-dark .sidebar-brand {
    color: #fff
}

.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.sidebar-dark .sidebar-heading {
    color: rgba(255, 255, 255, .4)
}

.sidebar-dark .nav-item .nav-link {
    color: rgba(255, 255, 255, .8)
}

    .sidebar-dark .nav-item .nav-link i {
        color: #d1d3e2
    }

    .sidebar-dark .nav-item .nav-link:active,
    .sidebar-dark .nav-item .nav-link:focus,
    .sidebar-dark .nav-item .nav-link:hover {
        color: #fff
    }

        .sidebar-dark .nav-item .nav-link:active i,
        .sidebar-dark .nav-item .nav-link:focus i,
        .sidebar-dark .nav-item .nav-link:hover i {
            color: #fff
        }

    .sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
        color: rgba(255, 255, 255, .5)
    }

.sidebar-dark .nav-item.active .nav-link {
    color: #fff
}

    .sidebar-dark .nav-item.active .nav-link i {
        color: #fff
    }

.sidebar-dark #sidebarToggle {
    background-color: rgba(255, 255, 255, .2)
}

    .sidebar-dark #sidebarToggle::after {
        color: rgba(255, 255, 255, .5)
    }

    .sidebar-dark #sidebarToggle:hover {
        background-color: rgba(255, 255, 255, .25)
    }

.sidebar-dark.toggled #sidebarToggle::after {
    color: rgba(255, 255, 255, .5)
}

.btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-icon-split .icon {
        background: rgba(0, 0, 0, .15);
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-icon-split .text {
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-group-sm > .btn-icon-split.btn .icon,
    .btn-icon-split.btn-sm .icon {
        padding: .25rem .5rem
    }

    .btn-group-sm > .btn-icon-split.btn .text,
    .btn-icon-split.btn-sm .text {
        padding: .25rem .5rem
    }

    .btn-group-lg > .btn-icon-split.btn .icon,
    .btn-icon-split.btn-lg .icon {
        padding: .5rem 1rem
    }

    .btn-group-lg > .btn-icon-split.btn .text,
    .btn-icon-split.btn-lg .text {
        padding: .5rem 1rem
    }

.card .card-header .dropdown {
    line-height: 1
}

    .card .card-header .dropdown .dropdown-menu {
        line-height: 1.5
    }

.card .card-header[data-toggle=collapse] {
    text-decoration: none;
    position: relative;
    padding: .75rem 3.25rem .75rem 1.25rem
}

    .card .card-header[data-toggle=collapse]::after {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 1.725rem;
        line-height: 51px;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free'
    }

    .card .card-header[data-toggle=collapse].collapsed {
        border-radius: .35rem
    }

        .card .card-header[data-toggle=collapse].collapsed::after {
            content: '\f105'
        }

.chart-area {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-area {
        height: 20rem
    }
}

.chart-bar {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-bar {
        height: 20rem
    }
}

.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-pie {
        height: calc(20rem - 43px) !important
    }
}

.bg-login-image {
    background-position: center;
    background-size: cover
}

.bg-register-image {
    background-position: center;
    background-size: cover
}

.bg-password-image {
    background-position: center;
    background-size: cover
}

.btn-google {
    color: #434334;
    background-color: #fff;
    border-color: #bdbdbd;
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
    box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
    border-radius: .25rem
}

    .btn-google:hover {
        color: #434343;
        background-color: #f5f5f5;
        border-color: #434343
    }

    .btn-google.focus,
    .btn-google:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
        box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
    }

    .btn-google.disabled,
    .btn-google:disabled {
        color: #434343;
        background-color: #eee;
        border-color: #434334
    }

    .btn-google:not(:disabled):not(.disabled).active,
    .btn-google:not(:disabled):not(.disabled):active,
    .show > .btn-google.dropdown-toggle {
        color: #434334;
        background-color: #eee;
        border-color: #434343
    }

        .btn-google:not(:disabled):not(.disabled).active:focus,
        .btn-google:not(:disabled):not(.disabled):active:focus,
        .show > .btn-google.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
            box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
        }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
    box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
    border-radius: .25rem
}

    .btn-facebook:hover {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6
    }

    .btn-facebook.focus,
    .btn-facebook:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
        box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
    }

    .btn-facebook.disabled,
    .btn-facebook:disabled {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff
    }

    .btn-facebook:not(:disabled):not(.disabled).active,
    .btn-facebook:not(:disabled):not(.disabled):active,
    .show > .btn-facebook.dropdown-toggle {
        color: #fff;
        background-color: #2d4373;
        border-color: #dfdfdf
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus,
        .btn-facebook:not(:disabled):not(.disabled):active:focus,
        .show > .btn-facebook.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
            box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
        }

.error {
    color: #5a5c69;
    font-size: 14px;
    position: relative;
    line-height: 1;
    width: 12.5rem
}



footer.sticky-footer {
    padding: 2rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15)
}

    footer.sticky-footer .copyright {
        line-height: 1;
        font-size: .8rem
    }

        footer.sticky-footer .copyright a {
            color: #455a64
        }

            footer.sticky-footer .copyright a:hover {
                text-decoration: none
            }

body.sidebar-toggled footer.sticky-footer {
    width: 100%
}

.sidebar-toggled .sidebar-brand .sidebar-brand-icon img {
    max-height: 15px !important;
}

.sidebar-toggled .nav-item.active .nav-link i {
    color: #007367;
}

.sidebar-toggled .accordion-toggle i {
    margin-left: 13px;
}


.bg-blue {
    background-color: #e8eaf6 !important
}

.table-flush td,
.table-flush th {
    border-right: 0;
    border-left: 0
}

.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
    border-top: 0
}

.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
    border-bottom: 0
}

.card .table {
    margin-bottom: 0
}

    .card .table td,
    .card .table th {
        /* padding-right: 1.5rem;
  padding-left: 1.5rem */
    }

.customer-message {
    border-bottom: 1px solid #e3e6f0;
    padding-bottom: 10px;
    padding-top: 10px
}

    .customer-message:hover {
        background-color: #f8f9fc
    }

    .customer-message a .message-title {
        padding-right: 1.3rem;
        padding-left: 1.3rem
    }

    .customer-message a .message-time {
        padding-right: 1.3rem;
        padding-left: 1.3rem
    }

    .customer-message a:hover {
        text-decoration: none
    }

.btn-outline-light {
    color: #373840
}

.card {
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important
}

.input-group-append .btn {
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
    box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important
}

    .input-group-append .btn:hover {
        -webkit-box-shadow: 0 .125rem .3rem 0 rgba(58, 59, 69, .4) !important;
        box-shadow: 0 .125rem .3rem 0 rgba(58, 59, 69, .4) !important
    }

.form-control:focus {
    border: 1px solid #007367
}

.input-group-append span {
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
    box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5
}

.input-group-prepend span {
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
    box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5
}

.table thead {
    background-color: #e1e1e1;
    color: #101111 !important;
    font-weight: 400;
}

    .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid #e1e1e1;
        border-bottom-width: 1px;
        font-weight: 600;
        font-size: 14px;
        padding: 5px 10px;
        white-space: nowrap
    }

.table-bordered td {
    border: 1px solid #e3e6f0;
    color: #1e1b1b;
    font-size: 13px;
    padding: 5px 10px;
    vertical-align: middle
}

.btn-primary {
    color: #fff;
    background-color: #007367;
    border-color: #007367;
    font-size: 15px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #007367;
        border-color: #007367;
    }

select option:hover {
    background-color: red !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007367;
    border-color: #007367;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007367;
    border-color: #007367;
}

.course-container tr td {
    vertical-align: middle;
    font-size: 14px;
}

.course-container img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    transition: 0.5s all ease-in-out;
    border: 1px solid #d4dadd;
}

    .course-container img:hover {
        transform: scale(1.5);
    }


.course-container .badge-info {
    color: #fff;
    background-color: #168496;
    padding: 5px 10px 7px 10px;
    font-size: 14px;
    font-weight: 600;
}

.course-container .custom-control {
    margin-right: 20px !important;
}

.course-container .custom-radio .custom-control-label::before {
    /*  border-radius: 3px;*/
}

.course-container .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-input.present:checked ~ .custom-control-label::before {
    background-color: #198754;
    border-color: #198754;
}

.custom-control-input.absent:checked ~ .custom-control-label::before {
    background-color: #dc3545;
    border-color: #dc3545;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007367;
    background-color: #007367;
}

.page-title {
    font-size: 18px;
    color: #323131;
    font-weight: 500;
}

.sec-title {
    font-size: 17px;
    color: #373636;
}

label {
    color: #040404;
    margin-bottom: 2px;
    font-size: 14px;
}

.indicates ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .indicates ul li {
        display: inline-block;
        margin-right: 20px;
        font-size: 14px;
        font-weight: 500;
        color: #2d2b2b;
    }

        .indicates ul li i {
            font-size: 14px;
        }

        .indicates ul li:last-child {
            margin-right: 0px;
        }

.indicates .green {
    color: #198754;
}

.indicates .exempted {
    color: #168496
}

.indicates .orange {
    color: #d7920d;
}

.indicates .red {
    color: #dc3545 !important;
}

.t-w-20 {
    width: 20px;
}

.t-w-50 {
    width: 50px;
}

.t-w-100 {
    width: 100px;
}

.t-w-150 {
    width: 150px;
}

.t-w-200 {
    width: 200px;
}

.t-w-400 {
    width: 400px;
}

.datepickerIcon .ui-datepicker {
    position: absolute;
    z-index: 9999;
    top: 120px;
    left: auto !important;
    right: 25px !important;
    top: 120px !important;
}

.datepickerIcon a i {
    background: #007367;
    padding: 8px 9px 8px 9px;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
}


.box-white {
    /* border: 1px solid #e8e2e2;*/

    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
}

.deptname {
    color: #2c2a2a;
    font-size: 19px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 6px;
    margin-bottom: 17px;
    text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #007367;
    background: #007367;
    font-weight: normal;
    color: #ffffff;
}


.deptDetailsContainer .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.img_center {
    display: flex;
    align-items: center;
}

/*.deptDetailsContainer .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25% !important;
}

.deptDetailsContainer .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25% !important;
}



.deptDetailsContainer .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25% !important;
}

.deptDetailsContainer .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
}

.deptDetailsContainer .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
}



.deptDetailsContainer .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
}



.deptDetailsContainer .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20% !important;
}



.deptDetailsContainer .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20% !important;
}

.deptDetailsContainer .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20% !important;
}*/
@media (max-width: 480px) {
    .sm_profie {
        display: none;
    }

    .deptDetailsContainer .row-cols-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    /* .sidebar.toggled .nav-item .nav-link span {
            display: none;
        }*/

    .sidebar.toggled .nav-item .nav-link {
        display: block;
        text-align: left;
        padding: 7px 1px 7px 9px;
    }

    .indicates ul {
        margin-bottom: 10px;
    }

        .indicates ul li {
            margin-right: 15px;
        }

    .table-bordered td {
        vertical-align: middle;
    }

    .department_details {
        padding: 5px !important;
        margin-top: 20px;
    }

    .deptDetailsContainer .card h6 {
        color: #403d3d;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.3;
    }

    .box-inner {
        padding: 12px
    }

    /*datatable responsive styles*/


    #tbldetails_length .form-control {
        font-size: 13px;
        height: calc(1em + 0.6rem + 3px) !important;
    }

    .dataTables_filter .form-control {
        font-size: 13px;
        height: calc(1em + 0.6rem + 3px) !important;
    }

    .dataTables_info {
        font-size: 12px;
    }

    #tbldetails_length label {
        font-size: 12px;
    }

    .page-link {
        padding: 0.2rem 0.55rem;
        color: #007367;
    }

    .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #007367;
        border-color: #007367;
    }

    .sidebar-toggled .accordion-toggle i {
        margin-left: 0px !important;
    }

    .sidebar-toggled .accordion-toggle.collapsed i {
        margin-left: 9px !important;
    }

    .sidebar-toggled .sidebar-brand .sidebar-brand-icon img {
        max-height: 22px !important;
    }

    .sidebar .sidebar-brand .sidebar-brand-icon img {
        max-height: 22px;
    }

    .custom-nav:hover > .collapse {
        display: none !important
    }

        .custom-nav:hover > .collapse.show {
            display: block !important
        }

    .sidebar.toggled .nav-item .nav-link.collapsed {
        padding-left: 10px !important;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .deptDetailsContainer .row-cols-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .box-inner {
        padding: 10px !important;
    }

    .indicates ul {
        text-align: center;
    }

    .indicates ul {
        margin-bottom: 10px;
    }

        .indicates ul li {
            margin-right: 15px;
        }

    .card .table td,
    .card .table th {
        vertical-align: middle;
    }

    .course-container .custom-control {
        margin-right: 14px !important;
    }

    /* .sidebar.toggled .nav-item .nav-link span {
            display: none;
        }*/

    .sidebar.toggled .nav-item .nav-link {
        display: block;
        text-align: left;
        padding: 7px 1px 7px 9px;
    }

    .sidebar.toggled {
        /*width: 28vw !important;*/
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out
    }

    /*datatable responsive styles*/


    #tbldetails_length .form-control {
        font-size: 13px;
        height: calc(1em + 0.6rem + 3px) !important;
    }

    .dataTables_filter .form-control {
        font-size: 13px;
        height: calc(1em + 0.6rem + 3px) !important;
    }

    .dataTables_info {
        font-size: 12px;
    }

    #tbldetails_length label {
        font-size: 12px;
    }

    .page-link {
        padding: 0.2rem 0.55rem;
        color: #007367;
    }

    .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #007367;
        border-color: #007367;
    }

    .sidebar.toggled .nav-item .nav-link.collapsed {
        padding-left: 10px !important;
    }

    .sidebar-toggled .accordion-toggle i {
        margin-left: 9px !important;
    }

    .sidebar-toggled .accordion-toggle i {
        margin-left: 0px !important;
    }

    .sidebar-toggled .accordion-toggle.collapsed i {
        margin-left: 9px !important;
    }

    .sidebar-toggled .sidebar-brand .sidebar-brand-icon img {
        max-height: 22px !important;
    }

    .sidebar .sidebar-brand .sidebar-brand-icon img {
        max-height: 22px;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .deptDetailsContainer .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20% !important;
    }

    .deptDetailsContainer .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .deptDetailsContainer .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333% !important;
    }

    .deptDetailsContainer .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .deptDetailsContainer .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100% !important;
    }

    /*datatable responsive styles*/


    #tbldetails_length .form-control {
        font-size: 13px;
        height: calc(1em + 0.6rem + 3px) !important;
    }

    .dataTables_filter .form-control {
        font-size: 13px;
        height: calc(1em + 0.6rem + 3px) !important;
    }

    .dataTables_info {
        font-size: 12px;
    }

    #tbldetails_length label {
        font-size: 12px;
    }

    .page-link {
        padding: 0.2rem 0.55rem;
        color: #007367;
    }

    .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #007367;
        border-color: #007367;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {

    .deptDetailsContainer .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20% !important;
    }

    .deptDetailsContainer .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .deptDetailsContainer .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333% !important;
    }

    .deptDetailsContainer .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .deptDetailsContainer .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
    .deptDetailsContainer .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20% !important;
    }

    .deptDetailsContainer .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .deptDetailsContainer .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333% !important;
    }

    .deptDetailsContainer .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .deptDetailsContainer .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

#topbarToggleTop {
    display: none;
}

.campus_menu {
    margin-right: auto;
    margin-left: auto;
}
    .campus_menu li a:hover{
        color:#fff;
    }
    @media (max-width: 1281px) {
        #topbarToggleTop {
        display: block;
        color: #fff !important;
        position: absolute;
        right: 35%;
    }

    .top_menu {
        /*display: none;*/
        background: #fff;
        /*margin-top: 250px;*/
        white-space: nowrap;
        position: absolute;
        top: 50px;
        right: 35%;
        border: 1px solid #ccc;
    }

        .top_menu li {
            border-bottom: 1px solid #eee;
            padding-left: 10px;
        }

            .top_menu li a {
                color: #333 !important;
            }

                .top_menu li a.active {
                    color: #fff !important;
                }

    .topbar .nav-item .nav-link {
        height: auto !important;
        padding: 7px;
    }

    .top_menu li .nav-link.active {
        height: auto !important;
    }

    .campus_menu {
        margin-right: 0;
        margin-left: 0;
       /* display:block !important;*/
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link.active {
        font-size: 13px;
    }

    .top_menu li .nav-link.active {
        background: #007367 !important;
        height: 60px;
        padding-top: 10px;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
    .deptDetailsContainer .row-cols-or-5 > * {
        flex: 0 0 auto;
        width: 20% !important;
    }

    .deptDetailsContainer .row-cols-or-4 > * {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .deptDetailsContainer .row-cols-or-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333% !important;
    }

    .deptDetailsContainer .row-cols-or-2 > * {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .deptDetailsContainer .row-cols-or-1 > * {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation:portrait) {

    .deptDetailsContainer .row-cols-po-5 > * {
        flex: 0 0 auto;
        width: 20% !important;
    }

    .deptDetailsContainer .row-cols-po-4 > * {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .deptDetailsContainer .row-cols-po-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333% !important;
    }

    .deptDetailsContainer .row-cols-po-2 > * {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .deptDetailsContainer .row-cols-po-1 > * {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

.dataTables_empty {
    text-align: center
}





.table_row_hover tbody tr:hover {
    background-color: #ccd9eb;
    cursor: pointer;
}

.student_list img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
    border-radius: 50%;
}

    .student_list img:hover {
        transform: scale(1.5);
    }

.course-container tr th {
    text-align: center;
}

.course-container tr td:nth-child(2) {
    vertical-align: middle !important;
    text-align: center !important
}

.dateWidth {
    width: 150px
}

.groupRadioRight .form-check {
    margin-right: 15px
}

.btn_gap {
    margin-top: 22px
}

.l-w-15 {
    width: 15px;
}

.l-w-100 {
    width: 100px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007367;
    border-color: #007367;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #dedfe5;
    border-radius: 0.35rem;
}

    .progress .bg-success {
        background-color: #3e8d42 !important;
    }

    .progress .bg-danger {
        background-color: #d93830 !important;
    }

    .progress .bg-warning {
        background-color: #d38314 !important;
    }

.page-link {
    position: relative;
    display: block;
    padding: 14px 13px 13px 12px !important;
    margin-left: -1px;
    line-height: 0;
    color: #007367;
}

.dataTables_length .form-control {
    font-size: 13px;
    height: calc(1.3em + 0.75rem + 1px);
}

.slotsTimeDiv {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
}

    .slotsTimeDiv .custom-control-label {
        padding-top: 4px;
        font-size: 12px
    }

    .slotsTimeDiv .custom-control-inline {
        margin-right: 10px;
        /* padding-left: 14px; */
        padding-right: 0px;
    }

    .slotsTimeDiv .custom-control-label::before {
        left: -1.3rem;
    }

    .slotsTimeDiv .custom-control-label::after {
        left: -1.3rem;
    }

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007367;
}

.btn-link:hover {
    color: #007367 !important;
    text-decoration: underline;
}
#sidebarToggleTop.btn-link:hover {
    color: #fff !important;
}
.browse_file {
    font-size: 11px !important;
    padding: 5px 4px 5px 4px;
    height: 34px;
}

.row_bg {
    background-color: green;
}

    .row_bg td {
        color: white;
    }

        .row_bg td label {
            color: white;
        }

/*more input menu dropdown styles*/

.more_img {
    width: 38px;
    margin: auto;
    display: block;
    /* border: 1px solid red; */
    background: #fae7e9;
    border-radius: 50%;
    padding: 5px;
}

.shadow_class .dropdown-menu {
    width: 200px !important;
    left: -46px;
}

.more_dropdown_class a {
    text-decoration: none;
}

.more_dropdown_class {
    width: 250px !important;
}

    .more_dropdown_class::after {
        content: '';
        background: url(../img/arrow2.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -13px;
        left: 124px;
        width: 20px;
        /* background-color: red; */
        padding: 8px 8px;
    }

.userName {
    font-size: 13px
}

.more_dropdown_class .dropdown-item {
    background-color: white;
    /*  width: 250px;*/
    text-align: center;
}

.shadow_class .dropdown-menu {
    width: 195px !important;
    left: -113px !important;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 19%) !important
}

.more_dropdown_class.active,
.more_dropdown_class:active {
    color: #007367;
    text-decoration: none;
    background-color: #ffffff;
}

.more_dropdown_class:focus,
.more_dropdown_class:hover {
    color: #2e2f37;
    text-decoration: none;
    background-color: #ffffff !important;
}

.more_dropdown_class p {
    font-size: 11px;
    color: #3e3a3a;
    text-decoration: none;
    font-weight: 500;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 0px;
}

.icon_menu img {
    width: 20px;
}

/*.bg_comming_soon {
   
    background: url(../img/Coming_soon.png);
    height: 90vh;
    overflow-y:hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}*/
.bg_comming_soon {
    display: flex;
    justify-content: center;
    ;
    height: 80vh;
    align-items: center
}

    .bg_comming_soon img {
        width: 350px
    }


/*datatable styles*/

.dt-buttons .btn-secondary {
    color: #fff;
    background-color: #007367;
    border-color: #007367;
    font-size: 14px;
    margin-right: 10px;
    padding: 2px 9px 4px 9px;
}

#tbldetails_wrapper .btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

#tbldetails_wrapper .btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.column-filter-widget select {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 5px;
    height: calc(1.5em + .45rem + 0px) !important;
    padding: 2px;
    font-size: 15px;
    color: #000;
    border: 1px solid #dbdcdd;
}

.column-filter-widget {
    padding-right: 15px;
}

.column-filter-widgets a.filter-term {
    padding-left: 2px;
}

.dropdown_filter .clear {
    clear: both;
    height: 0;
    border-bottom: 1px solid #e6e1e1;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.dataTables_length {
    float: left;
}

.dt-buttons {
    margin-left: 30px;
}

#dataTables_filter {
    display: inline-block;
    float: right !important;
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
    margin-bottom: 6px
}

/*styles form datalist tables ends here
*/

.graph_inner {
    border-right: 1px solid #dbd5d5;
}

.graph_inner1 {
    border-right: 0px solid #dbd5d5;
}



/*graphs student dashboard styles*/

.shadow {
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.sparkboxes a {
    text-decoration: none;
}

.sparkboxes .box {
    padding-top: 0px;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px 1px #666;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    position: relative;
    /* border-radius: 10px;*/
    min-height: 100px;
    padding: 10px 18px 10px 25px;
    border-left: 2px solid #007367;
}

    .sparkboxes .box .details {
        /* position: absolute; */
        color: #333;
        /* transform: scale(0.7) translate(-22px, 20px); */
    }

.sparkboxes strong {
    /* position: relative; */
    z-index: 3;
    top: -8px;
    color: #fff;
}

.box-title {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    /* border-bottom: 1px solid #144171;
  padding-bottom: 15px; */
}

.sparkboxes .box {
    margin-bottom: 10px;
}

/*.sparkboxes .box1 {
    background-image: linear-gradient(135deg, #0396FF 10%, #ABDCFF 100%);
}

.sparkboxes .box2 {
    background-image: linear-gradient(135deg, #4C83FF 10%, #1cd5bd 100%);
}

.sparkboxes .box3 {
    background-image: linear-gradient(135deg, #FD6585 10%, #cf9355 100%);
}

.sparkboxes .box4 {
    background-image: linear-gradient(135deg, #5961F9 10%, #df63d2 100%);
}

.sparkboxes .box5 {
    background-image: linear-gradient(135deg, #8843d3 10%, #d97777 100%);
}

.sparkboxes .box6 {
    background-image: linear-gradient(135deg, #0da349 10%, #9f7b3a 100%);
}

.sparkboxes .box7 {
    background-image: linear-gradient(135deg, #0da349 10%, #9f7b3a 100%);
}

.sparkboxes .box8 {
    background-image: linear-gradient(135deg, #b18426 10%, #a58c52 100%);
}

.sparkboxes .box9 {
    background-image: linear-gradient(135deg, #f84444 10%, #fe9d9d 100%);
}

.sparkboxes .box10 {
    background-image: linear-gradient(135deg, #0b9fa7 10%, #7ebf86 100%);
}

.sparkboxes .box11 {
    background-image: linear-gradient(135deg, #5d9f42 10%, #84b181 100%);
}

.sparkboxes .box12 {
    background-image: linear-gradient(135deg, #953d0a 10%, #d7774f 100%);
}

.sparkboxes .box13 {
    background-image: linear-gradient(135deg, #00836a 10%, #5b95b7 100%);
}

.sparkboxes .box14 {
    background-image: linear-gradient(135deg, #004f89 10%, #5b9fc9 100%);
}

.sparkboxes .box15 {
    background-image: linear-gradient(135deg, #c92349 10%, #d9627f 100%);
}*/


.sparkboxes .details h3 {
    font-size: 26px;
    margin-top: 10px;
}

.sparkboxes .details h4 {
    font-size: 18px;
    font-weight: 400;
}

.gimsr_dashboard .details h3 {
    font-size: 32px;
    font-weight: 500;
}

.studentDashboard .box {
    padding: 0px 18px 10px 25px;
}

.studentDashboard .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 35px
}

.studentDashboard .details h3 {
    font-size: 20px;
    margin-top: 20px;
}

.studentDashboard .single_box h3 {
    font-size: 23px;
    margin-top: 0px;
}

.studentDashboard .single_box h4 {
    margin-top: 20px;
}

.sub-details ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    border-left: 1px solid #d2c8e3;
    padding-left: 20px;
}

    .sub-details ul li {
        font-size: 14px;
        color: #fff;
        margin-bottom: 4px;
    }

.sub-details .det_val {
    width: 10px
}

.single_box {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

#faculty_count {
    margin-right: 15px;
}

.single_box h6 {
    color: #f9f9f9;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

.single_box .dash {
    font-weight: 200 !important;
}

.box {
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 19%) !important;
}

.boxHeading {
    border-bottom: 1px solid #dbdbdb;
    font-size: 19px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    width: 15%;
}

    .boxHeading h5 {
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 500;
        color: #424756;
    }

/*graphs student dashboard styles ends here*/

/* ###### Ripple effect ###### */
.ripple {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
    border-radius: 5px;
}

    .ripple::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 25%;
        height: 100%;
        width: 50%;
        background-color: #000;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        transition: all ease-in-out 1s;
        transform: scale(5, 5);
    }

    .ripple:active::after {
        padding: 0;
        margin: 0;
        opacity: .2;
        transition: 0s;
        transform: scale(0, 0);
    }

.ripple-box {
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
    border-radius: 5px;
}

    .ripple-box::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 25%;
        height: 100%;
        width: 50%;
        background-color: #000;
        border-radius: 30%;
        opacity: 0;
        pointer-events: none;
        transition: all ease-in-out 1s;
        transform: scale(5, 5);
    }

    .ripple-box:active::after {
        padding: 0;
        margin: 0;
        opacity: .2;
        transition: 0s;
        transform: scale(0, 0);
    }

/* ###### End ripple effect ###### */

/*Hostel styles*/


.rightContainer form {
    width: 100%;
}

#tabs-gtmp-chat {
    text-align: left;
}

.page-title {
    font-size: 22px;
    color: #007367;
    text-align: center;
    margin-bottom: 20px;
    /* text-decoration: underline;*/
}



.chat-list li {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    color: #444 !important;
    list-style: none;
}

    .chat-list li .left_li {
        margin-right: 10px;
        margin-left: 10px;
    }

.student_search {
    background: #fff;
    padding: 40px 30px;
    margin-top: 20px;
    --box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
}

.student_search_inner {
    display: flex;
}

.student_search .form-control {
    border: 2px solid #007367;
    font-size: 14px;
    padding: 10px;
}

.fa-search {
    font-size: 14px;
    padding: 0 3px;
    font-weight: 600;
}

.btn-success:active:focus {
    box-shadow: none;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #007367;
    border-color: #007367;
    box-shadow: none;
}

.btn-green, .btn-green:hover {
    color: #fff;
    background-color: green;
    border-color: green;
    box-shadow: none;
    cursor: pointer;
}

.get_btn {
    margin: 0px 10px;
    padding: 4px 10px;
}

.btn {
    font-size: 15px;
    border-radius: 3px;
    color: #fff !important;
}

.box-inner {
    border: 1px solid #e8e2e2;
    border-top: 2px solid #007367;
    padding: 20px !important;
    margin-bottom: 35px;
    background-color: #fff;
    --box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    border-radius: 3px;
}

.sub_inner {
    border: 1px solid #e8e2e2;
    padding: 20px;
    margin-bottom: 35px;
    background-color: #fff;
    --box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
   
}

/*label, span {
    color: #333;
    font-weight: 500;
}

input, .form-control {
    color: #000 !important;
    font-size: 15px !important;
}

.std_info input {
    color: #000;
    font-size: 13px;
}*/
.nowrap{
    white-space:nowrap;
}
.std_info img {
    height: 210px;
    display: block;
    margin: auto;
}

.legend ul {
    margin-bottom: 10px;
}

    .legend ul li {
        list-style: none;
        display: inline-block;
        color: #000;
        margin-top: -25px;
    }

        .legend ul li .white {
            color: #007367 !important;
            background: green;
            border-radius: 50%;
            border: 2px solid #ccc;
        }

        .legend ul li .green {
            color: #d70700ed !important;
            background: #dc3545;
            margin-left: 10px;
            border-radius: 50%;
            border: 2px solid #b6e5c6;
        }

        .legend ul li .yellow {
            color: #f5e216 !important;
            background: #f5e216;
            margin-left: 10px;
            border-radius: 50%;
            border: 2px solid #cdcdcd;
        }

        .legend ul li i {
            font-size: 12px !important;
        }

.legend ul {
    text-align: right;
}

div.grdlist-red {
    background-color: #dc3545;
    border-radius: 15px;
    margin-bottom: 10px;
}

div.grdlist-green {
    background-color: #007367;
    border-radius: 15px;
    margin-bottom: 10px;
}

.sparkboxes .details h3 {
    font-size: 26px !important;
}

    .sparkboxes .details h3 label {
        color: #fff !important;
    }

#my_styles .btn {
    border-radius: 20px;
    background: #007367 !important;
    border: 1px #007367 solid !important;
    padding: 5px 15px !important;
}

#my_styles input {
    border-radius: 20px !important;
    background: #eee !important;
    padding: 5px 15px !important;
}

.inner {
    border: 1px solid #eee;
    padding: 20px 10px;
    background: #fff;
    border-radius: 10px;
}

    .inner a {
        text-decoration: none !important;
    }

.container-home img, .h-icons img {
    width: 15% !important;
    margin-bottom: 12px;
}

.newback, .newback:hover {
    background: #007367;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    float: right;
    margin-bottom: 5px;
}

.monthly_proc .page-title {
    margin-bottom: 0px;
}

.sidemenu li {
    text-align: left;
}

.box_title {
    font-size: 17px;
    color: #007367;
    margin-top: 20px;
}

.tabbable .nav {
    border-bottom: 0px solid #eee;
}

.yas1 input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 2px solid #007367;
    border-radius: 100%;
    background: #fff;
}

.yas1 input[type="radio"]:checked + label:after, .yas1 input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #007367;
    position: absolute;
    top: 9px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.0s ease;
    transition: all 0.0s ease;
}

.yas1 input[type="radio"]:checked + label:before, .yas1 input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 2px solid #007367;
    border-radius: 100%;
    background: #fff;
}
/*#ContentPlaceHolder1_d1 {
    position: absolute;
    right: 0;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    width: 100px !important;
    z-index: 99999;*/
/* min-height: 500px; */
/*top: 8%;
}
#ContentPlaceHolder1_root{
    min-height:500px;
}*/
.menu .navbar-light .navbar-nav .nav-link {
    text-decoration: none;
}

    .menu .navbar-light .navbar-nav .nav-link:focus {
        outline: none;
    }

#ContentPlaceHolder1_lblviewmesg {
    color: #007367;
    font-weight: 600;
}

#ContentPlaceHolder1_d1 {
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 100px;
    top: 100%;
    right: 0;
}

.campus_right {
    position: absolute;
    top: 0px;
    right: 0px;
}

.pay_tab tr th:nth-child(2), .pay_tab tr td:nth-child(2) {
    display: none;
}




.tab-link {
    margin: 0 0%;
    list-style: none;
    color: #333;
    cursor: pointer;
    font-weight: 500;
    transition: all ease 0.5s;
    /* border-bottom: solid 3px rgba(255, 255, 255, 0);*/
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* margin-right: 1px; */
    border-top: 1px solid #ebe3e3;
    border-right: 1px solid #ebe3e3;
    border-left: 1px solid #ebe3e3;
}

    .tab-link:hover {
        color: #999;
        border-color: #999;
    }

    .tab-link.active {
        background: #007367;
        border-bottom: 0px;
        border: 1px solid #007367;
        color: #fff;
    }


.content-wrapper, .tab-wrapper {
    padding: 15px 0px;
}

.content-wrapper {
    padding-top: 0px;
}

.tab-wrapper {
    padding-bottom: 0px;
}

.tabs {
    padding: 0;
    margin-bottom: 0;
}

.tab-content {
    display: none;
    /*text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;*/
}

    .tab-content.active {
        display: block;
    }

.tabs {
    /*margin: 0;
  padding: 0;*/
    /*margin-bottom: 15px;*/
    justify-content: start;
    display: flex;
    /*justify-content: center;*/
}



.btn-success:active:focus {
    box-shadow: none;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #007367;
    border-color: #007367;
    box-shadow: none;
}

.get_btn {
    margin: 0px 10px;
    padding: 4px 10px;
}

.btn {
    font-size: 14px;
    border-radius: 3px;
    color: #fff !important;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #007367;
    border-color: #007367;
}

.btn-success, .btn-success:hover {
    color: #fff !important;
    background-color: #007367 !important;
    border-color: #007367 !important;
}

.mainContainer {
    background: transparent;
    overflow: auto;
    margin: 5px;
    border-radius: 20px;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #eee4ff;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #eee4ff;
    }

.rooms label {
    background-color: #dc3545;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 5px;
    min-width: 65px;
    text-align: center;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
}

.filter_btn input {
    background: #007367;
    border: none;
    outline: none;
    color: #fff;
}

.pull-right {
    float: right;
}

.daterangepicker .ranges li.active {
    background-color: #007367;
}

.applyBtn {
    background-color: #007367;
    border: 1px solid #007367;
}

.table, table {
    width: 100% !important;
}

.table_style .table {
    border-bottom: 1px solid #dee2e6;
}

    .table_style .table thead th {
        color: #333;
        background: #dafffb;
        border-color: #dafffb;
        font-weight: 600;
        vertical-align: middle;
        white-space: nowrap;
        font-size: 16px;
    }

.table_style .table-bordered td,
.table_style .table-bordered th {
    border: none;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    vertical-align: middle;
    padding: 10px;
}

.table_style .table-bordered td {
    color: #000 !important;
    font-size: 15px;
    font-weight: 400;
}

.table_style tbody tr:nth-of-type(2n) {
    background-color: rgb(234, 237, 240);
}
/*.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #441b8e;
    border-color: #441b8e;
}*/
.error {
    color: red;
}

.btn_custom.active {
    /* border-radius: 20px;*/
    background: #007367 !important;
    border: 1px #007367 solid !important;
    /* padding: 5px 15px !important;*/
    color: #fff !important;
}

.btn_custom {
    background: white;
    color: #007367 !important;
    border: 1px solid #007367;
}

.table_style img {
    width: 50px;
}

.yellow {
    background: yellow !important;
    color: #333;
}

/*.topbar #sidebarToggleTop:hover {
    background-color: #fafafa;
}*/

.inner_staff {
    border: 1px solid #eee;
    padding: 10px 5px 5px;
    background: #fff;
    border-radius: 5px;
    min-height: 90px;
    text-align: center;
}

    .inner_staff:hover {
        background: #f8f8f8;
        cursor: pointer;
    }

    .inner_staff h4 {
        color: #333;
        font-size: 15px;
    }

    .inner_staff h5 {
        color: #007367;
        font-size: 14px;
    }


.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    z-index: 9999999999999999999999999999;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #007367;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.date_btn input {
    background: #007367;
    outline: none;
    color: #fff;
    border: none;
    width: 100px;
}

.photo {
    width: 50px;
    border-radius: 27px;
    display: block;
    margin: auto;
}

/*.row {
        width: 100%;
    }*/

.sidebar.toggled .sidebar-brand .sidebar-brand-icon img {
    max-height: 15px;
}

.hos_ava {
    background-color: #007367;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 5px;
    min-width: 84px;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: #fff !important;
    display: inline-block;
}

.hos_blo {
    background-color: #d70700ed;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 5px;
    min-width: 84px;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: #fff !important;
    display: inline-block;
}

.swal-button, .swal-button:hover, .swal-button:not([disabled]):hover {
    background-color: #007367;
    color: white;
}

.swal-footer {
    text-align: center;
}

.std_info .text-right {
    display: flex;
    justify-content: end;
}

.date_btn {
    margin-bottom: 1px;
}

.fa-plus-circle {
    color: #007367;
    font-size: 20px;
}

.hos_ava_sel {
    background: green;
}

.db_tab .table {
    border: 1px solid #e3e6f0
}

    .db_tab .table tr td:nth-child(1) {
        border-right: 1px solid #e3e6f0;
    }

.sidebar.toggled .custom-nav.active .collapse {
    display: none;
}
.dots_menu {
    width: 20px;
    height: 20px;
    margin: auto;
}

.quick-menu {
    position: absolute;
    background-color: #fff;
    right: 12px;
    top: 53px;
    width: 300px;
    max-height: 0px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    transition: max-height 0.5s;
    box-shadow: var(--box-shadow-2xl);
    border-radius: 6px;
    /*    padding: 10px 18px 0px 15px;*/
    /*    border: 1px solid #f2c9c9;*/
}

    .quick-menu.open-menu {
        max-height: 300px;
        border: 1px solid #f2c9c9;
        z-index: 9999;
    }

#userDropdown {
    height: auto;
}

.fa-sign-out-alt {
    color: #007367 !important;
    margin-left: 10px !important;
    font-size: 13px !important;
}

.quick-menus a img {
    width: 38px;
    margin: auto;
    display: block;
    background: #fae7e9;
    border-radius: 50%;
    padding: 5px;
}

.quick-menus a p {
    font-size: 12px;
    color: #3e3a3a;
    text-decoration: none;
    font-weight: 500;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 0px;
}
@media(max-width:650px) {
    .attendance .tabs {
        display: block;
    }
}


.btn-info {
    border-color: #17a2b8;
    background: #17a2b8;
}
.filter_btn input {
   
    width: 140px !important;
    height: 26px !important;
}
.column-filter-widgets {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.dashboardCardContainer .cardBox{
    cursor:pointer;
}
@media(min-width:1282px){
    .campus_menu {
        display: ruby;
    }
}
@media(max-width:730px) {
    .menu, .profile, .session {
        display: none;
    }
    #topbarToggleTop {
    right:0;
    }
    .top_menu {
        right: 0;
    }
    }
@media (max-width: 992px) {
    .sidebar.close {
        width: 250px !important;
        transform: translateX(0px);
    }
}
@media (min-width: 993px) {
    .sidebar.close {
        width: 60px !important;
    }
}
@media (max-width: 992px) {
    .sidebar.close .nav-links li.showMenu .sub-menu li:first-child {
        display: block !important;
    }

    .sidebar.close .nav-links li.showMenu .sub-menu {
        padding: 6px 6px 14px 35px !important;
        margin-top: 0px !important;
    }
    .dashboardCardContainer .cardBox {
        margin-bottom:10px;
    }
    }