body {
    font-family: "Raleway", sans-serif;
}
a {
    text-decoration: none;
}
ul li a {
    color: #000;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}
ul.navbar-nav.me-auto.my-2.my-lg-0 {
    padding: 0px 25px;
}
ul.navbar-nav.me-auto.my-2.my-lg-0 li {
    padding: 0px 20px;
}

button.btn.btn-login {
    background: #9A0001;
    color: #fff;
    border-radius: 13px;
    text-align: center;
    line-height: 22px;
}
ul.navbar-nav.me-auto.my-2.my-lg-0 a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

section.header {
    background: url(../../image/home.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    margin-top: -7px;
}
h1.header-txt {
    color: #fff;
    font-size: 54px;
    line-height: 68px;
    font-weight: 600;
}
span.span-txt {
    color: #9A0001;
    font-weight: 600;
    /* text-shadow: 0 0 #ad9f9fe0; */
}
p.pop {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}





/* Example: Custom active link color */
.nav-link.active {
    color: #9a0001 !important; /* Example color */
    font-weight: bold;
}

p.header-para {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
button.btn.btn-readmore {
    background: #9A0001;
    color: #fff;
    padding: 8px 24px;
    font-size: 16px;
}
h4.heading-txt {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
p.info {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    width: 95%;
}
li.nav-link.active a {
    color: #9a0001 !important;
}
ul.navbar-nav.me-auto.my-2.my-lg-0 a:hover {
    color: #9a0001 !important;
}

section.about-us {
    background: url(../../image/login.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    /* height: 100vh; */
    overflow: auto;
/*    padding-bottom: 3rem;*/
    padding: 3rem;

}
/*section.about-us {
    background: url(../../image/back-about.png);
    background-size: 36% 52%;
    background-position: 100% 82%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
}*/
h1.header-txt1 {
    color: #fff;
    font-size: 54px;
    line-height: 68px;
    font-weight: 600;
     text-align: center; 
}


section#works {
    background: url(../../image/login.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    /* height: 100vh; */
    overflow: auto;
/*    padding-bottom: 3rem;*/
    padding: 3rem;
}
h1.header-txt2 {
    color: #fff;
    font-size: 54px;
    line-height: 68px;
    font-weight: 600;
    text-align: center;
}
p.header-para1 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    padding-bottom: 2rem;
}

.cards {
    /* border: 1px solid #000; */
    height: 100%;
    box-shadow: 0px 0px 5px 0px #00000047;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
}
.cards:hover {
    border-bottom: 9px solid #9A0001;
}
.cards h1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1rem;
    color: #9A0001;
}
.cards p {
    color: #000;
    font-size: 16px;
}
section#testimonial {
    /* margin-bottom: 5rem; */
    background: url(../../image/login.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    /* height: 100vh; */
    overflow: auto;
    /* padding-bottom: 3rem; */
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.testimonial-txt h2 {
    color: #9A0001;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 18px;
}
.testimonial-txt p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.contact-form {
    box-shadow: 0px 0px 5px 1px #00000038;
    /* border-radius: 9px; */
    background: #fff;
    padding: 30px;
    width: 50%;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    height: 476px;
}
.monial-detail {
    width: 100%;
    display: flex;

}
.txt-detail p {
    font-size: 13px;
    color: #A7A7A7;
}
.image-detail {
    width: 20%;
}
.txt-detail {
    width: 80%;
}
.txt-detail h1 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}
p.card-text {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 17px;
    margin-top: 14px;
}
.card {
        width: 18rem;
        position: relative;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        box-shadow: 0px 0px 5px 1px #0000003d;
/*        border: none;*/
    }
    .carousel-control-next, .carousel-control-prev {
        position: absolute;
        /* top: 99%; */
        top: 100%;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        /* width: 6%;
        height: 9.8%; */
        width: 40px;
        height: 40px;
        padding: 0;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        background: 0 0;
        border-radius: 90px;
        opacity: .5;
        transition: opacity .15s ease;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 1.3rem;
        height: 1.3rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
/*        filter: invert(1);*/
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 1.3rem;
        height: 1.3rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }


    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
/*        filter: invert(1);*/
    }
    .carousel-control-next {
        /* right: 82%; */
        left: 50px;
    }

    .carousel-inner .carousel-item {
        display: flex;
    }
    
    .carousel-inner .carousel-item .card {
        flex: 1;
        margin: 12px 10px;
    }
    
    ul#dropdown-content li {
        list-style: none;
    }
    ul#dropdown-content img {
        width: 20px;
    }

    li.mb-3.loginn span {
    color: #FF0000;
}

