/* Menu */
.navbar{
    width: 100%;
    background-color: var(--white);
}

.nav{
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 10px;
}

.nav-item:hover{
    color: rgb(28, 132, 230) !important;
}

.nav-item a{
    font-weight: 600;
    font-size: 1rem;
    color: var(--white) !important;
}

.navbar-nav .active{
    color: #1C84E6 !important;
    font-weight: 600;
}

.nav-item .iconify-inline{
    color: var(--white) !important;
}

.navbar img{
    max-width: 124px;
    max-height: 55px;
    margin-right: 1rem;
}

.menu-left{
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
}

.navbar ul{
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.1rem;
}

.offcanvas .offcanvas-end{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.badge{
    background: #ff0000 !important;
}

/* Container Default */
.container{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;

}

/* Content Default */
.content{
    padding: 4.44rem 0;
}

/* F9 Background Color Content */
.default-content{
    background-color: #F9F9F9;
}

/* Yellow Background Color Content */
.yellow-content{
    color: rgb(var(--primary-contrast));
    width: 100%;
}

.yellow-content h1, .yellow-content h2{
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 0 !important;
}

/* Footer */
.footer{
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.footer .info{
    flex: 1;
    min-width: 300px;
    margin-right: 200px;
    line-height: 1.5;
    padding: .5rem;
}

.footer .info img{
    min-width: 250px;
    height: 80px;
    margin-bottom: 1rem;
}

.footer .map{
    flex: 2;

    padding: .5rem;
    height: 334px;
}

.footer .map p.title,
.footer .links p.title{
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
    font-weight: bold;
}

.footer .map ul li,
.footer .links ul li{
    margin-bottom: 28px;
}

.footer .links{
    flex: 1;
    padding: .5rem;
}

@media (max-width: 1199px){
    .items-wrapper{
        display: flex;
        flex-direction: column;
    }

    .extra-menu{
        display: flex;
        flex-direction: column;
        margin-top: 1rem;
    }

}

@media (max-width: 1199px){
    .nav-item a{
        color: #000 !important;
    }

    .header-user-name {
        color: #000 !important;
    }

    .is-button.is-secondary.is-outlined {
        border: 2px solid #000 !important;
        color: #000 !important;
    }

    .color-small {
        color: #000 !important;
    }
    
}

@media (min-width: 1199px){
    .w-xl-auto {
        width: auto !important;
    }
    
}
