/* latin-ext */
@font-face {
    font-family: 'Niconne';
    font-style: normal;
    font-weight: 400;
    src: url('/css/app/fonts/w8gaH2QvRug1_rTfnQKn2W4O.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Niconne';
    font-style: normal;
    font-weight: 400;
    src: url('/css/app/fonts/w8gaH2QvRug1_rTfnQyn2Q.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#divLoading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, .65);
    z-index: 9999;
    display: none
}

#divLoading img {
    width: 50px;
    height: 50px
}

.divLoading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, .65);
    z-index: 9999;
    display: none
}

.divLoading img {
    width: 50px;
    height: 50px
}

.app-header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Niconne';
    padding: 0 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 50px
}

.logo-web {
    font-family: "Niconne";
    font-size: 52px
}

.logo {
    font-family: "Niconne";
    margin-bottom: 40px;
    color: #fff
}

.logo {
    font-size: 52px;
    font-weight: 400
}

.a-web {
    color: #777;
    text-align: right;
    float: right;
    text-transform: capitalize;
    padding: 0 10px
}

@media (max-width:991px) {
    .navbar-brand.logo-web {
        font-size: 35px;
        margin: 0 auto
    }

    .app-header__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        color: #fff;
        text-align: center;
        font-family: 'Niconne';
        padding: 0 15px;
        font-size: 26px;
        font-weight: 400;
        line-height: 20px
    }
}

/* .menu-sub .menu-link::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: opacity .3s ease-in-out;
} */
/* 
.h-80{
    height: 80vh;
} */