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

/* Samarth eGov - v3 Theme */
html,
body {
    font-family: 'Work Sans';
    background-color: #f8f8f8;
    font-size: 90%;
    transition: none !important;
    transform: none;
}

/*Text / Typography / Content*/
h5 {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: #22222E;
    margin-bottom: -3px;
}

h6 {
    letter-spacing: -0.28px;
    color: #0000009c;
    margin-left: 5px;
    margin-right: 10px;
    font-size: 0.875rem;
    font-weight: 600;
}

/*Link*/
a:hover {
    text-decoration: none;
}

/*Blocks*/
.block {
    width: 100%;
}

/*Breadcrumbs*/
.breadcrumb-item.active {
    color: rgb(34, 34, 46, 0.8);
    font-weight: 500;
}

.breadcrumb-item a:hover {
    color: rgb(0, 0, 0, 1);
}

.breadcrumb-item a {
    color: rgb(34, 34, 46, .8);
}

.breadcrumb-item + .breadcrumb-item::before{
    opacity: .5;
}

.breadcrumb {
    background-color: #ffff;
    margin-bottom: 0px !important;
}

.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;
}

/*offcanvas*/
.offcanvas {
    z-index: 1111;
}

.offcanvas-backdrop {
    z-index: 1100;
}

.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;
}

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

/*List*/
/*******table list in numbers styling*********/
ul.numb {
    display: flex;
    list-style: none;
    padding-left: 8px;
}

ul.numb li {
    width: 34px;
    height: 32px;
    padding: 2px;
    color: rgb(0, 0, 0, 0.6);
    text-align: center;
    font-size: 0.875rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #22222E1F;
    border-radius: 8px;
    margin-left: 8px;
    font-weight: 600;
}

ul.numb li:hover {
    background: #22222E05;
    border: 1px solid #22222E1F;
    color: rgb(34, 34, 46, 0.8);
    font-weight: bold;
}

ul.numb li:active {
    background: #5C60F50A 0% 0% no-repeat padding-box;
    border: 1px solid #5C60F529;
    color: rgb(92, 96, 245, 0.88);
}

ul.CTAs {
    padding: 20px
}

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


/*extra css*/
.record {
    color: #22222E;
    font-weight: bold;
}

.bl {
    color: #5C60F5;
}

.head {
    color: rgba(34, 34, 46, 0.5);
    letter-spacing: -0.28px;
}

/*other*/
/*Positioning*/
.ft-1 {
    position: relative;
    bottom: 0px;
}

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

.side-fixed {
    position: sticky;
    top: 71px !important;
    right: 0;
    left: 0;
}

/*Progress Bar*/
.progress {
    height: 1.75rem;
    border-radius: 8px 0px 0px 8px;
}

.progress-bar-teaching {
    background-color: #08DECF;
}

.progress-bar-nonteaching {
    background-color: #FF9B61;
}

/*reports page css*/
.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;
}

/*Wrapper - Below Top Nav Bar*/
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch
}

/*Site Left Sidebar*/
/*leftbar - div*/
.leftbar {
    position: sticky;
    min-height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    top: 0px;
    z-index: 1000;
}

/*leftbar - div - nav*/
#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #ffffff;
    transition: all 0.3s
}

#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: 15px;
    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: "\25CF";
    padding: 8px;
    /*color: rgb(34,34,46,0.9);*/
    font-size: 6px;
    position: relative;
    top: -3px;
}

.menu-heading a::before {
    content: "" !important;
    padding-left: 0 !important;
    /*color: rgb(34,34,46,0.9);*/
    font-size: 6px;
    position: relative;
    top: -3px;
}

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

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

#sidebar:hover .leftbar-scrollable::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.2);
}

.sidebar-elements.inner-menu {
    list-style: none;
    margin-block-start: 0em;
    margin-inline-start: 0px;
    padding-inline-start: 0px;
}

.sidebar-elements.inner-menu .level-2 li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.level-2 li a {
    padding: 0px;
}

/*leftbar - div - nav - ul*/
.leftbar-scrollable {
    min-height: calc(100vh);
    max-height: calc(100vh);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: rgba(33, 37, 41, 0.1) #fff;
    padding-bottom: 40px !important;
}

.leftbar-scrollable:hover {
    scrollbar-color: rgba(112, 115, 246, 0.5) #fff;
}

