@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

:root {
    --main-color-1: #283046;
    --main-color-2: #226015;
    --bg-color: #161D31;
    --bg-color1: #283046;
    --hover-color: #ffffff51;
    --lg-color-1: linear-gradient(to top, #1b7808, #226015);
    --border-color: #1b7808;
    --border-color-1: #404656;
    --border-color-2: #226015;
    --tran-color: #1b7808ab;
    --text: #fff;
    --btn-color: #00CFE8;
}

.approved-modal {
    display: none;
}

/********************************** index **********************************/

.body-container {
    padding: 0px;
    background-color: var(--bg-color);
    height: auto;
    overflow: hidden;
}

.card-header {
    border-radius: 0px !important;
}

.round-first {
    border-radius: 0 !important;
}

.round-last {
    border-radius: 0 !important;
}

::selection {
    background: var(--border-color);
    color: #fff;
}

/* Tablet */
@media (min-width: 768px) {
    .body-container {
        padding: 14px;
    }

    .round-first {
        border-radius: 0.428rem 0 0 0 !important;
    }

    .round-last {
        border-radius: 0 0.428rem 0 0 !important;
    }

    .c-margin-bottom {
        margin-bottom: 1rem !important;
    }

    .c-margin-top {
        margin-top: 1rem !important;
    }

    .c-margin-top {
        margin-top: 1rem !important;
    }
}


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgb(247, 204, 85);
    background: -moz-linear-gradient(top, rgb(247, 204, 85) 0%, rgb(237, 230, 233) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(247, 204, 85)), color-stop(100%, rgb(237, 230, 233)));
    background: -webkit-linear-gradient(top, rgb(247, 204, 85) 0%, rgb(237, 230, 233) 100%);
    background: -o-linear-gradient(top, rgb(247, 204, 85) 0%, rgb(237, 230, 233) 100%);
    background: -ms-linear-gradient(top, rgb(247, 204, 85) 0%, rgb(237, 230, 233) 100%);
    background: linear-gradient(to bottom, rgb(247, 204, 85) 0%, rgb(237, 230, 233) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f64f9', endColorstr='#db427d', GradientType=0);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(237, 230, 233);
    background: -moz-linear-gradient(top, rgb(237, 230, 233) 0%, rgb(247, 204, 85) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(237, 230, 233)), color-stop(100%, rgb(247, 204, 85)));
    background: -webkit-linear-gradient(top, rgb(237, 230, 233) 0%, rgb(247, 204, 85) 100%);
    background: -o-linear-gradient(top, rgb(237, 230, 233) 0%, rgb(247, 204, 85) 100%);
    background: -ms-linear-gradient(top, rgb(237, 230, 233) 0%, rgb(247, 204, 85) 100%);
    background: linear-gradient(to bottom, rgb(237, 230, 233) 0%, rgb(247, 204, 85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db427d', endColorstr='#9f64f9', GradientType=0);
}

.btn-bet-bet {
    display: ruby;
    height: 38px !important;
}

.btn-bet-bet {
    background: var(--border-color);
}

.btn-bet-bet:hover {
    background: var(--border-color-2);
}

.btn-bet-bet:focus {
    outline: none !important;
    box-shadow: none !important;
    background: var(--border-color-2) !important;
}

.btn-bet,
.btn-bet-tie {
    font-size: calc(0.5vw + 0.7rem) !important;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    min-height: 900px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.c-p {
    padding: 0.5rem !important;
}

.c-m-b {
    margin-bottom: 0.5rem !important;
}

.c-min-width {
    min-width: 30px !important;
}

.btn-circle.btn-xl {
    width: 140px;
    height: 140px;
    padding: 1px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 75px;
}

.result-container {
    display: flex;
    overflow: auto;
}

.result-row {
    border: 0.5px solid #dedede;
    border-bottom: 0;
}

.result-col {
    border-bottom: 1px solid #dedede;
    text-align: center;
    width: calc(0.6vw + 1.5rem) !important;
    height: calc(0.6vw + 1.5rem) !important;
    font-size: calc(0.4vw + 0.5rem) !important;
    line-height: calc(0.6vw + 1.4rem) !important;
    padding-top: 1px;
    background-color: white;
}

.cycle {
    height: calc(0.6vw + 1.3rem) !important;
    width: calc(0.6vw + 1.3rem) !important;
    /* height: 30px;
	width: 30px; */
    border-radius: 50%;
    display: inline-block;
}

.dot span {
    /*margin-top: 21px;*/
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}

.num {
    text-align: center;
    width: 57px;
    height: 57px;
    line-height: 57px;
    color: white;
    font-size: 23px;
}

.result-col-total {
    text-align: center;
    width: calc(0.6vw + 2.5rem) !important;
    height: calc(0.6vw + 2.5rem) !important;
    font-size: calc(0.4vw + 1rem) !important;
    line-height: calc(0.6vw + 2.1rem) !important;
    padding-top: 0px;
    white-space: nowrap;
    position: relative;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.8rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.cycle-total {
    width: calc(0.6vw + 2.1rem) !important;
    height: calc(0.6vw + 2.1rem) !important;
    border-radius: 50%;
    display: inline-block;
}

.c-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #0e1429;
    overflow-x: auto;
    display: flex;
}

.c-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.5rem;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.c-nav-icon {
    width: 16px;
    height: 16px;
}

.container-bottom-sheet {
    width: 100%;
    height: 100% !important;
    /* background-color: rgb(162, 162, 162); */
    position: relative;
}

.bottom-sheet {
    position: fixed;
    padding: 10px;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 1000;
    display: flex;
    background-color: #0e1429;
}

.b-account-balance {
    width: 7rem;
    display: flex;
}

.b-account-balance-label {
    font-size: 12px;
    font-weight: bold;
}

.currency {
    font-size: 12px !important;
    font-weight: bold;
    color: #1e81f1;
}

.username {
    font-size: 10px !important;
}

.notify-modal {
    height: 35rem !important;
    width: 20rem !important;
    z-index: 99 !important;
}

.bg-transparent {
    background-color: transparent;
    border: none;
}

.bg-transparent::after {
    background-image: none !important;
}

/* ***************************My style *************************** */
.header-top {
    background: var(--main-color-1);
    border-radius: 6px;
}

.header-top .top-navbar {
    display: flex;
}

.drop-lang img {
    width: 25px;
    margin: 0 5px 0 0;
}

.header-top .top-navbar .drop-lang {
    padding: 5px;
    margin: 5px;
}

.header-top .menu__ {
    display: flex;
    justify-content: space-between;
    /* overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap; */
}

.menu__ {
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
    overflow-x: hidden;
    white-space: nowrap;
}

.menu__.active {
    cursor: grabbing;
}

.menu__ li {
    padding: 5px 18px;
    margin: 5px 0;
    margin-right: 5px;
}

.menu__ li a {
    text-align: center;
}

.top-navbar li span {
    color: #fff;
    text-wrap: nowrap;
    font-size: 15px;
    text-transform: uppercase;
}

.drop-lang li.active {
    background-color: var(--hover-color);
    border-top: 2px solid var(--border-color);
}

.drop-lang li:hover {
    background-color: var(--hover-color);
}

.menu__ li:hover {
    background-color: var(--hover-color);
    border-radius: 6px;
}

.menu__ li.active {
    background-color: var(--hover-color);
    border-radius: 6px;
    border-top: 3px solid var(--border-color);
}

.payout-game {
    height: calc(100vh - 100px);
    overflow-y: scroll;
}

html:not(.ismobile) .payout-game::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.payout-game .card-body {
    padding: 0 !important;
}

.payout-game .game_card:hover {
    cursor: pointer;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 5px;
}

.payout-game .game_card {
    transition: all 500ms ease-in-out;
    box-shadow: rgb(255 255 255) 0px 1px 4px;
    border-radius: 0px !important;
    border: 0px !important
}

.payout-game .game_card img {
    width: 100%;
}

.payout-game .game_card span {
    display: block;
    text-align: center;
    color: #fff;
}

.icon_nav {
    background-size: 100% 100%;
    display: block;
    height: 100%;
    width: 100%;
    padding: 15px;
}
body[data-dir="855test"] .icon-sport {
    background-image: url(../images/nav/sport_855test.svg) !important;
}
.icon-sport {
    background-image: url(../images/nav/sport__.svg);
}

.icon-casino {
    background-image: url(../images/nav/casion__.svg);
}

.icon-slots {
    background-image: url(../images/nav/slots__.svg);
}

.icon-lottery {
    background-image: url(../images/nav/lottery__.svg);
}

.icon-poker {
    background-image: url(../images/nav/poker__.svg);
}
.icon-number {
    background-image: url(../images/nav/number__.svg);
}

.icon-cock {
    background-image: url(../images/nav/cock__.svg);
}

/* drowdown  */
.dropdown-items {
    display: inline-block;
    position: relative;
}

.dd-button {
    display: inline-block;
    border-radius: 4px;
    padding: 16px 5px 0px;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    text-transform: capitalize;
}

.dd-button i {
    font-size: 20px;
    margin-right: 5px;
    color: var(--text);
}

/* .dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
} */

/* .dd-input {
    display: none;
} */

.dd-menu {
    position: absolute;
    z-index: 99;
    top: 100%;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--bg-color1);
    list-style-type: none;
}

/* .dd-input+.dd-menu {
    display: none;
} */

/* .dd-input:checked+.dd-menu {
    display: block;
} */

.dd-menu li {
    padding: 5px 20px;
    cursor: pointer;
    white-space: nowrap;
    color: var(--text);
    margin: 5px 0;
}

.dd-menu li i {
    color: var(--text);
    padding-right: 5px;
}

.dd-menu li:hover {
    background-color: var(--hover-color);
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
    color: var(--text);
}

.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #3B4253;
}

