
.top-search
{
    grid-area: header;
    width: 100%;
    top: 0;
    height: 10rem;
    background-color: #141414;
    display: flex;
    flex-flow: row;
    align-items: center;
    padding-right: 6rem;
    z-index: 20;
    box-shadow: 0 0.2rem 0.6rem #00000099;
}
.top-search-extra{
     display: flex;
    flex-flow: row;
    align-content: space-between;
    width:100%;
 }
@media screen and (min-width: 1920px){
    .top-search > div
    {
        max-width: calc(1920px - 12rem);
        margin: 0 auto 0 0;
    }

}
.user-bar
{
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-left: auto;
}
.user-avatar
{
    width: 4.2rem;
    height: 4.2rem;
    margin-right: 1rem;
}
.user-info
{
position: sticky;
}
.user-avatar-image
{
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 0.5rem;
    border: 0.2rem solid #141414;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.user-avatar-image.show
{
    width: 4rem;
    height: 4rem;
    border: 0.2rem solid #2B3038;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.user-avatar-dropdown
{
    width: fit-content;
    margin: 0 auto;
}
.user-avatar-dropdown-image
{
    width: 6rem;
    height: 6rem;
    border-radius:0.5rem;
    margin-right: auto;
    margin-left: auto;
    object-fit: cover;
}
.user-actions-dropdown
{
    cursor: pointer;
    display: flex;
    flex-flow: column;
}
.user-actions-dropdown-icon
{
    width: 1.6rem;
    z-index: -1;
    transition: all 0.5s ease;
}
.user-actions-dropdown-icon.show{
    z-index: 10;
    transform: rotate(180deg);
}
.notification
{
    margin-left: auto;
    display: none;
}
.user-notification
{
    width: 2.5rem;
    color: #ffffff;
    margin-right: 3rem;
    opacity: 1;
}
.search-groups
{
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.group-search-icon
{
    width: 1.8rem;
}

.search-groups-image
{
    margin-left: 2rem;
    margin-right: 3rem;
    transition: margin-left 0.6s ease;
    -webkit-transition: margin-left 0.6s ease;
}
.search-input{
    height: 2.4rem;
    width: 50rem;
    margin-right: auto;
    margin-left: auto;
    background-color: #000000;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
::placeholder {
    opacity: 1;
    font-family: Figtree, sans-serif;
    color: #ffffff;
    font-size: 1.4rem;
}
.dropdown-icon
{
    width: 2rem;
    margin-right: 2rem;
}
.user-dropdown-content{
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: -1;
    display: flex;flex-flow: column;
    top: 10vh;
    right: 6rem;
    background-color: #141414;
    width: 25rem;
    border-radius: 1.5rem;
    padding: 2.5rem;
    opacity: 0;
    box-shadow: 0 1.2rem 3.4rem #00000099;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}
.user-dropdown-content.show
{
    visibility: visible;
    z-index: 10;
    opacity: 1;
}
.user-dropdown-container
{
    display: flex;
    flex-flow: column;
    margin-bottom: 1rem;
}
.user-attributes
{
    margin-top: 1rem;
    display: flex;
    flex-flow: column;
}
.user-name-dropdown
{
    font-family: Figtree, sans-serif;
    letter-spacing: 0.2rem;
    font-size: 1.6rem;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
}
.user-role-dropdown {
    font-family: Figtree, sans-serif;
    letter-spacing: 0.01rem;
    font-size: 1.3rem;
    /* opacity: 0.3; */
    cursor: pointer;
    text-align: center;
    margin: 1rem auto;
    background-color: #272727;
    width: fit-content;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
}
.user-settings-dropdown,  .user-dropdown-logout
{
    height: 5rem;
    display: flex;
    flex-flow: row;
    z-index: 2;
    cursor: pointer;
    opacity: 0.6;
    margin-top: 1rem;
}
.user-settings-dropdown:hover,  .user-dropdown-logout:hover
{
    opacity: 1;
}
.user-logout-text, .user-settings-text
{
    font-size: 1.4rem;
    font-family: Figtree, sans-serif;
    cursor: pointer;
}
.user-settings-route, .user-logout-route, .user-settings-route:hover, .user-logout-route:hover
{
    cursor: pointer;
    opacity: 1;
    color: #ffffff;
    text-decoration: none;
}
.auth-user-options
{
    align-items: center;
    margin-left: auto;
}
.superAdminText{
    position: absolute;
    text-wrap: nowrap;
    margin-top: 0;
    left: 0;
    color: #DF2C48;
    font-size: 1.2rem;
}
.back-to-events
{
    width: auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    cursor: pointer;
}
.event-back-to-list
{
    width: 1.8rem;
    padding-top: 0.5rem;
    transform: rotate(90deg);
}

.back-to-events-image
{
    margin-left: 2rem;
    margin-right: 2rem;
    transition: margin-left 0.6s ease;
    -webkit-transition: margin-left 0.6s ease;
}
.back-to-events-title{
    font-size: 1.6rem;
    font-family: Figtree, sans-serif;
}
.back-to-events-title.expand
{
    margin-left: 0;
    margin-right: 90rem;
}
.search-events
{
    display: flex;
    flex-flow: row;
    margin-left: auto;
    align-items: center;
    width: 100%;
}
.event-search-icon
{
    width: 1.8rem;
}
.search-events-image
{
    margin-left: 2rem;
    margin-right: 3rem;
    transition: margin-left 0.6s ease;
    -webkit-transition: margin-left 0.6s ease;
}
