﻿@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 300 100 700;
    src: local('Material Symbols Outlined'), local('Material-Symbols-Outlined'), url(../fonts/Material-Symbols-Outlined.woff2) format('woff2');
    font-display: swap
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Regular.eot');
    src: url('../fonts/inter/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter/Inter-Regular.woff2') format('woff2'), url('../fonts/inter/Inter-Regular.woff') format('woff'), url('../fonts/inter/Inter-Regular.ttf') format('truetype'), url('../fonts/inter/Inter-Regulard.svg#Inter-Regulard') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Medium.eot');
    src: url('../fonts/inter/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/inter/Inter-Medium.woff2') format('woff2'), url('../fonts/inter/Inter-Medium.woff') format('woff'), url('../fonts/inter/Inter-Medium.ttf') format('truetype'), url('../fonts/inter/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-SemiBold.eot');
    src: url('../fonts/inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/inter/Inter-SemiBold.woff2') format('woff2'), url('../fonts/inter/Inter-SemiBold.woff') format('woff'), url('../fonts/inter/Inter-SemiBold.ttf') format('truetype'), url('../fonts/inter/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Bold.eot');
    src: url('../fonts/inter/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/inter/Inter-Bold.woff2') format('woff2'), url('../fonts/inter/Inter-Bold.woff') format('woff'), url('../fonts/inter/Inter-Bold.ttf') format('truetype'), url('../fonts/inter/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Light.eot');
    src: url('../fonts/inter/Inter-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/inter/Inter-Light.woff2') format('woff2'), url('../fonts/inter/Inter-Light.woff') format('woff'), url('../fonts/inter/Inter-Light.ttf') format('truetype'), url('../fonts/inter/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
:root {
    --Inter-font: 'Inter', system-ui, sans-serif;
    --primary-color: #0989FB;
    --primary-hover-color: #0989FB8f;
    --secondary-color: #0989FBa6;
    --font-color-dark: #2c2f32;
    --font-color-light: #fff;
    --light-gray-bg: #ebebeb;
    --Title-font: 'Work Sans', sans-serif;
    --b: #262626;
    --w: #54A2FF;
    --s: 2s;
    --table-head-color: #76b0f659;
    --color-danger: #D95454;
    --color-warning: #F99F4A;
    --color-success: #378A36;
    --color-success-hover: #378A3696;
    --color-danger-hover: #D9545496;
    --color-warning-hover: #F99F4A96;
}
.custom-theme #login-box h4.center {
    font-family: var(--Title-font);
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 27px;
    color: #121212;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none;
}

.custom-theme .login-container.theme-log .widget-login select.form-control {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: window;
}

.custom-theme .login-container.theme-log .widget-login .form-control {
    background: transparent !important;
    height: 40px;
    padding: 6px 28px;
    font-family: var(--Inter-font);
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.02em;
    border: 0;
    color: var(--font-color-dark);
    border-bottom: 1px solid #cbcbcb;
    border-radius: 0 !important;
    transition: border-width 0.3s ease-in-out !important;
    -webkit-transition: border-width 0.3s ease-in-out !important;
    -ms-transition: border-width 0.3s ease-in-out !important;
    -moz-transition: border-width 0.3s ease-in-out !important;
}

.custom-theme .login-container.theme-log .widget-login label {
    margin-bottom: 12px;
}

.custom-theme .login-container.theme-log input[type=checkbox].ace + .lbl, .custom-theme .login-container.theme-log input[type=radio].ace + .lbl {
    font-family: var(--Inter-font);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #8A8A8A;
    padding-left: 20px;
}

.custom-theme .login-container.theme-log .widget-login .input-icon-right i.ace-icon {
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    font-size: 30px;
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    margin: 0 !important;
    line-height: 17px;
}

.custom-theme .login-container.theme-log #login-box .toolbar a, .custom-theme .login-container.theme-log #forgot-box .center a, .custom-theme .login-container.theme-log #change-box a.back-to-login-link {
    font-family: var(--Inter-font);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: var(--primary-color);
}