.language-items {
    display: flex;
    text-transform: capitalize;
    text-align: center;
    align-items: center;
}

.language-items:hover,
.language-items.active {
    background: var(--bg-color1);
}

/* register  */

.sweet-alert .btn {
    background: var(--bg-color) !important;
}

.lf-register-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    margin: 0;
}

.lf-register-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/content/design14/images/common/background.jpg) no-repeat 100% fixed;
    background-size: 100% 100%;
}

.lf-logo {
    z-index: 1;
    max-width: 500px;
    padding: 20px;
}

.lf-title {
    z-index: 1;
    border: 2px solid #e3c161;
    text-align: center;
    font-size: 28px;
    padding: 5px 50px;
    border-radius: 8px;
    color: #fff;
    background: #171717;
}

.lf-form {
    width: 100%;
    padding: 2em;
    position: relative;
    max-width: 550px;
    background: linear-gradient(90deg, #030020f5, #1b01078c 60%);

}

.flex-row {
    display: flex;
}

.input-group-text {
    position: absolute;
    right: 30px;
    margin-top: 12px;
    background: none;
    border: none;
}

.fa {
    font-size: 20px !important;
    color: #e3c161;
}

.lf-txt {
    color: #fff;
}

.lf--label {
    width: 3em;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
}

.lf--input {
    flex: 1;
    padding: 0 8px;
    height: 55px;
    border: 0;
    color: var(--text);
    font-size: 1rem;
    background: var(--bg-color);
    border: 1px solid var(--main-color-1);
    font-size: 18px;
}

.lf--input:focus {
    border: 1px solid var(--hover-color);
}

.lf--submit {
    display: block;
    padding: 1em;
    height: 55px;
    width: 100%;
    background: hsla(0, 0%, 100%, .1);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    line-height: 10px;
    margin-top: 26px;
    margin-bottom: 10px;
}

.lf--submit:focus {
    outline: none;
    transition: transform 0.15s ease;
    transform: scale(1.1);
}

.lf--forgot {
    margin-top: 1em;
    color: #00d6b7;
    font-size: 0.65em;
    text-align: center;
    position: relative;
}

::-moz-placeholder {
    color: #8f8f8f;
}

:-ms-input-placeholder {
    color: #8f8f8f;

}

::placeholder {
    color: #8f8f8f;

}

.lf-register a:hover {
    color: var(--border-color);
}

.lf-register a,
.lf-register li {
    color: #fff;
    /* font-size: 18px; */
    transition: .3s all ease;
}

.lf-register,
.lf-lang {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.lf-lang img {
    width: 50px;
}

/* login  */

.lf-login-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    margin: 0;
}

.lf-login-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/content/design14/images/common/background.jpg) no-repeat 100% fixed;
    background-size: 100% 100%;
}

