.custome-games-left-bar {
    background: #1c2c43;
    border-radius: 8px 8px 0px 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.3rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.offcanvas-custom-left>.offcanvas-body {
    background: var(--theme-primary-color);
}

.custom-games-search {
    border-radius: 99px;
    background: #FFFFFF;
    color: var(--theme-primary-color);
    font-size: 12px;
    padding: 10px;
}


.custom-games-list-group {
    background: var(--theme-primary-color);
}

.custom-games-list-group-item {
    background: var(--theme-primary-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.custom-games-list-group-item:hover {
    background: #2D2D2D;
}

.custom-games-list-group-item.active {
    background: #2D2D2D;
}