/* section, .full {
	overflow: auto;
} */

.viewBtn {
    display: block;
    background: #da3d04;
    color: #fff;
    font-size: 3.1vw;
    text-align: center;
    line-height: 2.8;
    padding: 0 2vw;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    -webkit-border-radius: 4vw;
    -moz-border-radius: 4vw;
    border-radius: 4vw;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.otpSection input::-webkit-outer-spin-button,
.otpSection input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otpSection input[type=number] {
    -moz-appearance: textfield;
}

.withdraBox input::-webkit-outer-spin-button,
.withdraBox input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.withdraBox input[type=number] {
    -moz-appearance: textfield;
}

.bankAccountInfoBox input::-webkit-outer-spin-button,
.withdraBox input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bankAccountInfoBox input[type=number] {
    -moz-appearance: textfield;
}

.gamePlayBox-input input::-webkit-outer-spin-button,
.withdraBox input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.gamePlayBox-input input[type=number] {
    -moz-appearance: textfield;
}

.padd-btm-sec {
    padding-bottom: 11vw;
}

.sub-menu {
    padding-bottom: 16vw;
    overflow-y: auto;
    max-height: 80vh;
}

.walletArea a:not(:last-child) {
    margin-right: 15px;
}

.walletArea a {
    display: inline-block !important;
    vertical-align: middle;
}

.padd-btm .withdraBox .radioArea {
    margin-bottom: 0;
}

.withdraBox [type="radio"]:checked+label,
.withdraBox [type="radio"]:not(:checked)+label {
    padding-left: 8vw !important;
}

.withdraBox .col-auto {
    padding-left: 5vw;
}

.withdraBoxRadio [type="radio"]:checked+label,
.withdraBox [type="radio"]:not(:checked)+label {
    padding-left: 6vw !important;
}

.col-auto.userArea strong {
    padding: 0px 0px 0px 3vw;
}

.colLeft,
.colRight {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    margin-bottom: 3vw;
}

.colbtn {
    margin: 0.3rem 0;
    float: left;
    width: 50%;
    padding: 0 5px;
}

.addBal,
.withderwBal {
    width: 100%;
    color: #fff;
    padding: 8px 0;
    line-height: 1.2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 2.6vw;
}

.addBal span,
.withderwBal span {
    display: block;
}

.addBal {
    background: #eabc8c;
}

.withderwBal {
    background: #47b3e6;
}

.mb2vw {
    margin-bottom: 3vw;
}

.secTitle.mb2vw h5 {
    margin: 0;
}

.withdraBoxRadio .col-auto {
    padding: 0px 5px !important;
}

.bg-yellow {
    background-color: #f39c12!important;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
    color: #fff;
}

.bg-green {
    background-color: #00bc8c!important;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
    color: #fff;
}

.bg-red {
    background-color: #e74c3c!important;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
    color: #fff;
}

.homeBanText h6 {
    color: #fff !important;
}

.homeBanText .exploreNow {
    color: #fff;
}

.banTextDate {
    color: #fff;
}

.walletArea a span {
    display: inline-block;
    vertical-align: middle;
}

.refreshBtn {
    font-size: 3vw !important;
}

.modal__content {
    position: relative;
}

.update_sec {
    background: #fff;
    padding: 15px;
    width: 250px;
    margin: 0 auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.update_sec h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}

.update_sec p {
    color: #000;
    text-align: left;
}

.update_sec .update_btn {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
    float: right;
    background: #fe9d1f;
    margin-top: 15px;
    line-height: 27px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.update_sec .update_btn:hover {
    color: #000;
}

.tblres .table tr th p {
    line-height: 8vw;
    padding: 0 0.9rem;
    font-weight: 500;
}

.tblres .table tr td {
    color: #313131;
    font-weight: 400;
    font-size: 3.5vw;
    text-align: left;
}
.tblres ul li {
    line-height: 8vw;
    padding: 0 0.9rem;
    font-weight: 500;
}

.alert-dialog--material {
    border-radius: 8px;
}

.alert-dialog-content--material {
    font-size: 13px;
}

.deposit-history-data-wrap {
    color: #fff;
}

.fixScroll table {
    margin-bottom: 0;
}

.tableHeaderMd {
    background: #da3d04;
}

.tableHeaderMd ul li {
    color: #fff;
    padding: 2vw;
    font-size: 2.8vw;
    font-weight:bold;
}

.fixScroll .transactionsBody tr td:first-child,
.tableHeaderMd ul li.date {
    width: 22%;
}

.fixScroll .transactionsBody tr td:nth-child(2),
.tableHeaderMd ul li.desc {
    width: 47%;
}

.fixScroll .transactionsBody tr td:nth-child(3),
.tableHeaderMd ul li.points {
    width: 15%;
}

.fixScroll .transactionsBody tr td:last-child,
.tableHeaderMd ul li.bal {
    width: 16%;
}

.fixScroll {
    height: 69vh;
    overflow-y: auto;
}

.fixScroll .table {
    background: #fff;
}

.trns {
    height: 81vh;
}

.DodnAccount a {
    color: #da3d04;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    font-size: 3vw;
}

#server-alert .update_sec {
    background: #f2c78f;
}

#server-alert .update_sec h4 {
    text-align: center;
}

