.custom-navbar{
    height: 90px;
}

.active{
    color: #3279BC !important;
}

.nav-link{
    color: #1b1b1b;
    cursor: pointer;
}

.line{
    width: 2px;
    height: 40px;
    background-color: #3279BC;
}

.custom-btn{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    border: none;
    background-color: rgba(0,0,0,0);
    color: #1b1b1b;
}

.btn-custom{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border: none;
    background-color: rgba(0,0,0,0);
    color: #1b1b1b;
}

.btn-login{
    background-color: #3279BC;
    border-radius: 5px;
    padding: 0px 15px;
}

.btn-white{
    color: white;
    font-weight: 700;
    font-size: 1rem;
}

.register{
    font-size: 0.95rem;
    color: #1b1b1b;
}

.navbar-brand{
    max-height: 90px;
}

.dropdown-menu{
    padding: 20px;
    min-width: 600px;
}

.dropdown-title{
    color: #1b1b1b;
    font-size: 1rem;
    font-weight: 700;
}

.dropdown-subtitle{
    color: #1b1b1b;
    font-size: 0.8rem;
    font-weight: 400;
}

.dropdown-item{
    cursor: pointer;
    min-width: 250px;
    white-space: normal !important;
}

.dropdown-item.active{
    color: #1b1b1b;
    background-color: #e9ecef !important;
    border-radius: 3px;
}

.dropdown-item:active{
    background-color: #dcdfe2 !important;
    border-radius: 3px;
}

.column-custom{
    flex: 0 0 auto;
    width: 50%;
}

#logo-lite{
    display: none !important;
}

.btn-group{
    display: none !important;
}

#menu{
    background-color: rgba(0,0,0,0);
    border: none;
}

.dropdown-menu{
    padding: 20px;
    min-width: 600px;
    max-height: 70vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

::-webkit-scrollbar{
    display: none;
}

@media ( max-width: 1000px ){
    .btn-group{
        display: flex !important;
    }
    .navbar-custom{
        display: none !important;
    }
}

@media ( max-width: 700px ){
    .column-custom{
        flex: 0 0 auto;
        width: 100%;
    }
    .dropdown-menu{
        min-width: 100%;
    }
};