section.games_section {
    position: sticky;
    top: 150px;
    overflow: hidden;
    margin-top: 10px;
}

button.show-hide-sidebar.active_sidebar img {
    transform: rotate(180deg);
}

.games_section_header {
    border-radius: 10px 10px 10px 0;
    background: #272727;
    display: flex;
    gap: 15px;
    align-items: center;
    height: 70px;
    padding: 15px;
}

.games_section_header_right h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 0px;
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 18px;
}

.games_section_header_right h3 img {
    height: 30px;
}

.games_section_header_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.games_section_header_left {
    width: 23%;
    display: flex;
    gap: 30px;

}

.games_section_header_right_search {
    position: relative;
}

input.games_section_header_right_input {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.10);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0.32px;
    height: 40px;
    padding: 0 40px;

}

input.games_section_header_right_input::-webkit-input-placeholder {
    color: #FFF;
}

input.games_section_header_right_input:-moz-placeholder {
    color: #FFF;
    opacity: 1;
}

input.games_section_header_right_input::-moz-placeholder {
    color: #FFF;
    opacity: 1;
}

input.games_section_header_right_input:-ms-input-placeholder {
    color: #FFF;
}

input.games_section_header_right_input::-ms-input-placeholder {
    color: #FFF;
}

input.games_section_header_right_input::placeholder {
    color: #FFF;
}


.games_section_header_right_search img:first-child {
    position: absolute;
    margin: auto 0;
    left: 10px;
    top: 10px;
}

.games_section_header_right_search img:last-child {
    position: absolute;
    margin: auto 0;
    right: 10px;
    top: 10px;
}

ul.games_section_header_tab {
    border-radius: 8px;
    background: #000000;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;

}

ul.games_section_header_tab li a {
    color: rgba(255, 255, 255, 0.56);
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.28px;

}

ul.games_section_header_tab li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

li.active_tab {
    border-radius: 5px;
    background: var(--primary-gradient);

}

li.active_tab a {
    color: #000000 !important;
}

.games_section_bottom {
    display: flex;
    width: 100%;
    gap: 15px;
}

.games_sidebar {
    width: 20%;
    min-height: 500px;
    background: #272727;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    transform: translateX(0);
    transition: transform 0.4s ease;
}

.games_container {
    width: 80%;
    padding: 15px 0;
    margin-right: -10px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    max-height: 80vh;
    overflow: auto;
    background: #000000;
    padding: 15px 10px;
    border-radius: 15px;
    scrollbar-gutter: stable both-edges;
}

.grid-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000000;
    opacity: 0;
}

.grid-container::-webkit-scrollbar {
    width: 3px;
    background-color: #000000;
    opacity: 0;
}

.grid-container::-webkit-scrollbar-thumb {
    background-color: #f7ba46;
}


.provider_content {
    margin-bottom: 8px;
    margin-right: 8px;
    height: auto;
    position: relative;
}

.provider_content input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.provider_content label {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.provider_item {
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid transparent;
    transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s;
    display: flex;
    cursor: pointer;
    padding: 8px 16px;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
}

li.game-category-sidebar-icon a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 5px;
    background: #000000;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

ul.game-category-sidebar {
    display: flex;
    gap: 5px;
    flex-direction: column;
    padding-top: 10px;
}

a.active_category {
    background: var(--primary-gradient) !important;
}

.active_provider.provider_content:after {
    content: " ";
    position: absolute;
    display: flex;
    border-radius: 7px;
    background: rgb(255 152 0 / 64%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

span.check_icon {
    opacity: 0.1;
}

a.all_providers.all_provider_selected {
    border: 1px solid #f7ba46;
}

a.all_providers.all_provider_selected span.check_icon {
    opacity: 1;
    color: var(--primary-gradient);
}

span.check_icon_provider {
    display: none;
}

.active_provider span.check_icon_provider {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 999;
    color: #ffffff;
    background: #272727;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

.no-results {
    display: none;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    background: #000000;
    padding: 10px;
    border-radius: 10px;
}

#btn_more {
    margin: 0 auto;
    width: 200px;
    cursor: pointer;
    display: block;
    margin-top: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-gradient);
    color: #fff;
    border-radius: 15px;
    padding: 10px 30px;
    width: 300px;
    font-size: 18px;
    font-weight: 600;
}


#games {
    min-height: 300px;
    width: 100%;
    clear: both;

}

.games-list__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
}


