a {
    color: var(--primary-color);
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}
body{
    color: #fff;
}
.footer-tab {
    background: #2e0427;
    /* box-shadow: 0 3px 14px 2px rgb(239 186 24 / 34%);*/
    padding: 10px 0 0px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 111;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 1px solid #585656 !important;
}

button.col-3.w3-bar-item.w3-button.bg-transparent {
    font-size: 14px;
}

img.search-img {
    position: absolute;
    right: 16px;
    max-width: 26px;
    top: 22px;
}

.footer-imgs {
    max-width: 20px;
    display: block;
    margin: auto;
}

.bg-transparent {
    border: none;
}

.bg-transparent:focus {
    outline: none;
}

.fs-24 {
    font-size: 24px !important;
}


.btn-set {
    margin-top: 5px;
    width: 80px;
    text-align: center;
    border-color: #2196f3 !important;
    padding: 0 8px;
    font-size: 14px;
    background: #2196f3;
    display: block;
}

.top_item {
    text-align: center;
    background: #f3f3f3;
    color: black;
    padding: 10px;
    border-radius: 29px 6px;
    padding: 18px;
    width: 200px;
}

.top-bg {
    background: #303ebe;
    border-radius: 2px;
    padding: 15px;
    /* margin:15px; */
}

a.readrule-btn {
    color: #fff;
    text-decoration: none;
    background: green;
    padding: 7px 13px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}

.button-group a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: #2196f3;
    padding: 5px 14px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 13px;
}

.withdrawal p {
    display: inline-block;
}

p.timeing {
    padding-left: 36px;
    background-color: #bbdffb;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    font-size: 17px;
    width: 100%;
    position: relative;
    top: -16px;
}



/* button.col-3.w3-bar-item.w3-button.bg-transparent:focus {
    color: #009688;
    outline: none;
    border-bottom:2px #009688 solid;
} */

span.minus {
    font-size: 23px;
    background: #f5f5f5;
    padding: 1px 13px;
    border-radius: 4px;
}

span.plus {
    font-size: 23px;
    background: #f5f5f5;
    padding: 1px 13px;
    border-radius: 4px;
}

input.number-plus {
    padding: 5px 4px 0;
    text-align: center;
}

h5.text {
    color: gold;
    margin-top: 20px;
}

.w-18 {
    width: 18%;
    margin-right: 6px;
    margin-bottom: 10px;
}

.head-bg {
    /*background: #303ebe;*/
    box-shadow: 0 3px 14px 2px rgb(0 0 0 / 12%);
    color: #008080;
    text-align: center;
}

.head-bg h4 {
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 7px;
}

.prev-btn {
    position: absolute !important;
    right: 50px !important;
    background-color: transparent !important;
    font-size: 28px !important;
    border: 0px;
    color: #000 !important;
    padding: 0px !important;
    height: 0px !important;
    top: 10px;
}

.next-btn {
    position: absolute !important;
    right: 10px !important;
    background-color: transparent !important;
    font-size: 28px !important;
    border: 0px;
    color: #000 !important;
    padding: 0px !important;
    height: 0px !important;
    top: 10px;
}

.ring-box p {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
    display: inline-block;
}

.ring-box p:nth-child(2) {
    color: #777;
}

h5.ring-price {
    bottom: 0;
    color: gold !important;

    padding: 6px 14px;
    border-radius: 3px;
    margin-top: 30px;
    display: inline-block;
    width: 200px;
    /*text-align: center;*/
}

/*My Profile Page Start*/
.user-detail h6 {
    color: #fff;
}

.user-detail i {
    color: #fff;
}


.record.text-center.my-3 {
    background: var(--light-bg);
    padding-bottom: 10px;
    /* border-bottom: 1px solid #a6a6a6; */
    /* margin:0 15px; */
    /* box-shadow: 0px 3px 9px -6px black; */
    border-radius: 14px !important;
}

.set-icon {
    position: absolute;
    z-index: 9999;
    top: 29px;
    left: 9px;
}

