/* Minification failed. Returning unminified contents.
(234,43): run-time error CSS1046: Expect comma, found '0'
(234,47): run-time error CSS1046: Expect comma, found '/'
(235,35): run-time error CSS1046: Expect comma, found '0'
(235,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;
}

/*Wallsoft Logo*/
.logo_lg {
    height: 100%;
    margin-left: 2px;
    display: inline-block;
}

.topbar .topbar-left .logo {
    height: 100%;
    margin-left: 2px;
    margin-top: 5px;
    display: inline-block;
}


.navbar-custom .financialyear-select {
    margin: 24px 14px 14px 0;
    display: inline-block;
}

/*    .navbar-custom .financialyear-select .nice-select {
        padding-left: 0;
        border: 0;
        color: #fff;
        border-radius: 0;
        background: transparent;
    }
        .navbar-custom .financialyear-select .nice-select .list {
            color: #2d3648;
        }*/
    .navbar-custom .financialyear-select .nice-select:after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        height: 6px;
        width: 6px;
        right: -3px;
    }
    .navbar-custom .financialyear-select .nice-select {
        padding: 2px 6px;
        border: 0;
        color: #fff;
        border-radius: 6px;
        background: transparent;
        font-weight: 300;
    }

        .navbar-custom .financialyear-select .nice-select .list {
            margin-top: 10px;
            border-radius: 4px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            padding: 6px 0;
            color: #2d3648;
        }

        .navbar-custom .financialyear-select .nice-select .option {
            padding: 8px 16px;
            line-height: 22px;
            min-height: 32px;
            border-radius: 6px;
            margin: 2px 6px;
            transition: all 0.2s ease;
        }

            .navbar-custom .financialyear-select .nice-select .option:hover {
                background-color: #f2f3f5;
            }

            .navbar-custom .financialyear-select .nice-select .option.selected {
                font-weight: 600;
            }

.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 {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

    .met-profile .met-profile-main .met-profile-main-pic .img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center top;
    }

.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 (max-width:991px){
    .navbar-custom .topbar-nav li.lang-year-list>h4 {
    line-height: 50px;
    font-size: 14px;
}
.card{
    min-height: 95%;
}
}
@media (max-width:767px){
    .card.crm-data-card .card-body .row   {
    flex-direction: column;
    justify-content: center;
    align-items: anchor-center;
}
.card.crm-data-card .card-body .row .col-8 ,.card.crm-data-card .card-body .row .col-4 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
}
.dash-data-card h3, .crm-data-card h3 {

    font-size: 20px;
    text-align: center;
}

.card.crm-data-card .card-body .row .col-8 p.text-muted {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 640px) {
    .enlarge-menu.enlarge-menu-all .topbar .topbar-left {
        width: auto;
        padding-left: 10px;
    }

    .topbar .topbar-left .logo .logo_lg {
        object-fit: contain;
        max-width: 140px;
    }
    
}

@media(max-width:400px){
    .navbar-custom .nav-link .button-menu-mobile {
    padding: 0 5px;
}
.topbar .topbar-left{
        width: 170px;
}
.navbar-custom .topbar-nav li.lang-year-list{
    display: none;
}
.left-sidenav{
        min-width: 170px;
    max-width: 170px;
        padding: 20px 10px;
}

.left-sidenav-menu li > a {
    font-size: 10px;
 
    padding: 10px 5px;
   
}
.left-sidenav-menu li > a i {
    width: 12px;

    font-size: 10px;
   
    margin-right: 5px;
}
.left-sidenav-menu li ul li > a{
    font-size: 10px;
}
}