img.quote {
    position: absolute;
    top: 38%;
}
.image-section img {
    width: 559px;
    object-fit: cover;
}
input.form-control.sport {
    border: 1.5px solid #0D0D0D;
    border-radius: 8px;
    font-size: 16px;
    padding: 11px 16px;
    color: #000;
}
input.form-control {
    border: 1.5px solid #0D0D0D;
    color: #000;
    /*background: transparent;*/
    padding: 10px 10px;
    border-radius: 13px;
    position: relative;
}
.contact-form h2 {
    font-size: 20px;
    font-weight: 600;
    color: #9A0001;
    margin-bottom: 20px;
}
textarea#message {
    border: 1.5px solid #0D0D0D;
    border-radius: 8px;
    font-size: 16px;
    padding: 11px 16px;
    color: #000;
}
section.contact {
    background: url(../../image/login.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    /* height: 100vh; */
    overflow: auto;
/*    padding-bottom: 3rem;*/
    padding: 3rem;
}
.image-section {
    width: 50%;
}
.footer p {
    margin: 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 33px;
    color: #ffffff;
}
.footer {
    background-color: #a21f20;
    margin-top: 0px !important;
}



section.all-games {
    background: url(../../image/login.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    /* height: 100vh; */
    overflow: auto;
/*    padding-bottom: 3rem;*/
    padding: 3rem;
}
/*read more less */
.readmore__content {
  max-width: 45rem;
  width: 100%;
  display: flex;
}

section.my-games {
    background: url(../../image/login.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    /* height: 100vh; */
    overflow: auto;
/*    padding-bottom: 3rem;*/
    padding: 3rem;
}

button.readmore__toggle {
    display: flex;
    /* margin-top: 1rem; */
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    /* border-radius: 2rem; */
    font-weight: 600;
}
i.fa.fa-chevron-left {
    font-size: 20px;
    margin-top: 1rem;
}
div#readmore {
    color: #fff;
}


/* login  */
section.login {
    background: url(../../image/login.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    height: 100vh;
    overflow: auto;
}
section.all_games-bet {
    background: url(../../image/login.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
/*    height: 100vh;*/
    overflow: auto;
    padding-bottom: 3rem;
}
.loginpage {
    text-align: center;
    padding-bottom: 5px;
}
.loginpage h1 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 1.5rem;
}
.loginpage p {
    font-size: 18px;
    font-weight: normal;
    margin-top: 13px;
}
p.login {
    text-align: center;
    margin-top: 1.4rem;
    color: #fff;
    font-size: 16px;
}
span.signup {
    color: #fbfbfb;
    font-weight: 700;
}
form.login-form {
    width: 50%;
}
/*input.form-control {
    border: 1.5px solid #fff;
    color: #fff;
    background: transparent;
    padding: 10px 10px;
    border-radius: 13px;
    position: relative;
}*/
form.login-form label {
    font-size: 16px;
/*     padding-bottom: 8px; */
}
.form-check {
    min-height: 18px;
    padding-left: 1.25rem;
}
/* .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
}
.form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    border: solid #D9D9D9 !important;
    border-radius: 50% !important;
    background: #D9D9D9 !important;
} */

input.form-check-input {
    border-radius: 50px !important;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
}
button.enter-btn {
    background: #9A0001;
    width: 100%;
    height: 55px;
    border-radius: 13px;
    border: none;
    margin-top: 20px;
    color: #fff;
}

input::placeholder {
  color: #fff !important;
  font-size: 16px;
  font-style: lighter;
}
/*.form-control:focus {
    color: #fff;
    background-color: transparent !important;
    border-color: #9a0001;
    outline: 0;
    box-shadow: none !important;
}*/
.form-control:focus {
    color: #000;
    background-color: transparent !important;
    border-color: #9a0001;
    outline: 0;
    box-shadow: none !important;
}
.mdi-eye-off::before {
    content: "\F209";
}
i.toggle-password.mdi.mdi-eye-off.text-light {
    position: absolute;
    right: 4%;
    top: 56%;
    color: #a7a1a1 !important;
}
/*i.toggle-password.mdi.text-light.mdi-eye {
    position: absolute;
    right: 30%;
    top: 65%;
}*/
i.toggle-password.mdi.text-light.mdi-eye {
    position: absolute;
    right: 4%;
    top: 56%;
    color: #a7a1a1 !important;
}

.form-check-input:checked {
    background-color: #9A0001;
    border-color: #9A0001;
}
.form-check-input:checked:focus {
    border-color: #9A0001 !important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%) !important;
}
/*input.form-check-input.form.form:checked {
background-color: #fff;
    border-color: #fff;
}*/
/* Index */
section.header1 {
    background: url(../../image/game.png);
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: -7px;
}
img.right-img1 {
    visibility: hidden;
}
button.btn.filter {
    background: #f2f2f2;
    border: 1px solid #C9C9C9;
    width: 100px;
    height: 44px;
    color: #000;
}

.game-card {
    background: #18ACCB;
    border-radius: 13px;
    color: #000;
    padding: 22px;
}
button.btn.btn-price {
    background: #079A00;
    color: #fff;
}
h2.game-txt {
    font-size: 16px;
    font-weight: 400;
    margin-top: 7px;
    text-align: center;
}
p.game-txt {
    font-size: 16px;
    font-weight: 400;
    margin-top: 7px;
    text-align: center;
}
h2.vs {
    font-size: 30px;
    font-weight: 700;
    padding-left: 10px;
    text-transform: lowercase;
}
span.vs {
    font-size: 31px;
}
.game-card1 {
    background: #C6B16F;
    border-radius: 13px;
    color: #000;
    padding: 22px;
}

.game-card2 {
    background: #9CCBE5;
    border-radius: 13px;
    color: #000;
    padding: 22px;
}
h2.view {
    font-size: 20px;
    font-weight: 600;
    text-align: end;
    color: #fff;
    margin-bottom: 0;
    margin-top: 3px;
}


/* all game detail */
.detail {
    border: 1px solid #878787;
    border-radius: 20px;
    padding: 20px 60px;
}
h1.balkaline {
    font-size: 26px;
    color: #9A0001;
    font-weight: 600;
    margin-bottom: 12px;
}
h2.game-txt1 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #000;
}
p.game-txt2 {
    font-size: 28px;
    font-weight: 600;
}

a.delete-card-link {
    color: #000;
    font-size: 12px;
}

.card-page {
    height: calc(108vh - 150px);
    overflow: auto;
}

.card-page::-webkit-scrollbar {
    width: 3px;
}
.card-page::-webkit-scrollbar-track {
    background: transparent;
}

.card-page1 {
    height: calc(108vh - 150px);
    overflow: auto;
}

.card-page1::-webkit-scrollbar {
    width: 3px;
}
.card-page1::-webkit-scrollbar-track {
    background: transparent;
}

.description h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
}
.description p {
    font-size: 18px;
    color: #1D1D1D;
}
button.btn.btn-bet {
    background: #9A0001;
    border-radius: 13px;
    color: #fff;
    width: 100%;
    margin-top: 3rem;
    padding: 12px 0px;
    font-size: 18px;
    border: none;
}
button.btn.btn-bet_select {
    background: #fff;
    border-radius: 13px;
    color: #9A0001;
    width: 100%;
    margin-top: 3rem;
    padding: 12px 0px;
    font-size: 18px;
    border: none;
}
section.all_games1 {
    background: linear-gradient(180deg, #18accbd9, transparent, transparent);
}
.back-btns i {
    font-size: 20px;
    margin-top: 1rem;
}
.cursor-pointer {
    cursor: pointer;
}

/* filter  */
.form-check .form-check-input {
    /* float: inherit !important; */
    margin-left: -1.5em;
}
.form-check.filter label {
    /* width: 70%; */
    font-size: 22px;
    color: #000;
}
.form-check.filter {
    /* width: 100%; */
    padding-bottom: 20px;
    padding-left: 0px;
    /* margin-left: -10px; */
}
.form-check.filter input {
    border: 2px solid #8D8D8D;
    border-radius: 5px !important;
    width: 25px;
    height: 25px;
}
.form-check.filter input:checked {
    background-color: #9A0001;
    border-color: #9A0001;
    border-radius: 5px;
}
.form-check-input:focus {
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%) !important;
}


/* sheet  */
.sheet-number {
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    width: 92px;
    height: 50px;
    line-height: 51px;
    text-align: center;
}

.sheet-number.selected {
    background-color: #9A0001;
    color: #fff;
    border-color: #0056b3;
}
.game-nme h2 {
    font-size: 22px;
    font-weight: 600;
}

.second-gme h2 {
    font-size: 22px;
    font-weight: 600;
}
.game-nme {
    width: 50%;
}
.gamess {
    width: 100%;
}
.second-gme {
    width: 50%;
}
.game-nme img {
    width: 100px;
    height: 100px;
    object-fit: fill;
    border-radius: 100px;
}
.second-gme img {
    width: 100px;
    height: 100px;
    object-fit: fill;
    border-radius: 100px;
}
.game-img13 {
    width: 100px;
    height: 100px;
    object-fit: fill;
    border-radius: 100px;
}
.game-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100px;
}