.show {
    display: block;
}

.profile-menu a {
    font-weight: bold;
    display: block;
    font-size: 14px;
}

.font-w {
    font-weight: bold;
}

/*My Profile Page Ends*/

.back-icon i {
    font-size: 24px;
    color: #fff !important;
}

img.amount-icon {
    max-width: 30px;
}

input.border-0.amount-number:focus {
    outline: none;
    box-shadow: none;
}



button.btn.btn-primary {
    background: #009688;
}

.widget-stats-value {
    border-bottom: 1px solid var(--border-color);
    padding: 10px;
    color: var(--primary-color);
}

.aligns_set {
    /* align-items: center; */
}

.top-head {
    white-space: nowrap;
}

.request_row {
    width: 100%;
    margin: auto;
    justify-content: center;
}

.for_shadown {
    /* box-shadow: 0px 3px 7px -2px grey; */
}

.select-number {
    margin-top: 30px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

input.border-0.amount-number:focus {
    outline: none;
    box-shadow: none;
}

/*Recharge Page Ends*/

/*Promotion Page Start*/
.top-login {
    padding: 15px !important;
    height: 56px !important;
    width: 100% !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    background: #2e0427 !important;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    justify-content: space-between !important;
    color: #fff !important;
    border-bottom: 1px solid #a0a0a0ab;
    box-shadow: none !important;
}

.top-login i {
    float: left;
    font-size: 24px;
}

.br-btm {
    border-bottom: 2px #d4c8c8 solid;
}

button.w3-bar-item.w3-button.bg-transparent.level-btn:focus {
    color: #009688;
    outline: none;
    border-bottom: 2px #009688 solid;
    position: relative;
    top: 2px;
}



/*Promotion Page Ends*/

/*withdraw Page Start*/

span.withdraw-pera {
    display: block;
    font-size: 11px;
    padding-left: 37px;
    margin: 0px;
}

.payment-method {
    margin-top: 20px;
}

.payment-method ul {
    padding-left: 10px;
}

.payment-method li {
    font-size: 16px;
    border-bottom: 1px #b5b0b0 solid;
    padding-bottom: 7px;
    list-style: none;
    margin-top: 20px;
}

span#passBtn {
    position: relative;
    right: 50px;
    top: 0;
}

input#passInput {
    text-indent: 25px;
}

p.input-group i {
    position: absolute;
    top: 21px;
    z-index: 11;
    font-size: 21px;
    left: 11px;
}

/*withdraw Page Ends*/
.tab-inner-page {
    background: #f5f5f5;
    padding: 7px 0;
    text-align: center;
}

.tab-inner-page ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.tab-inner-page li {
    display: inline-block;
    margin: 0px 10px;
}

.tab-inner-page a {
    color: #858585;
    font-size: 15px;
}

/*Gift Page Start*/

.group-btn i {
    position: absolute;
    top: 6px;
    /* left: 16px; */
    font-size: 27px;
    right: 12px;
    display: none;
}

.group-btn input {
    /* text-indent: 32px; */
}

/*Gift Page Ends*/

/*Privacy Policy Page Start*/
.policy-content p {
    font-size: 14px;
}

.policy-content h1 {
    font-size: 18px;
    text-transform: capitalize;
}

.policy-content h2 {
    font-size: 19px;
    color: #2a67fe;
}

.policy-content h3 {
    font-size: 18px;
}

.policy-content li {
    margin-bottom: 10px;
}

/*Privacy Policy Page Ends*/

/*Reset Password Page Start*/

button.otp-btn {
    position: absolute;
    color: var(--txt-black);
    background-color: var(--primary-color);
    border: 0px;
    padding: 12px 20px;
    font-weight: 500;
    top: 0px;
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
}

/*Reset Password Page Ends*/

