@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Home Page Css Start */

.main-header {
    padding: 30px 0px;
}

.primarybtn {
    color: black;
    padding: 10px 40px;
    border: 1px solid #FF0101;
    border-radius: 30px;
    text-decoration: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.secondarybtn {
    border: 1px solid #FF0101;
    border-radius: 30px;
    padding: 10px 40px;
    color: white;
    background-color: #FF0101;
    text-decoration: none;
    margin-left: -25px;
}

.head-btns {
    display: flex;
    gap: 0;
    justify-content: end;
}

.logo img {
    width: 50%;
}

.logo {
    text-align: center;
}

.primary-main-head {
    color: #000000;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
}

.banner-content p {
    text-align: center;
    color: black;
}

.main-header .head-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 0;
}

.main-header .head-ul .nav-link {
    border: 1px solid black !important;
    border-radius: 10px;
    width: 160px;
    height: 80px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .head-ul .nav-link a {
    color: #000;
    text-decoration: none;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.main-header .head-ul .nav-link a img {
    width: 30px;
}

#main-tab-content {
    padding-top: 50px;
}

.main-header .head-ul .nav-link:hover {
    background: transparent linear-gradient(180deg, #F8B8B8 0%, #FF0101 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 15px #0000005E;
    border: 0 !important;
    transition: 0.5s;
}

.main-header .head-ul .nav-link.active {
    background: transparent linear-gradient(180deg, #F8B8B8 0%, #FF0101 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 15px #0000005E;
    border: 0 !important;
    transition: 0.5s;
}


.main-header .head-ul .nav-link:hover a {
    color: #fff;
    transition: 0.5s;
}

.main-header .head-ul .nav-link:hover img {
    filter: invert(1);
    transition: 0.5s;
}
.main-header .head-ul .nav-link.active a {
    color: #fff;
    transition: 0.5s;
}

.main-header .head-ul .nav-link.active img {
    filter: invert(1);
    transition: 0.5s;
}

.main-header .head-ul .nav-link a:hover::before {
    bottom: -10px;
    border-top: 10px solid #FF0101;
    transition: 0.5s;
}
.main-header .head-ul .nav-link.active a::before {
    bottom: -10px;
    border-top: 10px solid #FF0101;
    transition: 0.5s;
}

.main-header .head-ul .nav-link a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
}

.main-header .head-ul .nav-link.active::before {
    bottom: -10px;
    border-top: 10px solid #FF0101;
    transition: 0.3s;
}

.main-header .head-ul .nav-link {
    position: relative;
}

#inner-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    border: 0 !important;
    padding-bottom: 20px;
}


.fixture h5 {
    color: black;
    font-size: 16px;
    margin: 0;
}

.ticket-card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #FF0101;
    padding: 10px;
    border-radius: 10px;
}


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

.red-span {
    color: #FF0101;
}

.price h5 {
    color: #fff;
    background-color: #FF0101;
    padding: 5px 30px;
    width: max-content;
    margin: auto;
    font-size: 18px;
    border-radius: 5px;
}

.rating h5 {
    color: white;
    background-color: #FF0101;
    padding: 8px 20px;
    margin: 0;
    border-radius: 5px;
    font-size: 17px;
}

#inner-tab .nav-link {
    border: 1px solid #FF0101 !important;
    color: black;
    background-color: transparent;
    border-radius: 30px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    width: 100%;
}

#inner-tab .nav-link:hover {
    background-color: #FF0101;
    color: white;
    transition: 0.3s;
}

#inner-tab .nav-link.active {
    background-color: #FF0101;
    color: white;
}

.left-side {
    border: 1px solid #FF0101;
    padding: 20px;
    border-radius: 20px;
}

.ticket-main {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.jackpot-inner {
    background-color: #FF0101;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.jackpot-inner h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.jackpot-inner p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.cabbtn {
    color: #fff;
    background-color: #FF0101;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    display: block;
    border-radius: 10px;
    font-weight: 700;
}

.jackpot-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
}

.secondary-main-head {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
}

