.header-dropdown {
    position: relative;
}

.header-dropdown-content {
    position: absolute;
    width: 300px;
    right: 0;
    margin-top: 18px;
    border: 1px solid #a0a0a0;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 1rem 0 1rem;
    display: none;
}

.header-dropdown-content span {
    font-weight: bold;
    display: block;
    font-size: 16px;
    color: #000000;
    margin: 1rem 0 1rem 0 !important;
    cursor: pointer;
}

.header-dropdown-content hr {
    margin: 0 !important;
}

@media only screen and (max-width: 600px) {
    .header-dropdown-content {
        width: 100% !important;
    }

    .header-name {
        font-size: 12px;
    }
}