/* pop up password  */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: var(--main-color-1);
    border: 1px solid var(--border-color-1);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    min-width: 450px;
}

.cash-history {
    min-width: 1300px !important;
}

.bet-history {
    min-width: 1300px !important;
}

.close-popup {
    color: var(--border-color);
    transition: .3s ease-in-out;
    background: none;
    float: right;
    margin-top: -34px;
    margin-right: -33px;
}

.close-popup i {
    font-size: 30px !important;
}

.close-popup i:hover {
    color: var(--btn-color) !important;
}

.close-popup:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.popup-body {
    padding: 20px;
}

.popup-content p,
.popup-content h2 {
    color: var(--text);

}

.popup .txt-text {
    text-align: left !important;
    display: block;
    color: #fff;
    margin: 5px 0;
}

body .lf-input-popup {
    border: 1px solid var(--border-color-1) !important;
    height: 45px !important;
    width: 100%;
    /* color: var(--border-color); */
    font-size: 1rem !important;
    background: none !important;
    padding: 0 10px;
}

.filter-container .form-control {
    border-radius: 0px !important;
}


.btn-txt {
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.popup-content .btn-submit {
    background: var(--border-color);
    width: 120px;
}

.popup-content .btn-discard {
    background: var(--bg-color1);
    width: 120px;
}

.txt-open {
    display: inline-flex;
    text-align: center;
    align-items: center;
    font-size: 40px;
    color: var(--text);
    justify-content: center;
    background: var(--lg-color-1);
}

.bg-danger {
    background: var(--lg-color-1);
}

.txt-open span {
    font-size: 40px;
    color: var(--bg-color);
}

.card-iframe {
    border: none !important;
    background: none;
    min-height: 1100px;
}

/********************************** slot provider **********************************/



.bg-content-section {
    /* max-width: 1300px !important; */
    margin: 0 auto !important;
    /* padding: 25px !important; */
}

.slots-games .slots-games-items .brand-list {
    overflow: unset !important;
}

.slots-games {
    background: none !important;
}

.slots-games .slots-games-items .slots-games-right {
    padding-top: 18px !important;
}

.slot-game-content li {
    width: 199px !important;
    height: 199px !important;
    margin: 3px !important;
    border: 1px solid var(--border-color) !important;
}

.slot-game-content li .img-box .hover-box>h2 {
    font-size: 14px !important;
}

.slots-games .slick-list {
    position: relative;
    display: block;
    overflow-x: scroll;
    margin: 0;
    white-space: nowrap;
    padding: 0;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    scrollbar-color: #ff8000 #fff;
}


.slots-games .slick-list::-webkit-scrollbar {
    display: none;
}

.slots-games .slick-list:focus {
    outline: none;
}

.slots-nav a {
    background: none !important;
    border-bottom: 1px solid var(--main-color-2) !important;
    color: var(--main-color-2) !important;
    border-top: 1px solid var(--main-color-2) !important;
}

.slots-nav a.active,
.slots-nav a:hover {
    color: var(--text) !important;
    border-bottom: 1px solid var(--text) !important;
    border-radius: 5px !important;
    border-top: 1px solid var(--text) !important;
}

.total_of_slots {
    margin-top: 20px !important;
    color: var(--text) !important;
}

.slot_search_box {}

.slot_search_box .search_input {
    height: 38px !important;
    border-radius: 5px !important;
    width: 200px !important;
    /* border: 1px solid #ff8000 !important; */
    border-image-source: linear-gradient(to left, var(--border-color), #FFF) !important;
    border-image-slice: 1 !important;
    border-radius: 0px !important;
    color: var(--text) !important;
}

.slot-foot {
    color: #fff;
    position: absolute;
    left: 50%;
    font-size: 18px;
}

.slot-game-content li .img-box .hover-box>span {
    width: 130px !important;
    height: 35px !important;
    font-size: 14px;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #fff095 0%, #b88416 88%) !important;
    border-radius: 20px !important;
}

.slot_search_box .search_btn {
    background: url(../images/common/search_btn.png) no-repeat !important;
    padding: 15px !important;
    background-size: 100% !important;
    position: absolute !important;
    right: 4px !important;
    top: 3px !important;
    width: 0px !important;
    height: 0px !important;
}

.slot-game-content li .img-box .hover-box {
    background: var(--tran-color) !important;
}

.header-menu-sub {
    min-width: 1300px;
}

.slots-games .slots-games-items .brand-list li {
    /* height: 70px !important; */
    margin: 7px !important;
    width: 178px !important;
    border-image-source: linear-gradient(to left, #ff0000, #FFF) !important;
    border-image-slice: 1 !important;
    border-radius: 0px !important;
}

.brand-list .slick-slide img {
    margin: 0 auto !important;
    padding: 10px 0 0 0 !important;
}

.slots-games .slots-games-items .brand-list li:hover,
.slots-games .slots-games-items .brand-list li.active {
    background: #e7ede721 !important;
}

.slots-games-items .brand-list li span {
    color: #ff8000 !important;
}

/********************************** Point Wheel **********************************/

#gift-main {
    max-width: 100% !important;
    background-image: url(../images/common/bg-content.jpg) !important;
}

#gift-main #content {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

body .gift_leftmenu {
    background: var(--main-color-1) !important;
    margin-top: 40px !important;
}

.gift_leftmenu ul li {
    color: #b10b0b !important;
}

.gift_leftmenu ul li:hover a {
    color: #fff !important;
}

#load_more {
    top: 80px !important;
}

.lead {
    font-size: 15px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: 45px !important
}

#gift-main .left-table {
    margin-bottom: 100px !important;
}

