.side-header {
    min-width: 220px;
    height: 100vh;
    background-color: #fff;
    overflow-y: scroll;
    scrollbar-width: none;
    max-width: 250px;
    display: flex;
    flex-direction: column
}

.side-header .sh-title {
    height: 72px;
    background-color: var(--ion-background-color);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center
}

.side-header .sh-title .sh-website-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--ion-background-color)
}

.side-header .sh-title .sh-website-title .sh-website-title-img {
    height: var(--logo-web-height)
}

.side-header .sh-title .sh-button-icon {
    border: 1px solid var(--ion-card-background-contrast);
    background-color: transparent;
    border-radius: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 8px
}

@media screen and (min-width:920px) {
    .side-header .sh-title .sh-button-icon {
        display: none
    }
}

.side-header .sh-title .sh-button-icon .sh-close-icon {
    color: var(--ion-card-background-contrast);
    height: 20px;
    width: 18px
}

.side-header .sh-menu {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto
}

.side-header .sh-menu .sh-username-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--section-border);
    margin-left: 16px
}

.side-header .sh-menu .sh-username-img .short-name {
    height: 36px;
    width: 36px;
    background-color: var(--ion-background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.side-header .sh-menu .sh-username-img .sh-username {
    padding: 15px 8px;
    font-size: 14px;
    font-weight: 700
}

.side-header .sh-menu .sh-sub-menu {
    display: flex;
    flex-direction: column
}

.side-header .sh-menu .sh-sub-menu .sh-btn {
    padding: 5px 5px 5px 16px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    background-color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer
}

.side-header .sh-menu .sh-sub-menu .sh-btn .sh-img {
    margin-right: 14px;
    height: 23px;
    width: 23px;
    padding: 4px;
    border-radius: 50%;
    background-color: var(--ion-background-color)
}

.side-header .sh-menu .sh-sub-menu .sh-btn .sh-img.logout-icon path {
    fill: #fff
}

.side-header .sh-menu .sh-sub-menu .sh-btn .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.side-header .sh-menu .sh-sub-menu .sh-btn .content .arrow-img {
    margin-right: 12px
}

.side-header .sh-menu .sh-sub-menu .sh-btn .sh-tab-label {
    padding: 5px 0;
    color: #000
}

.side-header .sh-menu .sh-sub-menu .active-sh-btn {
    background: var(--ion-color-primary)
}

.side-header .sh-menu .sh-sub-menu .active-sh-btn .sh-tab-label {
    color: var(--active-text-color)
}

.side-header .sh-menu .sh-sub-menu .indv-competition {
    background-color: #fff;
    opacity: .75;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #f1dcfe;
    padding: 10px 10px 10px 16px;
    color: #000
}

.side-header .sh-menu .sh-sub-menu .indv-competition-active {
    opacity: 1
}

.side-header .sh-menu .sh-sub-menu .sh-sub-title {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    opacity: .5;
    margin-left: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
    letter-spacing: 17%;
    font-size: 10px;
    font-weight: 700;
    line-height: 13.5px;
    letter-spacing: .17em
}

.side-header .social-media-side-bar {
    flex-shrink: 0;
    padding: 10px 0;
    min-width: inherit;
    display: flex;
    justify-content: center;
    background-color: #fff
}

@media screen and (max-width:920px) {
    .side-header .social-media-side-bar {
        width: 100%;
        max-width: 250px
    }
}

.side-header .social-media-side-bar .sm-new-ctn {
    width: 100%;
    border-radius: 15px;
    margin: 0 10px
}

.side-header .social-media-side-bar .sm-new-ctn .sm-new-text {
    color: #adadad;
    font-size: 8px;
    letter-spacing: 1px
}

@media screen and (max-width:920px) {
    .side-header .social-media-side-bar .sm-new-ctn {
        margin: 0 8px
    }
}

/*# sourceMappingURL=64.088ed5eb.chunk.css.map */