.dropdown-menu-header {
    position: absolute;
    top: 70px;
    right: 5%;
    background-color: #fbfbfb;
    border: 1px solid rgba(50, 58, 66, 0.39);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 10000;
    padding: 10px;
    font-size: 1rem;

    /*height: 100%;*/
    color: #323A42;
    width: 10rem;
    border-radius: 10px;
}

.dropdown-menu-header ul{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.dropdown-menu-header ul li{
    padding: 5px;
    border-radius: 5px;
    background: #f6f6f6;
}
.dropdown-menu-header ul li a{
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 10px;
}