#gift-main .left-table {
    margin-top: 36px !important;
}

#gift-main .control_table tbody tr td div {
    color: #000 !important;
}

#gift-main .control_table input,
#gift-main .control_table select {
    color: #d63838 !important;
}

#gift-main .gift_leftmenu ul li a,
#gift-main #tblFooter tr td a {
    color: #d63838 !important;
    font-size: 15px;
}

#gift-main .gift_leftmenu h3 {
    font-weight: 600;
    font-size: 15px !important;
    background: #d63838 !important;
}

#gift-main .gift_leftmenu ul li a:hover {
    color: var(--green) !important;
}

#gift-main .gift_leftmenu ul li {
    padding: 5px 0 0 15px !important;
}

#gift-main .main_table td:hover,
#gift-main .main_table tr:hover {
    background: none !important;
}

#gift-main .main_table th,
#gift-main .main_table td {
    color: #ff8000 !important;
    height: 30px;
}

#gift-main #txtDateFrom,
#gift-main #txtDateTo,
#gift-main #txtClaimId {
    width: 120px !important;
    height: 30px !important;
    text-align: center;
}

#gift-main .tablename {
    margin: 5px -4px !important;
}

#gift-main .tablename a {
    height: 30px !important;
    padding: 4px !important;
    background: none !important;
}