.leftbar-scrollable::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

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

.leftbar-scrollable::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.12);
    margin-top: 12px;
}

.leftbar-scrollable::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.8) !important;
}

#sidebar-wrapper-level2::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

#sidebar-wrapper-level2::-webkit-scrollbar-track {
    background: inherit;
}

#sidebar-wrapper-level2::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.05);
    margin-top: 12px;
}

#sidebar-wrapper-level2:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.2);
}

#sidebar-wrapper-level2::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}

/*Content*/
#content {
    width: 100%;
    /*padding-top: 48px;*/
    /*max-height: calc(100vh - 80px);*/
    transition: all 0.3s
}

/*Content - Row Inner*/
.row-inner {
    padding: 0 1rem;
}

.inner-content {
    margin-bottom: 16px;
}

/*Page Level Menu*/
.page-level-menu {
    /*position: sticky;*/
    top: 48px;
    /*margin-bottom: 22px;*/
    z-index: 99;
    padding: 1rem 0;
}

#sidebar-wrapper-level2 {
    margin-top: 0px;
}

.inner-content {
    margin-top: 16px;
}

.badge-ctrl {
    color: rgba(34, 34, 46, 0.5);
    background-color: #f0f3f6;
}

.pen-apv {
    position: absolute;
    right: 10px;
}

/*Inner Content*/
.inner-content {

}


/*Scrollbar*/
::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(34, 34, 46, 0.08);
}

::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.4);
    margin-top: 12px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.8) !important;
}


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

/* Toggle Styles */

#sidebar-wrapper-level2 {
    z-index: 0;
    position: sticky;
    top: 0px;
    background: white;
    padding-top: 12px;
    /*margin-left: -250px;*/
    overflow-y: auto;
    min-height: calc(100vh);
    max-height: calc(100vh);
}

#page-content-wrapper-level2 {
    padding: 20px;
    position: relative;
    width: 100%;
}

/*Search*/
.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: 500;
    font-size: 0.8rem;
    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;*/
/*}*/

.fa-search:hover {
    content: "\f002";
}

.mr-s {
    margin-right: 1rem;
}


/****** 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-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: 500;
    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;
    border-radius: 8px;
}

.form-control:focus {
    border: 2px solid #5C60F5CC !important;
    border-radius: 8px;
    box-shadow: none;
}

input {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #ced4da;
}

input:focus {
    border: 2px solid #5C60F5CC !important;
    border-radius: 8px;
    box-shadow: none;
}

.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;
}

.form-left-border {
    border-left: 3px solid #6b83f5;
}

.form-left-border-red {
    border-left: 3px solid #f56b6b;
}

.pass-guide p {
    color: #22222ebf !important;
}

.pass-guide:hover p {
    color: #22222E !important;
}

.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;
}

.head-404 {
    text-align: center;
    font-size: 1.313rem;
    font-weight: 600;
    letter-spacing: 0px;
    color: #22222E;
}

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

.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;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bottomslide {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes rightslide {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@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;
    }
}

.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;
}

.parent-menu {
    list-style: none;
    margin-block-start: 0em !important;
    padding-inline-start: 0px;
}

.main-content-2 {
    padding: 24px 24px 60px 24px;
}

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


/* ----- scholar edit css ------*/
.inp-id {
    background: #22222E0A 0% 0% no-repeat padding-box;
    border-radius: 8px 8px 0px 0px;
    opacity: 1;
    font-size: 0.938rem;
    width: 100%;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-bottom: 1px solid #22222E29;
}

.inp-id:hover {
    background: #22222E00 0% 0% no-repeat padding-box;
    border-radius: 8px 8px 0px 0px;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-bottom: 1px solid #22222E29;
    opacity: 1;
}

.inp-id:focus {
    background: #22222E0A 0% 0% no-repeat padding-box;
    border-radius: 8px 8px 0px 0px;
    opacity: 1;
    border: 1px solid #22222E29;
}

.inp-id::placeholder {
    letter-spacing: 0px;
    color: #22222E;
}

.inp-id:hover::placeholder {
    color: #22222E;
}


/*custom upload elements*/
.customfile-input {
    position: absolute;
    height: 40px;
    cursor: pointer;
    background: transparent;
    border: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: 999;
}

