@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,700;1,800&display=swap');


html,

body {

    font-family: 'Work Sans';
    padding-top: 34px;
    background-color: #f8f8f8;
}

h5 {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: #22222E;
    margin-bottom: -3px;
}

a:hover {
    text-decoration: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(248, 248, 248);
}

.block {
    width: 100%;
}
.pt-10 {
    padding-top: 10rem;
}
/********* Header **********/

.breadcrumb-item.active {
    color: #22222E;
}
.breadcrumb-item a:hover {
    color: rgb(34,34,46,0.8);
}
.breadcrumb-item a {
    color: rgb(34,34,46,0.6);
}


.breadcrumb {
    background-color: #ffff;
    padding: .75rem 1rem 0em 1em;
}
.reg {
    opacity: 0.4;
    padding: 8px;
}
.reg:hover {
    opacity: 0.4;
    color: rgba(92, 96, 245, 0.8);
    opacity: 1;
    background-color: rgba(92, 96, 245, 0.08);
    border-radius: 6px;
}

.as-d {
    float: right;
}
.offcanvas-collapse {
    position: fixed;
    top: 100px;
    bottom: 0;
    right: 100%;
    left: -300px;
    width: 240px;
    padding-right: 1rem;
    padding-left: 2rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ffffff;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
}

.offcanvas-collapse {
    align-items: start !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    /*background-clip: padding-box;
    border-right: 5px solid rgba(0, 0, 0, 0.2);*/

}

.offcanvas-collapse.open {
    left: 0;
    visibility: visible;
}



.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

/*extra css*/

.record {
    color: #22222E;
    font-weight: bold;
}

.navbar-dark .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.ml-10 {
    margin-left: 10px;
}
.bl {
    color: #5C60F5;
}


.drpdwn-1 {
    border: 1px solid #22222E1F;
    border-radius: 8px;
    background-color: white;
}
.drpdwn-1:hover {
    border: 2px solid #22222E29;
    margin: -1px;
}
.dropdown-menu {
    border-radius: 8px;

}

.btn {
    font-size: 0.875rem;
}
.btn-upload {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #22222E1F;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;

}
.btn-upload:hover {
    color: rgba(34, 34, 46, 0.8);
    background-color: #e2e6ea5c;
    border-color: #dae0e5;
    font-weight: 600;
}
.btn-add-new {
    background-color: #5C76F5;
    color: #fff;
    opacity: 0.9;
    border-radius: 8px;
}
.btn-add-new:hover {
    color: #ffff;
    opacity: 1;
}
.dropdown-item {
    color: rgba(34, 34, 46, 0.5);
    padding: 10px 18px 6px 10px;
}
.badge-ctrl {
    color: rgba(34, 34, 46, 0.5);
    background-color: #f0f3f6;

}
.pd-20 {
    padding: 20px;
}
.pd-10 {
    padding: 10px;
}
.head {
    color: rgba(34, 34, 46, 0.5);
    letter-spacing: -0.28px;
}
.mid-card {
    border: 1px solid #22222E14;
    border-radius: 16px;
}
.btn-export {
    background-color: #5C76F50F;
    color: #5C60F5;
    opacity: 0.9;
    border-radius: 8px;
}
.btn-export:hover {
    background-color: #5C76F5;
    color: #fff;
}

/*******table list in numbers styling*********/


.dropdown-menu-2 {
    border-radius: 8px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    float: initial;
    padding: .5rem 0;
    font-size: 1rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
}
.drpdwn-2 {
    background-color: white;
    color: rgba(34, 34, 46, 0.5);
    font-size: 0.938rem;
}
.dropdown-2:hover>.dropdown-menu {
    display: block;
}

.dropdown-2>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.drp-sett {
    border: 1px solid #22222E1F;
    border-radius: 8px;
    background-color: white;
    padding: .125rem .30rem;
    width: 32px;
    height: 32px;
}

.drp-sett:hover {
    background: #5c60f5;
}
.drp-sett:hover svg {
    fill: white;
}
/********profile dropdown************/

