header {
    .fa {
        font-weight: bold;
        font-size: larger;
        cursor: pointer;
        margin-right: 15px;
    }
}

.btnOpenMenu {
    background-color: white;
    border-radius: 25%;
    width: 50px;
    height: 50px;
}


.logo {
    max-height: 60px !important;
}

.user_btn_T {
    position: relative;
}

.user_optoin_list {
    position: absolute;
    top: 50px;
    right: 0;
    width: 200px;
    max-height: 500px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background-color: var(--background-color-header);
    padding: 5px;
    margin: 0;

    & hr {
        padding: 0;
        margin: 0;
        font-weight: bold;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

    }
}

.user_optoin_list ul {
    list-style: none;
    padding: 5px 0;
    margin: 0;

    & li {
        padding: 4px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 5px;
    }

    & li:hover {
        background-color: rgb(211, 211, 211);
    }

    & li span {
        color: gray;
    }
}

.user_image_ico_user_op_li {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;

    & img {
        filter: invert();
        width: 25px;
        height: 25px;
        object-fit: contain;
    }
}


.icons_list_img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;

    & img {
        filter: invert();
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
}

.btn-danger-light {
    background-color: rgba(234, 86, 89, 0.1);
    color: rgba(234, 86, 89, 1);
}

.logoutBtn {
    text-decoration: none;
}

.logoutBtn:hover {
    text-decoration: none;
    color: initial;
}