.games-item {
    position: relative;
    margin-bottom: 15px;
}

.games-item-wrap {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, .1) !important;
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, .1) !important;
}

.games-item-body {
    position: relative;
    width: 100%;
    float: left;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.games-item-inner {
    position: relative;
    float: left;
    height: 210px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

    .games-item-inner .img {
        width: auto;
        height: 100%;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.games-item-footer {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-tryplay {
    background-color: #d4000c;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    padding: 0.75rem 0.5rem;
    margin: 0 5px;
    width: 100%;
}

    .btn.btn-tryplay:hover {
        background-color: #930108;
    }

.btn.btn-playgame {
    background-color: #66bc1a;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    padding: 0.75rem 0.5rem;
    margin: 0 5px;
    width: 100%;
}

    .btn.btn-playgame:hover {
        background-color: #478a0b;
    }

.btn-secondary {
    width: 100%;
    padding: 0.75rem 0.5rem;
    border-radius: 6px;
}





/* Slider */
/* .panel-dark.panel-provider {
    width: 100%;
    float: left;
    background-color: #19191b;
    padding: 0 0 0 0 !important;
    border-bottom: 2px solid #c30000;
} */

.panel-wrapper {
    display: block;
}

    .panel-wrapper .panel-slider-theme .item {
        height: 80px;
        background-color: #2b2b2d;
        float: left;
    }


/* slider provider */

/* provider slider */
.panel.panel-slider.panel-provider {
    width: 100%;
    float: left;
    background-color: #a70007;
    padding: 0 0 0 0 !important;
    border-bottom: 2px solid #c30000;
}

    .panel.panel-slider.panel-provider .owl-carousel .owl-item {
        margin-right: 2px !important;
        cursor: pointer;
    }

    .panel.panel-slider.panel-provider .owl-carousel .owl-item {
        background-color: #19191b;
        width: 100%;
        height: 73px;
        position: relative;
    }

        .panel.panel-slider.panel-provider .owl-carousel .owl-item img {
            width: auto;
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .panel.panel-slider.panel-provider .owl-carousel .item {
        height: 80px;
        background-color: #2b2b2d;
    }

    .panel.panel-slider.panel-provider .container {
        background-color: #a70109;
        position: relative;
    }

    .panel.panel-slider.panel-provider .owl-carousel .owl-dots.disabled,
    .panel.panel-slider.panel-provider .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .panel.panel-slider.panel-provider .owl-carousel .owl-dots.disabled,
    .panel.panel-slider.panel-provider .owl-carousel .owl-nav.disabled {
        position: absolute;
        width: 100%;
    }

        .panel.panel-slider.panel-provider .owl-carousel .owl-nav.disabled .owl-prev {
            top: -66px;
            position: absolute;
            left: -58px;
            background: none !important;
            padding: 0;
            color: #1f1f21;
            width: 15px;
        }

        .panel.panel-slider.panel-provider .owl-carousel .owl-nav.disabled .owl-next {
            top: -66px;
            position: absolute;
            right: -58px;
            background: none !important;
            padding: 0;
            color: #1f1f21;
            width: 15px;
        }

#slider-provider {
    position: relative;
    opacity: 1;
}

.panel.panel-slider.panel-provider .owl-carousel .owl-nav.disabled .owl-prev::after {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #c30000;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}

.panel.panel-slider.panel-provider .owl-carousel .owl-nav.disabled .owl-next::after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #c30000;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 0;
}

.provider-image {
    height: 70px;
    float: left;
    overflow: hidden;
    position: relative;
}

    .provider-image .img {
        height: auto;
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        outline: none;
    }

.provider-slider.slick-initialized.slick-slider {
    padding-left: 278px;
    padding-right: 60px;
    position: relative;
    background-color: #a40108;
}

.provider-slider-item.slick-slide {
    border: 1px solid #930108;
}

.provider-slider.slick-initialized.slick-slider .slick-prev {
    left: 218px;
    width: 60px;
    height: 72px;
    float: left;
    background-color: #a40108;
    border: 1px solid #930108;
}

.provider-slider.slick-initialized.slick-slider .slick-next {
    right: 0;
    width: 60px;
    height: 72px;
    float: left;
    background-color: #a40108;
    border: 1px solid #930108;
}

.provider-all-btn {
    font-size: 14px;
    width: 218px;
    float: left;
    height: 72px;
    background-color: #b40109;
    border: 1px solid #930108;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 15px;
}

    .provider-all-btn i {
        color: #fff;
        font-size: 12px;
        margin: 0 5px 0 0;
    }

.provider-text {
    font-size: 16px;
    color: #fff;
}










/*  */




@media screen and (max-width:1200px) {
    .games-item {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}





@media screen and (max-width: 991px) {
    .games-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .games-item-inner {
        height: 175px;
    }

    .btn.btn-tryplay, .btn-secondary {
        padding: 0.75rem 0.3rem;
        font-size: 11px;
    }

    .btn.btn-playgame {
        padding: 0.75rem 0.3rem;
        font-size: 11px;
    }




    .provider-all-btn {
        width: 160px;
    }

    .provider-slider.slick-initialized.slick-slider {
        padding-left: 220px;
    }

        .provider-slider.slick-initialized.slick-slider .slick-prev {
            left: 160px;
        }
}




@media screen and (max-width:767px) {
    .provider-all-btn {
        width: 100px;
        left: 0;
        height: 52px;
    }

    .panel.panel-slider.panel-provider .container {
        padding: 0;
    }

    .provider-text {
        font-size: 10px;
    }

    .provider-slider.slick-initialized.slick-slider .slick-prev {
        height: 52px;
        width: 45px;
        left: 100px;
    }

    .provider-slider.slick-initialized.slick-slider .slick-next {
        height: 52px;
        width: 45px;
    }

    .provider-image {
        height: 50px;
    }

    .provider-slider.slick-initialized.slick-slider {
        padding-left: 145px;
        padding-right: 45px;
    }
}


@media screen and (max-width:480px) {

    .games-item-inner {
        height: 85px;
    }

    .provider-slider.slick-initialized.slick-slider .slick-prev::before {
        font-size: 14px;
    }

    .provider-slider.slick-initialized.slick-slider .slick-next::before {
        font-size: 14px;
    }

    .games-item-wrap {
        padding: 10px;
    }

    .games-item-inner .img {
        height: auto;
        width: 100%;
    }

    .games-item-body {
        margin-bottom: 10px;
    }

    .btn.btn-tryplay, .btn-secondary {
        font-size: 10px;
        margin-left: 0;
        padding: 0.45rem 0rem;
        margin-right: 1px;
    }

    .btn.btn-playgame {
        font-size: 10px;
        margin-right: 0;
        padding: 0.45rem 0rem;
        margin-left: 1px;
    }

        .btn.btn-playgame i {
            font-size: 10px;
            position: relative;
            top: 1px;
        }
}

.games-item-inner img { /*width: 100%; max-width: 100%; */
    /*height: 100%;*/
    min-height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pagination a, .pagination a.page-link, .pagination input {
    color: #ffffff;
    margin-right: 8px;
    text-align: center;
    background-color: #930006;
    border: none;
}

    .pagination a.page-link:hover {
        background-color: #C8000A;
        color: #ffffff;
    }

.pagination li.disabled a, .pagination li.disabled a:hover {
    color: #ED9720;
    background: none;
    border: none;
}

.pagination li.active a.page-link {
    color: #fff;
    background: #C8000A;
    border: none;
    z-index: 0;
}

.pagination {
    margin-top: 0px;
}

modal-dialogt.modal-demo .modal-header {
    background: transparent;
}

.modal-demo .close {
    position: absolute;
    top: -50px;
    color: #fff;
    float: right;
    background-color: transparent;
    height: 50px;
    margin: 0;
    width: 100px;
    right: 0px;
    left: initial;
    font-size: 24px;
    opacity: 1 !important;
}

    .modal-demo .close:hover {
        color: #fff !important;
    }

    .modal-demo .close i {
        color: #fff;
        font-size: 22px;
        opacity: 1 !important;
    }

.modal-dialog.modal-demo .modal-content {
    border: 0px;
}

.modal-dialog.modal-wallet .modal-content .modal-footer {
    background-color: #ecf0f1;
    padding: 0px;
}

.modal-demo iframe {
    border: none;
    min-height: 600px;
}

.game-name {
    position: absolute;
    width: 100%;
    color: #ffffff;
    Background: #D4000C;
    padding: 8px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



@media screen and (max-width:360px) {

    .games-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .games-item-inner {
        height: 150px;
    }
}



@media screen and (max-width:360px) {

    .games-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .games-item-inner {
        height: 150px;
    }
}















/* Add */
.section-wrapper.section-selection {
    margin-bottom: 0;
}

.btn.dropdown-toggle.btn-danger.btn-custom-md {
    height: 46px;
}

.filter-option-inner {
    height: 30px;
    line-height: 30px;
}

.dropdown.bootstrap-select .dropdown-item.active,
.dropdown.bootstrap-select .dropdown-item:active,
.dropdown.bootstrap-select .dropdown-item.active:hover,
.dropdown.bootstrap-select .dropdown-item:hover {
    background-color: #c8000a;
    border-radius: 0;
    color: #fff;
}

.dropdown.bootstrap-select .dropdown-menu.show {
    padding-top: 0;
    padding-bottom: 0
}

.btn.dropdown-toggle.btn-danger.btn-custom-md:hover,
.btn.dropdown-toggle.btn-danger.btn-custom-md:focus {
    color: #fff !important;
}


@media screen and (max-width:991px) {
    .games-item {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: 3.5px;
    }
}

@media screen and (max-width:768px) {
    .selection-right .selection {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}



@media screen and (max-width:690px) {
    .pd-3 {
        padding-top: 0;
    }

    .row-game {
        margin-top: 20px;
    }

    .games-item {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: 3.5px;
    }

    .games-item-wrap {
        padding: 0;
        background-color: #efeaea;
    }

    .game-name {
        font-size: 10px;
        padding: 0;
        min-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .games-item-inner {
        height: 100px;
        border-radius: 0;
    }

        .games-item-inner img {
            width: 100%;
            min-height: auto;
        }

    .btn.btn-tryplay, .btn-secondary {
        font-size: 9px;
        font-weight: 600;
        font-family: var(--fontWeightBold);
        margin-right: 3px;
    }

    .btn.btn.btn-secondary.disabled.btn-sm {
        margin-right: 0;
    }
}

.slot-wrapper {
    background-image: url(../images/AllSlot-Banner.jpg?v=1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 100px 0 0;
    background-color: #fff;
}
    .slot-wrapper p{
        color:#000000;
    }

.slot-img {
    padding: 70px 0 0;
    padding: 78px 0 0;
    float: right;
}
.slot-content {
    padding: 90px 0 10px 165px !important;
}
.slot-content-container h1 {
    font-size: 48px; 
    color: #4a4949;
    margin-bottom: 15px;
}
.slot-content-container p {
    /*color: #767679;*/
    font-size: 16px;
    line-height: 1.7em;
}
.slot-img img {
    margin-right: -55px;
}
  
@media screen and (max-width:991px) {
    .slot-wrapper {
        padding: 0 0px 0px 15px;
    }

    .slot-img {
        padding: 0;
        float: right;
    }

    .slot-content {
        padding: 30px 0 30px 60px;
    }
}

@media screen and (max-width:768px) {
    .desc-perform-inner.padding-left {
        float: none;
        position: relative;
        right: auto;
        transform: none;
    }
    .desc-perform-inner.padding-left {
        padding-left: 0;
    }
    .slot-wrapper {
        padding: 0 0px 0px 15px;
    }

    .slot-img {
        padding: 40px 0 10px;
        float: none;
        text-align: center;
    }

    .slot-content {
        padding: 30px 0 30px 0;
    }
}

@media screen and (max-width:690px) {
    .slot-wrapper {
        padding: 0 0px 0px 15px;
    }

    .slot-img {
        padding: 40px 0 10px;
        float: none;
        text-align: center;
    }

    .slot-content {
        padding: 30px 0 30px 0;
    }
}

@media screen and (max-width:480px) {
    .slot-img {
        padding: 50px;
    }

    .slot-img img {
        width: 100%;
    }
}

.slot-nav a {
    color: #8E0207;
}

.button-container {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.button-container .button {
    display: none;
}
   
.button-container:hover .button {
    display: block;
    margin-top: 10px;
    text-align: center !important;
}
.button-container .active {
    display: block;
    margin-top: 10px;
    text-align: center !important;
}


.games-item-body a, .games-item-body a:hover, .games-item-body .btn i {
    color: #ffffff;
    font-size: 30px;
}
.games-item-body a i:hover {
    color: #FC1788;
}
.games-item-body .active i {
    color: #FC1788;
}
.last-play{
    font-size:12px;
    text-align:center;
    padding-top:10px;
    clear:both;
}
.slot-nav .text-primary {
    color: #8E0207 !important;
}
.slot-nav .btn-refresh i {
    color: #8E0207;
}
.slot-nav .btn-refresh:hover i {
    color: #D4000C;
}


.btn.waves-effect.waves-light.btn-danger {
    margin: 0 2.5px 2.5px;
    background-color: #dc020d !important;
    border-color: #dc020d !important;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    height: 45px;
    line-height: 35px;
}


.input-group.input-group-custom .btn.waves-effect.waves-light.btn-danger {
    margin: 0 2.5px;
}

.nav-link.btn.btn-refresh, .nav-link.btn.btn-wallet{
    width: 40px;
    height: 41px !important;
    background-color: #ae0106;
    color: #fff  !important;
    border-radius: 50%;
    border: 6px solid  #dc020f;
    cursor: pointer;
    padding: 0 !important;
    line-height: 32px;
    ont-size: 12px;
    margin: 3px;
}


.nav-link.btn.btn-refresh, .nav-link.btn.btn-wallet {
    width: 40px;
    height: 41px !important;
    background-color: #ae0106;
    color: #fff !important;
    border-radius: 50%;
    border: 6px solid #dc020f;
    cursor: pointer;
    padding: 0 !important;
    line-height: 32px;
    font-size: 12px;
    margin: 3px;
}

.slot-nav .btn-refresh i, .slot-nav .btn-wallet i {
    color: #fff !important;
}

.nav-link.btn.btn-refresh:hover, .nav-link.btn.btn-wallet:hover {
    color: #fff !important;
    border: 6px solid #ab030d;
    background-color: #750205;
}

.slot-nav .btn-refresh:hover i, .slot-nav .btn-wallet:hover i {
    color: #fff !important;
}

.nav-link {
    font-size: 14px;
    line-height: 30px;
    font-family: var(--fontWeightBold);
}

@media screen and (max-width:1170px) {
    .btn.waves-effect.btn-danger {
        font-size: 12px !important;
        padding: .375rem .25rem;
    }
}

@media screen and (max-width:768px) {
    .btn.waves-effect.btn-danger {
        font-size: 10px !important;
        padding: .375rem .25rem;
    }
}

@media screen and (max-width:690px) {
    .btn.waves-effect.btn-danger {
        font-size: 12px !important;
        padding: .375rem .55rem;
    }
}

.pop-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: var(--fontWeightBold);
}

.table-responsive.table-responsive-wallet {
    margin-bottom: 25px;
}

.text-logo {
    background-color: #fff;
    padding: 0;
}

    .text-logo .game-logo {
        max-width: 100%;
        height: 100%;
    }

.label-logo .game-logo {
    max-width: 100%;
    height: 100%;
}

.transactions-summary .inner .label-logo {
    background-color: #fff;
    padding: 0;
}

.trans-layout-text .trans-logo img {
    max-width: 100%;
}

.trans-layout-text .trans-logo {
    background-color: #fff;
}

.trans-dropdown-item.trans-dropdown-transauto:last-child .trans-layout-text {
    border-bottom: 0;
}

.trans-dropdown-item.trans-dropdown-transauto-dest .trans-layout-text {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
}

.trans-dropdown-item.trans-dropdown-transauto-dest:last-child .trans-layout-text {
    border-bottom: 0;
}

.transactions-field {
    color: #AD060E;
    border-color: #AD060E;
    /*background-color: #68bb1a;*/
}

    .transactions-field::-webkit-input-placeholder {
        color: #fff;
    }

    .transactions-field::-moz-input-placeholder {
        color: #fff;
    }

    .transactions-field::-ms-input-placeholder {
        color: #fff;
    }

.table.table-wallet tbody tr td {
    text-align: center !important;
}

@media screen and (max-width:690px) {
    .table.table-wallet thead tr.tr-head th {
        font-size: 10px;
        text-align: center !important;
        justify-content: center;
    }
}
.transactions-summary {
    padding: 65px 15px;
}

#promotion-select {
    font-size: 14px !important;
    color: #000;
    font-weight: 700;
    font-family: var(--fontWeightBold);
}

.transactions-form {
    min-height: 100px;
    margin-bottom: 0;
}
.transactions-slider-item {
    height: 194px;
}
.transactions-summary .inner .label-logo {
    height: 90px;
    width: 90px;
}
.transactions-summary {
    padding: 45px 15px;
}

.trans-dropdown-holder {
    margin-bottom: 30px;
}

.transactions-slider-item .transactions-image .img {
    width: auto;
    height: 100%;
    position: relative;
}

.transactions-summary {
    margin-bottom: 45px;
}

.btn.btn-got-play {
    color: #fff;
    font-size: 14px;
    padding: 0.456rem 5rem;
    background-color: #d2010c;
    width: 100%;
    border-radius: 6px;
    margin: 7.5px 0;
}
.btn.btn-got-play:hover,
.btn.btn-got-play:focus{
    color: #fff;
    background-color: #9c1119;
}
a.btn-convert-point {
    color: orange;
    font-weight: 100;
    border: 1px solid orange;
    padding: 2px;
    width: 60px;
}

#cash-point-modal .modal-content, #cash-point-modal .modal-dialog {
    background: #fff !important;
}

#cash-point-modal .modal-dialog.modal-wallet .modal-content {
    border: 40px solid #fff;
    border-bottom: 20px solid #fff;
}
#cash-point-modal .close {
    opacity: 1;
}
#cash-point-modal .btn {
    float: none;
}

/* menu slot css */
.provider-slider-wrap {
    width: 86%;
    float: left;
}

    .provider-slider-wrap > .provider-slider-outer {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

        .provider-slider-wrap > .provider-slider-outer > .provider-slider-item {
            width: 14.28571%;
            float: left;
            border-right: 1px solid #b4010b;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.panel.panel-slider.panel-provider {
    border-bottom: 1px solid #c30000;
    background-color: #a60209;
}

.provider-all-btn {
    height: 59px;
    width: 14%;
    position: relative;
    left: 0;
    padding: 0 6px;
    text-align: center;
    line-height: 12px;
}

.provider-image {
    height: 59px;
    width: 100%;
}

    .provider-image .v-mobile {
        display: none;
    }

.panel.panel-slider.panel-provider {
    background-color: #a5000a;
}

.provider-image .img {
    height: 100%;
    max-width: inherit;
    width: auto;
}

.provider-more-btn {
    display: none;
}

.provider-menu {
    display: none;
}

.bg-overlay {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.61);
    opacity: 0;
    -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
    transition: opacity .3s, width 0s .3s, height 0s .3s;
    overflow: hidden;
    position: fixed;
    cursor: pointer;
}

.bg-overlay {
    z-index: 10;
}

    .bg-overlay.active {
        width: 100%;
        height: 100%;
        opacity: 0.7;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

.provider-menu {
    margin-right: -27rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1010;
    width: 27rem;
    height: 100%;
    overflow-y: auto;
    transition: margin-right .3s ease-in-out;
    background: #373737;
    background-color: #a5000c;
}

body.open-provider .provider-menu {
    margin-right: 0;
}

.provider-menu-title {
    position: sticky;
    top: 0;
    z-index: 13;
    display: block;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: 600;
    background: #8e0207;
    padding: 2rem 3.5rem;
    text-align: center;
}

    .provider-menu-title .provider-button {
        position: absolute;
        width: 4rem;
        height: 6rem;
        top: 0;
        right: 0;
        outline: none;
        border: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.game-category .game-category-list {
    width: 50%;
    float: left;
    padding: 10px;
    border-left: .1rem solid #8e0207;
    border-bottom: .1rem solid #8e0207;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

    .game-category .game-category-list:nth-child(odd) {
        border-left: 0;
    }

    .game-category .game-category-list:first-child,
    .game-category .game-category-list:first-child + li {
        border-top: .15rem solid #8e0207;
    }

    .game-category .game-category-list:last-child {
        border-right: .1rem solid #8e0207;
    }

    .game-category .game-category-list a p {
        margin: 0;
        font-size: 14px;
        color: #fff;
    }

    .game-category .game-category-list a img {
        height: 4rem;
        width: 6rem;
        -webkit-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
        box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
    }
/* resize */
@media screen and (max-width:1200px) {
    .provider-image .img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width:1024px) {
    .provider-text {
        font-size: 12px;
    }

    .provider-all-btn i {
        font-size: 10px;
        position: relative;
        top: -2px;
    }

    .provider-image {
        overflow: hidden;
    }

        .provider-image .img {
            max-width: inherit;
        }

        .provider-image .img {
            display: none;
        }

        .provider-image .v-mobile {
            display: block;
        }

        .provider-image .v-mobile {
            width: 100%;
            float: left;
        }

    .v-mobile {
        height: auto;
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        outline: none;
    }

    .provider-slider-outer {
        width: 100%;
    }

    .provider-image .v-mobile {
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    .provider-all-btn {
        left: 0;
        width: 30%;
    }

    .provider-slider-wrap {
        width: 72%;
        display: none;
    }

    .provider-more-btn i {
        margin-left: 5px;
    }

    .provider-more-btn {
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 14px;
        width: 30%;
        float: left;
        height: 59px;
        background-color: #b40109;
        border: 1px solid #a7010b;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        cursor: pointer;
        z-index: 1;
        position: absolute;
    }

    .provider-slider-wrap > .provider-slider-outer > .provider-slider-item {
        width: 20%;
    }

    .provider-slider-wrap > .provider-slider-outer {
        display: block;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        height: 59px;
    }

    .provider-more-btn {
        display: flex;
    }

    .provider-menu {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .provider-slider-wrap > .provider-slider-outer > .provider-slider-item {
        width: 25%;
    }

    .provider-image .v-mobile {
        width: 70%;
    }

    .panel.panel-slider.panel-provider {
        background-color: #a60209;
    }

    .provider-all-btn {
        left: 0;
        width: 50%;
        height: 59px;
    }

    .provider-more-btn {
        right: 0;
        width: 50%;
    }

    .provider-text {
        font-size: 14px;
    }

    .provider-all-btn i {
        top: -1px;
        font-size: 14px;
    }

    .provider-more-btn i {
        position: relative;
        font-size: 16px;
    }

    .provider-menu {
        width: 19rem;
    }

    .provider-menu-title {
        font-size: 17px;
    }

        .provider-menu-title .provider-button {
            height: 5.3rem;
        }
}

@media screen and (max-width:768px) {
    .provider-more-btn {
        right: 0;
    }
}




.provider-slider-wrap > .provider-slider-outer {
    display: block;
}

.provider-all-btn {
    border: 1px solid #b4010b;
    width: 13%;
}

.provider-slider-wrap {
    width: 87%;
}

    .provider-slider-wrap > .provider-slider-outer > .provider-slider-item {
        width: 11.11111%;
        border-bottom: 1px solid #b4010b;
    }

.game-category .game-category-list {
    padding: 0;
}

    .game-category .game-category-list a {
        width: 100%;
    }

        .game-category .game-category-list a img {
            width: 100%;
            height: auto;
        }

.game-category .game-category-list {
    height: 46.91px;
}

.provider-menu {
    background-color: #a3010a;
}

.game-category .game-category-list a p {
    display: none;
}



@media screen and (max-width:1440px) {
    .provider-text {
        font-size: 14px;
    }

    .provider-image .img {
        max-width: inherit;
        width: 100%;
        height: auto;
    }

    .provider-all-btn {
        height: 39px;
    }

    .provider-image {
        height: 39px;
    }

    .provider-all-btn {
        width: 13.7%;
    }

    .provider-slider-wrap {
        width: 86.3%;
    }
}

@media screen and (max-width:1200px) {
    .provider-image .img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width:1024px) {
    .provider-image .v-mobile {
        display: none;
    }

    .provider-image .img {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .provider-slider-wrap > .provider-slider-outer > .provider-slider-item {
        width: 14.25%;
    }
}

@media screen and (max-width:768px) {

    .provider-all-btn {
        width: 30%;
        height: 59px;
    }

    .game-category .game-category-list {
        height: 65px;
    }

    .provider-all-btn {
        border: 1px solid #930108;
    }

    .provider-more-btn {
        border: 1px solid #930108;
        right: 0;
    }
}

@media screen and (max-width:480px) {

    .provider-all-btn {
        width: 50%;
    }

    .game-category .game-category-list {
        height: 49px;
    }

    .btn.btn-playgame i {
        display: none;
    }
}




.row-content {
}

.transactions-slider .slick-list.draggable .transactions-slider-item {
    height: 195px;
}

.transactions-slider-item .transactions-image {
    left: 0;
    transform: translate(-50%, 0);
}

.transactions-slider .slick-list.draggable .transactions-slider-item .img {
    height: 100%;
    width: auto;
    left: 0;
    transform: translateX(0) !important;
}