/* @font-face {
    font-family: Avenir Next;
    src: url(../../fonts/avenir_next.ttf);
    font-variation-settings: 'wght' 375, 'GRAD' 88;
} */

@font-face {
    font-family: roboto;
    src: url(../../fonts/roboto_regular.ttf);
}

@font-face {
    font-family: raleway;
    src: url(../../fonts/raleway_regular.ttf);
}
/*
@font-face {
    font-family: Mulish;
    src: url(../../fonts/mulish_regular.ttf);
}*/

.font-raleway {
    font-family: raleway;
    src: url(../../fonts/raleway_regular.ttf);
}

.avenir {
    font-family: raleway;
}

.roboto {
    font-family: roboto;
}

h1,
h2 {
    font-family: raleway !important;
}

.invalid{
    border: 2px solid red !important;
}

.error-text{
    color: #d92d20 !important;
    font-size: 12px;
}

.hero-heading{
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #101828;
}

.point-heading{
    font-size: 18px;
    font-weight: 600;
    color: #121619;
}


.hero-heading-margin {
    margin-top:36px;
    font-family: 'raleway';
}
.cd-head {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    color:#101828;
}
.cd-head2 {
    
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    color:#344054
}
.hero-para{
    margin: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 20px;
}

.hero-bottom-heading{
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    font-family: raleway !important;
    margin-bottom: 12px;
    color: #101828;
}

.left-bg-guidelines {
    background-color: #FFE27B;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 9;
    width: 38px !important;
}

.border-guidelines {
    /*border-bottom: 1px solid #EEE;*/
    border-top: 1px solid #DDE1E6;
    border-radius: 0px !important;
}

.hero-bottom-link{

}

.left-bg-color{
    background-color: #FFE27B;
    position: fixed;
    width: 24.5%;
    height: 100%;
    top: 0;
    z-index: 9;
}

.logo-height {
    height: 50px;
}