#gift-main .tablename a:hover {
    background: var(--green);
}

#gift-main #modalConfirm {
    background: none !important;
}

#gift-main ul.gift_list {
    padding: 23px 0 0 10px !important;
}

.center-contant form .err_div {
    margin-top: 0px !important;
    padding: 0px !important;
}

.register-contant-code {
    width: 160px !important;
    height: 48px !important;
}

.center-data .iturnover input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin-top: -2px;
}

.center-data .iturnover span {
    margin-left: 5px;
}

.reg-form-in .checkbox {
    height: 20px !important;
}

#sidebar_ach ul li .s-item {
    background: var(--main-color-1) !important;
}

.center-table-achievement td,
.center-table-achievement th {
    height: 44px !important;
}

/********************** rewards *********************** */

.rewards .rewards-cont h5 {
    color: #fff !important;
    font-weight: 600;
    transition: .3s ease-in-out;
}

.rewards .rewards-cont h5:hover {
    color: var(--navy) !important;
}

.main_rew .tit_rew {
    color: red !important;
    font-weight: 600;
}

.main_rew .tit_rew:after {
    display: block;
    content: '';
    border-bottom: solid 5px #fff;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
    max-width: 200px;
    margin: auto;
}

.main_rew .tit_rew:hover:after {
    transform: scaleX(1);
}