.customfile {
    background: #22222E0A;
    cursor: pointer;
    overflow: hidden;
    padding: 2px;
    border-radius: 8px 8px 0px 0px;
    position: relative;
    height: 29.5px;;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-bottom: 1px solid #22222E29;
    /* ##2 ++ */
    white-space: nowrap;
}

.customfile-disabled {
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: default;
}

.customfile-feedback {
    /*display:    block;*/
    margin: 1px 1px 1px 5px;
    font-size: 1.2em;
    color: #22222E;
    font-style: italic;
}

.customfile-feedback-populated {
    color: #22222E66;
    font-style: normal;
    font-weight: bold;
}

.customfile-button {
    color: aliceblue;
    float: right;
    text-align: center;
    text-decoration: none;
}

.customfile-hover .customfile-button,
.customfile-focus .customfile-button {
    padding-right: 12px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #5C60F5;
    opacity: 1;
}

.customfile-focus .customfile-button {
    outline: 1px dotted #ccc;
}


/************************************** DASHBOARD ***************************************/
ul.level-2 {
    padding: 0.2rem 0rem;
    line-height: 3.2;
}

ul.level-2 li {
    list-style: none;
    color: #040418;
}

ul.level-2 li a {
    color: #22222E;
    padding: 10px;
}

ul.level-2 li a::before {

    padding: 8px;
    color: rgb(34, 34, 46, 0.9);
    font-size: 0.44rem;
    position: relative;
    top: -2px;
}

ul.level-2 li a:hover {
    color: black;
}

ul.level-2 li.active {
    color: #000;
    font-weight: 500;
    background-color: #e6e8ee;
    border-radius: 8px;
}

.border-level-2 {
    border-left: 1px solid #dee2e6;
}


/*********** new design css ********************/

.arrow {
    color: #22222e66;
    font-size: 0.625rem;
}

ul.emp-serv li {
    list-style: none;
    letter-spacing: -0.26px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

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;
}

.foot-icon {
    float: right;
    font-weight: 500;
    color: #23232f80;
    text-align: center;
    padding-top: 5px;
    width: 28px;
    height: 28px;
}

.ja {
    color: #22222E;
}


/*Keyboard Shortcut*/
.keyboard-pos {
    position: fixed;
    bottom: 32px;
    right: -6px;
    z-index: 1000;
}

.keyboard {
    border: 2px solid #22222E;
    border-radius: 8px;
    left: -180px;
}

.keyboard a {
    font-size: 0.875rem;
    letter-spacing: 0px;
    color: #22222E;
    padding: 10px 100px 10px 10px;
}

.keyboard-main a {
    padding: 10px 100px 6px 10px;
    margin-bottom: 3px;
}

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

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;
}

ul.caff li.samrthTip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.875rem;
}

ul.caff li.hideText2 {
    max-width: 50%;
}

ul.caff span {
    margin-left: 8rem;
    position: relative;
    padding: .15rem .90rem;
    top: 6px;
    font-size: 0.875rem;
    color: #22222e80;
}

.ml-upl {
    margin-left: 11rem !important;
}

.samrthTip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hideText2 {
    max-width: 48%;
}

.dash-text {
    letter-spacing: -0.28px;
    color: #22222E;
    font-weight: bold;
    font-size: 0.75rem;
}

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

#myLeave {
    width: 100%;
    padding: 12px 20px 12px 40px;
    border: 1px solid #22222E29;
    /*margin-bottom: 12px;*/
    padding: 5px;
    border-radius: 8px;
}

#myLeave:hover {
    border: 1px solid;
}

#myLeave:focus {
    border: 1px solid #5C60F5CC;
}

#myLeave:focus:hover {
    border: 1px solid #5C60F5CC;
}

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

.pr-66 {
    padding-right: 66px;
}

.hover-switch > img {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}


/* * Show the last image by default*/
.hover-switch > img:last-of-type {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}


/** Hide the last image on hover**/
.hover-switch:hover > img:last-of-type {
    opacity: 0;
}

.togg-img {
    position: absolute;
    left: 88px;
    top: 94px;
}

.col-img {
    position: fixed;
}


/*payslip & tax summary*/
.net-sal {
    color: #5C60F5;
}

.form-login img {
    width: 100% !important;
    height: 64px !important;
    object-fit: scale-down;
    margin-top: 12px;
}

.logo-univ {
    width: 100% !important;
    height: 64px !important;
    object-fit: scale-down;
}