.prof-drop-name {
    font: normal normal 600 17px/20px Work Sans;
    letter-spacing: -0.34px;
    color: #22222E;
    margin-left: 10px;
    padding-top: 20px;
}
.prof-drop-ac {
    color: rgba(34, 34, 46, 0.75);
    letter-spacing: -0.32px;
    font-weight: 600;
}
.prof-drop-ac:hover {
    color: #5C60F5;
    background-color: #f8f9fa;
}
.prof-drop-out {
    color: rgba(34, 34, 46, 0.75);
    letter-spacing: -0.32px;
    font-weight: 600;
}
.prof-drop-out:hover {
    color: rgba(255, 0, 0, 0.75);
    background: #FF00000A;
}
.prof-drop-out:hover span {
    color: #ff000099;
    background: #ff00000a;
}
/*other*/
.ft-1 {
    position: fixed;
    bottom: 0px;
}
.card-small {
    background: #FFFFFF;
    border: 1px solid #22222E14;
    border-radius: 12px;
    opacity: 1;
    height: 101px;
}
.card-text {
    font-weight: bold;
    font-size: 0.875rem;
}
.card-title {
    margin-top: -8px;
    font-weight: bold;
    font-size: 1.75rem;

}

.progress {
    height: 1.75rem;
    border-radius: 8px 0px 0px 8px;
}
.progress-bar-teaching {
    background-color: #08DECF;
}
.progress-bar-nonteaching {
    background-color: #FF9B61;
}
.other-card {
    background: #FFFFFF;
    border: 1px solid #22222E14;
    border-radius: 12px;
    opacity: 1;
    height: 101px;
}
.other-card a {
    margin-top: -8px;
    color: rgb(34,34,46,0.5) !important;
    font-size: 0.875rem;
}
.other-card a:after {
    content: '→';
    padding-left: 8px;
    opacity: 0;
    transition: all ease-in 0.2s;
}
.other-card a:hover::after {
    content: '→';
    padding-left: 8px;
    opacity: 1;
}
.other-card:hover  {
    border: 2px solid #5C60F529;
    margin: -1px;
    content: '→';

}
.other-card:hover a{
    color: #5C60F5 !important;
    text-decoration: none;
}

.card-generic {
    background: #FFFFFF;
    border: 1px solid #22222E14;
    border-radius: 12px;
    opacity: 1;
    min-height: 40vh;
}
.card-header {
    background-color: transparent;
}
.drp-rep {
    border: 1px solid #22222E1F;
    border-radius: 8px;
    background-color: white;
    padding: .125rem .30rem;
}
.drp-rep:hover {
    border: 2px solid #22222E29;
    margin: -1px;
}

.mb-m {
    margin-bottom: 10px;
}
/*test dropdown*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    min-width: 140px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    border-radius: 8px;
    border: 1px solid #22222E14;
}

.dropdown-content a {
    color: rgba(34, 34, 46, 0.5);
    padding: 10px 18px 6px 10px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown-content a:active {
    color: #16181b;
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}


.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%236B7B93' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");;

}
.navbar-light .navbar-toggler {
    border-color: #ffff !important;
}


.shah {
    width: auto;
    overflow-x: scroll;
    margin-left: 13.6em;
    overflow-y: visible;
    padding: 0;
}

.headcol {
    position: absolute;
    width: 14em;
    left: 0;
    top: auto;
    border-top: 1px solid #dee2e6;
    /*border-top-width: 1px;*/
    /*only relevant for first row*/
    margin-top: -1px;
    color: #22222E;
    /*compensate for top border*/
}

.headcol2 {
    position: absolute;
    width: 5em;
    right: 0;
    top: auto;
    border-top: 1px solid #dee2e6;
    /* border-top-width: 1px;*/
    /*only relevant for first row*/
    margin-top: -1px;
    /*compensate for top border*/
    background-color: white;
}

.headcol:before {
    content: ' ';
}


.long {
    color: #495057;
    background-color: #f6f6f7;
    border-color: #dee2e6;
    padding: 10px;
    font-weight: 600;
    letter-spacing: -0.28px;
    opacity: 0.8;
}


/*sidebar test*/

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #ffffff;
    transition: all 0.3s;
    height: 100%;
}

#sidebar.active {
    margin-left: -250px
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #005086
}

#sidebar ul.components {
    padding: 20px 0px;
    border-bottom: 1px solid #47748b
}

#sidebar ul p {
    padding: 10px;
    font-size: 0.938rem;
    display: block;
    color: #fff
}

