#side-panel {
    /* background-color: #E5E6E7 !important; */
    background-color: #FFFFFF !important;
    background: url('../images/bg/bg-v2.webp') center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
}

#side-panel .rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin-bottom: 10px;
}
#side-panel .rating-stars ul > li.star {
    display: inline-block;
    cursor: pointer;
}
#side-panel .rating-stars ul > li.star > i {
    font-size: 2em;
    color: #D9D9D9;
}
#side-panel .rating-stars ul > li.star.hover > i {
    color: #EE863B;
}
#side-panel .rating-stars ul > li.star.post-selected > i,
#side-panel .rating-stars ul > li.star.selected > i {
    color: #EE863B;
}

#side-panel .form-control {
    border-radius: 0 7px 7px 0;
    background: rgba(255, 255, 255, 0.45);
    color: white;
    border: 1px solid #C3C4C6;
    padding: 0.75rem 0.375rem;
}
#side-panel .form-control:focus,
#side-panel .btn-search:focus {
    box-shadow: none !important;
}

#side-panel .comment-list-outer {
    height: 40vh;
    overflow-y: scroll;
    margin-bottom: 20px;
}
#side-panel .comment-card {
    margin-bottom: .5rem;
    margin-right: 0px;
    background: #FFFFFF3D;
    border-radius: 15px;
    padding: 0px 15px;
}

.profile-comment hr {
    margin-bottom: 0;
}

#side-panel .comment-card:last-child {
    margin-bottom: 0;
}
#side-panel .comment-card .profile-img {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #434343;
    padding: 2px;
    margin-right: 8px;
}
#side-panel .comment-card .profile-img img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
#side-panel .comment-card .commented-at {
    color: #33333380;
    font-size: .8rem;
}
#side-panel .profile-comment {
    font-size: .8rem;
}
#side-panel .profile-name {
    font-weight: 600;
    font-size: .875rem;
}

#side-panel .player-title {
    /* background: url('../images/orns/player-rating/card-player-title.png') no-repeat center;
    background-size: 100% 100%;
    background-position: center; */
    text-align: center;
    line-height: 1.2;
    padding: 8px 0 4px 0;
    text-transform: uppercase;
    /* font-family: 'Black Range Free', sans-serif; */
    font-size: 0.8rem;
    width: 150px;
    margin-top: -15px;
    position: relative;
}
#side-panel .player-title .player-nickname {
    font-size: 1rem;
}

#side-panel .btn-like {
    color: #33333380;
    text-decoration: none;
}
#side-panel .btn-like i {
    color: #F6A200;
}

#side-panel .progress {
    background-color: #D3D3D5;
    height: 10px;
}
#side-panel .progress-bar {
    background-image: linear-gradient(90deg, #F6A100 0%, #FDCB00 100%);
}
#side-panel .progress-outer {
    font-size: .8rem;
    white-space: nowrap;
}
#side-panel .progress-outer .text-rating-total {
    font-size: 1.3rem;
}
#side-panel .progress-outer .text-rating-total i {
    color: #F6A200;
}

#side-panel .btn-detail {
    background: url('../images/orns/player-rating/button-bg.png') no-repeat center;
    background-size: 100% 100%;
    background-position: center;
    font-family: 'Black Range Free', sans-serif;
    color: #333;
    transition: all .15s ease-in-out;
    padding: 5px 15px 3px;
    font-size: .8rem;
}
#side-panel .btn-detail:hover {
    background: url('../images/orns/tab-hover.png') no-repeat center;
    background-size: 100% 100%;
    background-position: center;
    opacity: 1 !important;
}

/* sm: phone - landscape */
@media (min-width: 576px) {
}

/* md: tablet */
@media (min-width: 768px) {
}

/* lg: desktop */
@media (min-width: 992px) {
    :root {
        --cnvs-side-panel-size: 550px;
    }

    #side-panel .side-panel-wrap {
        padding: 50px 50px 50px 20px;
    }
    #side-panel .side-panel-wrap .widget {
        width: 100%;
        margin-top: 0;
        padding-top: 15px;
        border-top: none;
    }
}

/* xl: wide */
@media (min-width: 1200px) {
}

/* super wide */
@media (min-width: 1440px) {
}