@media screen and (max-width: 767px) {

    input.number-plus {
        padding: 5px 4px 0;
        text-align: center;
        width: 60%;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 575px) {
    .w-18 {
        width: 16%;
    }

    .user-detail h6 {
        font-size: 11px;
    }

    .final-btn button {
        font-size: 13px;
        padding: 7px 8px;
    }
}

button.terms-btn {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: normal !important;
    text-decoration: underline;
}

.btn-recharge {
    max-width: fit-content;
    width: auto;
    color: #000;
    background-color: #fff;
    padding: 0.25rem 1.2rem;
    font-weight: 500;
    height: fit-content;
    white-space: nowrap;
    border-radius: 2rem;
}

.font-italic {
    font-style: italic !important;
}

.final-btn {
    display: flex;
    justify-content: space-evenly;
}

.final-btn button {
    border-radius: 30px !important;
    border: none;
}

.final-btn li {
    display: inline;
}

.final-btn ul {
    padding: 0px;
}

.top-achived marquee {
    height: 40px;
}

.text-red {
    color: #fe1a1a !important;
}

.text-green {
    color: #30be76 !important;
}

.red {
    background-color: #fe1a1a !important;
}

.blue {
    background-color: #2a67fe !important;
}

.black {
    background-color: #000 !important;
}

.yellow {
    background-color: #fee01a !important;
}

.bet-title {
    color: #2130b9;
    font-weight: 700;
    font-size: 15px;
    font-style: italic;
}

.dot-red {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 50%;
    background-color: #ff0000;
    display: inline-block;
}

.dot-black {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #000;
}

.dot-blue {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 50%;
    background-color: #0000ff;
    display: inline-block;
}

.dot-yellow {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 50%;
    background-color: #fee01a;
    display: inline-block;
}

.list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.container-fluid {
    width: 100%;
    overflow-x: hidden;
}

.search {
    border-radius: 2rem;
    border: none;

    outline: none;
    padding: 0.4rem 1rem 0.4rem 3rem;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 1rem;
    color: #303ebe;
    font-size: 1.2rem;
}

.tab-btn {
    color: #999fd7;
    font-weight: bold;
    font-size: 14px;
}



span.btn {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    padding: 0px;
}

.close-btn {
    background: #303ebe;
    border-radius: 30px;
    padding: 4px 21px;
}



tbody#parity_record tr td:nth-child(3) {
    text-transform: capitalize;
}

@media screen and (min-width: 767px) {
    .carousel-item {
        height: 500px;
    }
}

.v-input__icon i {
    font-size: 25px;
}

#ADD___active button {
    position: relative;
}

#ADD___active .active_btn {
    color: var(--primary-color);
}

#ADD___active .active_btn::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
}

.periadtabbar button {
    border-radius: 8px;
}

.footer-tabs {
    /* position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;*/
    z-index: 99999;
    width: 100%;
    height: 50px;
    background: var(--green);
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 14px 2px rgb(0 0 0 / 12%);
    z-index: 99999;
}

span.arrow-down i {
    font-size: 21px;
    padding-left: 5px;
}

.v-btn {
    height: 40px !important;
}

.v_btn2{
    height:35px !important;
    padding:0px 10px !important;
}


button.one_btn.ripple.btn-set {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
        0 1px 5px 0 rgb(0 0 0 / 12%);
}



.dropdown-content {
    padding-left: 33px;
    border-top: 1px dashed var(--primary-color);
    margin-top: 15px;
}

.dropdown {
    width: 100%;
}

.f-left {
    float: right;
    top: 8px;
    position: absolute;
    right: 0px;
}

button.col-3.w3-bar-item.w3-button.bg-transparent {
    color: #ff9800;
}


button.col-3.w3-bar-item.w3-button.bg-transparent span {
    color: #fff !important;
}

.animated_btn {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.animated_btn i {
    color: #fff;
}

.color {
    color: #fd7e14;
}


p#timmer2 {
    font-size: 1.3em;
}

#circle {
    width: 100px;
    height: 100px;
    background: red;
    border-radius: 50%
}

.hideLoader {
    background: #f5f5f5;
    width: 100%;
    /* display:none, */
    /* height: 180px; */
    /* position: absolute; */
}