/*Help Block*/
p.help-block.help-block-error {
    font-size: .8rem;
}

.has-error .help-block,
.has-error .file-preview,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #FF393F;
}

.has-error .control-label,
.has-success .control-label {
    color: #292727;
}

.has-success .form-control {
    border: 2px solid rgba(92, 96, 245, .8);
    background-color: rgba(92, 96, 245, .05);
    opacity: 1;
}

.has-error .form-control:focus {
    box-shadow: none;
    border-color: #2d3881;
}

.has-error .form-control {
    background-color: #fff2f2;
    border-width: 2px;
    border-color: #ff8285;
}

.main-logo-dashboard img {
    margin-top: -16px;
}


.emp-serv.pl-0 li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge-ctrl {
    padding: 0.6em 0.8em;
}


.footer {
    z-index: 1080;
}


.pl-wrapper {
    padding-left: 10px !important;
}

.img-nav {
    display: none;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-scroll {
    white-space: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
}


.empty-state-text {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.6;
}


.form-pad {
    margin-bottom: 48px;
}

form div.required label.control-label:after {
    content: " * ";
    color: red;
}

.level-2 .border-bottom {
    margin-bottom: 16px;
}


.slide-arrow {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 8px;
    background: rgba(255, 255, 255, 1);
    border-radius: 40px;
    color: rgba(111, 115, 247, 0.7);
    transition: all ease-in 0.2s;
}

.slide-arrowClicked {
    top: 48px;
    transition: all ease-in 0.2s;
    transform: rotate(180deg);
    right: -44px;
    background: #7f83f7;
    color: white;
    border-radius: 8px;
}

.slide-arrow:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(111, 115, 247, 1);
}

a.color-inherit {
    color: inherit;
}

body {
    overflow-x: hidden;
}


.ui-widget-header {
    background: white;
    border: 1px solid #f8f8f8;
}

.ui-datepicker-month {
    border: 1px solid #f8f8f8;
}

.ui-datepicker-year {
    border: 1px solid #f8f8f8;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: white;
    border: 1px solid #f8f8f8;
}

.ui-state-default:hover {
    background: rgba(92, 118, 245, 0.1) !important;
    color: rgba(92, 118, 245, 1);
}

.ui-state-hover {
    background: #f8f8f8;
    border: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border: none;
    background: #f8f8f8;
}

.ui-datepicker-calendar tr {
    border: none !important;
}

.ui-widget.ui-widget-content {
    border: 2px solid #7e81f8;
    padding: 12px 8px;
    border-radius: 10px;
}

.ui-datepicker-header.ui-widget-header {
    margin-bottom: 12px;
}

.ui-datepicker-calendar thead {
    margin-bottom: 8px;
}

.bg-purple {
    background: #5C76F5 !important;
}


ul.level-2 li {
    margin-bottom: 4px;
}

.s2-togall-button {
    color: #0a0a0a;
}

/*Page*/
.page-item.active .page-link {
    background-color: #6f73f7;
    border-color: #6f73f7;
}

.page-link {
    color: #6f73f7;
}

.page-link:hover {
    background-color: rgba(111, 115, 247, 0.1);
}

/*Docs.samarth iframe*/
.iframe-docs {
    height: 88vh;
    border: solid 1px rgba(0, 0, 0, .1);
}

/*Profile Image*/
#profile-image-upload-buttons {
    margin-top: 12px;
}

#profile-image-upload-buttons .mdi {
    color: white;
}

#profilefileupload {
    display: none;
}

/* Bootstrap 5 Adaptation Styles from BS 4 */

