﻿.category-block {
    margin-bottom: 40px;
}

.category-title {
    font-size: 1.6em;
    font-weight: 500;
    padding: 5px;
    border-left: 5px solid #531A9A;
    border-right: 5px solid #531A9A;
    margin-bottom: 5px;
    border-bottom: 1px solid #240945;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    padding: 0 15px;
}

.game-card {
    background: #101046;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s;
    position: relative !important;
}

    .game-card .casino-overlay {
        position: absolute;
        bottom: -1000px;
        left: 0;
        background: linear-gradient(180deg, rgba(22, 14, 49, 0) -7.64%, rgba(39, 26, 81, 0.81) 98.03%);
        border-radius: 10px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        transition: all 0.4s;
    }

        .game-card .casino-overlay .cmn-grp .cmn--btn {
            padding: 9px 20px 10px;
            margin: 0 5px 60px 0;
            color: var(--white);
        }

        .game-card .casino-overlay .cmn-grp .border-btn {
            padding: 9px 18px 10px;
            position: relative;
        }

            .game-card .casino-overlay .cmn-grp .border-btn::before {
                background: rgba(22, 14, 49, 0.9);
            }

    .game-card:hover {
        cursor: pointer;
    }

        .game-card:hover .casino-overlay {
            bottom: 0px;
            border-radius: 0;
        }

        .game-card:hover img {
            transform: scale(1.0);
        }


    .game-card:hover {
        transform: scale(1.03);
    }

    .game-card img {
        width: 100%;
        height: auto;
        display: block;
    }

.caption {
    padding: 4px 5px 1px 5px;
    font-size: 11px;
    background: #f9f9f9;
    color: #000;
}

.price {
    padding: 0px 10px 2px 0px;
    font-size: 9px;
    background: #f9f9f9;
    color: #000;
    text-align: right;
}

.favorite-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}


.left-select-bar .step-one .seven-icon {
    left: 6px;
}

.left-select-bar .step-two .seven-icon {
    left: 6px;
}

.select2-container {
    min-width: 250px;
    background-color: #35165C;
    border: none !important;
}

.select2-search__field {
    color: #000 !important;
}

.select2-container .select2-selection--single {
    border: 2px solid #35165C !important;
    height: 55px;
    background-color: #35165C;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #35165C;
    color: #fff;
    height: 55px;
    padding-left: 25px;
    padding-top: 8px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    min-width: 250px;
    background-color: #35165C;
    color: #fff;
    height: 55px;
}

.select2-container--open .select2-dropdown--below {
    background-color: #35165C;
    color: #fff;
}

.select2-container--open .select2-dropdown--above {
    background-color: #35165C;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 8px;
    right: 5px;
    width: 20px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 7px 8px 0 7px;
        height: 0;
        left: 50%;
        margin-left: -6px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 7px 10px 7px;
}

.step-one {
    padding-right: 30px;
}

.nodata-title {
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.featuredRibbon {
    width: 100px;
    background: green;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    transform: rotate(50deg);
    position: absolute;
    top: 10px;
    right: -25px;
    z-index: 10;
    font-size: 12px;
    padding-left: 7px;
}

.promoRibbon {
    width: 90px;
    background: blue;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    transform: rotate(50deg);
    position: absolute;
    top: 10px;
    right: -25px;
    z-index: 10;
    font-size: 12px;
}

.newRibbon {
    width: 80px;
    background: red;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: -25px;
    z-index: 10;
    font-size: 12px;
}

.promo-slider .promo-items {
    width: 400px;
    height: auto;
}

    .promo-slider .promo-items img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }


.game-menu a.active > span {
    color: #f3f3f3;
}

.nav-item {
    margin-bottom: 15px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 8px;
}

    .pagination button {
        padding: 6px 12px;
        border: 1px solid #ccc;
        background: #240945;
        color: #fff;
        cursor: pointer;
        border-radius: 4px;
    }

        .pagination button.active {
            /* background: #FF6E04;*/
            background: #531A99;
            color: #fff;
            font-weight: bold;
        }

        .pagination button:disabled {
            /*                 background: #eee; */
            cursor: not-allowed;
        }
