/* Adds font-display: swap to the slick icon font (overrides slick-theme.css @font-face). */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-vendor/resources/fonts/slick.woff') format('woff'),
         url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-vendor/resources/fonts/slick.ttf') format('truetype');
}

.game-item {
    width: 100%;
    border-radius: 2px;
    margin-bottom: 6px;
}
.game-item-header {
    height: 123px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 1px 10px 0px #868D95, 0px 1px 1px 0px #868D95;
    overflow: hidden;
    z-index: 1;
    margin-top: 4px;
}
.game-wishlist-rd{
    display: block !important;
    position: absolute;
    right: 12px;
    top: 6px;
    cursor: pointer;
}
.game-favourite path {
    fill: #0173B9;
}
.more-details {
    padding-top: 4px;
    text-align: center;
    display: none;
}
.more-details-title {
    color: #4F4F4F;
    text-align: center;
    padding: 7px 0 0;
    margin: 0 0 10px 25px;
    line-height: 12px;
    font-family: "DM Sans Medium";
}
.more-details .btn-default {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
    border: 1px solid #0173B9;
    padding: 3px 7px;
    font-size: 12px;
    width: 158px;
    height: 30px;
    border-radius: 4px;
}

.more-details .btn-bg-primary {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
    border: none;
    padding: 3px 7px;
    font-size: 12px;
    width: 158px;
    height: 30px;
    border-radius: 4px;
    background-color: #FA8E1C;
}

.more-details a {
    border: 0;
}

.game-item-footer {
    width: 92%;
    text-align: center;
    background: #0173B9;
    margin: -10px auto 0;
    z-index: 2;
    position: relative;
    padding-left: 0px;
    border-radius: 3px;
}
.game-item-footer-title {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #4F4F4F;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 20px;
    text-align: center;
}
.game-item-footer-desc {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 2px;
    margin-bottom: 18px;
    font-family: "DM Sans Bold";
}

.game-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.game-image img {
    width: 100%;
    height: 100%;
}

.gl-heading {
    position: relative;
    padding: 0 10px;
    margin-top: 10px;
}
.gl-heading h2 , .gl-heading .h-mimic {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}
.all-btn {
    position: absolute;
    color: #0173B9 !important;
    display: inline-block;
    right: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    bottom: 10px;
}

.mobile-kk-card {
    display: none;
    margin-top: 5px !important;
}
.mob-version{
    display: none;
}