.edit-pop .input-form .getcode-btn {
    color: red !important;
    background: var(--main-color-1) !important;
    line-height: 38px !important;
}

@keyframes pulse {
    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.rewards .rew1,
.rewards .rew2,
.rewards .rew3,
.rewards .rew4,
.rewards .rew5,
.rewards .rew6,
.rewards .rew7 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
}

.rewards .rew1:hover,
.rewards .rew2:hover,
.rewards .rew3:hover,
.rewards .rew4:hover,
.rewards .rew5:hover,
.rewards .rew6:hover,
.rewards .rew7:hover {
    animation-name: pulse;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}

/****************** sign up ****************** */
#form_bonus .sign-list li {
    padding: 18px !important;
    /* width: 126px; */
}

#form_bonus .sign-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
    grid-gap: 5px !important;
}

#form_bonus .sign-list li:not(:last-child) {
    margin-right: 0px !important
}

#form_bonus .sign-list li a {
    font-size: 13px !important;
    white-space: break-spaces;
    line-height: 18px;
    color: #fff !important;
}

#form_bonus .sign-list i {
    height: 80px !important;
}

#form_bonus .sign-bet li h6 {
    line-height: 2;
}

.wheel_container .spintxt {
    display: none;
}

#gift-main #modalMsg {
    background: none !important;
}

/* ***************************datatable ************************ */
.filter-container {
    width: 25%;
}

.bet-filter {
    gap: 20px;
}

.btn-txtt {
    color: var(--text);
    display: block;
    text-align: left;
}

.filter-container .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}

.filter-container .form-control {
    background: none !important;
    border: 1px solid var(--border-color-1) !important;
}

.dataTables_filter {
    display: none;
}

.popup-body label {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid var(--border-color-1) !important;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_length select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.dataTables_wrapper {
    padding-top: 20px;
}

#cash_history tr th,
#bet_history tr th {
    color: var(--text) !important;
    font-weight: 600;
}

#cash_history tr td,
#bet_history tr td {
    color: var(--text) !important;
    border-color: var(--border-color-1) !important;
    height: 100px !important;
}

.dataTables_wrapper .dataTables_info {
    color: var(--text) !important;
}

.dataTables_wrapper .dataTables_paginate {
    color: var(--text) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: var(--text) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: var(--text) !important;
}

.popup-body #betfromDate,
.popup-body #bettoDate {
    text-align: center;
}

.popup-body #betfromDate {
    border-right: none !important;
}

.popup-body #datepicker2,
.popup-body #datepicker1 {
    text-align: center;
}

.popup-body #datepicker1 {
    border-right: none !important;
}

.fw-bolder {
    font-weight: 600 !important;
}

.btn-show-hide:focus {
    outline: none !important;
}

.btn-show-hide {
    background: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    color: #fff;
    width: 55px;
    border-color: var(--border-color-1);
}

.dateSelection {
    position: relative;
    display: inline-block;
    border: 1px solid var(--border-color-1);
    width: 100%;
    height: 45px;
    text-align: left;
    align-items: center;
    line-height: 42px;
    color: var(--gray);

}

.dateSelection .all_date {
    padding: 0px 10px;
    color: var(--gray);
}