#sidebar ul li a {
    padding: 12px;
    display: block;
    color: #22222E;
}

#sidebar ul li a:hover {
    color: #5C60F5;

}

#sidebar ul li a::before {
    content: "•";
    padding: 8px;
    /*color: rgb(34,34,46,0.9);*/
    font-size: 1rem;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #5C60F5;
    background-color: #5C60F512;
    border-radius: 8px;
}

a[data-toggle="collapse"] {
    position: relative
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #318fb5
}

ul.CTAs {
    padding: 20px
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px
}

a.download,
a.download:hover {
    background: #318fb5;
    color: #fff
}

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s
}

.content-wrapper {
    padding: 0px;
}


.share-url {
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(34, 34, 46, 0.02);
}

/*****************search form *******************************/


.box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.input {
    width: 204px;
    height: 35px;
    padding: 10px;
    background-color: #fbfbfb;
    box-sizing: border-box;
    color: #22222E;
    outline: none;
    transition: .5s;
    font-weight: bold;
    border: 1px solid #22222E0A;
    border-radius: 8px;
}

.box:hover input {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}
.box:focus input{
    width: 300px;
    background: #fbfbfb;
    border: 1px solid #22222E0A;
    border-radius: 8px;
}
.box:active input{
    width: 300px;
    background: #fbfbfb;
    border: 1px solid #22222E0A;
    border-radius: 8px;
}
i{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%,-50%);
    color: rgb(34,34,46,0.5);
    transition: .2s;
    font-size: 0.75rem;
}
/*.box:hover i{
    opacity: 0;
    z-index: -1;
}*/
.fa-search::hover {
    content: "\f002";
}
.mr-s{
    margin-right: 1rem;
}

.mid-fixed {
    position: sticky;
    top: 71px !important;
    right: 0;
    left: 0;
    z-index: 1010;
}

.side-fixed {
    position: sticky;
    top: 71px !important;
    right: 0;
    left: 0;
}
.leftbar {
    position: sticky;
    max-height: 88vh;
    top: 71px;
    z-index: 2;
}
.leftbar-scrollable {

    max-height: 88vh;
    min-height: 88vh;
    margin-left: -13px;
    margin-right: -13px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: rgba(33, 37, 41, 0.1) #fff;
}
.leftbar-scrollable:hover {
    scrollbar-color: rgba(112, 115, 246, 0.5) #fff;
}

/****** Login CSS **********/

.form-box-shadow {
    box-shadow: 0px 20px 80px rgba(34, 34, 46, 0.04);
}
.form-pad {
    padding: 0rem 1rem;
}
.form-pad-2 {
    padding: 0rem 1.5rem;
}
.form-login {
    min-height: 67vh;
}
.pt-form {
    padding-top: 4em;
}
.form-top-border {
    border-top: 5px solid #6b83f5;
}
.form-login img {
    width: 60px;
    height: 60px;
}
.form-header {
    border-bottom: none;
}
.form-header h3 {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0px;
    color: #22222E;

}
.form-label {
    letter-spacing: -0.3px;
    color: #22222E;
    opacity: 1;
    font-size: 0.938rem;
    font-weight: 600;
}
.a-fp {
    color: #5c60f5bf;
    font-weight: bold;
    letter-spacing: -0.3px;
}
.a-fp:hover {
    color: #5C60F5;
}
#inputName:hover {
    border: 2px solid black;
}
#inputPassword3:hover {
    border: 2px solid black;
}
.form-control {
    height: 48px;
}
.form-control:focus {
    border: 2px solid #5C60F5CC !important;
    border-radius: 8px;
    box-shadow: none;
}
.btn-login {
    width: auto;
    height: auto;
    font-size: 1.063rem;
    background-color: #5c76f5e6;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 2.56px;
    text-transform: uppercase;
    padding: 10px 40px;
}
.btn-login:hover {
    color: #fff;
    opacity: 1;
}
.formp {
    color: rgba(34, 34, 46, 0.5);
    letter-spacing: -0.3px;
    font-size: 0.938rem;
}
.formp:hover {
    color: #5C60F5E6;
}
.log-foot {
    color: #000000;
}
.log-foot:hover {
    color: #000000;
}
.form-right {

}
.form-right h3 {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0px;
    color: #22222E;
    margin-bottom: 1.25rem;
}
.form-right p{
    font-size: 0.875rem;
    text-align: left;
    letter-spacing: 0px;
    line-height: 1.8;
}
.card-login {
    background: #F9F9FA;
    border: 1px solid #22222E0A;
    border-radius: 12px;
    height: 92px;
}
.card-login:hover {
    background: #ffff;
}
.sch-head {
    font-size: 0.938rem !important;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #2E384D !important;
}
.sch-id {
    width: 25%;
    padding-bottom: 10px;
}
.sch-id-2 {
    width: unset;
    padding-bottom: 10px;
}
.sch-id-2 span {
    color: rgba(34, 34, 46, 0.5);
    font-size: 0.75rem;
}
.card-404 {
    min-height: 50vh !important;
}
.head-404 {
    text-align: center;
    font-size: 1.313rem;
    font-weight: 600;
    letter-spacing: 0px;
    color: #22222E;
}
.card-reset {
    min-height: 0;
}
.form-left-border {
    border-left: 3px solid #6b83f5;
}
.form-left-border-red {
    border-left: 3px solid #f56b6b;
}
.image-upload > input {
    visibility:hidden;
    width:0;
    height:0
}
.pass-guide p{
    color: #22222ebf !important;
}
.pass-guide:hover p{
    color: #22222E !important;
}
/*** captcha ***/
.min-height-50 {
    min-height: 50vh;
}
.min-height-75 {
    min-height: 75vh;
}
.min-height-90 {
    min-height: 90vh;
}
.b-otp {
    width: auto;
}
.b-404 {
    width: 310px;
}
.captcha {

    background: #FFFFFF;
    border: 1px solid #22222E14;
    border-radius: 8px;
    color:#4c4a4b;
    display:flex;
    justify-content:center;
    align-items:center;
}