/* Tablet */
@media (max-width: 979.98px) {
    .more-details .btn-default {
        width: 49%;
        border-radius: 4px;
        font-size: 8px;
        position: relative;
        margin: 0 auto;
        padding: 4px;
        height: 25px;
    }
    .kkcard-container{
        width: 89%;
        margin-top: 38px;
    }
    .kazikazan-card {
        padding-right: 4px;
        padding-left: 4px;
    }
    .game-item-header {
        height: auto;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        z-index: 1;
        margin-top: 4px;
        box-shadow: none;
    }

    .kazikazan-card {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .more-details .btn-play-kazi-fun-rd{
        border-radius: 4px;
        width: 49%;
        position: relative;
        margin: 0 auto;
        padding: 4px;
        height: 25px;
        border: 1px solid #0173b9;
        font-size: 8px;
    }
    .mob-version{
        display: flex;
        width: 100%;
    }
    .desk-version{
        display: none !important;
    }
    .game-item{
        width: 100%;
        border-radius: 4px;
        margin-bottom: 8px;
        padding: 1px 5px 6px;
        border: 1px solid rgba(0,0,0,0.2);
    }
    .game-item-footer{
        z-index: 2;
        position: relative;
        width: 92%;
        text-align: center;
        background: #0173b9;
        margin: 0;
        border-radius: 0;
        padding: 0;
    }
    .game-item-footer-desc {
        margin-bottom: 0;
        text-align: center;
        color: #fff;
        font-size: 10px;
        padding: 5px;
        line-height: 16px;
    }
    .favorite-image {
        position: relative;
        display: block;
        float: right;
        width: 14%;
        height: 26px;
        text-align: center;
        margin: 0;
        padding: 0;
        padding-left: 1px;
    }
    .game-image {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .game-image img {
        width: 100%;
    }
    .more-details {
        display: flex;
        text-align: center;
        position: relative;
        padding: 0;
        margin-top: 5px !important;
    }

}
@media (max-width: 767.98px) {
    .kkcard-container{
        width: 95%;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .kazikazan-card {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }
    .game-item {
        margin-bottom: 6px;
        padding-bottom: 4px;
    }
    .game-item-header {
        margin-top:2px!important;
    }

    .gl-heading {
        padding: 0 15px;
    }

    .game-item-footer-desc {
        font-size: 8px;
        font-family: "DM Sans Medium";
    }
    .game-item-footer-desc b {
        font-size: 10px;
        font-family: "DM Sans Bold";
    }
    .more-details {
        margin-top: 4px !important;
    }
    .mobile-kk-card .btn-default {
        margin-right: auto;
        height: 18px;
        padding: 0px;
        font-size: 9px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 16px;
        text-align: center;
    }

    .kazikazan-card {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .more-details .btn-play-kazi-fun-rd{
        display: block;
    }
    .mob-version{
        display: flex;
    }
    .desk-version{
        display: none !important;
    }
    .game-item-footer-desc {
        font-size: 8px !important;
        line-height: 12px !important;
    }
}
@media (min-width: 980px) {
    .more-details .btn-default:hover {
        color: #0173B9;
    }
    .more-details .btn-bg-primary:hover {
        color: #fff;
    }
    .game-item-header:hover .more-details {
        display: block;
        position: relative;
        z-index: 1;
    }
    .game-item-header:hover::before {
        display: block;
        filter: brightness(5.5);
    }
    .game-item-header:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(255, 255, 255, 0.95);
        z-index: 1;
        display: none;
    }
}

.modul-title {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 38px;
}

.hidden {
    visibility:hidden;
    width:0px!important;
    height:0px!important;
    margin:0px!important;
    padding:0px!important;
}

/* Promotions */
.promotions {
    overflow: hidden;
}
.promotion-item {
    margin-bottom: 50px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.1), 0 1px 4px 0 rgba(0,0,0,0.1);
}
.promotion-item .img-container {
    height: 100px;
    background-size: cover;
    background-position: center;
}
.promotion-item .img-container img {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.promotion-item .card-body a {
    color: #000;
}

.promotion-item .card-body h2 {
    font-size: 24px;
    font-weight: bold;
}
.promotion-item .card-body p {
    color: #8E8E93;
    font-size: 14px;
}
.card-info {
    text-align: center;
    background-color:#8E8E93;
    color:#fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;

    position: absolute;
    display: inline-block;
    top:0;
    left:15px;
}
.promotion-item .card-body .btn-default {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #0065F2;
}

/* Active Promotion */
.promotion-item.active .card-info {
    position: unset;
    display: block;
    width: 100%;
    top:unset;
    left:unset;
}
.promotion-item.active .btn-default {
    border: 0;
    border-top: 1px solid #E7E7E7;
    padding-bottom: 0;
}

/* Filter buttons */
.simple-button {
    height: 100%;
    color: #4F4F4F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background-color: transparent;
    border: 0;
    padding: 10px 25px;
    margin: 0;
    text-transform: capitalize;
}
.simple-button:focus,
.simple-button:active {
    outline: none !important;
}
.simple-button.is-checked {
    color: #169AD6;
    border-bottom: 2px solid #169AD6;
    font-weight: bold;
    outline: none;
}
.filter-cont span,
.simple-button .help-text {
    display: none;
}

.promotions-btn {
    float: unset;
}

.promotions-btn img {
    vertical-align: -7px;
}

.button-group-background {
    background: #F8F8F8 !important;
    padding: 0;
}

.top-nav-tabs{
    padding-right: 50px;
    margin-right: -35px;
    width: 100%;
    height: 40px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.top-nav-tabs::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.button-group-container {
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    margin-left: 0;
    border-bottom: 1px solid #E7E7E7;
}
.promotions-btn svg {
    display: inline !important;
    vertical-align: -4px;
    margin-right: 3px;
}

.button-group-container svg {
    display: none;
}

.filters-button-group {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    height: 42px;
}

.filters-button-group select {
    display: none;
}

.load-more-filter {
    -webkit-appearance: unset;
    background: none;
    border: none;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: auto;
    color: #169AD6;
    margin-bottom: 62px;
}

.load-more-filter svg {
    transform: rotate(90deg);
}

.promotions > div {
    margin-bottom: 28px;
}

.kkcard-container .promotions > div {
    margin-bottom: 0;
}
.search-modal-button{
    position: relative;
    float: right;
    right: 5px;
    margin-top: 1px;
    padding-left: 35px;
    background: linear-gradient(270deg, #FFFFFF 60.99%, rgba(255, 255, 255, 0.4) 100%);
    border: none;
}
@media (max-width: 979px) {
    .simple-button {
        padding: 10px 20px;
    }

    .load-more-filter {
        margin-bottom: 50px;
    }

    .promotions-btn img {
        display: none;
    }
    .promotions-btn svg {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .container.button-group.filters-button-group:after {
        content: '';
        position: absolute;
        width: 40px;
        right: -7px;
        height: 44px;
        background: linear-gradient(to right, transparent, #fff);
    }

    .promotions {
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .promotions-btn {
        float: unset;
    }

    .button-group-container {
        margin-bottom: 14px;
    }

    .button-group-container svg {
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .load-more-filter {
        margin-bottom: 28px;
    }
    .search-modal-button{
        position: absolute;
        right: 0px;
        display: flex;
        justify-content: flex-end;
        width: 110px;
        padding-right: 24px;
    }
}

@media (max-width: 480px) {

    #filters-select {
        display: inline-block;
        background-color: #D3E7FF;
        border: 0;
        outline: none;
        color: #0065F2;
        font-size: 18px;
        font-weight: 500;
    }
    .simple-button .help-text {
        display: inline-block;
        margin-right: 10px;
    }
    .simple-button .is-checked {
        display: block;
    }
    .promotions {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.kazi-kazan-gallery img {
    width: 100%;
}

.empty-favourites-message{
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
}
.empty-favourites-message p{
    font-size: 22px;
}

@media (min-width: 980px) {
    .kazikazan-card {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.grid .card-sq {
    grid-column-end: span 2;
    grid-row-end: span 2;
    border-radius: 16px;
}

.sq {
    margin-left:118px;
}

.grid .rect-card {
    grid-column-end: span 2;
    border-radius: 16px;
}

.rect {
    margin-left:120px;
}

.kazikazan-card-rd{
    width: 20%;
    padding-left: 3px;
}

.kk-card{
    height: 100%;
}
.game-col{
    height: 100%;
    width: 100%;
}

.game-favourite path {
    fill: #169ad6;
}