.left-bg-image {
  /*  height: 90%;
    width: 25%;
    position: fixed;
    background-image: url("../svg/left-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;*/
    height: 75%;
    width: 29%;
    position: fixed;
    background-image: url(../svg/left-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;
    margin-top: 82px;
}

.left-bg-forgot {
  /*  height: 70%;
    width: 25%;
    position: fixed;
    background-image: url("../svg/left-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;*/
    height: 70%;
    width: 27%;
    position: fixed;
    background-image: url(../svg/IMG_2043.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;
    margin-top: 50px;
}


.list {
    padding-bottom: 1rem;
}

.bulet-img{
    background: url("../public/assets/img/participant/IMG_1937 1.png")no-repeat left top;
    height:30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.ls-0 {
    letter-spacing: 0px;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-44 {
    font-size: 44px;
}

.fs-46 {
    font-size: 46px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fs-52 {
    font-size: 52px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fd-col {
    flex-direction: column;
}

.fd-row {
    flex-direction: row;
}

.text-upper {
    text-transform: uppercase;
}

.color-pink {
    color: #A95129;
}

.color-yellow {
    color: #FFE27B;
}

.color-main {
    color: #2b97d3;
}

.color-gray {
    color: #344054;
}

.bg-gray {
    background-color: #F5f5f5;
}

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

.nav-icon {
    height: 20px;
}

.nav-count {
    position: absolute;
    background-color: #F20101;
    color: #fff;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    margin-top: -5px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    margin-left: -7px;
}

.nav-item.location .dropdown-indicator:after{
    display:none !important;
}

.nav-item.user .dropdown-indicator:after{
    margin-right: 5px !important;
}

.pos-abs{
    position: absolute !important;
}

.dropdown-menu.notification{
    right: 40px !important;
    left: unset !important;
    padding: 20px;
    width: 350px;
    margin-right: -100px;
    max-height:350px;
    overflow:auto;
}

/* .dropdown-menu.notification li>a{
    transition: all 0.2s ease-in-out;
    padding-right: 2.5rem;
}

.dropdown-menu.notification li>a:hover{
    background-color: #fafafa;
} */

.dropdown-menu.notification li, .dropdown-menu.location li{
    /*padding-top: 12px;
    padding-bottom: 8px;*/
    border-bottom: 1px solid #ECECEC;
}

.dropdown-menu.notification .notification-heading{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    font-family: 'raleway';
}

.upcoming_second{
    margin-top: 12px;
    margin-bottom: 12px;
}

.dropdown-menu.notification .notification-text{
    font-weight: 400;
    line-height: 120%;
    color: #4e4e4e;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 8px;
    font-family: 'Inter';
}



.dropdown-menu.notification .notification-time{
    font-weight: 400;
    line-height: 120%;
    color: #868686;
    font-size: 14px;
    margin: 0 !important;
    margin-top: 6px !important;
}

.dropdown-menu.location{
    padding: 20px;
    width: 330px;
    /*left: 0 !important;*/
    right: 0;
    margin-left: -165px;
    height: auto;
    max-height: 350px;
    overflow-y: scroll;
}
.dropdown-menu.location .notification-text{
    font-weight: 400;
    line-height: 120%;
    color: #4e4e4e;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 8px;
    font-family: 'Inter';
}

.dropdown-menu.health{
    padding: 12px;
    width: 250px;
    /*left: 0 !important;*/
    right: 0;
    margin-left: -165px;
    height: auto;
    max-height: 350px;
    overflow-y: auto;
    top:0;
    bottom:auto;
}

.dropdown-menu.health:last-child {
    padding: 12px;
    width: 250px;
    /*left: 0 !important;*/
    right: 36px;
    
    height: auto;
    max-height: 350px;
    overflow-y: auto;
    top : auto;
    bottom:0;
}

.table-row:last-child li.item-cell:last-child .dropdown-menu.health {
    background-color: red;
    
}


.footer-disp {
    
}

.dropdown-menu.location::-webkit-scrollbar{
    width: 4px;
}

.dropdown-menu.location::-webkit-scrollbar-track{
    background-color: #fff;
    border-radius: 40px;
}

.dropdown-menu.location::-webkit-scrollbar-thumb{
    background-color: #C1C1C1;
    border-radius: 100px;
    width: 8px;
}

.dropdown-menu.location .location-heading{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #202020;
    margin: 0;
    font-family: 'raleway';
}

.dropdown-menu.location .location-title{
    margin: 0;
    color: #202020;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    font-style: normal;
}

.dropdown-menu.location .location-usr-avatar img{
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.dropdown-menu.location .location-usr-name{
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    color: #868686;
}

.dropdown-menu.location .location-usr-number{
    color: #1877AD;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    font-style: normal;
}

.dropdown-menu.location .location-usr-number img{
    height: 16px;
    width: 16px;
    margin-left: 16px;
    margin-right: 5px;
}

input[type="date"], input[type="time"]{
    text-transform: uppercase;
}

/* .nav-user{
    background-image: url('../svg/user.svg');
    background-repeat: no-repeat;
    background-size: cover;
} */

.dashboard-container {
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 25px !important;
}

.dashboard-container .counter-card {
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    ;
}

.counter-card .counter-img {
    background-color: #BFE8FF;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    object-fit: contain;
}

.my-dashboard-heading{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0;
}

.class-name {
    color: #2B97D3;
}

/*.nav-user.dropdown-indicator:after {*/
/*    right: -8px !important;*/
/*}*/


/* TABLES CSS */
tr:first-child {
    background: #CBE6FF;
    border: 0px solid #ECECEC;
    border-radius: 15px;
}

.dashboard-container thead td {
    font-weight: 500;
    font-size: 12px;
    align-items: center;
    text-transform: uppercase;
}

.gr-container {
    background-color: #fff;
    
    display: grid;
    font-size: 14px;
    grid-gap: 0;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto;
    margin: 10px 0px;
    
}

.gr-container li {
    list-style: none;
}

.table-body {
    display: grid;
    grid-template-columns: 220px 220px 220px 220px 220px 220px;
    /*overflow-x: scroll;*/
}

.table-row {
    display: grid;
    grid-template-rows: 80px 100px 60px 60px 60px 60px 60px 60px;
    grid-gap: 0;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #eee;
}

.table-row-title {
    /* background-color: #CBE6FF; */
    border-radius: 5px;
    color: #121619;
    font-weight: 600;
    font-size: 13px;
    height: 32px !important;
}

.table-row-title .item-cell {
    padding: 4px 5px;
}

.item-cell {
    align-items: center;
    /*border-bottom: 1px solid #eee;*/
    display: flex;
    padding: 12px 0px 12px 8px;
}

.item-cell-margin {
    margin-top:15px !important;
}
.item-cell span{
    color: #4E4E4E !important;
}

.item-cell .form-control{
    border: none;
}

.th-cell {
    border-bottom: none !important;
    font-size: 12px !important;
}

.date-cell {
    background-color: #ededed;
    color: #4E4E4E;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
}

.footer-link a {
    margin-right: 20px;
}

.footer-style2{
    position: relative !important;
    
}

.header-img {
    display: block;
}
.req-btn{
    
}
.nav-item1 {
    
}
.nav-item2 {
    
}
.nav-item3 {
    
}
.nav-tab-inline {
    
}

.tab-margin-btm {
    
}

@media (max-width:960px){
    .nav-tab-inline {
    display: inline-grid;
}
    .tab-margin-btm {
        margin-bottom: 8px;
    }
    .navbar-brand {
        padding-top:0;
        padding-bottom:0;
    }

    .req-btn{
    position:relative;
    left:0;
}
    .navbar-elixir {
        padding:0;
    }
 
    .header-img {
    display: none;
}
    .nav-item1 {
    position: absolute;
    right:96px;
}
    .nav-item2 {
    position: absolute;
    right:44px;
}
    .nav-item3 {
    position: absolute;
    right:-16px;
}
.margin-for-reset {
    margin-left:5%;
    margin-right:5%;
}
.margin-container-left {
    margin-left:0;
}
}
.margin-for-reset {
    margin-left:25%;
    margin-right:25%;
}

.margin-container-left {
    margin-left:25%;
}
@media(min-width: 990px) {
    .footer-style2{
        position:absolute !important;
    }
}

.footer-style{
    background-color: #344054; 
    position: relative; 
    bottom: 0;
    right: 0; 
    left: 0;
    margin-top:20px;
}

.cc-table-row {
        grid-template-columns: 80px 400px 220px 120px 400px 60px auto;
        grid-template-rows: auto;
        display: grid;
        border-bottom: 1px solid #eee;
    }
        

@media screen and (min-width: 760px) {
    .gr-container {
        grid-template-columns: auto;
        grid-template-rows: 34px auto;
        overflow-x:auto;
    }

    .table-body {
        grid-template-columns: auto;
        overflow: visible;
        width: 100%;
    }

    .table-row {
        grid-template-columns: 80px 400px 120px 120px 120px 120px 120px 120px 60px auto;
        grid-template-rows: auto;
    }
    

    .gr-container .item-cell:nth-child(1) {
        /*justify-content: center;*/
    }

    /* .item-cell:nth-child(5),
    .item-cell:nth-child(n+7) {
        justify-content: flex-end;
    } */
    
}
.cd-container {
        grid-template-columns: auto;
        grid-template-rows: 34px auto;
        overflow-x:auto;
    }

.cd-container    .table-body {
        grid-template-columns: auto;
        overflow: visible;
        width: 100%;
    }

.cd-container    .table-row {
        grid-template-columns: 120px 170px 150px 150px 150px 1px 2px 5px auto;
        grid-template-rows: auto;
    }


@media screen and (min-width: 760px) {
    .pr-container {
        grid-template-columns: auto;
        grid-template-rows: 40px auto;
    }

    .table-body {
        grid-template-columns: auto;
        overflow: visible;
        width: 100%;
    }

    /*.table-row {
        grid-template-columns:  80px 200px 50px 100px 100px 100px 100px 100px 100px 130px 100px auto;
        grid-template-rows: auto;
    }*/

    .pr-container .item-cell:nth-child(1) {
        justify-content: center;
    }

    /* .item-cell:nth-child(5),
    .item-cell:nth-child(n+7) {
        justify-content: flex-end;
    } */
}


/* FORM PAGE CSS */
.gradient-nav {
    background: linear-gradient(90.21deg, #005281 13.41%, #60AEE7 47.62%, #064568 111.41%, #1877AD 111.42%, rgba(153, 196, 246, 0.0279061) 111.43%, rgba(153, 196, 247, 0) 111.44%, #82BAD9 111.45%) !important;
}

.file-upload {
    background-color: #F8F4EF;
    border-radius: 5px;
}

.class-detail {
    background-color: #F6F5EF;
    border-radius: 5px;
}

.login-margin{
    margin-left: 130px;
}

.guidelines-margin {
    margin-left: 32px;
}

@media(max-width: 990px) {
    .login-margin{
        margin-left:10px;
    }
    
    
    .footer-disp {
        display: flex;
        flex-flow: column;
    }
}


.tag1,
.tag2 {
    height: 22px;
    width: 22px;
    text-align: center;
    padding-top: 5px;
    text-indent: -4px;
}

/* -------- Input form prefilled placeholder ----------- */
.input-box {
    display: flex;
    align-items: center;
    border: 1px solid #d0d5dd;
    border-radius: .588rem;
    padding-left: 0.5rem;
    overflow: hidden;
    line-height: 1;
    font-size: 14px;
    height: 45px;
    
}

.margin-btm-10 {
    margin-bottom: 10px;
}
.margin-top-10 {
    margin-top: 10px;
}

.input-box .prefix {
    color: #344054;
}

.input-box input {
    border: none;
    outline: none;
}

.input-box:focus-within {
    border: 2px solid #2b97d3;
}

.input-box .form-control{
    /*border: 1px solid #acabab !important;
    border-color: #d0d5dd;*/
    border:none !important;
    padding-left: 0.2rem !important;
}


.select-form {
    background-image: url('../svg/dropdown-down.svg');
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 13px 12px, 15px 15px, 4.5em 4.5em;
    background-repeat: no-repeat;
}

.select-form:focus {
    background-image:url('../svg/dropdown-up.svg');
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 13px 10px, 15px 15px, 4.5em 4.5em;
    background-repeat: no-repeat;
    border-color: #0B636F;
    outline: 0;
}

.form-table .form-control{
    height: 35px !important;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.upload-btn-wrapper:hover {
    cursor: pointer;
}

.upload-btn-wrapper .btn {
border: 1px solid #1877AD;
color: #1877AD;
background-color: white;
/* padding: 8px 20px; */
/* font-size: 20px; */
font-weight: 600;
font-style: normal;
height: 45px;
border-radius: 10px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.error-area{
    background-color: #fbcfbd;
    padding: 10px;
    border-radius: 5px;
}

.error-area .error-message{
    color: #222222;
}

.approver-dash-cell-title{
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 140%;
    color: #1877AD;
    margin: 0;
}

/* .select2-container .select2-selection--single{
    height: 45px !important;
    padding: 1rem 0.4rem 0.8rem 0.4rem !important;
    line-height: 1 !important;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #ACABAB !important;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 100% !important;
    color: #4E4E4E !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100% !important;
    right: 10px !important;
} */

/* @media (max-width: 1712px) {
    .left-bg-image {
    height: 50%;
    }
} */


/* Resolution wise left-image css */

@media screen and (max-width: 1920px){
.left-bg-image {
    height: 82%;
    width: 27%;
}

}
@media screen and (max-width: 400px) {
        .nav-margin-left {
            margin-left:93px;
        }
}
@media screen and (max-width: 376px) {
        .nav-margin-left {
            margin-left:75px;
        }
}
@media screen and (max-width: 360px) {
        .nav-margin-left {
            margin-left:60px;
        }
}
@media screen and (min-width: 405px) and (max-width: 415px) {
        .nav-margin-left {
            margin-left:115px;
        }
}
@media screen and (min-width: 600px) and (max-width: 915px) {
        .nav-margin-left {
            margin-left:430px;
        }
}
@media screen and (min-width: 500px) and (max-width: 550px) {
        .nav-margin-left {
            margin-left:235px;
        }
}
@media screen and (min-width: 700px) and (max-width: 725px) {
        .nav-margin-left {
            margin-left:253px;
        }
}

/* Resolution wise left-image css */
.dropdown-class {
    
}
/* Tab View */
@media (max-width: 990px) {
    .dropdown-class {
        
        margin-left:auto;
        margin-right:-12px;
    }
    .dropdown-menu.location.class {
        left:auto !important;
        right:0;
    }
    .dropdown-menu.location{
    margin-left: -150px;
        left: -12px !important;
        
    }
    
    .margin-15 {
        margin:0px !important;
        margin-bottom:15px !important;
        
    }



    .left-bg-image {
        /*display: none !important;*/
        background-image: unset;
    }
    .left-bg-forgot {
        background-image: unset;
    }

    .left-bg-color{
        /*display: none !important;*/
        width: 30px;
    }
    
    .left-bg-color p.lob-btm.px-1.text-center.text_new {
        display: none;
    }

    .form-spacing {
        padding: 1.8rem 0rem;
    }
}
@media (max-width: 767px) {
    .left-bg-color{
        width: 15px;
    }
}

.margin-15 {
    margin:15px;
}


/* Desktop View */
@media (min-width: 990px) {
    .form-spacing {
        padding: 32px 4rem 0rem 0rem;
    }

    nav a.navbar-brand {
        margin-right: 0 !important;
        padding-right: 1rem;
    }

    .nav-border {
        border-right: 1px solid #e4e4e4;
    }
}

input[type="time" i]::-webkit-calendar-picker-indicator {
    display: none;
}

.class-detail-heading{
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #4E4E4E;
}

.class-detail-prog-name{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #202020;
}

.text-hide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 130px;

}

.text-hide:hover {
    overflow: visible; 
    white-space: normal;
    width:150px;
}
.table-btm-mgn {
    margin-bottom: 12px;
}

/* Class request form grid table css */

.class-gr-container {
    grid-template-columns: auto;
    grid-template-rows: 40px auto;
}

.class-gr-container .table-body {
    grid-template-columns: auto;
    width: 100%;
}

.class-gr-container .table-row {
    grid-template-columns: 100px 200px 150px 120px 120px auto;
    grid-template-rows: auto;
    border-bottom: 1px solid #e9e9e9;
}

.class-gr-container .table-row-title {
    /* background-color: #CBE6FF; */
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    height: 40px !important;
}

.class-gr-container .table-row-title .item-cell {
    padding: 4px 8px;
}

.class-gr-container .item-cell {
    align-items: center;
    display: flex;
    padding: 2px 8px 2px 0px;
    border-bottom: none;
    font-size: 15px;
}

.class-gr-container .item-cell span{
    color: #4E4E4E !important;
}

.class-gr-container .item-cell .form-control{
    border: none;
    padding: .4rem .5rem !important;
}

.class-gr-container .th-cell {
    border-bottom: none !important;
}

.class-gr-container .table-row-title{
    font-size: 13px !important;
}

.class-gr-container .date-cell {
    background-color: #ededed;
    color: #4E4E4E;
    padding: 7px 13px 9px 10px;
    border-radius: 5px;
}

/*---- Participant table -----*/
.class-pr-container {
    grid-template-columns: auto;
    grid-template-rows: 40px auto;
}

.class-pr-container .table-body {
    grid-template-columns: auto;
    width: 100%;
}

.class-pr-container .table-head {
    height: 50px;
}
    

.class-pr-container .table-row {
    grid-template-columns: 100px 200px 70px 120px 120px 120px 120px 120px 120px 150px 120px auto !important;
    grid-template-rows: auto;
    border-bottom: 1px solid #e9e9e9;
}

.class-pr-container .table-row-title {
    /* background-color: #CBE6FF; */
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    height: 55px !important;
    border-bottom: 1px solid #e9e9e9;
}

.class-pr-container .table-row-title .item-cell {
    padding: 4px 8px;
}

.class-pr-container .item-cell {
    align-items: center;
    display: flex;
    padding: 2px 8px 2px 0px;
    border-bottom: none;
    font-size: 15px;
}

.class-pr-container .item-cell span{
    color: #4E4E4E !important;
}

.class-pr-container .item-cell .form-control{
    border: none;
    padding: .4rem .5rem !important;
}

.class-pr-container .th-cell {
    border-bottom: none !important;
}

.class-pr-container .table-row-title{
    font-size: 13px !important;
}

.class-pr-container .date-cell {
    background-color: #ededed;
    color: #344054;
    padding: 7px 13px 9px 10px;
    border-radius: 5px;
}

/*-------- Approver grid table css ---------*/

.approver-gr-container {
    grid-template-columns: auto;
    grid-template-rows: 40px auto;
    overflow: auto;
}

.approver-gr-container .table-body {
    grid-template-columns: auto;
    width: 100%;
}

.approver-gr-container .table-row {
    grid-template-columns: 220px 120px 180px 150px 260px auto;
    grid-template-rows: auto;
    border-bottom: 1px solid #e9e9e9;
}

.approver-gr-container .table-row-title {
    /*background-color: #CBE6FF;*/
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    height: 32px !important;
}

.approver-gr-container .table-row-title .item-cell {
    padding: 4px 8px;
}

.approver-gr-container .item-cell {
    align-items: center;
    display: flex;
    padding: 10px 0px 10px 8px;
    border-bottom: none;
    font-size: 15px;
}

.approver-gr-container .item-cell span{
    color: #4E4E4E !important;
}

.approver-gr-container .item-cell .form-control{
    border: none;
    padding: .4rem .5rem !important;
}

.approver-gr-container .th-cell {
    border-bottom: none !important;
}

.approver-gr-container .table-row-title{
    font-size: 13px !important;
}

.approver-gr-container .date-cell {
    background-color: #ededed;
    color: #4E4E4E;
    padding: 7px 13px 9px 10px;
    border-radius: 5px;
}

/* --------------Admin table -----------*/
.admin-gr-container {
    grid-template-columns: auto;
    grid-template-rows: 40px auto;
}

.admin-gr-container .table-body {
    grid-template-columns: auto;
    width: 100%;
}

.admin-gr-container .table-row {
    grid-template-columns: 70px 270px 120px auto;
    grid-template-rows: auto;
    border-bottom: 1px solid #e9e9e9;
}

.admin-gr-container .table-row-title {
    /*background-color: #CBE6FF;*/
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    height: 32px !important;
}

.admin-gr-container .table-row-title .item-cell {
    padding: 4px 8px;
}

.admin-gr-container .item-cell {
    align-items: center;
    display: flex;
    padding: 10px 0px 10px 8px;
    border-bottom: none;
    font-size: 15px;
}

.admin-gr-container .item-cell span{
    color: #4E4E4E !important;
}

.admin-gr-container .item-cell .form-control{
    border: none;
    padding: .4rem .5rem !important;
}

.admin-gr-container .th-cell {
   admin border-bottom: none !important;
}

.admin-gr-container .table-row-title{
    font-size: 13px !important;
}

.admin-gr-container .date-cell {
    background-color: #ededed;
    color: #4E4E4E;
    padding: 7px 13px 9px 10px;
    border-radius: 5px;
}


/* --------- Super approver grid table --------- */
.sa-gr-container {
    grid-template-columns: auto;
    grid-template-rows: 40px auto;
}

.sa-gr-container .table-body {
    grid-template-columns: auto;
    width: 100%;
}

.sa-gr-container .table-row {
    grid-template-columns: 220px 140px 170px 160px 120px 220px auto;
    grid-template-rows: auto;
    border-bottom: 1px solid #e9e9e9;
}

.sa-gr-container .table-row-title {
    /* background-color: #CBE6FF; */
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    height: 35px !important;
}

.sa-gr-container .table-row-title .item-cell {
    padding: 8px;
}

.sa-gr-container .item-cell {
    align-items: center;
    display: flex;
    padding: 10px 0px 10px 8px;
    border-bottom: none;
    font-size: 15px;
}

.sa-gr-container .item-cell span{
    color: #4E4E4E !important;
}

.sa-gr-container .item-cell .form-control{
    border: none;
    padding: .4rem .5rem !important;
}

.sa-gr-container .th-cell {
    border-bottom: none !important;
}

.sa-gr-container .table-row-title{
    font-size: 13px !important;
}

.sa-gr-container .date-cell {
    background-color: #ededed;
    color: #4E4E4E;
    padding: 7px 13px 9px 10px;
    border-radius: 5px;
}

/* --------- Class details grid table --------- */
.cd-gr-container {
    grid-template-columns: auto;
    grid-template-rows: 40px auto;
}

.cd-gr-container .table-body {
    grid-template-columns: auto;
    width: 100%;
}

.cd-gr-container .table-row {
    grid-template-columns: 240px 140px 140px 120px 300px 160px 120px 50px auto;
    grid-template-rows: auto;
    border-bottom: 1px solid #e9e9e9;
}

.cd-gr-container .table-row-title {
    background-color: #CBE6FF;
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    height: 35px !important;
}

.cd-gr-container .table-row-title .item-cell {
    padding: 8px;
}

.cd-gr-container .item-cell {
    align-items: center;
    display: flex;
    padding: 10px 0px 10px 8px;
    border-bottom: none;
    font-size: 14px;
}

.cd-gr-container .item-cell span{
    color: #4E4E4E !important;
}

.cd-gr-container .item-cell .form-control{
    border: none;
    padding: .4rem .5rem !important;
}

.cd-gr-container .th-cell {
    border-bottom: none !important;
}

.cd-gr-container .table-row-title{
    font-size: 13px !important;
}

.cd-gr-container .date-cell {
    background-color: #ededed;
    color: #4E4E4E;
    padding: 7px 13px 9px 10px;
    border-radius: 5px;
}



/* teacher dashboard css */
h3.my-dashboard-heading {
    font-family: 'raleway'!important;
    line-height: 140%;
    color: #101828!important;
}
main#top {
    min-height: 930px!important;
    padding:15px;
}
.row.pe-3 p.fs-13.mb-0 {
    font-size: 12px;
    line-height: 18px;
}

span.counter-number.fs-30.fw-700 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #101828;
}
.w-75.py-2.ps-2 {
    padding: 8px 15px!important;
}
.counter-card .counter-img{
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background-color: #CBE6FF;
}
.counter-card .counter-img img.align-self-center.img-fluid {
    width: 35px;
    height: 35px;
}
.gr-container .table-row.table-row-title li.item-cell.th-cell {
    color: #101828;
    font-style: normal;
    font-weight: 600;
    font-size: 13px!important;
    line-height: 20px;
}
main#top .dashboard-container {
    box-shadow: 0px 4px 20px #ececec;
}
a.nav-link.dropdown-toggle.dropdown-indicator {
    color: #4E4E4E!important;
}

section.request-form {
    min-height: 910px;
    padding:16px;
}
.cd-gr-container li.item-cell span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 140%;
    color: #344054!important;
}
.cd-gr-container .table-row-title {
    background-color: unset;
}
.table-row.table-row-title.h-100 li.item-cell.th-cell {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px!important;
    line-height: 140%;
    color: #101828;
}
li.item-cell .date-cell {
    background-color: #F2F4F8!important;
    color: #344054!important;
}
li.item-cell span {
    color: #344054!important;
}
strong.fs-14.text-upper {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
}
form#add_class_form .hero-heading {
    margin-bottom: 0;
}
form#add_class_form .form-group label {
    color: #344054;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 6px;
}
form#add_class_form .mt-3 {
    margin-top: unset!important;
}
button#publish_program_submit {
    background: #2B97D3;
    border-radius: 5px;
}
button#add_class_submit {
    color: #2B97D3;
    border: 1.5px solid #2B97D3;
    border-radius: 5px;
    width: 140px!important;
}
.form-control {
    font-family: 'Inter';
}
main#top .mt-3 {
    margin-top: unset!important;
}
.class-detail {
    border-radius: 10px!important;
    border: 1px solid #DDE1E6;
    box-shadow: 0px 4px 20px #ececec;
}
.row.mt-3.class-detail.py-3 strong {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #101828;
}
.container.mt-5.dashboard-container span.fs-20 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #202020;
}
form#register_form label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /*color: #667085;*/
    margin-bottom: 4px;
}
form#register_form .form-control {
    border: 1px solid #C1C7CD;
    border-radius: 8px;
}
input#batch::placeholder {
    color: #344054;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}