@media screen and (max-width: 500px) {
    .captcha {
        flex-direction:row;
    }
    .text {
        margin:.5em!important;
        text-align:center;
    }
    .logo {
        align-self: center!important;
    }
    .spinner {
        margin:2em .5em .5em .5em!important;
    }
}

.text {
    font-size: 0.938rem;
    font-weight:500;
    margin-right:1em;
    letter-spacing: -0.3px;
    color: #22222E;
    opacity: 0.5;
}
.spinner {
    height:2em;
    display:flex;
    margin:10px;
}
input[type="checkbox"]+.checkmark {
    display:inline-block;
    background-color:#fcfcfc;
    border:1px solid #c3c3c3;
    border-radius:5px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
    width: 21px;
    height: 21px;
}
input[type="checkbox"]+.checkmark span {
    content:'';
    position:relative;/*
    position:absolute;
    border-bottom:3px solid;
    border-right:3px solid;
    border-color:#029f56;*/
    margin-top:-3px;
    transform:rotate(45deg);
    width:.75em;
    height:1.2em;
    opacity:0;
}
input[type="checkbox"]+.checkmark>span:after {
    content:'';
    position:absolute;
    display:block;
    height:3px;
    bottom:0;left:0;
    background-color:#029f56;
}
input[type="checkbox"]+.checkmark>span:before {
    content:'';
    position:absolute;
    display:block;
    width:3px;
    bottom:0;right:0;
    background-color:#029f56;
}
input[type="checkbox"]:checked+.checkmark {
    animation:2s spin forwards;
}
input[type="checkbox"]:checked+.checkmark>span {
    animation:1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes bottomslide {
    0% {width:0;}
    100% {width:100%;}
}
@keyframes rightslide {
    0% {height:0;}
    100% {height:100%;}
}
.logo {
    display:flex;
    flex-direction:column;
    align-items:center;
    height:100%;
    align-self:flex-end;
    margin:0.5em 1em;
}
.logo img {
    height:2em;
    width:2em;
}

@keyframes spin {
    10% {
        width:0;
        height:0;
        border-width:6px;
    }
    30% {
        width:0;
        height:0;
        border-radius:50%;
        border-width:1em;
        transform: rotate(0deg);
        border-color:rgb(199,218,245);
    }
    50% {
        width:2em;
        height:2em;
        border-radius:50%;
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    70% {
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    90% {
        border-width:4px;
    }
    100% {
        width:2em;
        height:2em;
        border-radius:50%;
        transform: rotate(720deg);
        border-color:transparent;
    }
}

.desg-name{
    color:red;
    font-weight:bold;
    font-size: 1.25rem;
}


/**** request change *****/

.input-stable {
    border: 1px solid #22222e14;
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
    height: 40px;
}

.input-text {
    background: #22222E05;
    border: 1px solid #22222E29;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    width: 100%;
    height: 40px;
}

.input-text:hover {
    background: #22222E00;
    border-radius: 8px 8px 0px 0px;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-bottom: 1px solid #22222E52;
    opacity: 1;
}
.input-text:focus {
    background: #22222E0A;
    border-bottom: 1px solid #22222E;
    color: #22222E;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;

}

/** apply for leave modal css **/

.apply-lv {
    width: 100%;
    height: auto;
    background: #f9f9ff;
    border-radius: 8px !important;
}
.font-w-600 {
    font-weight:600;
}
.text-leave {
    font-size: 0.813rem;
}
.text-area-leave {
    width: 100%;
    min-height: 10rem;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #22222E29;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-radius: 8px 8px 0px 0px;
    background: #22222E05;
    cursor: pointer;
    resize: none;
}
.text-area-leave:hover {
    background: #22222E00;
    border-radius: 8px 8px 0px 0px;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-bottom: 1px solid #22222E52;
    opacity: 1;
}
.text-area-leave:focus {
    background: #22222E0A;
    border-bottom: 1px solid #22222E;
    color: #22222E;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
}

.input-leave-doc .leave-doc-input-wrapper {
    position: relative;
}
.input-leave-doc .leave-doc-input-wrapper:before {
    content: attr(data-title);
    background: #22222E05;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 100%;
    min-height: 10rem;
    text-align: center;
    border: 1px dashed #22222E29;
    overflow: hidden;
}
.input-leave-doc .leave-doc-input-wrapper:hover:before {

    border-bottom: 2px solid blue;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    background : #f9f9ff;

}
.input-leave-doc .form-control-file {
    width: 100%;
    height: 100%;
    min-height: 10rem;
    outline: none;
    cursor: pointer;
    opacity: 0;
}



/************************************** DASHBOARD ***************************************/



.row-inner {
    padding: 0 1rem;
}
.border-level-2 {
    border-left: 1px solid #dee2e6;
    min-height: 100vh;
}
/*********** new design css ********************/

.arrow {
    color: #22222e66;
    font-size: 0.625rem;
}
ul.emp-serv li {
    list-style: none;

    letter-spacing: -0.26px;
    font-size: 0.813rem;
    font-weight: 600;
    margin-bottom: 5px;
}
ul.emp-serv li a {
    color: #22222ebf;;
}
ul.emp-serv li:hover a{
    color: #22222E;
}
ul.emp-serv li:hover span{
    color: #22222E;
    padding-left: 5px;
    transition: all .2s ease-in;
}

.card-shah:hover .card-footer {
    color: #22222E;
    background: #fafaff;
    border-radius: 0px 0px 11px 11px;
}
.card-shah:hover .card-footer span {
    color: #5C60F5;
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #f2f2fe;
}
.card-footer {
    color: #23232f80;
    font-size: 0.813rem;
    letter-spacing: -0.28px;
    font-weight: 600;
    background-color: transparent;
    padding: .5rem 1.25rem;
}
.card-footer:hover {
    color: #22222E;
    background: #fafaff;
    border-radius: 0px 0px 11px 11px;
}
.card-footer:hover first-child{
    border-radius: 0px 0px 0px 0px;
}
.foot-icon {
    float: right;
    font-weight: 500;
    color: #23232f80;
    text-align: center;
    padding-top: 2px;
    width: 28px;
    height: 28px;
}
.card-footer:hover span {
    color: #5C60F5;
    text-align: center;

    border-radius: 50%;
    background-color: #f2f2fe;
}
.ja {
    color: #22222E;
}
.card-footer:hover span.ja {
    color: #22222ee6;
}

.card-footer .img-top {
    display: none;
}
.card-footer:hover .img-top {
    display: inline;
    width: 22px;
    height: 22px;
}
.card-footer:hover .mo {
    display: none;
}
.pen-apv {
    position: absolute;
    right: 10px;
}
.keyboard-pos {
    position: fixed;
    bottom: 40px;
    right: 0;
}
.keyboard {
    border: 2px solid #22222E;
    border-radius: 8px;
    left: -180px;
}
.keyboard a {
    font-size: 0.875rem;
    letter-spacing: 0px;
    color: #22222E;
    padding: 10px 70px 6px 10px;
}


/*******payslip & tax summary css ****/

/*.nav-pills > li.active > a{
    background: black !important;
    color: #ffff !important;
}*/
.btn-tax {
    background: #f8f8f8;
    color: black;
    border-radius: 5px;
    font-size: 0.625rem;
    margin-left: 2px;
}
.btn-tax:hover {
    background: grey;
    color: #ffff;
}
.btn.btn-tax.active {
    background: black !important;
    color: #ffff !important;
}
.net-sal {
    color: #5C60F5;
}
/************tickets ************/

ul.c-ticket{
    padding: .15rem 0;
}
ul.c-ticket li {
    margin-bottom: 10px;
    list-style: none;
    padding-left: 0;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.28px;
    color: #22222E;
}
.badge-ticket {
    color: #22222ee6;
    background-color: #FFFFFF;
    border: 1px solid #22222E1A;
    border-radius: 5px;
}

.t-tip {
    width: 12px;
    margin-bottom: 2px;
}

/***********leave ***************/

ul.leave{
    padding: .15rem 0;
    overflow-y: auto;
}
ul.leave li {
    list-style: none;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.28px;
    color: #22222ecc;
}
.list-holidays {
    position: relative;
    display: block;
    padding: .15rem .90rem;
    margin-bottom: -33px;
    color: #22222ecc;
}


.ml-upl {
    margin-left: 11rem !important;
}
.samrthTip {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.hideText-leave {
    max-width: 48%;
    display: inline flow-root list-item;
}
.hideText2 {
    max-width:48%;
}
.hideText3 {
    max-width: 90%;
}
.dash-foot-card {
    color: #22222E !important;
}
.dash-text {
    letter-spacing: -0.28px;
    color: #22222E;
    font-weight: bold;
    font-size: 0.75rem;
}

.mr-px {
    margin-right: 2px;
}

.dashcard-scrollable {

    max-height: 20vh;

    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: rgba(33, 37, 41, 0.1) #fff;
}
.dashcard-scrollable:hover {
    scrollbar-color: rgba(112, 115, 246, 0.5) #fff;
}
.mb-6 {
    margin-bottom: 6px;
}


/*********** more to come **************/

.more-to-come {
    background: #F9F9FA;
    border: 1px dashed #70707033;
    border-radius: 12px;
}
.head-more-to-come {
    border: 1px dashed #70707033 !important;
}

/****** FOOTER ***********/

.foot-text-land {

}
.foot-text-land a{
    color: rgba(34, 34, 46, 0.5);
}



/********** Leave ****************************/
.selectBox {

    position: relative;
    padding: 12px;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-bottom: 1px solid #22222E29;
    background: #22222E05;
}
.selectBox:hover {
    border-bottom: 1px solid #22222E82;
    background: #fff;
}
.selectBox__value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.selectBox:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease-in-out;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.001' height='8.165' viewBox='0 0 14.001 8.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z' transform='translate(0 -59.382)'/%3E%3C/svg%3E");
}
.selectBox .dropdown-menu {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    display: block;
    top: 100%;
    width: 100%;
    max-height: 250px;
    z-index: -1;
    overflow-y: auto;
    transform: translateY(-15%);
    visibility: hidden;
}
.selectBox.show {
    background-color: #fff;
}
.selectBox.show:after {
    transform: translateY(-50%) rotate(180deg);
}
.selectBox.show .dropdown-menu {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    border: 2px solid #22222ECC;
}

/*** account setting *******/

.btn-view {
    background: #22222e0a;
    color: #22222E;
    border-radius: 5px;
    font-size: 0.625rem;
    margin-left: 2px;
}

.btn-view:hover {
    background: #22222e1a;
}
.last-update {
    font-weight: 500 !important;
}
.card-footer.head.last-update:hover {
    background: transparent !important;
}

.card-footer.head.last-update:hover span{
    background: transparent !important;
    color: #23232f80;
}
.reset-pwd {
    font-size: 0.625rem !important;
}
.ac-sett {
    border-bottom: none !important;
}
.pr-66 {
    padding-right: 66px;
}

.leftbar-scrollable::-webkit-scrollbar-track {
    background-color: red;
}



.leftbar-scrollable::-webkit-scrollbar-thumb {
    /* background-color: #babac0; */
    background-color: pink;
    /* border-radius: 16px;
    border: 2px solid #fff; */
}



.leftbar-scrollable::-webkit-scrollbar-thumb:hover {
    background-color: yellow;
}

/************* logout *********************/

.btn-logout {
    font-size: 1.063rem;
    background: #22222ecc;
    border-radius: 8px;
    color: #FFFFFF;
    letter-spacing: 1.28px;
    padding: 10px 40px;

}
.btn-logout:hover {
    background: #ff000099;
    color: #ffff;
    -webkit-transform: scale(1.1);
}

.btn-logout-cancel {

    font-size: 1.063rem;
    background: #22222E00;
    border-radius: 8px;
    color: #22222e80;
    letter-spacing: 1.28px;
    padding: 10px 40px;

}
.btn-logout-cancel:hover {
    background: #22222E14;
    -webkit-transform: scale(1.1);
}

.modal-content-2 {
    border-radius: 16px;
    padding: 10px;
}

.md-2 {
    padding-top: 1.5rem !important;
    padding-left: 15px;
}
.mdl-t {
    top: 50px;
}
.bg-mdl {
    background-color: #ffff;
}
.mx-wid {
    max-width: 540px;
}
.bb {
    border-bottom: none !important;
}
.pb-11 {
    padding-bottom: 11rem !important;
}

.md-pos {
    position: absolute;
    top: 0;
}
/*************other table******************/


/*************leave table******************/


/************************MEDIA QUERY************************************/

@media only screen and (max-width: 600px) {
    h5 {
        font-size: 1rem !important;
    }
    .text-foot {
        text-align: center !important;
    }
    .text-foot-1 {
        text-align: center;
    }
    .ft-1 {
        position: relative;
        bottom: 0px;
    }
    .nonm {
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        list-style: inside !important;
    }
    .wrapper {
        display: block !important;
    }
    .as-d {
        float: left;
        margin-left: 20px;
    }
    .pl-0 {
        padding-left: 1rem !important;
    }
    .pb-m {
        padding-bottom: 1rem !important;
    }
    .pt-m {
        padding-top: 1rem !important;
    }
    .wm {
        width: 100%;
    }
    .modal.left .modal-dialog, .modal.right .modal-dialog {
        width: 100%;
    }
    .mr-s {
        margin-right: 0;
    }
    .card-text {
        font-size: 0.688rem;
    }
    .wm-50 {
        width: 50%;
    }
    .leftbar-scrollable {
        display: none;
    }
    #sidebar-wrapper-level2 {
        display: none;
    }
    #wrapper-level2 {
        padding-left: 0;
    }
    .drpdwn-1 {
        position: relative;
        top: -20px;
    }
    .mid-fixed {
        position: relative;
        top: -11px !important;
    }
    .border-level-2 {
        border-left: none;
    }
    .togg-img {
        display: none;
    }
    .ml-mob {
        margin-left: -10px !important;
    }
    .dropdown {
        display: block;
        margin-right: 1rem;
    }
    .mr-mob {
        margin-right: 4rem;
    }
    .pm-0 {
        padding: 0 !important;
    }
    .mm-2 {
        margin-right: 2rem !important;
    }
    .pl-m {
        padding-left: 10px;
    }
    .pl-5 {
        padding-left: 1rem !important;
    }
    .pt-5 {
        padding-top: 1rem !important;
    }
    .border-top {
        border-top: none !important;
    }
    .lv-tab-drp {
        top: 0;
    }
}


@media(maz-width:768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0px;
    }

    #sidebarCollapse span {
        display: none;
    }
}


/* For 1024 Resolution */
@media only screen  and (min-device-width : 768px)
and (max-device-width : 1024px)
{
    .shah2 {
        display: none;
    }
}

@media (min-width: 1279px) {

}

/******* for Laptop with HiDPI screen & 4K Ultra HD Television **********/
@media (min-width: 1439px) {

}

.footer{
    z-index: 1090;
}