/* ---------------------- */
/*  ----- Header css ---- */
/* ---------------------- */



.header-area .more-option .item.user-btn-area .user-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px;
    line-height: 1;
    background: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
}
.header-area .more-option .item.user-btn-area .dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    line-height: 1;
    transition: all 0.3s ease;
}
.header-area .more-option .item.user-btn-area .dropdown-item:hover{
    color: #fff;
    background-color: var(--color-primary);
}
.header-area .more-option .item.user-btn-area .dropdown-item.active, 
.header-area .more-option .item.user-btn-area .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--color-primary);
}
