/* Minification failed. Returning unminified contents.
(178,43): run-time error CSS1046: Expect comma, found '0'
(178,47): run-time error CSS1046: Expect comma, found '/'
(179,35): run-time error CSS1046: Expect comma, found '0'
(179,39): run-time error CSS1046: Expect comma, found '/'
 */
.loadingPanel {
    background-image: url(../Images/Loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    cursor: wait;
    text-align: center;
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
}

.field-validation-error {
    font-size: 12px;
    color: #ff0000;
}

.account-body .auth-card .auth-logo-box .auth-logo {
    border-radius: 4px;
}

.topbar .topbar-left .logo .logo_lg {
    height: auto;
    margin-left: 2px;
    display: inline-block;
}

.navbar-custom .financialyear-select {
    margin: 14px 14px 14px 0;
    display: inline-block;
}

    .navbar-custom .financialyear-select .nice-select {
        padding-left: 0;
        border: 0;
        color: #7081b9;
        border-radius: 0;
    }

.col-form-label {
    padding-left: 0;
    padding-right: 0;
}

input.table-input {
    width: 100%;
}

.page-wrapper {
    width: calc(100% - 270px)
}

.enlarge-menu .page-wrapper {
    width: 100%;
}

.steps .tablist {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 20px 0;
    justify-content: space-between;
}


    .steps .tablist li {
        width: 100%;
        padding: 10px 0;
        border-radius: 30px;
        position: relative;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        flex-wrap: wrap;
    }

        .steps .tablist li + li {
            padding-left: 15px;
        }

        .steps .tablist li .icon {
            color: #1761fd;
            padding-right: 10px;
            font-size: 20px;
        }

        .steps .tablist li .number {
            height: 50px;
            width: 50px;
            background-color: rgba(23,97,253,0.1);
            color: #1761fd;
            border: 2px solid #1761fd;
            margin-left: 10px;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            line-height: 50px;
            border-radius: 30px;
        }

        .steps .tablist li.active {
            color: #1761fd;
        }

            .steps .tablist li.active .number {
                background-color: #1761fd;
                color: #ffffff;
            }

        .steps .tablist li:nth-child(2) .icon {
            color: #1eca7b;
        }

        .steps .tablist li:nth-child(3) .icon {
            color: #fd3c97;
        }

        .steps .tablist li:nth-child(4) .icon {
            color: #ffb822;
        }

        .steps .tablist li:last-child .icon {
            color: #0dc8de;
        }

.leave-type div + div {
    margin-left: 15px;
}

.leave-type div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .leave-type div span {
        height: 16px;
        width: 16px;
        display: block;
        border-radius: 30px;
        margin-right: 5px;
    }

.auth-page .FinancialYear {
    line-height: 25px;
    height: 38px;
}

    .auth-page .FinancialYear .list {
        width: 100%;
        border-radius: 20px;
    }

.met-profile .met-profile-main .met-profile_user-detail .met-user-name {
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.met-profile .met-profile-main .met-profile-main-pic {
    height: 128px;
    width: 128px;
}

    .met-profile .met-profile-main .met-profile-main-pic .img {
        height: 100%;
        width: 100%;
    }

.language-dropdown {
    position: fixed;
    right: 15px;
    top: 15px;
    -webkit-box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 14%) !important;
}

.language-dropdown .nice-select {
    border: none;
    background-color: #e8f0fe;
    color: #303e67;
    min-width: 105px;
}

.lang-year-list .financialyear-select i{
    display: none;
}
.lightpick{
    z-index:9 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .enlarge-menu .page-wrapper {
        width: 100%;
        padding-left: 0 !important;
    }

    .page-wrapper {
        width: 100%;
        padding-left: 270px;
    }
}

@media screen and (max-width: 1024px) {
    .page-wrapper {
        width: 100%;
    }
    .toggle-menu-bar {
        position: absolute;
        left: -10px;
        top: 0;
        z-index: 999;
    }
    .lang-year-list .nice-select .current{
        display: none;
    }
    .lang-year-list .financialyear-select {
        display: flex;
        align-items: center;
        margin-right: 5px;
    }
    .lang-year-list .financialyear-select i{
        color: #7081b9;
        display: block;
        font-size: 18px;
    }
    .lang-year-list .nice-select{
        padding-right: 22px;
    }
    .lang-year-list .nice-select .list {
        left: auto;
        right: 0;
    }
    
}

@media screen and (max-width: 640px) {
    .enlarge-menu.enlarge-menu-all .topbar .topbar-left {
        width: auto;
        padding-left: 35px;
    }

    .topbar .topbar-left .logo .logo_lg {
        max-width: 110px;
    }
}