.game-img11 {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
}
/* selected number  */
.numbers h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    /* margin-top: 2rem; */
    width: 87%;
    margin-bottom: 0;
}
button.btn.add-more img {
    width: 21px;
    margin-right: 4px;
}
button.btn.add-more {
    background: #9A0001;
    color: #fff;
    font-size: 16px;
    width: 150px;
    height: 50px;
}
.number1 {
    width: 80px;
    height: 45px;
    position: relative;
    border: 1px solid #838181;
    border-radius: 10px;
    line-height: 43px;
    text-align: center;
    margin-right: 20px;
}
img.cross-icom {
    width: 20px;
    position: absolute;
    bottom: 73%;
    left: 87%;
}

/* payment page  */
/* .payment-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
} */
.payment-method {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 16px;
    border: 2px solid #000;
    border-radius: 13px;
    cursor: pointer;
}
.payment-method:hover {
    background-color: #f8f8f8;
}
.payment-method img {
    width: 25px;
    margin-right: 10px;
    /* margin-left: 17px; */
}
.payment-method.active {
    border-color: #dc3545;
}
.payment-method.active .card-details {
    color: #dc3545;
}
.card-details {
    flex-grow: 1;
}
.pay-now-btn {
    background-color: #dc3545;
    color: #fff;
}
button.btn.btn-block.pay-now-btn {
    background: #9a0001;
    width: 100%;
    height: 52px;
    border-radius: 13px;
    color: #fff;
    margin-top: 25px;
}
.card-details h2 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}
.credit {
    width: 100%;
    background: #E6E6E6;
    border: 1px solid #AEAEAE;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
}
.card-visa {
    display: none;
}
.rotate-down {
    transform: rotate(90deg);
}
h2.add-card {
    font-size: 16px;
    font-weight: 300;
    text-align: end;
    line-height: 0px;
    margin-bottom: 2.5rem;
}
input#checkbox {
    width: 20px;
    height: 20px;
}