.game-item {
    -ms-flex: 1 1 15.6666%;
    flex: 1 1 15.6666%;
    max-width: 16.6666%;
    position: relative;
    z-index: 2;
    transition: all .4s ease-in-out;
    overflow: hidden;
    margin-right: 9px;
    margin-bottom: 10px;
    border-radius: 10px !important;
}

.game-item:hover {
    z-index: 3;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 12px 9px rgb(255 255 255 / 50%);
}

.game-item__img {
    max-width: 100%;
    width: 100%;
    object-fit: fill;
    height: 130px;
}

.game-item__title {
    background: #000;
    padding-top: 2px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.game-item:hover .game-item__overlay {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 3px solid #FFF;
    background: rgb(200 165 78 / 53%);
    backdrop-filter: blur(3px);
}

.game-item__overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 10px 0 0;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: all .4s ease-in-out;
}

.game-item__overlay-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.game-item__overlay-title {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.game-item__overlay-play {
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #FFF;
    background: #000000;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.32px;
    padding: 5px 15px;
}


.game-item__overlay-provider {
    text-align: center;
    padding: 4px;
    background: rgba(0, 0, 0, 0.75);
}

.game-item__overlay-provider img {
    height: 30px;
}

.game-item__labels {
    position: absolute;
    top: 8px;
    right: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
}

.game-item__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 9px;
    color: #fff;
    border-radius: 50%;
    text-transform: uppercase;
}

.game-item__block {
    /*margin: 10px 5px;*/
    BACKGROUND: #1e1e1e;
    HEIGHT: 100%;
}

.game-item__label--new {
    background: #00d5a6;
}

.game-favori-icon {
    z-index: 999999999;
    position: absolute;
    bottom: 0px;
    right: 0;
    margin: 5px;
}

.providers_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.providers_tab h4 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.36px;
}

.list-view button {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: none !important;
    display: flex;
}

.list-view a {
    border-radius: 5px;
    background: #000000;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 3px 8px;
}

.list-view span {
    margin: 0 5px;
}

.list-view button img {
    opacity: 0.5;
}



.all_prod input[type=checkbox] {
    display: none;
}

.all_prod input[type=checkbox]+label {
    display: inline-block;
    position: relative;
    padding: 8px;
    background-color: #272727;
    border: 1px dotted #083538;
    border-radius: 4px;
}

.all_prod input[type=checkbox]:checked+label {

    color: #ffffff;
}

.all_prod input[type=checkbox]:checked+label:after {
    position: absolute;
    left: 4px;
    top: 0px;
    color: #fff;
    content: '\2714';
    font-size: 10px;
}

.list-view {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

button.change_provider_view.active_view img {
    opacity: 1;
}

.grid-container.provider-list {
    display: flex;
    flex-direction: column;
}

.grid-container.provider-list .provider_item_grid {
    display: none;
}


.grid-container.provider-grid .provider_item_list {
    display: none;
}

label.provider_item.provider_item_list {
    background: none;
    padding: 0;
    background: #272727;
    padding: 3px !important;
}

.grid-container.provider-list .active_provider span.check_icon_provider {

    top: 5px;

}

button.show-hide-sidebar {
    height: 35px;
    border-radius: 5px;
    width: 35px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.10);

}

button.show-hide-sidebar img {
    width: 20px;
}

.games_sidebar.hidden {
    transform: translateX(-500px);
}