.dateSelection i {
    position: absolute;
    right: 10px;
    font-size: 12px !important;
    top: 14px;
    color: var(--border-color-1);
}

.card-header span {
    font-size: 17px;
}

.drop-date {
    display: none;
    position: absolute;
    background-color: var(--text);
    min-width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin: 2px 0;
}

.drop-date a {
    color: var(--text);
    padding: 0px 16px;
    text-decoration: none;
    background: var(--bg-color) !important;
    display: block;
    border-bottom: 1px solid var(--border-color-1);
}

.drop-date a:hover {
    background-color: var(--border-color-1) !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0px 10px !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 0px 10px !important;
    text-wrap: nowrap;
}

/******************** Load in cash history **************************** */
/* .spinnerLoad {
    width: 70px;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.spinnerLoad>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.bounce3 {
    -webkit-animation-delay: -0.42s;
    animation-delay: -0.42s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.loading_gift {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-top: 200px !important;
} */

.responsive-iframe {
    position: relative;
    height: 100%;
    width: 100%;
}

.spinnerLoad {
    width: 70px;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.spinnerLoad>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bounce 1.4s infinite ease-in-out both;
    animation: bounce 1.4s infinite ease-in-out both;
}

.spinnerLoad .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinnerLoad .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.spinnerLoad .bounce3 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/* responsive  page */

@media (max-width: 1200px) {
    .slot-game-content li {
        width: 206px !important;
        height: 206px !important;
    }

    .payout-game .row {
        display: block;
    }

    .payout-game .col-6 {
        max-width: 100% !important;
    }
}

@media (max-width: 600px) {
    .payout-game .col-6 {
        /* max-width: 42% !important; */
    }

    .payout-game .row {
        display: grid;
        /* grid-gap: 10px; */
        grid-template-columns: 250px 250px;

    }

    .slot-game-content {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 150px 150px 150px;
    }

    .slot-game-content li {
        width: 150px !important;
        height: 150px !important;
    }

    .slot_search_box {
        /* float: unset !important; */
        margin: 60px 0 !important;
    }

    .slot_search_box .search_input {
        width: 40% !important;
        margin-bottom: 15px !important;
    }

    .header-top .menu__ {
        justify-content: unset !important;
    }

    .card-iframe .bg-danger {
        display: none !important;
    }

    .card-iframe .bg-dark {
        background: none !important;
    }

    .slot-nav-title {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 150px 150px 150px;
        text-align: center;
    }

    .top-navbar li span {
        display: none;
    }

    .menu__ li {
        padding: 10px 12px;
        margin-top: 6px;
    }

    .payout-game .game_card span {
        white-space: nowrap;
    }

    .dd-button {
        margin-top: -5px
    }
}

/* Social one click register buttons */

.btn-social {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    transition: opacity 0.3s ease;
}

.btn-social img {
    display: block;
}

.btn-social.oneclick:hover {
    opacity: 0.7;
}

.btn-social.oneclick {
    position: relative;
    overflow: hidden;
}

.btn-social.oneclick::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .45) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    pointer-events: none;
}

.btn-social.oneclick:hover::after {
    animation: oneclick-shine 0.8s ease infinite;
}

@keyframes oneclick-shine {
    0% {
          left: -150%;
    }

    100% {
          left: 150%;
    }
}


.log-cont .btn-social.oneclick {
    width: fit-content;
    margin: 10px auto;
}

.form .country-select.inside li div {
    flex: unset !important
}

.country-select.inside {
    margin: unset !important;
}

.country-select.inside .form-control:disabled,
.country-select.inside .form-control[readonly] {
    background:transparent !important;
}

.country-select.inside .flag-dropdown .country-list li {
    outline: unset !important;
    border: unset !important;
    transition: .3s ease-in-out !important;
    position: unset !important;
    box-shadow: unset !important;
    overflow: unset !important;
    font-weight: unset !important;
    margin: unset !important;
}
.country-select .country-list,
.country-select.inside input, .country-select.inside input[type=text]{
    width: 100%;
}

/* end Social one click register buttons */