/* /START HEADER PROFILE / */
img.header__menu__profile__avatar {
    border-radius: 15em;
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.account__header__logout {
    padding-right: 1em;
}

.account__header__logout__mobile {
    display: none;
}

.spacer-menu {
    height: 30px;
    width: 1px;
    background: #494949;
    margin: 0 0.5em;
}

.logo__ecozins {
    content: url('../../assets/logo-ecozins.png');
    width: 120px;
}

.logo-wrapper div {
    display: flex;
    flex-direction: row;
}

.logo-wrapper div div {
    flex-direction: row;
}

.last_logged_in {
    font-size: 12px;
    padding: 0.5em 0 0.5em 1em;
    background: #ffffff;
    border-radius: 0.65em;
    font-weight: 600;
}

.header-profile img {
    border-radius: 999em;
    height: 36px;
}

.profile-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 2em;
}

.profile-wrapper img {
    border-radius: 15em;
    height: 75px;
    width: 75px;
    object-fit: cover;
}

.profile-intro-name {
    font-size: 16px;
    font-weight: 700;
}

.profile-intro {
    font-size: 14px;
    padding-top: 1em;
}

.header-profile {
    height: 40px;
    display: flex;
    align-items: center;
    min-width: 100px;
    padding-bottom: 5px;
}

.header-profile p {
    padding-right: 0.5em;
    font-size: 13px;
    font-weight: 700;
}

.header-profile a {
    color: #444;
    text-decoration: none;
    padding: 0 15px;
}

@media only screen and (max-width: 400px) {
    .logo-wrapper img {
        max-width: 100px;
    }
}
@media only screen and (max-width: 600px) {
    .header-profile a:first-child {
        margin-right: 15px;
    }
    .header-profile a {
        padding: 0px;
    }
    .header-profile p {
        display: none;
    }
    .header-profile div {
        justify-content: flex-end;
        min-width: unset;
    }
    .usermenu-container .name {
        display: block;
        font-weight: 800;
    }
    .logo-wrapper div {
        flex-direction: column;
    }
    /* .logo-wrapper p {
      margin-top: 1em;
  } */
    .spacer-menu {
        display: none;
    }
    .account__header__logout {
        display: none;
    }
    .account__header__profile__avatar {
        display: none;
    }
    .account__header__logout__mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        width: 36px;
        background-color: #f3f5fa;
        border-radius: 10em;
        padding: 10px;
    }
    .account__header__logout__mobile img {
        border-radius: 0;
        height: 20px;
    }
}
ul a {
    font-weight: 300;
}

#umen {
    font-size: 12px;
    padding: 1em;
    list-style: none;
    box-shadow: none;
    z-index: 10000;
    position: relative;
    background: transparent;
    top: -20px;
}

.usermenu-container {
    float: right;
    width: 100px;
    background: white;
    display: block;
    /* position: absolute; */
    box-shadow: 0px 50px 30px RGBA(0, 0, 0, 0.1);
    padding: 3em 0;
    max-width: 900px;
}

.usermenu-container ul,
.usermenu-container {
    display: none;
}

.usermenu-container .name {
    display: none;
}

/* /END HEADER PROFILE / */
#scaffold-admin {
    display: none;
    align-items: center;
    max-width: 1300px;
    background: #fff;
    margin: 0 auto 40px auto;
    justify-content: space-between;
    padding: 0 2em;
    overflow: hidden;
    min-height: 70px;
    max-height: 75px;
}

@media only screen and (max-width: 780px) {
    #scaffold-admin {
        padding: 0 !important;
    }
    .logo-wrapper div {
        flex-direction: column;
    }
    .last_logged_in {
        display: none !important;
    }
}
#scaffold-admin #mainmen li a {
    font-weight: 700;
}

.logo-wrapper p,
#toggleusermenu p,
#scaffold-admin #mainmen li a,
ul#umen a {
    color: #000;
}

a#toggle img {
    height: 18px;
}