.card-visa1 {
    display: none;
}

/* My card  */
.align-items-center.d-flex.input-field {
    border: 1.5px solid #000;
    border-radius: 9px;
}

.debit-card {
    width: 100%;
    height: 180px;
    padding: 20px;
    background-color: #AF0405;
    background-image: linear-gradient(160deg, #AF0405 0%, #AF0405 100%);
    position: relative;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #0000001a;
    transition: all 0.3s ease-in;
    cursor: pointer;
    color: #fff;
}

.debit-card:hover {
    box-shadow: 5px 3px 3px #00000026;
}



/* thankyou  */
img.thnku-img {
    width: 27%;
}
.thankyou h1 {
    font-size: 40px;
    font-weight: 600;
    color: #9A0001;
    margin-bottom: 16px;
    letter-spacing: 1px;
    font-family: "poppins", sans-serif;
}
button#expiry-date-icon {
    height: 60px;
    margin-top: 10px;
}

.thankyou h2 {
    font-size: 22px;
    font-weight: 500;
    color: #434343;
    margin-bottom: 12px;
}

.thankyou p {
    font-size: 18px;
    font-weight: 400;
    color: #434343;
    margin-bottom: 6px;
}

.thankyou {
    width: 100%;
    padding: 0px 180px;
}

section.thnku {
    width: 80%;
    padding: 7px;
    border-radius: 30px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
    margin: 18px auto;
}

button.btn.btn-payment {
    background: #9A0001;
    width: 18%;
    height: 45px;
    color: #fff;
    margin-top: 1rem;
}


/* sheet-scores  */
img.info {
    width: 24px;
    height: 24px;
}

h2.score {
    font-size: 30px;
    color: #9A0001;
    font-weight: 600;
}
p.winner {
    font-size: 20px;
    font-weight: 500;
    font-family: "poppins", sans-serif;
}

/* wallet  */
.wallet {
    border: 1px solid #878787;
    border-radius: 17px;
    padding: 30px;
}