button#register_form_submit {
    background: #2B97D3;
    border-radius: 5px;
    height: 40px;
}
.left-bg-forgot {
    background-size: contain;
}
button#resetForm_submit {
    border-radius: 5px;
    height: 40px;
}
section.request-form .row.mt-3 {
    margin-top: 0!important;
}
h2.my-dashboard-heading {
    color: #101828!important;
    line-height: 140%;
    font-size: 20px;
}
.class-pr-container .table-row.table-row-title li.item-cell.th-cell {
    color: #101828;
    font-style: normal;
    font-weight: 600;
    font-size: 13px !important;
    line-height: 20px;
}
.class-pr-container .table-row-title {
        height: auto ;
        align-items: baseline;
}
.class-pr-container .table-head {
    height: unset;
}
.class-pr-container .table-row {
    border-bottom: none;
}
.class-pr-container .item-cell{
    
    align-items: center;
    display: flex;
    padding: 10px 0px 10px 8px;
    border-bottom: none;
    font-size: 14px;
}
.class-pr-container .table-row {
    grid-template-columns: 110px 200px 50px 120px 120px 300px 100px 250px 250px 200px 250px 50px auto !important;
    grid-template-rows: auto;
    border-bottom: 1px solid #e9e9e9;
}
.class-pr-container .item-cell:nth-child(1) {
    justify-content: flex-start;
}
.approver-gr-container .table-row-title {
    height: auto!important;
}
.approver-gr-container .table-row {
    border-bottom: 1px solid #eee;
}
.approver-gr-container .item-cell {
    padding: 12px 0px 12px 8px;
}
a.dropdown-toggle.nav-user.dropdown-indicator.d-block.d-lg-inline-block.ps-2.pe-4.py-3.my-lg-0 {
    padding-top: 4px!important;
        padding-bottom: 10px!important;

}
div#module_table li.item-cell {
    padding: 0;
    margin:5px;
    margin-left:5px;
}

