.bg-dark-light {
    background: #632be2;
}

.dashboard-header {
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1030;
    text-align: center;
    width: 480px;
    margin: 0 auto;
    height: 75px;
    display: flex;
    align-items: center;
}

.headerBg {
    background-image: url(../img/headerBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left -1px;
    height: 100px;
    padding: 5px 0;
    align-items: unset;
}

.dashboard-header .user-profile {
    position: relative;
    display: inline-block;
    width: 50px;
}

.dashboard-header .user-profile .rounded-circle {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    background: #140548;
}

.badges {
    position: absolute;
    width: 26px;
    top: -6px;
    right: -10px;
}

.dashboard-header .user-content {
    text-align: left;
}

.dashboard-header .user-content h5 {
    font-size: 16px;
    font-weight: 600;
}

.dashboard-header .user-content p {
    font-size: 13px;
    color: #fff;
}

.custom-btn {
    background: linear-gradient(180deg, rgba(22, 201, 136, 1) 0%, rgba(22, 201, 136, 1) 50%, rgba(14, 175, 107, 1) 50%, rgba(14, 175, 107, 1) 100%);
    border: 3px solid #16c988;
    padding: 0 !important;
    border-radius: 25px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color: #0e5b3b;
    min-width: 115px;
}

.plus-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    position: absolute;
    right: -10px;
}

.rupeeIcon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    position: absolute;
    left: -10px;
}

.custom-main-content {
    overflow: auto;
    height: calc(100vh - (400px));
}

.slider-card {
    background: #391199;
    margin: 0 5vw;
    padding-top: 0;
    border-radius: 20px;
}

.slider-card .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 29px;
    top: 50%;
    background-image: url(../img/left-arrow.png);
    background-repeat: no-repeat;
    display: block;
    padding: 0 !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-107%, -50%);
    width: 55px;
    height: 55px;
    background-size: contain;
}

.slider-card .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.slider-card .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -26px;
    top: 50%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(25%, -50%);
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    background-size: contain;
}

.slider-card .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.slider-card .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}

.slider-card .item-box {
    position: relative;
}

.slider-card .item-box .entry-fee {
    clip-path: polygon(0% 0, 100% 0%, 90% 100%, 10% 100%);
    text-align: center;
    background: #261772;
    display: inline-block;
    color: #fff;
    margin: 0 auto;
    border-bottom-left-radius: 28px 60px;
    border-bottom-right-radius: 28px 60px;
    padding: 8px 50px;
    text-align: center;
    width: 75%;
}

.slider-card .item-box .entry-fee p {
    font-weight: 500;
    font-size: 14px;
}

.slider-card .item-box .entry-fee h5 {
    font-size: 22px;
    font-weight: 600;
}

.jackpot-div {
    padding: 5px;
    margin: 0 18px;
}

.jackpot-div p {
    color: #ffcd50;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.jackpot-div ul {
    list-style: none;
    padding: 4px;
    margin: 0;
    background: #4f1ec7;
    border-radius: 8px;
}

.jackpot-div ul li {
    display: table-cell;
    width: 1%;
}

.jackpot-div ul li .no-box {
    background: #e7d7c8;
    display: block;
    margin: 2px;
    padding: 5px;
}

.jackpot-div ul li .no-box .inner-box {
    background: #fff;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 30px;
    font-weight: 800;
    font-family: "Roboto";
    color: #231066;
}

.jackpot-div h6 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
}

.jackpot-div h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.slider-card .player-div {
    background: #261772;
    padding: 10px;
    border-radius: 0 0 15px 15px;
    position: relative;
}

.join-back-btn {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-card .player-div h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.slider-card .player-div img {
    width: 35px;
    height: 35px;
    object-fit: scale-down;
    margin-right: 4px;
}

.Q-div {
    background: linear-gradient(180deg, rgb(255 218 117) 0%, rgb(255 205 80) 50%, rgb(255 182 0) 50%, rgb(255 185 0) 100%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    border-radius: 100px;
    border: 3px solid #140548;
    position: absolute;
    right: 0;
}

.play-btn {
    background: linear-gradient(180deg, rgba(17, 183, 115, 1) 0%, rgba(17, 183, 115, 1) 50%, rgba(13, 155, 91, 1) 50%, rgba(13, 155, 91, 1) 100%);
    border: 4px solid #11b773;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 auto;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    position: relative;
}

.play-btn:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4em;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 40px #391199;
}

.disabled {
    pointer-events: none;
    background: linear-gradient(180deg, rgb(184, 187, 186) 0%, rgb(177, 187, 183) 50%, rgb(140, 146, 143) 50%, rgb(137, 148, 143)) 100%;
    border: 4px solid #a8a8a8;
}

.play-btn:active:after {
    box-shadow: 0 0 0 0 #391199;
    position: absolute;
    border-radius: 4em;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0s;
}

.rank-icon {
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 1px 3px 0px #000;
    border-radius: 100px;
    font-size: 21px;
    font-weight: 500;
    align-items: center;
}

.avatar-box {
    text-align: center;
    margin-top: -56px;
}

.avatar-box img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.balance-card {
    border-radius: 20px;
}

.winning-table {}

.winning-table tbody {
    background: #1e1558;
}

.winning-table thead th {
    font-size: 12px;
    font-weight: 500;
    border: none;
    color: #fff;
}

.winning-table .user-icon {
    margin-right: 10px;
    display: inline-block;
    width: 35px;
    height: 35px;
}

.responsive-table__body__text {
    vertical-align: middle !important;
}

.winning-table tbody td {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 12px;
    color: #fff;
    border-top: 1px solid #dee2e61c;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d5554;
}

.winning-table tbody tr:first-child td {
    border: none;
}

.winning-table tbody tr:first-child td:first-child {
    border-top-left-radius: 20px;
}

.winning-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.winning-table tbody tr:first-child td:last-child {
    border-top-right-radius: 20px;
}

.winning-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.winning-table .table-hover tbody tr:hover {
    background-color: #632be2;
}

.dvh-100 {
    height: 100dvh;
}

.badges-box .badges {
    position: unset;
}