.wallet span {
    font-size: 22px;
    font-weight: 500;
    color: #9A0001;
    font-family: "poppins", sans-serif;
}
.wallet h1 {
    color: #9A0001;
    font-size: 40px;
    font-weight: 700;
    font-family: "poppins", sans-serif;
}

.wallet h3 {
    font-size: 22px;
    color: #3C3C3C;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    margin-top: 20px;
}
button.btn.btn-wallet {
    background: #C8C8C8;
    color: #9a0001;
    width: 10%;
    height: 46px;
    margin-left: 20px;
    border-radius: 13px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
}
button.btn.btn-add_money {
    background: #9A0001;
    color: #fff;
    width: 150px;
    border-radius: 13px;
    height: 50px;
    margin-left: 20px;
    margin-top: 6px;
}

h1.transaction_heading {
    font-size: 27px;
    font-weight: 500;
    color: #000;
}
button.btn.btn-overview {
    background: #9a0001;
    color: #fff;
    width: 100%;
    height: 40px;
    font-size: 16px;
}
.transaction {
    border: 1px solid #878787;
    border-radius: 13px;
    padding: 30px 20px;
}
.transaction h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.transaction h5 {
    color: #494949;
    font-size: 16px;
}

.transaction h3 {
    font-size: 25px;
    /* font-weight: 600; */
}


/* Add money  */
.debit-card1 {
    width: 100%;
    height: 150px;
    padding: 15px;
    background-color: #AF0405;
    background-image: linear-gradient(160deg, #AF0405 0%, #AF0405 100%);
    position: relative;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #0000001a;
    transition: all 0.3s ease-in;
    cursor: pointer;
    color: #fff;
}
.adding-money h2 {
    font-size: 26px;
    color: #fff;
}
.adding-money p {
    font-size: 16px;
}
.adding-money h3 {
    font-size: 22px;
    font-weight: 600;
}


/* change password  */
.input_wrap label {
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "poppins", sans-serif;
}
input.form-control.pass {
    border: 1.5px solid #000;
    color: #000;
    /* background: transparent; */
    padding: 10px 10px;
    border-radius: 13px;
    position: relative;
}


/* transations overview  */
select.form-select.year {
    width: 24%;
    color: #000;
    height: 47px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 10px;
}
h3.total-spent {
    font-size: 18px;
    text-align: end;
    color: #000;
}
h1.spent-money {
    font-size: 34px;
    font-weight: 700;
    color: #9a0001;
    text-align: end;
}
.chart-container {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
  }


  /* profile  */
  img.profile-imgg {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: 2px solid #9a0001;
}

h2.profile-mail {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
}
button.btn.btn-edit {
    background: #9a0001;
    color: #fff;
    width: 130px;
    height: 44px;
    text-align: center;
    font-size: 16px;
}

.profilesection {
    border: 1px solid #878787;
    border-radius: 13px;
    padding: 40px 40px;
    margin-top: 2rem;
}


/* edit profile  */
img.editprofile-img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: 2px solid #9a0001;
    position: relative;
}
img.editprofile-camera {
    width: 30px;
    position: absolute;
    top: 73%;
    left: 52.5%;
}


/* modal  */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  
  .modal-dialog {
    max-width: 30%;
  }
  .modal-body {
    position: relative;
    flex: 0 1 auto;
    padding: 0rem 1rem;
    border: none;
}
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .modal-header {
    border: none;
}

  h5#logoutModalLabel {
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.lead {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
}
/*a.btn.btn-danger.logout {
    background: #9a0001;
    border: none;
    width: 180px;
    font-size: 16px;
    color: #fff;
    border-radius: 13px;
    height: 46px;
    text-align: center;
    line-height: 32px;
}*/

a.btn.btn-danger.logout {
    background: #9a0001;
    border: none;
    width: 100%;
    font-size: 16px;
    color: #fff;
    border-radius: 13px;
    height: 46px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 15px;
}

/*button.btn.btn-secondary.cancel {
    border: 2px solid #9A0001;
    background: none;
    color: #9A0001;
    border-radius: 13px;
    height: 46px;
    text-align: center;
    line-height: 32px;
    width: 180px;
    font-size: 16px;
}*/

button.btn.btn-secondary.cancel {
    border: 2px solid #9A0001;
    background: none;
    color: #9A0001;
    border-radius: 13px;
    height: 46px;
    text-align: center;
    line-height: 32px;
    width: 100%;
    font-size: 16px;
}

.logout-img img {
    margin-top: -40px;
}
.modal-footer {
    border: none;
    margin-bottom: 1rem;
}


/* community chat  */