footer.footer.py-2.bg-yellow {
    background: #F5f5f5;
    padding: 15px 0!important;
}
footer.footer.py-2.bg-yellow a.btn.w-100.me-md-3.mt-2 {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-top: 0!important;
}
ul.dropdown-menu.pos-abs {
    right: 32px ;
    left: unset;
    bottom:-24px;
    top: auto;
}
.table-row:last-child li.item-cell:last-child ul.dropdown-menu.pos-abs {
    
}
div#table-body input[type="date"] {
    width: 132px!important;
}
.class-gr-container .table-row-title .item-cell:first-child {
    padding-left: 0;
}
section.request-form .col-md-12.col-lg-6.mt-md-2, section.request-form .col-md-12.col-lg-3.mt-md-2 {
    margin-top: 8px;
}

form#loginForm input:-webkit-autofill, form#loginForm input:-webkit-autofill:hover, form#loginForm input:-webkit-autofill:focus, form#loginForm input:-webkit-autofill:active {
    -webkit-text-fill-color: #344054 !important;
     font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Inter';
   
}

a.dropdown-toggle.dropdown-indicator.d-block.d-lg-inline-block.ps-0.pe-3.py-2.my-lg-0 {
    padding-top: 0!important;
}

section#profile .card-header {
    padding-right: 12px;
    padding-left: 12px;
}
ul.dropdown-menu.notification {
    overflow-y: scroll;
    height: auto;
    max-height: 350px;
}
ul.dropdown-menu.notification::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