.custom-theme .login-container.theme-log .widget-login .btn-block {
    width: 35%;
    height: auto;
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    border-radius: 6px !important;
    font-family: var(--Inter-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: var(--font-color-light) !important;
    margin: 20px auto 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 130% 100% !important;
    transition: 0.3s, background-position 0s;
    -webkit-transition: 0.3s, background-position 0s;
    -ms-transition: 0.3s, background-position 0s;
    -moz-transition: 0.3s, background-position 0s;
}

    .custom-theme .login-container.theme-log .widget-login .btn-block:hover, .custom-theme .login-container.theme-log .widget-login .btn-block:hover span {
        color: var(--primary-color) !important;
    }

.custom-theme .login-container.theme-log .widget-login a.btn-block span {
    color: var(--font-color-light) !important;
}

.custom-theme .login-container.theme-log .widget-login .btn-block i {
    display: none;
}

.custom-theme .login-body {
    background: transparent !important;
    background-size: 100% !important;
}

.custom-theme .login-container.theme-log #login-box, .custom-theme .login-container.theme-log #forgot-box, .custom-theme .login-container.theme-log #change-box {
    width: 100%;
    position: relative;
    height: auto;
    box-shadow: none;
}

.custom-theme .login-container.theme-log .login-right-box {
    width: 40%;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px #CCC;
}