a {
    text-decoration: none;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

hr {
    opacity: .12;
}

h3.text-body {
    font-size: 20px;
}

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

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

.badge-ctrl {
    color: rgba(34, 34, 46, 0.5);
    background-color: #f0f3f6;
}


.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.as-d {
    float: right;
}

.form-group {
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}

.submit-button {
    margin-top: 12px;
    margin-bottom: 12px;
}

h4.text-body {
    font-size: 18px;
}

.bold-field-font {
    font-weight: 500;
}

.mdi {
    display: contents !important;
}

h3.text-underline {
    text-decoration: underline;
}

h5.text-body {
    font-size: 14px;
}

/** Text area and input Styling **/

textarea.form-control {
    min-height: calc(4.5em + 0.75rem + 2px);
}

input.height-auto {
    height: auto;
}

.form-control.search {
    background-color: #fbfbfb;
    height: auto;
}

.form-control.search:hover {
    background-color: #fff;
    border-color: #bbc2c9;
}

/** Opacity Hover **/

.opacity-25-hover:hover {
    opacity: .25 !important;
}

.opacity-50-hover:hover {
    opacity: .5 !important;
}

.opacity-75-hover:hover {
    opacity: .75 !important;
}

.opacity-100-hover:hover {
    opacity: 1 !important;
}

a {
    color: #6f73f7;
    opacity: 0.9;
}

a:hover {
    color: #6f73f7;
    opacity: 1;
}

.switch {
    padding-top: 0px !important;
}

input[type=checkbox] {
    min-height: 15px;
    height: auto;
    padding-left: 8px;
}

input:focus-visible {
    border: 2px solid #5C60F5CC !important;
    outline: none;
}

.slide-arrow {
    z-index: 99;
}

#leave-authority-report_filter {
    margin-bottom: 32px;
    margin-top: 16px;
}

.dt-buttons {
    margin-bottom: 32px;
    margin-top: 20px;
}

.alert-primary {
    color: #ffffff;
    background-color: #5c76f5;
    border-color: #5c76f5;
    border-radius: 8px;
}

.alert-primary.alert-dismissible .btn-close {
    filter: invert(1);
}

.alert-danger {
    color: #ffffff;
    background-color: #ff6f6f;
    border-color: #ff6f6f;
    border-radius: 8px;
}

.alert-danger.alert-dismissible .btn-close {
    filter: invert(1);
}

.endowment-image {
    max-width: 360px;
    border-radius: 16px;
}

.dropdown-item .row {
    margin-bottom: 0px !important;
}

li.breadcrumb-item {
    max-width: 240px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 3px;
}

div#w2 {
    z-index: 1113 !important;
}

.bg-primary {
    background-color: rgba(92, 96, 245, .88) !important;
}

.line-height-2 {
    line-height: 2;
}

.login {
    margin-bottom: 80px;
}

:lang(hi) {
    font-family: "Noto Sans" !important;
}

.mt-nt svg {
    margin-top: -3px;
    margin-right: 2px;
}

.border-custom {
    border-top: solid 1px #dee1e5;
    margin-top: 12px;
    margin-bottom: 12px !important;
}

.menu-head {
    opacity: 0.75;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding-top: 4px !important;
    color: grey !important;
}

input[type="radio"] {
    height: .9rem;
}

.password-policy {
    padding-inline-start: 24px;
    color: rgba(41, 39, 39, 0.5);
}

.password-policy li:hover {
    color: rgba(41, 39, 39, 1);
}

.w-max {
    width: max-content;
}

.min-height-600 {
    min-height: 56vh;
}

.max-height-scroll {
    max-height: 56vh;
    overflow: auto;
    border-radius: 8px;
    border: solid 1px #ececec;
}

.breadcrumb-item {
    text-transform: capitalize;
}

.card-header {
    text-transform: capitalize;
}

label.control-label {
    padding-bottom: 6px;
}

.print-footer {
    display: none;
}

@media print {

    @page {
        margin: 0cm;
        size: A4;
        background-color: #f8f8f8;
    }

    .container, .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
    }

    html, body {
        page-break-before: auto;
        page-break-after: auto;
        overflow: hidden;
        background-color: #f8f8f8;
    }

    .navbar, .page-level-menu, .footer, .keyboard-pos, .offcanvas, #sidebar-wrapper-level2, .leftbar {
        display: none !important;
    }

    .inner-content.col-lg-10 {
        width: 100%;
    }

    #content {
        padding-top: 0px;
    }

    .print-footer {
        display: block;
        margin-top: 16px;
    }

    table .td {
        font-size: 8px !important;
    }

    table {
        border-spacing: 0px;
        table-layout: inherit;
        margin-left: auto;
        margin-right: auto;
    }

}

.btn:first-child:hover{
    border-color:  inherit;
}

#employee-id,.is-bs4.kv-grid-bs4 .card-header {
    position: initial;
    z-index: 0;
}

.required-star label:after {
    content: '*';
    color: red!important;
}

input[type="radio"] {
    height: .9rem;
}