#server-alert .update_sec p {
    text-align: center;
}

.tGameBox {
    padding: 0;
    background: #0c97cf;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.tGameBox .closeBtn {
    background: #e42c2c;
    color: #fff;
}

.tGameBox .closeBtn,
.tGameBox .gotoPlayBtn,
.tGameBox .closeBtn {
    font-size: 3.1vw;
    text-align: center;
    padding: 0 2vw;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    font-family: 'Montserrat';
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.gamePlayTimeSlotSec .tGameBox+.tGameBox {
    margin-top: 2vw;
}

.tGameBox .tdgLeft {
    background: #0c97cf;
    -moz-border-radius: 0 50px 50px;
    -webkit-border-radius: 0 50px 50px;
    border-radius: 0 50px 50px;
    padding: 1.5vw 3vw;
}

.tdgLeft,
.tdgDesc {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.tdgImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12vw;
    flex: 0 0 12vw;
    max-width: 12vw;
}

.tGameBox .tdgDesc {
    padding: 0 0 0 3vw;
}

.tGameBox .tdgRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20vw;
    flex: 0 0 20vw;
    max-width: 20vw;
    position: relative;
}

.tdgRightInner {
    height: 100%;
    width: 100%;
}

.tdgImg span {
    display: block;
}

.tdgImg span img {
    display: block;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tGameBox p {
    color: #fff;
    font-size: 3vw;
    font-weight: 500;
    margin-bottom: 4px;
}

.tGameBox h4 {
    color: #fff;
    font-size: 3.6vw;
    font-weight: 700;
    padding: 0;
    line-height: 1;
}

.d-flex.align-items-center.closeBtn.upcommingBtn {
    background: #7e7e7e !important;
}

.bit-wrap-btn .betTableBody li {
    color: #191919
}

.payHistory .table td {
    font-size: 3vw;
    color: #022f4d;
    border-bottom: #6320ae 1px solid;
}

.addBalImg {
    background: #272981;
    border-radius: 6vw 6vw 0 0;
}

.gif-img {
    max-width: 130px;
    margin: 0 auto;
    display: block;
}

.addBalImg img {
    display: block;
    width: 100%;
    border-radius: 6vw 6vw 0 0;
}

.balanceAddformWrap {
    background: #fbf8f8;
    padding: 6vw;
    border-radius: 0 0 6vw 6vw;
}

.gpbLeft {
    display: block;
    margin: 0 0 3vw;
}

.gpbLeft img {
    display: inline-block;
    height: 8vw;
}

.gameResult .col-6 {
    padding: 0 5px;
    margin-bottom: 10px;
}

.bit-wrap-btn .betTableBody li a {
    color: #e81515;
}

.add-bit-btn-wrap .add-bit-btn2 {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    line-height: 12vw;
    padding: 0 0.5rem;
    font-size: 4vw;
    background: #ed9393;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    border: none;
}

.homeBanner {
    padding: 0 10px;
}

.homesliderWrap {
    border-radius: 20px;
    overflow: hidden;
}

.gamePlayBoxSec {
    padding: 1rem 0 26vw;
    position: relative;
    z-index: 1;
}

.gamePlayBox {
    background: #fff;
    margin-bottom: 4rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


/* .gamePlayBox::after {
    background: #378BB9;
    position: absolute;
    width: 56%;
    height: 100%;
    content: "";
    right: 0;
    border-radius: 100% 0 0;
    -moz-transform: scale(1.3) rotate(-10deg);
    -webkit-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg);
    z-index: -1;
    opacity: .1;
} */

.gpbLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}

.gpbRight {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 4vw;
}

.gpbLeft span {
    display: block;
}

.gpbLeft span img {
    width: 100%;
}

.gpbRight h5 {
    color: #378bb9;
    font-weight: 400;
    padding: 0 0 0 10px;
    position: relative;
    font-size: 3.5vw;
    text-transform: uppercase;
}

.gpbRight h5::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    background-color: #378bb9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.gpbRight h3 {
    color: #378bb9;
    font-weight: 600;
    padding: 0;
    position: relative;
    font-size: 4.5vw;
    text-transform: uppercase;
    line-height: 1.4;
}