input.form-control.chat-search.my-3 {
    background: transparent;
    border: 1px solid #0000004a;
    border-radius: 9px;
    color: #000;
    height: 38px;
}

.light_sm_gray_clr {
    color: #818184;
}

.theme_bg_clr {
    background-color: #9A0001;
}

h3.chat-heading.mb-0 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-left: 7px;
}
img.chat_profile {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 70px;
}
.ms-3.chat-leftbar.chat-leftbar h6 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.ms-3.chat-leftbar.chat-leftbar p {
    color: #818184;
    font-size: 14px;
}
.chat-input {
    background: #F4F2F2;
}
.user_detail_wrap.pointer-all.active {
    background: #9A0001;
    /* color: #fff; */
}
.user_detail_wrap.pointer-all.active h6 {
    color: #fff;
}
.user_detail_wrap.pointer-all.active p {
    color: #fff;
}
#message-body-content {
    background: #F4F2F2;
    height: 100%;
}
.sidebar {
    background-color: #EFD6D6;
    height: 100vh;
    overflow-y: auto;
    display: block !important;
    height: calc(100vh - 73px);
}

.chat-messages {
    overflow-y: auto;
    flex-grow: 1;
    height: calc(100vh - 213px);
}

/* //// chat bot*/
.chatbot-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background-color: #0d6efd; */
    /* color: #ffffff; */
    /* border-radius: 50%; */
    padding: 15px;
    cursor: pointer;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

div#chatbotIcon img {
    width: 70px;
}
.chatbot-container {
    display: none;
    position: fixed;
    /* bottom: 80px; */
    bottom: 36px;
    right: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    max-width: 100%;
    z-index: 1000;
    flex-direction: column;
}
.chatbot-header {
    background-image: url(../../image/chat-bg.png);
    color: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px 25px;
    height: 160px;
    /* text-align: center; */
    background-position: 100% 30%;
    background-repeat: no-repeat;
    background-size: cover;
}
i.fa.fa-times.cross {
    float: right;
}
.chatbot-header h5 {
    font-size: 30px;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 0px;
}
  .chatbot-header p {
    margin: 0;
    font-size: 16px;
    font-family: "poppins", sans-serif;
    font-weight: 300;
  }
  .chatbot-body {
    padding: 15px;
    flex-grow: 1;
    overflow-y: auto;
  }
  .chatbot-footer {
    border-top: 1px solid #e0e0e0;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
  }
  img.attachment {
    width: 20px;
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 9999;
}
.chatbot-footer input {
    border: 1px solid #D8D8D8;
    flex-grow: 1;
    margin-right: 10px;
    padding: 10px 40px;
    border-radius: 10px;
    background-color: #fff;
}
  .chatbot-footer button {
    background-color: #0d6efd;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .message {
    /* background-color: #e9ecef; */
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
    max-width: 80%;
  }
  .message.user {
    background-color: #0d6efd;
    color: #ffffff;
    align-self: flex-end;
  }
  .message.bot {
    align-self: flex-start;
  }
  .message span {
    display: block;
    margin-top: 5px;
    font-size: 0.75rem;
    color: #6c757d;
  }

  .message-content_chat {
    border-radius: 20px;
    padding: 10px 15px;
    max-width: 70%;
    background-color: #fff !important;
    box-shadow: 0px 0px 4px 0px #00000026;
    border-top-left-radius: 0px;
    margin-top: 1.4rem;
    font-size: 14px;
}



/* navbar 23-july-2024 */
.navbar-header{
    position: fixed;
    inset: 0 0 0 0;
    margin: auto;
    background: #fff;
    z-index: 9999;
    text-align: center;
}
.navbar-header .navbar-nav li {
    margin: 8px 0px;
}
.navbar-header .navbar-nav li a{
    color: #000;
}

.dropdown-user-detail {
    width: 250px;
    z-index: 2;
    left: 76%;
    top: 80%;
}
a:hover{
    color: #000;
}

.chat-body-list{
    display: flex;
}
.pointer-disable{
    pointer-events: none;
}
.object-cover{
    object-fit: cover;
}
/*.form-check-input {
    --bs-form-check-bg: #b9b9b9;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: #b9b9b9;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}*/
#flexSwitchCheckDefault:checked {
    background-color: #181818;
    border-color: #9A0001;
}

.no_games h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.no_games {
/*    border: 1px solid #ddd;*/
    padding: 30px;
    border-radius: 10px;
/*    background: #f5f5f5;*/
}