body .site-header-classic.header-brand-left .extras {
    display: table !important;
}



.head-user a {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head-user a:hover {
    background-color: green;
    padding: 10px;
    border-radius: 10px;
    color: white;
}

.head-user a i {
    margin-left: 10px;
}

.user-menu-container {
    position: fixed;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(51, 156, 51, .3);
}

.user-menu {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    width: 450px;
    background-color: #ffffff;
    padding: 15px 15px 50px 15px;
    border: 2px solid #2e3b4a;
    border-radius: 15px;
    margin-top: 200px;
}

.user-menu .hello {
    color: #2e3b4a;
    margin: 20px 0 35px -12px;
    border-bottom: 1px solid #2e3b4a;
}

.user-menu .user-menu-body{
    padding: 0 35px;
}

.user-menu .close-btn {
    text-align: right;
    color: #2e3b4a;
}

.user-menu a {
    color: #2e3b4a;
}
.user-menu a:hover {
    color: #339c33;
}

.user-menu ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    line-height: 3em;
}

.user-menu ul li:hover {
    background-color: #339c33;
    padding: 0 10px;
}

.user-menu ul li:hover a {
    font-style: italic;
    color: white;
}
.user-menu ul li:hover a i{
    color: #339c33;
}
.user-menu ul li a i {
    line-height: 1.5em;
}

body .site-header-classic.header-brand-left .extras .head-user .icons-info.widget .icons {
    margin-right: 0;
    text-align: center;
}

body .site-header-classic.header-brand-left .extras .head-user .icons-info.widget .info {
    line-height: 2em;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.forgotten-pass {
    text-align: center;
    margin-top: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 544px) {
    body .site-header-classic.header-brand-left .extras .head-user .icons-info.widget .info {
        display: none;
    }

    .head-user a {
        justify-content: right;
    }

    .head-user .icons-info .icons a img {
        height: 35px;
        margin-top: 5px;
    }

    .user-menu {
        left: 20px;
        margin-left: 0;
        right: 20px;
        width: auto;
        font-size: 20px;
    }

    .user-menu ul li {
        line-height: 2.5em;
    }
}

.form-section {
    border: 1px solid #2e3b4a;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.remove-account-warning:not(.open):not(.agx-visible) {
    display: none;
}

.remove-account-warning.agx-visible.open {
    display: none;
}

.buttons {
    align-items: center;
    display: flex;
    gap: 5px;
    justify-content: end;
}

.nota-pie {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    display: block;
    margin-top: 20px;
    font-weight: 100;
}

.site-header-sticky.header-brand-left .icons-info .icons {
    margin: 0 !important;
    text-align: center;
}