.blurbtn {
    /* #c09595 !important; */
}

@media only screen and (max-width: 350px) {
    .set-resp {
        padding: 0 !important;
        font-size: 8px;
    }


}

a.inc-btn {
    background: --violet;
    padding: 5px 8px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    margin: 10px 0;
    font-family: 'Encode Sans', sans-serif;
}

.copy-btn {
    background: #652992;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px !important;
}


#text {
    font-family: Questrial;
    text-align: center;
}

.transaction-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;

}


div#qrcode img {
    max-width: 100%;
}

/* .table.v-table  */

table tbody tr td {
    text-align: center;
}

.theme--light.v-table td .badge {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 12px;
    padding: 10px;
}

.bg-green {
    background: #4caf50;
}

.bg-violet {
    background: #9c27b0;
}

.bg-red {
    background: #f44336;
 
}

.bg-red-violet {
    background: linear-gradient( 90deg, #9c27b0 53%, #f44336 50%) !important;

}

.bg-green-violet {
    background: linear-gradient( 90deg, #9c27b0 53%, #4caf50 50%) !important;

}



.copy_address label{
    text-align: left;
    display: block;
    color: #fff;
}

.copy_address{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.copy_address #btnCopy{
    background-color: var(--primary-color);
    padding: 10px 10px;
    font-size: 14px;
    transition: all 0.4s linear;
}

.copy_address #btnCopy:hover{
    background-color: transparent;
    color: var(--primary-color);
    border-color: currentColor;
}


.copy_address .form-control{
    padding: 10px 20px;
    background: #585858 !important;
    color: white;
    border: 1px solid grey;
}

.Win__modal___sc{
    color: #000 !important;
}

.Win__modal___sc .modal-dialog{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.Win__modal___sc.show .modal-dialog{
    transform: scale(0.9) !important;
}

.Win__modal___sc .modal-dialog .modal-content{
    background-color: #e2c671;
    border-radius: 30px;
}

.loss__modal__sc .modal-dialog .modal-content{
    background-color: #C0C0C0 !important;
}

.Win__modal___sc .modal-header .modal-title{
    color: #000 !important;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;

}
.Win__modal___sc .modal-header{
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    height: 95px;
}

.Win__modal___sc .modal-header img{
    width: 65%;
    margin: auto;
    display: block;
    position: relative;
    transform: scale(1.4);
    top: -98px;

}

.Win__modal___sc .modal-body{
    text-align: center;
}

.Win__modal___sc .modal-body .result__sec{
    display: flex;
    align-items: center;
    font-size: 19px;
}
.Win__modal___sc .modal-body .modal__data__game{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
    text-transform: capitalize;
}

.Win__modal___sc .modal-body .result__sec .color__sec{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 12px;
    padding: 10px;
    margin: 0 20px;
    color: #fff;
}

.Win__modal___sc .modal__data__game p{
    margin-bottom: 0;
}

.Win__modal___sc .border___sc{
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    
}

.Win__modal___sc .border___sc .border__bdc{
    border-radius: 10px;
    background-color: #fee59b;
    padding: 13px;

}

.loss__modal__sc .border___sc .border__bdc{
    background-color: #e1dada !important;
}
.Win__modal___sc .border___sc .border__border{
    padding: 20px;
    background-color: #000;
    border-radius: 10px;
}

.Win__modal___sc .border___sc .border__page{
    background-color: #fee59b;
    height: 130px;
    position: relative;
    top: -34px;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    padding: 20px;
}
.loss__modal__sc .border___sc .border__page{
    background-color: #dbd5d5 !important;
}
 

@media screen and (max-width:767px) {


    div#balance_received {
        text-align: center;
        padding-top: 10px;
    }

    h5.m-0.top-head {
        font-size: 15px;
    }

    .back-icon i {
        color: #fff;
        font-size: 18px;
    }
}

@media screen and (max-width:360px) {}


@media screen and (max-width: 767px) {
    .barcode-box {
        margin-top: 30px;
    }
}