ul.dropdown-menu.notification::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

ul.dropdown-menu.notification::-webkit-scrollbar-thumb
{
	background-color: #2B97D3;
	border: 1px solid #2B97D3;
}
form#changePasswordForm p.card-text.lh-2 {
    margin: 0;
}
div#module_table li.item-cell p.bg-danger.px-2.rounded-3 {
    padding: 0.35em 0.65em;
    line-height: 1;
    color: #344054!important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.188rem!important;
    font-size: 13px;
}
.row.align-items-center.mt-2.success-area {
    margin-left: 0;
        margin-bottom: 0;
}
p.success-message.mt-0.alert.alert-success {
    margin-bottom: 0;
}
.row.align-items-center.mx-0.success-area {
    margin-top: 0.5rem !important;
}
.dropdown-toggle::after {
    display: block;
    margin-left: 0;
    vertical-align: unset;
    content: "";
    /*background: url(../svg/expand_more_FILL0_wght400_GRAD0_opsz48.svg)no-repeat scroll center center;*/
    background-size: 18px;
    width: 15px;
    height: 7px;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

@media screen and (max-width: 767px){
    main#top {
        min-height: 500px;
        padding:4px;
    }
    section.request-form .container.mt-3.dashboard-container {
    overflow-x: auto;
        padding: 25px 15px!important;
    }
    ul.navbar-nav.py-3.py-lg-0.mt-1.mb-2.my-lg-0.ms-lg-n1 {
        padding-bottom: 0!important;
        margin-bottom: 0!important;
    }
    li.nav-item.dropdown.user ul.dropdown-menu.show {
        right: 0;
        left: auto;
            min-width: unset;
    }
    a.dropdown-toggle.nav-user.dropdown-indicator.d-block.d-lg-inline-block.ps-2.pe-4.py-3.my-lg-0 {
        padding-right: 12px!important;
            padding-left: 0!important;
    }
    li.nav-item.dropdown.location a.dropdown-toggle.dropdown-indicator.d-block.d-lg-inline-block.ps-2.pe-4.py-2.nav-border.my-lg-0 {
    padding-right: 25px!important;
    }
    .approver-gr-container {
        overflow-x: scroll;
    }
    .gr-container .table-body {
        grid-template-columns: auto;
    }
    .gr-container .table-row {
        grid-template-columns: 80px 170px 140px 100px 120px 130px 150px 75px 50px 50px auto;
        grid-template-rows: auto;
    }
    .gr-container {
        display: block;
            overflow-x: auto;
    }
    div#module_table li.item-cell {
        padding: 4px 4px;
        margin-left:2px;
    }
    
    p.card-text.lh-1 {
    font-size: 14px;
    line-height: 20px!important;
}
.nav-item.user .dropdown-indicator:after {
    margin-right: 5px !important;
    width: 8px;
    height: 10px;
        left: unset;
}
.dropdown-toggle::after {
    background-size: 16px;
    width: 125px;
    height: 7px;
    right: 0;
}
}






/* teacher dashboard css ends */











