#sidebar {
    width: 15rem !important;
    background-color: #3d3939 !important;
    position: sticky !important;
    top: 7.5rem !important;
    height: 89vh !important;
    overflow: hidden;
}

.avatar__image {
    /*margin-left: 1.5rem;*/
}

.avatar__image img {
    /*width: 150px !important;*/
    width: 120px !important;
    /*height: 150px !important;*/
    height: 120px !important;
    border-radius: 50%;
    object-fit: none;
}


.sidebar-text {
    font-family: 'Roboto', sans-serif !important;

}

#sidebar .sidebar-head, #sidebar-shrink .sidebar-head {
    /*padding: 1.5rem 1rem 3rem;*/
    padding: 1.5rem 1rem 1rem;
}

#sidebar .sidebar-head .sidebar-toggler, #sidebar-shrink .sidebar-head .sidebar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #151719;
}

#sidebar .sidebar-head .sidebar-toggler .sidebar-menu-2, #sidebar-shrink .sidebar-head .sidebar-toggler .sidebar-menu-2 {
    display: none;
}

#sidebar .sidebar-head .sidebar-toggler.active .sidebar-menu-1, #sidebar-shrink .sidebar-head .sidebar-toggler.active .sidebar-menu-1 {
    display: none;
}

#sidebar .sidebar-head .sidebar-toggler.active .sidebar-menu-2, #sidebar-shrink .sidebar-head .sidebar-toggler.active .sidebar-menu-2 {
    display: block;
}

#sidebar .sidebar-body, #sidebar-shrink.sidebar-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#sidebar .sidebar-body .navbar, #sidebar-shrink.sidebar-body .navbar {
    height: 100%;
}

#sidebar .sidebar-body .navbar .nav-link, #sidebar-shrink .sidebar-body .navbar .nav-link {
    padding: 0.625rem 1.5rem;
    color: #323334;
    position: relative;
    white-space: nowrap;
}

#sidebar .sidebar-body .navbar .nav-link:before, #sidebar-shrink .sidebar-body .navbar .nav-link:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.25rem;
}

#sidebar .sidebar-body .navbar .nav-link.active, #sidebar-shrink .sidebar-body .navbar .nav-link.active {
    color: #196eed;
    background: -webkit-gradient(linear, left top, right top, from(rgba(25, 110, 237, 0.1)), to(rgba(25, 110, 237, 0)));
    background: linear-gradient(90deg, rgba(25, 110, 237, 0.1) 0%, rgba(25, 110, 237, 0) 100%);
}

#sidebar .sidebar-body .navbar .nav-link.active:before, #sidebar-shrink.sidebar-body .navbar .nav-link.active:before {
    background-color: currentColor;
}

#sidebar .sidebar-body .navbar .nav-item, #sidebar-shrink .sidebar-body .navbar .nav-item {
    font-weight: 500;
}

#sidebar .sidebar-body .navbar .nav-item.nav-item--head, #sidebar-shrink .sidebar-body .navbar .nav-item.nav-item--head {
    padding: 1.5rem 1.5rem 1rem;
    color: #8c9095;
}

#sidebar .sidebar-body .navbar .nav-item.nav-item--head .nav-item--head__dots, #sidebar-shrink .sidebar-body .navbar .nav-item.nav-item--head .nav-item--head__dots {
    display: none;
    letter-spacing: 1px;
    text-align: center;
}

#sidebar .sidebar-foot, #sidebar-shrink .sidebar-foot {
    padding: 2rem 1.5rem 1rem;
}

.sidebar-profile-buttons__player {
    background-color: #75B260 !important;
}

.btn__wrap--text img {
    width: 18px;
    height: 18px;
}

.trail-expiration {
    /*color: #1aba54;*/
    color: #3E85EE !important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;

}

.sidebar-text {
    font-family: 'Roboto', sans-serif !important;
}

.sidebar-attributes {
    /*can be merge later */
    margin-left: 1.5rem;
}

.sidebar-update {
    display: inline-flex;
    justify-content: center;
}

/*.sidebar-profile-buttons .btn {*/
/*    padding: 8px !important;*/
/*}*/

/*rework need*/
.sidebar-cancel {
    position: absolute !important;
    bottom: 0 !important;
    margin-left: -12rem;
    margin-bottom: 1.5rem;
}

.sidebar-hide-desktop {
    display: none !important;
}

.sidebar-show-shrink {
    display: block !important;
}


/*sidebar-shrink styles*/

#sidebar-shrink {
    width: 4rem !important;
    background-color: #3d3939 !important;
    /*test*/
    position: sticky !important;
    top: 7.5rem !important;
    height: 89vh !important;
    overflow-y: hidden !important;
    border-radius: 5px;
}

.sidebar-shrink-attributes {
    /*margin-top: 5rem !important;*/
    /*margin-left: 0.8rem !important;*/
    text-align: center;
}

.trail-expiration-shrink {
    text-align: center;
}

.sidebar-head-shrink {
    padding: 1.5rem 0.15rem !important;
}

.avatar__image-shrink {
    margin-left: 0 !important;
}

.avatar__image-shrink img {
    width: 60px !important;
    height: 60px !important;
}

.trail-expiration-shrink__span {
    margin: auto;
}

.sidebar-shrink-attributes .sidebar-profile-buttons a {
    width: unset;
}

.sidebar-profile-buttons a:hover {
    color: #1458be !important;
}

.sidebar-shrink-attributes .btn .btn__wrap > *:last-child {
    margin-left: unset;
}

.sidebar-text__mobile {
    display: grid;
}

.sidebar-text__mobile div {
    padding: 10px 0;
}

.sidebar-mobile-cancel {
    margin-left: -3rem !important;
}

@media only screen and (max-width: 991px) {
    #sidebar-shrink {
        display: none !important;
    }
}

/*test*/

.sidebar-hide-desktop {
    display: none !important;
}

.sidebar-show-shrink {
    display: block !important;
}