.custom-theme .login-container.theme-log input[type=checkbox].ace + .lbl::before, .custom-theme .login-container.theme-log input[type=radio].ace + .lbl::before {
    background: linear-gradient(135deg, #EDEDED 0%, #FFFFFF 100%);
    box-shadow: -37px 37px 74px rgba(182, 182, 182, 0.2), 37px -37px 74px rgba(182, 182, 182, 0.2), -37px -37px 74px rgba(255, 255, 255, 0.9), 37px 37px 93px rgba(182, 182, 182, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(182, 182, 182, 0.5);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
}

.custom-theme .login-container.theme-log input[type=checkbox].ace:checked + .lbl::before, .custom-theme .login-container.theme-log input[type=radio].ace:checked + .lbl::before {
    background: linear-gradient(135deg, #7AC0FB 0%, #7CB5F2 100%) !important;
    box-shadow: -27px 27px 54px rgba(94, 138, 179, 0.2), 27px -27px 54px rgba(94, 138, 179, 0.2), -27px -27px 54px rgba(168, 244, 255, 0.9), 27px 27px 68px rgba(94, 138, 179, 0.9), inset 1px 1px 2px rgba(168, 244, 255, 0.3), inset -1px -1px 2px rgba(94, 138, 179, 0.5) !important;
    width: 17px;
    height: 17px;
    content: '';
    top: 1px;
    left: 0;
    position: absolute;
}
.custom-theme .login-container.theme-log .widget-login .input-icon-right i.fa-user:before {
    content: 'person';
}

.custom-theme .login-container.theme-log .widget-login .input-icon-right i.fa-lock:before {
    content: 'lock';
    font-size: 26px;
}

.custom-theme .login-container.theme-log .widget-login .form-control:focus {
    border-bottom: 2px solid var(--primary-color);
}

    .custom-theme .login-container.theme-log .widget-login .form-control:focus + i {
        color: var(--primary-color);
    }

.custom-theme .login-container.theme-log .widget-login .form-control.input-validation-error {
    border: 0 !important;
    border-bottom: 1px solid #C9302C !important;
    box-shadow: 0 1px #c9302c !important;
}

.custom-theme .login-container.theme-log .widget-login .login-select:focus {
    border-bottom: 1px solid var(--primary-color);
    box-shadow: 0 1px var(--primary-color) !important;
}

.custom-theme input:-webkit-autofill, .custom-theme input:-webkit-autofill:hover, .custom-theme input:-webkit-autofill:focus, .custom-theme input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.custom-theme .login-container.theme-log .widget-login .input-icon-right span.material-symbols-outlined {
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    font-size: 26px;
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
    transition: 0.3s;
    margin: 0 !important;
    line-height: 17px;
    position: absolute;
}

.custom-theme .login-container.theme-log .widget-login select.form-control:focus + span.material-symbols-outlined {
    transform: rotate(180deg);
    top: 28%;
}

.custom-theme .login-container.theme-log .widget-login label .input-focus span.material-symbols-outlined {
    color: var(--primary-color);
}

.custom-theme .login-container.theme-log .widget-login fieldset {
    display: flex;
    flex-direction: column;
}

.custom-theme .login-container.theme-log .widget-login button.btn-block:focus {
    outline: none;
}

.custom-theme.login-layout .main-content .login-body {
    position: relative;
    left: auto;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.custom-theme.login-layout .main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: url(../images/login-bg.png) no-repeat !important;*/
    background: #fff;
    background-size: 100% 100% !important;
}

.custom-theme .login-container.theme-log {
    margin: 0;
    width: 900px;
    height: 650px;
}

.custom-theme .log-container {
    display: grid;
    grid-template-columns: 7fr 5fr;
    margin: 20px auto 0;
    padding: 0;
    height: 480px;
}

    .custom-theme .log-container .login-banner {
        width: 100%;
        height: 100%;
        background: #f1f1f1;
        margin: 20px auto 0;
        box-shadow: 0 1px 3px #ccc;
        align-items: self-end;
    }

        .custom-theme .log-container .login-banner img {
            margin: 0 !important;
            width: 100%;
            height: 100%;
            object-fit: fill;
            border-radius: 15px 0 0 15px;
        }

    .custom-theme .log-container .login-banner {
        width: 100% !important;
        margin: 0;
        border-radius: 15px 0 0 15px;
    }

.custom-theme.login-layout .main-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: #9ed7e1;
    opacity: 0.2;
}

.custom-theme .login-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    align-items: end;
    position: fixed;
    bottom: 20px;
    width: 100%;
}

    .custom-theme .login-footer .powered-by {
        position: unset;
    }

    .custom-theme .login-footer .app-link {
        position: unset;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        align-items: flex-end;
    }

    .custom-theme .login-footer .powered-by p {
        margin: 0;
        font-size: 10px;
        color: var(--font-color-dark);
        text-align: right;
    }

    .custom-theme .login-footer .app-link p a img {
        width: 110px;
        height: 32px;
    }

    .custom-theme .login-footer .app-link p a {
        margin: 0;
    }

    .custom-theme .login-footer .powered-by img {
        width: 110px;
    }

.custom-theme .login-container .theme-log .widget-login button.btn-block:active {
    top: 0;
}

.custom-theme .login-container.theme-log input[type=checkbox].ace + .lbl:hover::before, .custom-theme .login-container.theme-log input[type=radio].ace + .lbl:hover::before {
    border-color: var(--primary-color);
}
.custom-theme.login-layout canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.custom-theme .login-center-content {
    width: 100%;
    height: 500px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 2px 3px #898989;
}

.custom-theme .login-image {
    width: 60%;
}

.custom-theme .login-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-theme .login-container.theme-log .widget-login label select#CompanyId {
    padding-left: 0;
    padding-right: 0;
    -webkit-appearance: none;
    -moz-appearance: inherit;
    border: 0;
}
.custom-theme .login-container.theme-log .widget-login .input-icon-right i.fa.fa-envelope:before {
    content: "mail";
    font-size: 22px;
}
.custom-theme .login-container.theme-log .widget-login button#btnLoginWithOTP {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    margin-top: 0 !important;
}
.custom-theme .login-container.theme-log .widget-login .divid {
    position: relative;
}
.custom-theme .login-container.theme-log .widget-login .divid span.or {
    top: 50%;
}
.custom-theme .login-container.theme-log #change-box .clearfix:before, .custom-theme .login-container.theme-log #change-box .clearfix:after {
    display: none;
}
.custom-theme .login-container.theme-log #change-box .clearfix {
    display: flex;
}
.custom-theme .login-container.theme-log #login-box .toolbar a:hover, .custom-theme .login-container.theme-log #forgot-box .center a:hover, .custom-theme .login-container.theme-log #change-box a.back-to-login-link:hover {
    color: var(--font-color-dark);
}
.custom-theme .login-center-content {
    background: #f1f1f1;
}
.custom-theme .login-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/login-map.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -430px -20px;
}
.custom-theme .login-image .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 650px;
    height: 620px;
    position: relative;
}
.custom-theme .login-image .img-container span {
    position: absolute;
    color: #fff;
    padding: 5px;
    font-size: 48px;
    border: 4px solid #fff;
    border-radius: 50%;
    cursor: default;
    transition: box-shadow 0.3s;
    font-weight: 300;
}
.custom-theme .login-image .img-container span:hover {
    box-shadow: 0px 1px 9px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 9px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 9px 7px rgba(0,0,0,0.2);
}
.custom-theme .login-image .img-container #recruitment {
    bottom: 45px;
    left: 284px;
    background: #8551bc;
}
.custom-theme .login-image .img-container #helpDesk {
    bottom: 78px;
    left: 166px;
    background: #277ce9;
}
.custom-theme .login-image .img-container #attendance {
    bottom: 161px;
    left: 84px;
    background: #85c636;
}
.custom-theme .login-image .img-container #visitor {
    top: 279px;
    left: 51px;
    background: #b0877b;
}
.custom-theme .login-image .img-container #payroll {
    top: 159px;
    left: 82px;
    background: #ff63ae;
}
.custom-theme .login-image .img-container #appraisal {
    top: 75px;
    left: 166px;
    background: #b091e7;
}
.custom-theme .login-image .img-container #hranaltics {
    top: 42px;
    right: 298px;
    background: #e2897d;
}
.custom-theme .login-image .img-container #training {
    top: 74px;
    right: 179px;
    background: #248bb4;
}
.custom-theme .login-image .img-container #travel {
    top: 157px;
    right: 97px;
    background: #819ac8;
}
.custom-theme .login-image .img-container #canteen {
    top: 273px;
    right: 66px;
    background: #9b86bf;
}
.custom-theme .login-image .img-container #mobile {
    bottom: 166px;
    right: 96px;
    background: #3bac8e;
}
.custom-theme .login-image .img-container #exit {
    bottom: 78px;
    right: 182px;
    background: #c52016;
}
.custom-theme .login-image .center-logo {
    position: absolute;
    top: 49.5%;
    left: 49%;
    transform: translate(-49.5%, -50%);
    width: 180px;
    height: 180px;
    background: transparent;
    border: 2px solid #2870f4;
    padding: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.custom-theme .login-container.theme-log .login-right-box .customer-log {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    position: absolute;
    width: 100%;
    top: 20px;
}
.custom-theme .login-image .img-container span .Module-name {
    border: 0;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 100%;
    left: 0;
    cursor: default;
    box-shadow: none !important;
    display: none;
    border-radius: 4px;
}
.custom-theme .login-image .img-container span:hover .Module-name {
    display: block;
    text-wrap: nowrap;
}
.custom-theme .login-image .img-container #appraisal .Module-name {
    background: #bf9dfb;
    top: 17px;
    left: -94px;
}
.custom-theme .login-image .img-container #payroll .Module-name {
    top: 78px;
    left: 0;
    background: #ff5eab;
}
.custom-theme .login-image .img-container #attendance .Module-name {
    left: -69px;
    top: 78px;
    background: #7fc430;
}
.custom-theme .login-image .img-container #helpDesk .Module-name {
    top: 78px;
    left: -11px;
    background: #287ae9;
}
.custom-theme .login-image .img-container #recruitment .Module-name {
    top: 75px;
    left: -18px;
    background: #854abc;
}
.custom-theme .login-image .img-container #hranaltics .Module-name {
    top: -50px;
    left: -19px;
    background: #e2897d;
}
.custom-theme .login-image .img-container #training .Module-name {
    top: 17px;
    left: 80px;
    background: #248db6;
}
.custom-theme .login-image .img-container #travel .Module-name {
    top: 77px;
    left: 0;
    background: #6c81ab;
}
.custom-theme .login-image .img-container #mobile .Module-name {
    top: 78px;
    left: -7px;
    background: #39deb4;
}
.custom-theme .login-image .img-container #exit .Module-name {
    top: 78px;
    left: -16px;
    background: #c52016;
}
.custom-theme .login-image .img-container span.animate {
    animation-duration: 0.75s;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-name: animate-fade;
    animation-timing-function: cubic-bezier(.26,.53,.74,1.48);
    animation-fill-mode: backwards;
    cursor: pointer;
}
.custom-theme .login-image .img-container span.animate.pop {
    animation-name: animate-pop;
}
@keyframes animate-pop {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1.1, 1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}
.custom-theme .login-image .img-container span.delay-1 {
    animation-delay: 0.9s;
}
.custom-theme .login-image .img-container span.delay-2 {
    animation-delay: 1.3s;
}
.custom-theme .login-image .img-container span.delay-3 {
    animation-delay: 1.6s;
}
.custom-theme .login-image .img-container span.delay-4 {
    animation-delay: 1.9s;
}
.custom-theme .login-image .img-container span.delay-5 {
    animation-delay: 2.2s;
}
.custom-theme .login-image .img-container span.delay-6 {
    animation-delay: 2.5s;
}
.custom-theme .login-image .img-container span.delay-7 {
    animation-delay: 2.8s;
}
.custom-theme .login-image .img-container span.delay-8 {
    animation-delay: 3.1s;
}
.custom-theme .login-image .img-container span.delay-9 {
    animation-delay: 3.4s;
}
.custom-theme .login-image .img-container span.delay-10 {
    animation-delay: 3.7s;
}
.custom-theme .login-image .img-container span.delay-11 {
    animation-delay: 4s;
}
.custom-theme .login-image .img-container span.delay-12 {
    animation-delay: 4.3s;
}
.custom-theme .login-image .img-container #visitor .Module-name {
    background: #b0877b;
    left: -58px;
    top: 78px;
}
.custom-theme .login-image .img-container #canteen .Module-name {
    background: #9b86bf;
    left: -41px;
    top: 77px;
}
.custom-theme .login-container.theme-log .widget-login .input-icon-right i.fa-lock:before {
    content: '';
    font-size: 26px;
    background: url(../images/login-pass.svg) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    background-position: center;
    display: block;
}
.custom-theme .login-container.theme-log .widget-login .input-icon-right i.fa-user:before {
    content: '';
    font-size: 26px;
    background: url(../images/login-user.svg) no-repeat;
    width: 25px;
    height: 24px;
    background-size: 100% 100%;
    background-position: center;
    display: block;
}
.custom-theme .login-image #ModulesModal {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 43;
    margin: auto;
    padding: 50px;
    background: #0000009c;
}
.custom-theme .login-image {
    position: relative;
}
.custom-theme .login-image #ModulesModal .login-content ul {
    margin: 30px 0 0;
    list-style: none;
    padding: 10px 20px 10px 30px;
}
.custom-theme .login-image #ModulesModal .login-content ul li {
    line-height: 17px;
    font-size: 13px;
    margin: 9px 0;
    position: relative;
}
.custom-theme .login-image #ModulesModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-theme .login-image #ModulesModal .modal-dialog .header-wrapper .table-header {
    background: transparent;
}
.custom-theme .login-image .in#ModulesModal {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.custom-theme .login-image #ModulesModal .modal-content {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    border-radius: 0;
}
.custom-theme .login-image #ModulesModal.out {
    transform: scale(1);
    animation: unfoldOut 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.custom-theme .login-image #ModulesModal.out .modal-content {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.custom-theme .login-image #ModulesModal .modal-content .header-wrapper {
    border: 0;
}
.custom-theme .login-image #ModulesModal .modal-content {
    padding: 10px 0;
}
@keyframes blink-text {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
.custom-theme .login-image #ModulesModal .login-content ul li:before {
    font-family: FontAwesome;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: -20px;
    color: #2881f8;
    content: "\f069";
}
.custom-theme .login-image #ModulesModal .modal-content .login-content #moduleheading {
    font-size: 20px;
    margin: 0;
    padding: 8px 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 8px 9px;
    color: #fff;
}
.custom-theme .login-image #ModulesModal .modal-content .header-wrapper .close {
    position: absolute;
    right: 10px;
    margin: 0;
    top: 7px;
    z-index: 1;
}
.custom-theme .login-image #ModulesModal .modal-content .header-wrapper .close span {
    color: #fff !important;
}
.custom-theme .login-image #ModulesModal .modal-content .header-wrapper {
    border: 0;
}
.custom-theme .login-image #ModulesModal .modal-content .header-wrapper .close:hover span {
    color: var(--color-danger) !important;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content #moduleheading span {
    font-size: 22px;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Recruitment {
    background-color: #8551bc;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Help {
    background-color: #277ce9;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Attendance {
    background-color: #85c636;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Visitor {
    background-color: #b0877b;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Payroll {
    background-color: #ff63ae;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Appraisal {
    background-color: #b091e7;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Analytics {
    background-color: #e2897d;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Training {
    background-color: #248bb4;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Travel {
    background-color: #819ac8;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Canteen {
    background-color: #9b86bf;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Mobile {
    background-color: #3bac8e;
}
.custom-theme .login-image #ModulesModal .modal-content .login-content .Exit {
    background-color: #c52016;
}
.custom-theme .login-container.theme-log .login-wrapper {
    height: calc(100% - 0px);
}
.custom-theme .login-container.theme-log .login-wrapper .login-center-content {
    height: 100%;
}
.custom-theme .login-container.theme-log {
    height: 100%;
    width: 100%;
}
.custom-theme .login-container.theme-log .widget-login .input-icon-right i.fa-mobile:before {
    content: 'phone_iphone';
    font-size: 26px;
}
.custom-theme .login-container.theme-log #login-box .toolbar .recover-links span {
    margin: 0 10px;
    font-size: 13px;
}
.custom-theme .login-container .login-wrapper .login-right-box .login-form-sec #login-box, .custom-theme .login-container .login-wrapper .login-right-box .login-form-sec #forgot-box, .custom-theme .login-container .login-wrapper .login-right-box .login-form-sec #forgot-user-box {
    height: auto;
    box-shadow: none;
    width: 85%;
}
.custom-theme .login-container .login-wrapper .login-right-box .login-form-sec {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-theme .login-container .login-wrapper .login-right-box .login-form-sec #forgot-user-box p.success-msg {
    font-size: 14px;
    text-align: center;
    margin: 40px 0;
}
.custom-theme .login-container.theme-log .widget-login .btn-block:after {
    content: "";
    width: 0;
    height: 44px;
    background: #fff;
    position: absolute;
    left: -1px;
    z-index: 0;
    transition: width 0.2s ease-out;
    border-radius: 6px;
}
.custom-theme .login-container.theme-log .widget-login .btn-block:hover:after {
    width: 101%;
    transition: width 0.2s ease-out;
    border: 1px solid var(--primary-color);
}
.custom-theme .login-container.theme-log .widget-login .btn-block span {
    z-index: 1;
}
.custom-theme .login-container .login-wrapper .login-right-box .login-form-sec {
    flex-direction: column;
}
.custom-theme .login-container .login-wrapper .login-right-box .login-form-sec .version-details {
    margin-top: 60px;
}
.custom-theme .login-container .login-wrapper .login-right-box .login-form-sec .version-details .version-date {
    display: flex;
    gap: 10px;
}
.custom-theme .login-container .login-wrapper .login-right-box .login-form-sec .version-details .version-date p {
    font-size: 12px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--primary-color);
}
.custom-theme .login-container .login-wrapper .login-right-box .login-form-sec .version-details .version-date span {
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 13px;
    color: var(--font-color-dark);
}
.custom-theme .login-container.theme-log .login-right-box .customer-log img {
    max-width: 300px !important;
    width: 100% !important;
    max-height: 150px;
}
.custom-theme .login-container.theme-log .widget-login label.psswrd .input-group-addon {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
}
.custom-theme .login-container.theme-log .widget-login label.psswrd {
    position: relative;
}
.custom-theme .login-container.theme-log .widget-login label.psswrd .input-group-addon a#BtnShowPassword {
    font-size: 19px;
    line-height: normal;
    color: var(--font-color-dark) !important;
}
.custom-theme .login-container.theme-log .widget-login label.psswrd .input-group-addon a#BtnShowPassword:hover {
    color: var(--primary-color) !important;
}
.custom-theme .login-container.theme-log .widget-login label.company span {
    padding-left: 30px;
    border-bottom: 1px solid #cbcbcb;
}
.custom-theme .login-container.theme-log .widget-login label.company span:before {
    content: '';
    font-size: 26px;
    background: url(../images/login-company.svg) no-repeat;
    width: 25px;
    height: 24px;
    background-size: 100% 100%;
    background-position: center;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
.custom-theme .login-image .img-container span.animate {
    width: 66px;
    height: 66px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.custom-theme .login-image .img-container span.animate img {
    object-fit: contain;
}
.custom-theme .CustomLogin-image {
    width: 60%;
}
.custom-theme .CustomLogin-image img {
    width: 100%;
    height: 100%;
}
.custom-theme .fade-scale .modal-dialog .modal-header button.close {
    font-size: 24px;
    font-weight: 400;
    color: var(--font-color-light) !important;
    opacity: 1;
    text-shadow: none;
    margin: 6px 0 0;
}
.custom-theme .login-body .loader-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0px 15px 15px 0px;
    background: rgba(255, 255, 255, 0.88);
    transition: 0.5s;
}
.custom-theme .loader-container .text-container {
    font-weight: 600;
    color: var(--font-color-dark);
    margin: 1rem 0px;
}
.custom-theme .loader-container img {
    mix-blend-mode: multiply;
}
.custom-theme .loader-container .text-container span {
    display: inline-block;
    animation: jump infinite 1s ease-out;
}
.loader-container .text-container span:nth-child(2), .loader-container .text-container span:nth-child(3) {
    animation-delay: 0.1s;
}
.loader-container .text-container span:nth-child(4), .loader-container .text-container span:nth-child(5) {
    animation-delay: 0.2s;
}
.loader-container .text-container span:nth-child(6), .loader-container .text-container span:nth-child(7) {
    animation-delay: 0.3s;
}
.loader-container .text-container span:nth-child(8), .loader-container .text-container span:nth-child(9) {
    animation-delay: 0.4s;
}
.loader-container .text-container span:nth-child(10), .loader-container .text-container span:nth-child(11) {
    animation-delay: 0.5s;
}
.loader-container .text-container span:last-of-type {
    margin: 0;
}
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(1rem);
    }
    100% {
        transform: translateY(0);
    }
}
.custom-theme .main-content-inner .loader-container {
    border-radius: 0;
    z-index: 100000;
}
.custom-theme #canvas {
    z-index: 1;
}
@media screen and (min-width:1367px) and (max-width: 1680px) {
    .custom-theme .login-container .login-wrapper .login-right-box .login-form-sec {
        position: relative;
        bottom: -50px;
    }
    .custom-theme .login-container .login-wrapper .login-right-box .login-form-sec .version-details {
        margin-top: 20px;
    }
}
@media only screen and (min-width:1024px) and (max-width: 1280px) {
    .custom-theme .login-center-content {
        height: 400px;
    }
    .custom-theme .login-container.theme-log {
        width: 870px;
    }
}
@media screen and (max-width: 1366px) {
    .custom-theme .login-container.with-video-sec {
        width: 85%;
        height: 600px;
    }
    .custom-theme .login-container.with-video-sec .login-videos .video-container img {
        height: 215px;
    }
    .custom-theme .login-center-content {
        height: 430px;
    }
    .custom-theme .login-container.theme-log .widget-login .btn-block span {
        font-size: 13px !important;
    }
    .custom-theme .login-container.theme-log .widget-login .btn-block {
        margin: 10px auto 10px !important;
        line-height: 19px;
        font-size: 13px !important;
        width: 60%;
    }
    .custom-theme #login-box h4.center {
        margin-bottom: 16px;
    }
    .custom-theme .login-container.theme-log .widget-login .form-control {
        height: 35px;
    }
    .custom-theme .login-container.theme-log .center img {
        width: 170px !important;
    }
    .custom-theme .login-container.theme-log {
        width: 100%;
    }
    .custom-theme .login-container .login-wrapper .login-right-box .login-form-sec {
        position: relative;
        bottom: -50px;
    }
    .custom-theme .login-container .login-wrapper .login-right-box .login-form-sec .version-details {
        margin-top: 20px;
    }
}
@media only screen and (min-width:1150px) and (max-width: 1200px) {

    .custom-theme .login-image .img-container #recruitment {
        bottom: 46px;
        left: 284px;
    }
    .custom-theme .login-image .img-container #helpDesk {
        bottom: 78px;
        left: 165px;
    }
    .custom-theme .login-image .img-container #attendance {
        left: 83px;
    }
    .custom-theme .login-image .img-container #visitor {
        left: 50px;
    }
    .custom-theme .login-image .img-container #payroll {
        left: 80px;
    }
    .custom-theme .login-image .img-container #appraisal {
        left: 165px;
    }
    .custom-theme .login-image .img-container #hranaltics {
        right: 299px;
    }
    .custom-theme .login-image .img-container #training {
        right: 179px;
    }
    .custom-theme .login-image .img-container #travel {
        right: 96px;
    }
    .custom-theme .login-image .img-container #canteen {
        top: 274px;
        right: 65px;
    }
    .custom-theme .login-image .img-container #mobile {
        right: 99px;
    }
    .custom-theme .login-image .img-container #exit {
        right: 182px;
    }
}
@media only screen and (min-width: 997px) and (max-width: 1024px) {
    .custom-theme .login-container.theme-log .widget-login .input-icon-right i.fa-lock:before {
        font-size: 23px;
    }
    .custom-theme .login-container.theme-log .widget-login .form-control {
        height: 30px;
        font-size: 12px;
    }
    .custom-theme .login-container.theme-log .widget-login button.btn-block {
        font-size: 12px !important;
        line-height: 19px;
        margin: 5px auto 10px !important;
    }
    .custom-theme .login-footer .app-link {
        flex-direction: column;
    }
}
@media screen and (max-width: 996px) {
    .custom-theme .login-center-content .login-image {
        display: none;
    }
    .custom-theme .login-container.theme-log .login-right-box {
        width: 100%;
    }
    .custom-theme .login-container.theme-log #login-box, .custom-theme .login-container.theme-log #forgot-box {
        margin: 0;
    }
    .custom-theme .login-center-content {
        width: 100%;
        margin: 20px auto;
        height: auto;
    }
    .custom-theme .login-footer {
        padding: 10px 20px;
        left: 0;
        bottom: 10px;
    }
    .custom-theme .login-footer .app-link {
        flex-direction: column;
    }
    .custom-theme #login-box h4.center {
        font-size: 23px;
        line-height: 14px;
    }
    .custom-theme .login-container.theme-log .center img {
        width: 150px !important;
    }
    .custom-theme .login-container.theme-log .widget-login button#btnLoginWithOTP span.bigger-110, .custom-theme .login-container.theme-log .widget-login .btn-block span.bigger-110 {
        font-size: 12px !important;
    }
    .custom-theme .login-container.theme-log .widget-login .btn-block {
        line-height: 17px;
        width: 60%;
        margin: 5px auto 10px !important;
    }
    .custom-theme .login-container.theme-log {
        width: 80%;
    }
    .custom-theme .login-container.theme-log {
        height: auto;
    }
    .custom-theme .login-container.theme-log #login-box .toolbar .recover-links {
        display: flex;
        flex-direction: column;
    }
    .custom-theme .login-container.theme-log #login-box .toolbar .recover-links a + span {
        display: none;
    }
    .custom-theme .login-container.theme-log #login-box .toolbar .recover-links a {
        margin: 4px 0;
    }
    .custom-theme .login-container.theme-log .login-right-box .customer-log {
        position: relative;
        top: 20px;
    }
    .custom-theme .login-container .login-wrapper .login-right-box .login-form-sec .version-details {
        margin-top: 30px;
    }
    .custom-theme .login-container .login-wrapper .login-right-box .login-form-sec {
        height: auto;
        bottom: -30px;
    }
}

@media screen and (max-height:600px) {
    .custom-theme .login-container.theme-log .login-right-box .customer-log {
        padding: 0px 0 30px;
    }
    .custom-theme .login-container.theme-log .login-right-box .customer-log img {
        max-height: 110px;
    }
    .custom-theme .login-container .login-wrapper .login-right-box .login-form-sec {
        bottom: -34px;
    }
    .custom-theme .login-container.theme-log .widget-login .btn-block {
        margin: 6px auto 6px !important;
    }
    .custom-theme .login-footer {
        bottom: 8px;
    }
    .custom-theme .login-container .login-wrapper .login-right-box .login-form-sec .version-details {
        margin-top: -1px;
    }
}