.gamePlayBoxRight2 a {
    border: #378bb9 .120rem solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 3vw;
    padding: 5% 1.5rem;
    color: #378bb9;
    text-transform: uppercase;
    font-weight: 600;
    /* line-height: 1.8rem; */
}

.gamePlayBoxRight2 a:hover,
.gamePlayBoxRight2 a:focus {
    background: #378bb9;
    color: #fff;
}

.gamePlayBoxSec .btmLeft {
    z-index: unset;
}

.button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient( to left, hsl(340deg 100% 16%) 0%, hsl(340deg 100% 32%) 8%, hsl(340deg 100% 32%) 92%, hsl(340deg 100% 16%) 100%);
}

.button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: white;
    background: hsl(345deg 100% 47%);
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
    .button-82-front {
        font-size: 1.25rem;
        padding: 12px 42px;
    }
}

.button-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
    outline: none;
}

.button-85 {
    padding: .8rem 1rem;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #ff4501;
    cursor: pointer;
    position: relative;
    z-index: 0;
    
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 4vw;
    display: block;
    width: 100%;
    font-weight: 700;
}
.colbtn:nth-child(odd) .button-85{
    border-radius: 0 20px 20px 0;
  }

  .colbtn:nth-child(even) .button-85 {
    border-radius: 20px 0 0 20px;
  }
  .button-85 i {
    margin-right: .5rem;
  }





/* triangle */



/* pulse wave */



.resultsTableTop {
    background: #da3d04;
    padding: 2.5vw 3vw;
    border-radius: .5rem .5rem 0 0;
    font-size: 3.8vw;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-align: center;
}

.vbtn {
    background: #5DB85B;
    background-image: -webkit-linear-gradient(top, #5DB85B, #5DB85B);
    background-image: -moz-linear-gradient(top, #5DB85B, #5DB85B);
    background-image: -ms-linear-gradient(top, #5DB85B, #5DB85B);
    background-image: -o-linear-gradient(top, #5DB85B, #5DB85B);
    background-image: linear-gradient(to bottom, #5DB85B, #5DB85B);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Georgia;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 10px 3px 9px;
    text-decoration: none;
}

.vbtn:hover {
    text-decoration: none;
}

.button-85 a {
    color: #fff;
}