.match-card {
    background: url(../images/home/match-card.png);
    border-radius: 15px;
    padding: 20px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.match-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.league-title {
    font-size: 13px;
    color: #fff;
    margin: 0;
}

.match-time {
    color: #fff;
    font-size: 10px;
    margin: 0;
}

.score {
    border: 1px solid #F699CD;
    padding: 10px;
    width: 50%;
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.team-name {
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding-top: 10px;
}

.aggregate {
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.odd {
    border: 1px solid #F699CD;
    color: white;
    width: 32%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
}

.odds-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.match-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.score-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 35%;
}

.team img {
    width: 45%;
}

.team.team-left {
    text-align: left;
}

.team.team-right {
    text-align: right;
}

.score-box-header {
    display: flex;
    gap: 10px;
}

.top-matches {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cta1 {
    background: url(../images//home/cta1-bg.png);
    background-size: cover;
    background-position: bottom center;
    padding: 20px;
    height: 300px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 30px;
}

.cta-main {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 10px;
}

.cta1 h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.cta-primarybtn {
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    background-color: #FF0101;
    width: max-content;
    border-radius: 30px;
}

.cta2 {
    background: url(../images/home/cta2-bg.png);
    background-size: cover;
    background-position: bottom center;
    padding: 20px;
    height: 300px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 30px;
}

.cta2 h5 {
    font-size: 22px;
    color: #FF0101;
    font-weight: 700;
}

.cta2 h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.cta-red {
    color: #FF0101;
}


.top-matches-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.top-matches-inner .match-card {
    width: 50%;
}

.popular-leagues-inner .secondary-main-head {
    color: #fff;
    text-align: center;
}

.plf-side {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.pl-fixtures {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.plf-side h4,
.plf-rating h6 {
    margin: 0;
    color: #Fff;
}

.plf-rating {
    color: #fff;
    padding: 15px;
    background-color: #FF0101;
}

.plf-side img {
    width: 15%;
}

.popular-leagues-inner {
    background: url(../images/home/popular-leagues-bg.png);
    background-size: cover;
    background-position: center center;
    padding: 50px 0px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.right-side {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.popular-leagues-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.right-side .top-matches {
    padding: 0;
}

.popular-leagues-main {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.versus {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.match-score-wrapper-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: 1px solid #000;
    padding-top: 30px;
}

.match-score-wrapper {
    background: transparent linear-gradient(180deg, #F8B8B8 0%, #FF0101 100%) 0% 0% no-repeat padding-box;
    display: flex;
    border-radius: 100px;
    padding: 10px;
}

.sec3-content {
    padding-bottom: 20px;
}

.sec3 {
    padding: 80px 10px;
}

.mtc-left {
    color: #000;
    background-color: #fff;
    border-radius: 100px;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mtc-left p {
    margin: 0;
    text-align: center;
    font-size: 12px;
}

.match-time-clock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 20%;
}

.mtc-right-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-logo img {
    width: 40%;
    border-radius: 100%;
}

.team-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.team-score h6 {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.mtc-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.match-odds-main {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 50px;
    width: 60%;
}

.odd-chip-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.odds-chip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.odds-value {
    border-radius: 100px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #002647;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: red;
    font-weight: 700;
}

.countdown h4 {
    font-size: 26px;
    margin: 0;
    color: red;
    font-weight: 700;
}

.countdown {
    background-color: #FFFFFF;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.odds-label {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.bettingbtn {
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.betting-btn-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    justify-content: center;
}

.team-score i {
    color: #fff;
}

.plf-side h4 {
    font-size: 18px;
    font-weight: 600;
}

.home-page .stat-box-body h6 {
    color: #000;
}

.home-page .stat-box-body p {
    color: #000;
}

.home-page .sec4-inner {
    padding: 50px;
    border: 3px solid #FF0101;
    border-radius: 30px;
}

.small-heading {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.sec5-inner-content {
    text-align: center;
    padding-bottom: 25px;
}

.sec5 {
    padding: 80px 10px;
}

.upcoming-matches-wrapper {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid red;
    padding: 10px 30px;
    height: 80px;
}

.upcoming-matches-wrapper img {
    width: 8%;
}

.upcoming-matches-wrapper-main {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sec7 {
    padding: 10px 10px 80px;
}

.sec7-inner {
    padding: 50px;
    background: url(../images/home/sec7-bg.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sec7-inner h6 {
    color: #fff;
}

.sec7-inner h3 {
    color: #fff;
}

.foot-first-col img {
    width: 70%;
    padding-bottom: 20px;
}

.foot-first-col p {
    font-size: 16px;
}

.footer-main {
    padding: 50px 0px 0px;
    border-top: 1px solid red;
}

.foot-ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.footer-main h4 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.copyright p {
    margin: 0;
    text-align: center;
    color: #fff;
}

.copyright {
    padding: 10px;
    background-color: #FF0101;
    margin-top: 20px;
}

.foot-second-col {
    padding-left: 25px;
}

.foot-third-col {
    padding-left: 35px;
}

.foot-fourth-col {
    padding-left: 45px;
}

.newsletter-field {
    padding: 10px;
    border: 1px solid red;
    border-radius: 10px;
}

.newsletter-field:focus {
    outline: 0 !important;
}

.submit-btn {
    background: transparent linear-gradient(180deg, #F8B8B8 0%, #FF0101 100%) 0% 0% no-repeat padding-box;
    padding: 10px 30px;
    border: 0;
    border-radius: 30px;
    color: #fff;
    width: max-content;
}

.newsletter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Home Page Css Start */


/* Football Page Css Start */

.football-page .match-time-clock {
    width: 30%;
}

.football-page .bettingbtn {
    color: #000;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-size: 14px;
    background-color: #fff;
}

.football-page .bettingbtn:hover {
    background-color: #FF0101;
    border-color: #FF0101;
    color: #fff;
    transition: 0.3s;
}

.football-page .match-score-wrapper {
    background: transparent linear-gradient(270deg, #000000 0%, #780000 72%, #FF0101 100%) 0% 0% no-repeat padding-box;
}

.football-page .score {
    border-radius: 100px;
    padding: 8px 10px;
}

.football-page .odds-section {
    flex-direction: column;
}

.football-page .odd {
    width: 100%;
    border-radius: 10px;
    padding: 5px 10px;
}

.football-page .sec2-inner {
    padding: 30px 20px;
    border-radius: 30px;
    box-shadow: 0px 10px 60px #00000040;
}

.football-page .sec3-inner .stat-box-body h6,
.football-page .sec3-inner .stat-box-body p {
    color: #000;
}

.football-page .sec3-inner {
    padding: 50px;
    border: 3px solid #FF0101;
    border-radius: 30px;
}

.football-page .sec4-inner-content {
    text-align: center;
    padding-bottom: 30px;
}

.football-page .sec4 {
    padding: 10px 10px 80px;
}

.football-page .jackpot-inner h4 {
    font-size: 30px;
}

.football-page .secondary-main-head {
    padding-bottom: 10px;
}

#football-inner-tab {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
    border: 0 !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

#football-inner-tab .nav-link {
    border: 1px solid #FF0101 !important;
    color: black;
    background-color: transparent;
    border-radius: 30px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    width: 100%;
}

#football-inner-tab .nav-link:hover {
    background-color: #FF0101;
    color: white;
    transition: 0.3s;
}

#football-inner-tab .nav-link.active {
    background-color: #FF0101;
    color: white;
}


/* Football Page Css End */


/* Baseball Page Css start */

.baseball-main .sec4 .image-main img {
    width: 100%;
}

.baseball-main .sec4 {
    padding: 0;
}

/* Baseball Page Css End */



/* Casino-1 Page Css Start */

.search {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.srchbtn {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
    border: 1px solid #fff;
    color: #000;
}

.srchbtn:hover {
    background-color: transparent;
    color: white;
    transition: 0.3s;
}

.search-field {
    padding: 15px 15px 15px 45px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #fff;
    box-shadow: 0px 24px 50px #0000001A;
    background: transparent;
    color: #fff;
}

.search-field:focus {
    outline: none;
}

.search-inner {
    position: relative;
    width: 100%;
}

.search-inner i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.c1sec2 {
    background-color: #FF0101;
    padding: 50px 50px;
}

.c1-main-head {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
}

.search-field::placeholder {
    color: white;
}


.splide-image-main img {
    width: 100%;
}

.splide-1 {
    margin-top: 40px;
}

.splide-2 {
    margin-top: 10px;
}

.c1sec3 {
    padding-bottom: 100px;
}


.c1sec4 {
    background-color: #ffffff9d;
    padding: 0px 50px;
}


.c1sec5 {
    background: url(../images/casino-1/sec5-bg.png);
    padding: 200px 0px;
    margin-top: -105px;
}

.join-us {
    background-color: #FF0101;
    padding: 60px;
    border-radius: 35px;
    margin-top: -120px;
}

.jubtn {
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 40px;
    border: 1px solid #fff;
    color: #FF0101;
    text-decoration: none;
    font-weight: 700;
    width: max-content;
}

.jubtn:hover {
    background-color: transparent;
    color: white;
    border: 1px solid #fff;
    transition: 0.3s;
}

.join-us-content h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}

.join-us-content h6 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

.join-us-btn {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}

.sec7-image a img {
    width: 100%;
}

.c1sec7 {
    padding: 80px 50px;
}

.c1sec7-inner-head .c1-main-head {
    color: #000;
}

.c1sec7 .search-field {
    border-color: #000;
    color: #000;
}

.c1sec7 i {
    color: #000;
}

.c1sec7 .srchbtn,
.c1sec8-footer .srchbtn {
    background-color: #000;
    color: #fff;
    border-color: #000;
    text-decoration: none;
}

.c1sec7 .search-field::placeholder {
    color: #000;
}

.c1sec7 .srchbtn:hover,
.c1sec8-footer .srchbtn:hover {
    background-color: transparent;
    color: #000;
    transition: 0.3s;
}

.c1sec7 .search-main {
    padding-bottom: 40px;
}

.c1sec7-inner-head {
    padding-bottom: 40px;
}

.c1sec8 {
    padding: 0px 50px;
}

.c1sec8 .c1-main-head {
    color: #000;
    text-align: center;
    padding-bottom: 40px;
}

.c1sec8-body {
    display: grid;
    grid-template-columns: repeat(5, 19%);
    gap: 1.25%;
}

.gcc-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.gcc-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
}

.game-card-content a {
    text-decoration: none;
}

.gcc-number {
    width: 50%;
}

.gcc-content {
    width: 50%;
}

.gcc-number h5 {
    color: transparent;
    font-size: 85px;
    margin-top: -30px;
    font-weight: 800;
    -webkit-text-stroke: 2px #FF0101;
}

.gcc-content h6 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    opacity: 0;
}

.gcc-content p {
    color: #000;
    font-size: 12px;
    opacity: 0;
}

.game-card-content:hover .gcc-number h5 {
    color: #FF0101;
    transition: 0.5s;
}

.game-card-content:hover .gcc-content h6 {
    opacity: 1;
    transition: 0.5s;
}

.game-card-content:hover .gcc-content p {
    opacity: 1;
    transition: 0.5s;
}

.c1sec8-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c1sec8-inner-main {
    box-shadow: 0px 10px 60px #00000040;
    padding: 30px;
    border-radius: 40px;
}

.c1sec9 {
    padding: 80px 10px;
}

.c1sec9-inner {
    background-color: #FF0101;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0px 20px 60px #00000054;
}

.stat-box-body p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.stat-box-body h6 {
    color: #fff;
    text-align: center;
    margin: 5px;
    font-size: 18px;
    font-weight: 600;
}

.stat-box-header img {
    width: 25%;
    padding-bottom: 10px;
}

.stat-box-header {
    text-align: center;
}

/* Casino-1 Page Css End */



/* Live Casino Page Css Start */


.sec1 {
    padding-top: 40px;
}

.secondary-header .head-ul {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FF0101 100%) 0% 0% no-repeat padding-box;
    padding: 15px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 0;
    width: max-content;
    margin: auto;
}

.secondary-header .head-ul .nav-link {
    border: 1px solid #fff !important;
    width: 170px;
    height: 60px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.secondary-header .head-ul .nav-link:hover {
    background-color: #fff;
    box-shadow: 0px 10px 15px #0000005E;
    border: 0 !important;
    transition: 0.5s;
}

.secondary-header .head-ul .nav-link:hover a {
    color: #FF0101;
    transition: 0.5s;
}

.secondary-header .head-ul .nav-link a {
    color: #fff;
    text-decoration: none;
}

.live-casino-main-wrapper {
    position: relative;
}

.lc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}

.lc-head-left p {
    margin: 0;
}

.lc-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}

.lc-number {
    width: 30px;
    border: 1px solid #F699CD;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lc-number:hover {
    background-color: #FF0101;
    transition: 0.5s;
}

.lc-number h6 {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.lc-head-left h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.lc-head-left p {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.lc-head-right p {
    margin: 0;
}

.lc-head-right {
    padding: 5px 10px;
    color: #fff;
    background-color: #FF0101;
    font-size: 12px;
}

.live-casino-carousel .owl-nav.disabled {
    display: flex;
    gap: 10px;
    position: absolute;
    top: -25%;
    right: 10px;
}

.live-casino-carousel .owl-nav.disabled .owl-prev,
.live-casino-carousel .owl-nav.disabled .owl-next {
    background: transparent;
    border: 1px solid red;
    padding: 5px 10px !important;
}

.sec1-inner-content {
    padding-bottom: 25px;
}

.live-casino-page .match-score-wrapper-main {
    border-top: 0;
}

.live-casino-page .match-score-wrapper {
    background: transparent linear-gradient(270deg, #000000 0%, #780000 72%, #FF0101 100%) 0% 0% no-repeat padding-box;
    gap: 10px;
}

.live-casino-page .odds-value {
    padding: 10px;
    width: 35px;
    height: 35px;
    font-size: 10px;
}

.live-casino-page .odd-chip-main {
    gap: 5px;
}

.live-casino-page .mtc-left p {
    font-size: 10px;
}

.live-casino-page .match-odds-main {
    gap: 15px;
    width: 50%;
}

.live-casino-page .mtc-right {
    gap: 5px;
    width: 40%;
}

.live-casino-page .countdown h4 {
    font-size: 20px;
}

.live-casino-page .match-time-clock {
    gap: 5px;
    width: 30%;
}

.live-casino-page .team-score h6 {
    margin: 0;
    font-size: 12px;
}

.live-casino-page .team-score i {
    color: #fff;
    font-size: 12px;
}

.live-casino-page .team-logo img {
    width: 100%;
    border-radius: 100%;
}

.live-casino-page .team-logo {
    width: 30%;
}

.live-casino-page .countdown {
    height: 75px;
    width: 75px;
}

.live-casino-page .mtc-left {
    height: 75px;
    width: 75px;
}

.live-casino-page .bettingbtn {
    padding: 10px 10px;
    font-size: 10px;
    background-color: #fff;
    color: #000;
}


.live-casino-page .bettingbtn:hover {
    background-color: #FF0101;
    color: #fff;
    border-color: #FF0101;
    transition: 0.5s;
}

.live-casino-page .sec2-more-content {
    text-align: right;
}

.live-casino-page .sec2-more-content h6 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.live-casino-page .sec2-inner {
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 10px 60px #00000040;
}

.live-casino-page .sec2 {
    padding: 80px 10px;
}

/* Live Casino Page Css End */



/* Digital Casino Page Css Start */

.digital-casino-page .dc-main-wrapper {
    position: relative;
}

.dc-main-wrapper .match-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px;
}

.dc-main-wrapper .match-body {
    position: absolute;
    justify-content: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.dc-main-wrapper .odds-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
}

.dc-main-wrapper img {
    height: 280px;
    object-fit: cover;
    border-radius: 15px;
}

.digital-casino-page .match-score-wrapper-main {
    border-top: 0;
}

.digital-casino-page .match-score-wrapper {
    background: transparent linear-gradient(270deg, #000000 0%, #780000 72%, #FF0101 100%) 0% 0% no-repeat padding-box;
    gap: 10px;
}

.digital-casino-page .odds-value {
    padding: 10px;
    width: 35px;
    height: 35px;
    font-size: 10px;
}

.digital-casino-page .odd-chip-main {
    gap: 5px;
}

.digital-casino-page .mtc-left p {
    font-size: 10px;
}

.digital-casino-page .match-odds-main {
    gap: 15px;
    width: 50%;
}

.digital-casino-page .mtc-right {
    gap: 5px;
    width: 40%;
}

.digital-casino-page .countdown h4 {
    font-size: 20px;
}

.digital-casino-page .match-time-clock {
    gap: 5px;
    width: 30%;
}

.digital-casino-page .team-score h6 {
    margin: 0;
    font-size: 12px;
}

.digital-casino-page .team-score i {
    color: #fff;
    font-size: 12px;
}

.digital-casino-page .team-logo img {
    width: 100%;
    border-radius: 100%;
}

.digital-casino-page .team-logo {
    width: 30%;
}

.digital-casino-page .countdown {
    height: 75px;
    width: 75px;
}

.digital-casino-page .mtc-left {
    height: 75px;
    width: 75px;
}

.digital-casino-page .bettingbtn {
    padding: 10px 10px;
    font-size: 10px;
    background-color: #fff;
    color: #000;
}


.digital-casino-page .bettingbtn:hover {
    background-color: #FF0101;
    color: #fff;
    border-color: #FF0101;
    transition: 0.5s;
}

.digital-casino-carousel .owl-nav.disabled {
    display: flex;
    gap: 10px;
    position: absolute;
    top: -22%;
    right: 10px;
}

.digital-casino-carousel .owl-nav.disabled .owl-prev,
.digital-casino-carousel .owl-nav.disabled .owl-next {
    background: transparent;
    border: 1px solid red;
    padding: 5px 10px !important;
}


.digital-casino-page .sec2-inner {
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 10px 60px #00000040;
}

.digital-casino-page .sec2 {
    padding: 80px 10px;
}

.game-provider-main {
    display: grid;
    grid-template-columns: repeat(5, 19.2%);
    gap: 1%;
}

.gp-inner img {
    width: 100%;
}

.gp-inner h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.gp-inner p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.gp-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.digital-casino-page .sec3-inner-content {
    padding-bottom: 30px;
}

.digital-casino-page .sec3 {
    padding: 10px 10px 80px;
}

.blog-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-main h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.blog-main p {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.digital-casino-page .sec4-inner-content {
    padding-bottom: 40px;
}

.digital-casino-page .sec4 {
    padding: 10px 10px 80px;
}

/* Digital Casino Page Css End */





/* Poker Page Css Start */

.cash-games-main img {
    width: 100%;
}

.cash-games-main {
    position: relative;
    margin: 10px 0px;
}

.cg-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
}

.cg-content h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.cg-content p {
    color: #fff;
    font-size: 14px;
}

.poker-page .sec3-inner-content {
    text-align: center;
    padding-bottom: 30px;
}

.poker-page .sec2 {
    padding: 80px 10px 10px;
}

.poker-page .sec3 {
    width: 70%;
    margin: auto;
}

/* Poker Page Css End */



/* Sign Up Page Css Start */

.signup-page .content h2 {
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0;
}

.signup-page .form-row input {
    height: 60px;
    border-radius: 50px;
    padding-left: 20px;
    width: 100%;
    border: 0;
    font-size: 16px;
}

.signup-page .form-row input:focus {
    outline: 0 !important;
}

.signup-page .content p {
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.52px;
    margin: 0;
}

.signup-page .form-container form {
    margin-top: 20px;
}


.signup-page .form-container {
    background: linear-gradient(90deg,
            #FFD6D6 0%,
            #FF7A7A 50%,
            #FD1F1F 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.signup-page .form-container .container {
    width: 500px;
    padding: 20px;
}

.signup-page .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 5px;
}

.signup-page .form-row input::placeholder {
    color: #00000085;
}

.signup-page .form-btn {
    position: relative;
}

.signup-page .toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 22px;
}

.signup-page .extra-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;

}

.signup-page .extra-options label {
    color: white;
}

.signup-page .extra-options a {
    text-decoration: none;
    color: white;
}

.signup-page .signup-btn {
    width: 210px;
    height: 60px;
    font-size: 18px;
    background-color: white;
    color: #FF0101;
    cursor: pointer;
    border: 0;
    border-radius: 35px;
    margin: 0px auto;
    letter-spacing: -0.88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-page .signup-btn:hover {
    background-color: transparent;
    color: #fff;
    transition: 0.3s;
}

.signup-page .text {
    text-align: center;
    color: white;
}

.signup-page .text a {
    text-decoration: none;
    color: #fff;
}

.signup-page .form-container .logo {
    filter: invert(1);
}

/*Sign Up Page Css End */



/*Login Page Css Start */

.login-page .content h2 {
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0;
}

.login-page .form-row input {
    height: 60px;
    border-radius: 50px;
    padding-left: 20px;
    width: 100%;
    border: 0;
    font-size: 16px;
}

.login-page .form-row input:focus {
    outline: 0 !important;
}

.login-page .content p {
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.52px;
    margin: 0;
}

.login-page .form-container form {
    margin-top: 20px;
}


.login-page .form-container {
    background: linear-gradient(90deg,
            #FFD6D6 0%,
            #FF7A7A 50%,
            #FD1F1F 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.login-page .form-container .container {
    width: 500px;
    padding: 20px;
}

.login-page .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 5px;
}

.login-page .form-row input::placeholder {
    color: #00000085;
}

.login-page .form-btn {
    position: relative;
}

.login-page .toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 22px;
}

.login-page .extra-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;

}

.login-page .extra-options label {
    color: white;
}

.login-page .extra-options a {
    text-decoration: none;
    color: white;
}

.login-page .signup-btn {
    width: 210px;
    height: 60px;
    font-size: 18px;
    background-color: white;
    color: #FD1F1F;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 35px;
    margin: 0px auto;
    letter-spacing: -0.88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page .signup-btn:hover {
    background-color: transparent;
    color: #fff;
    transition: 0.3s;
}

.login-page .text {
    text-align: center;
    color: white;
}

.login-page .text a {
    text-decoration: none;
    color: #fff;
}

.login-page .form-container .logo {
    filter: invert(1);
}

/*Login Page Css End*/



/* Modal Page Css Start */

.payment-options-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    padding-bottom: 30px;
}

.form-label {
    margin: 0;
}

.payment-option-inner {
    flex: 1;
}

.radio-group {
    display: flex;
    gap: 20px;
    width: 100%;
}

.radio-card {
    cursor: pointer;
    width: 100%;
}

.radio-card input {
    display: none;
}

.card {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.box {
    width: 40px;
    height: 40px;
    background: #545c7a;
    border-radius: 0px;
}

.card span {
    font-size: 16px;
    color: #545c7a;
}

.radio-card input:checked+.card {
    border-color: #FF0101;
    box-shadow: 0 0 0 2px rgba(84, 92, 122, 0.2);
}

.radio-card input:checked+.card .box {
    background: #FF0101;
}

.radio-card input:checked+.card span {
    color: #FF0101;
}

/* Step Form css Start */

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

#multi-step-form {
    overflow-x: hidden;
}

/* Step Form css End */

.continue-btn {
    color: #fff;
    background-color: #FF0101;
    border: 1px solid red !important;
    padding: 5px 15px;
    border-radius: 10px;
}

.continue-btn:hover {
    background-color: #FF0101;
    transition: 0.3s;
}

.cancel-btn {
    color: #000;
    background-color: transparent;
    border: 1px solid #ECEDF2 !important;
    padding: 5px 15px;
    border-radius: 10px;
}

.cancel-btn:hover {
    background-color: transparent;
    color: #000;
    transition: 0.3s;
}

.step-content h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}

.step-content p {
    color: #515978;
    font-size: 14px;
}

.step-content {
    margin-bottom: 20px;
}

.payment-option-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.payment-option-body {
    background: linear-gradient(90deg,
            #FFD6D6 0%,
            #FF7A7A 50%,
            #FD1F1F 100%);
}

.payment-option-btn {
    background-color: white;
    color: black;
    border: 1px solid white;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
}


.payment-option-btn:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    transition: 0.3s;
}

.modal-header {
    padding-top: 20px;
}

.modal-header img {
    width: 40%;
    filter: invert(1);
}


/* ===== Step Container ===== */
.step-2 {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.step-content p {
    font-size: 14px;
    color: #8b8b8b;
}

/* ===== Special Plan Card ===== */
.special-plan-main {
    border: 1px solid red;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.sp-image img {
    width: 44px;
}

.sp-content {
    flex: 1;
    margin-left: 14px;
}

.sp-content h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.sp-content p {
    font-size: 13px;
    color: #6f6f6f;
    margin-bottom: 6px;
}

.ep-btn {
    font-size: 13px;
    color: #ff4d4f;
    text-decoration: none;
    font-weight: 500;
}

.ep-btn:hover {
    text-decoration: underline;
}

.sp-price h4 {
    font-size: 18px;
    font-weight: 700;
}

.sp-price span {
    font-size: 13px;
    color: #777;
    font-weight: 400;
}

/* ===== Form ===== */
.form-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
}

.form-control {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    padding: 10px 12px;
}

.form-control:focus {
    border-color: #ff4d4f;
    box-shadow: none;
}

/* ===== Checkbox ===== */
.checkbox label {
    font-size: 14px;
    color: #444;
    padding-bottom: 10px;
}

.checkbox input {
    margin-right: 6px;
}

/* ===== Notice ===== */
.red-notice {
    font-size: 12px;
    color: #ff4d4f;
    margin-top: 6px;
}

/* ===== Buttons ===== */
.next-step {
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.prev-step {
    background: #f3f3f3;
    border: none;
    color: #333;
}

.prev-step:hover {
    background: #f3f3f3;
    color: #000;
}

.next-step {
    background: #FF0101;
    border: none;
}

.next-step:hover {
    background: #e84345;
}

.step-form-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.otp-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 10px auto;
}

.otp-box h2 {
    margin-bottom: 10px;
}

.subtitle {
    font-size: 14px;
    color: #555;
}

.subtitle span {
    font-weight: bold;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    margin: 25px 0;
    gap: 20px;
}

.otp-inputs input {
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
}

.otp-inputs input.active {
    border: 2px solid #FF0101;
}

.resend {
    display: block;
    color: red;
    font-size: 14px;
    margin-bottom: 20px;
    text-decoration: none;
}

.cancel {
    background: #eee;
}

.verify {
    background: #FF0101;
    color: #fff;
}

.step-form-submit {
    background-color: #FF0101;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #FF0101;
}

.step-form-submit:hover {
    background-color: #FF0101;
    border-color: #FF0101;
}

/* Modal Page Css End */





/* Dashboard Page Css Start */

.dashboard-page-main {
    overflow-x: hidden;
}

.dashboard-page-main .sidebar-logo img {
    width: 100%;
}

.dashboard-page-main .sidebar {
    width: 100%;
    height: 100%;
    transition: width 0.3s ease;
    overflow: hidden;
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 0px 70px 70px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dashboard-page-main .sidebar .usersss h5 {
    opacity: 1;
    font-size: 14px;
    font-weight: 300;
    margin-left: 20px;
}

.dashboard-page-main .First_sec a img {
    height: 20px;
    width: 20px;
    margin-left: 5px;
    margin-right: 10px;
}

.dashboard-page-main .First_sec {
    margin-top: 10px;
    width: 100%;
    padding-bottom: 10px;
}

.dashboard-page-main .sidebar ul li.active {
    background-color: #FF0101;
}

.dashboard-page-main .sidebar ul li:hover {
    background-color: #FF0101;

    transition: 0.3s;
}

.dashboard-page-main .sidebar ul li.active a {
    color: #fff;
    font-weight: 500;
}

.dashboard-page-main .sidebar ul li.active img{
    filter: brightness(6.5);
}

.dashboard-page-main .sidebar ul li:hover a {
    color: #fff;
    font-weight: 500;
}

.dashboard-page-main .sidebar ul li:hover img {
    filter: brightness(6.5);
}

.dashboard-page-main .usersss {
    padding-top: 180px;
}

.dashboard-page-main .usersss ul li a {
    color: black;
}

.dashboard-page-main .sidebar .profile {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    color: black;
    transition: padding 0.3s ease;
    width: 100%;
}

.dashboard-page-main .sidebar .profile img {
    position: relative;
    left: 0;
    opacity: 1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    transition: width 0.3s ease, height 0.3s ease;
}

.dashboard-page-main .sidebar-logo {
    padding: 10px 5px 20px;
}

.dashboard-page-main .sidebar .profile span {
    margin-left: 85px;
    font-size: 25px;
}

.dashboard-page-main .sidebar .profile span a {
    color: black;
}

.dashboard-page-main .sidebar .Reelslogo img {
    width: 80%;
}

.dashboard-page-main .sidebar ul {
    position: relative;
    left: 0;
    list-style-type: none;
    padding: 0px 0px;
    position: relative;
    margin-bottom: 0;
}

.dashboard-page-main .sidebar ul li {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    color: black;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
    border-radius: 10px;
}

.dashboard-page-main .sidebar ul li i {
    position: relative;
    left: 4px;
    font-size: 20px;
    margin-right: 20px;
    transition: opacity 0.3s ease;
}

.dashboard-page-main .fsli {
    color: #6D7C90;
    text-decoration: none;
}

.dashboard-page-main .settings {
    display: flex;
    flex-direction: column;
    padding: 30px 5px 30px;
    color: #6D7C90;
}

.dashboard-page-main .settings a {
    padding: 10px 25px;
    color: #6D7C90;
    text-decoration: none;
    border-radius: 20px;
}

.dashboard-page-main .settings a img {
    padding-right: 10px;
}


.dashboard-page-main .container {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
}

.dashboard-page-main .header h2 {
    font-size: 22px;
    font-weight: 700;
}

.dashboard-page-main .header p {
    color: #999;
    margin-top: 6px;
}

.dashboard-page-main .main {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.dashboard-page-main .left,
.dashboard-page-main .right {
    flex: 1;
}

.dashboard-page-main .tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.dashboard-page-main .tab {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid red;
}

.dashboard-page-main .tab.send {
    background: #ffeaea;
    color: #ff3b3b;
}

.dashboard-page-main .tab.receive {
    border: 1px solid #ff3b3b;
    color: #ff3b3b;
}

.dashboard-page-main .field {
    margin-bottom: 16px;
}

.dashboard-page-main .field label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #777;
}

.dashboard-page-main .input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fafafa;
    width: 100%;
}

.dashboard-page-main .input input {
    border: none;
    background: none;
    outline: none;
    width: 100%;
}

.dashboard-page-main .address {
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fafafa;
    color: #aaa;
    width: 100%;
}

.dashboard-page-main .send-btn {
    margin-top: 20px;
    background: #ff0000;
    color: #fff;
    padding: 14px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ff0000;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}

.dashboard-page-main .qr {
    margin-top: 30px;
}

.dashboard-page-main .qr img {
    width: 120px;
}

.dashboard-page-main .transaction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.dashboard-page-main .tr-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard-page-main .icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.dashboard-page-main .green {
    background: #22c55e;
}

.dashboard-page-main .red {
    background: #ff3b3b;
}

.dashboard-page-main .tr-text h4 {
    font-size: 14px;
    font-weight: 600;
}

.dashboard-page-main .tr-text p {
    font-size: 12px;
    color: #999;
}

.dashboard-page-main .amount {
    font-weight: 600;
}

.dashboard-page-main .badge {
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.dashboard-page-main .completed {
    background: #e7f7ef;
    color: #22c55e;
}

.dashboard-page-main .decline {
    background: #ffecec;
    color: #ff3b3b;
}

.dashboard-page-main .accounts {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.dashboard-page-main .card {
    flex: 1;
    background: #fafafa;
    border-radius: 14px;
    padding: 20px;
}

.dashboard-page-main .card h4 {
    font-size: 15px;
}

.dashboard-page-main .card p {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}

.dashboard-page-main .card .balance {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 700;
    color: #ddd;
}

.dashboard-page-main .card .usd {
    color: #ff0000;
    font-size: 14px;
    margin-top: 6px;
}

/* Dashboard Page Css End */



/* Withdrawal Page Css Start */

.withdrawal-page-main h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.withdrawal-page-main .balance-box {
    border: 1px solid #ff4d4d;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.withdrawal-page-main .balance-box .amount {
    display: block;
    margin-top: 6px;
    font-weight: 600;
    font-size: 13px;
}

.withdrawal-page-main .section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.withdrawal-page-main .methods label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 8px;
    cursor: pointer;
}

.withdrawal-page-main .methods input[type="radio"] {
    accent-color: #ff0000;
    width: 12px;
    height: 12px;
}

.withdrawal-page-main .amount-section {
    margin-top: 26px;
}

.withdrawal-page-main .amount-input {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ff4d4d;
    outline: none;
    color: black;
}

.withdrawal-page-main .amount-input::placeholder {
    color: #999;
}

.withdrawal-page-main .balance-box-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.withdrawal-page-main .balance-box-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.withdrawal-page-main .balance-box:hover {
    background-color: #FF0101;
    color: #fff;
    transition: 0.3s;
}

.withdrawal-page-main .wrapper {
    padding-bottom: 20px;
}


.withdrawal-page-main .add-account {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 13px;
    margin-bottom: 0;
}

.withdrawal-page-main .dot {
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
}

.withdrawal-page-main .form input {
    width: 100%;
    padding: 15px;
    margin-bottom: 8px;
    border: 1.5px solid #ff4d4d;
    border-radius: 6px;
    font-size: 14px;
    color: black;
}

.withdrawal-page-main .form input:focus {
    outline: none;
}

.withdrawal-page-main .fees {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    width: 100%;
}

.withdrawal-page-main .fees h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.withdrawal-page-main .fees p {
    font-size: 14px;
    color: #444;
}

.recent {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}

.withdrawal-page-main table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.withdrawal-page-main th {
    text-align: left;
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 16px;
}

.withdrawal-page-main td {
    padding: 5px 0;
}

.withdrawal-page-main .completed {
    color: red;
    font-weight: 600;
}

.withdrawal-page-main .acc-details-main {
    width: 65%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Withdrawal Page Css End */