body {
    color: #c8d6e5;
    background-color: #191c25;
    background-position: center bottom;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #c8d6e5;
}

#page-container {
    color: #c8d6e5;
    background-color: transparent;
}
#page-header {
    color: #c8d6e5;
    background: rgb(0, 78, 255);
    background: linear-gradient(
        180deg,
        rgba(0, 78, 255, 1) 0%,
        rgba(6, 0, 96, 1) 100%
    );
}

.btn {
    font-family: "Prompt", sans-serif;
    border-radius: 50px;
}

.nav-pills button.nav-link {
    border-radius: 50px;
}

.member-container {
    background: transparent;
    width: 720px;
    margin: 0 auto;
    max-width: 97%;
    margin-bottom: 150px;
}

.form-control {
    border-radius: 50px;
}
.select7__current {
    border-radius: 50px;
}
.input-group .form-control {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.input-group .input-group-text {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.footer-block {
    position: fixed;
    bottom: 1em;
    width: 100%;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    height: 4.2em;
    bottom: 0;
    max-width: 550px;
    border-radius: 4em;
    transition: all 0.3s ease;
    z-index: 100;
}

.footer-box {
    /* outline: solid 2px; */
    flex: 1;
    height: 3.8em;
    border-radius: 1em;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.footer-box.left {
    border-radius: 1em 1em 0 1em;
    width: 51%;
    transform: translateX(1px);
    filter: drop-shadow(0px 4px 6px #000000ad);
}
.footer-box.left::before {
    position: absolute;
    padding: 3em;
    content: "";
    margin: -3.3em;
    border-radius: 50%;
    right: 0;
    box-shadow: 0 0 0 500px #060060;
    overflow: hidden;
}
.footer-box.left > .corner {
    width: 0.8em;
    height: 3em;
    background: #060060;
    z-index: 2;
    border-radius: 1px 259px 233px 0px;
    right: 3em;
    position: absolute;
    top: -8%;
    transform: rotate(-5deg);
}
.footer-menu-container {
    display: flex;
    width: 75%;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.footer-menu-container > .footer-menu-item {
    max-width: 40%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.footer-btn-main {
    width: 4.2em;
    height: 4.2em;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    border: none;
    outline: none;
    z-index: 10;
    box-shadow: 1px 1px 15px 4px #0000003d;
    background: linear-gradient(45deg, #ff9500, #ffe700, #ff9500);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border: 1px solid #ffe700;
    animation-name: move-bg-gradient;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes move-bg-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes move-shadow {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translate3d(0px, 10px, 0) scale(0.95) rotate(1deg);
    }

    50% {
        transform: translate3d(0px, 20px, 0) scale(0.95) rotate(360deg);
        top: 12px;
        right: 18px;
        bottom: -4px;
    }
    80% {
        transform: translate3d(0px, 20px, 0) scale(0.95) rotate(360deg);
        top: -12px;
        right: -10px;
        bottom: -4px;
    }
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translate3d(0px, 10px, 0) scale(0.95) rotate(1deg);
    }
}

.footer-box.right {
    border-radius: 1em 1em 1em 0;
    width: 51%;
    transform: translateX(-1px);
    filter: drop-shadow(9px 0px 6px #000000b9);
}
.footer-box.right::before {
    position: absolute;
    padding: 3em;
    content: "";
    margin: -3.3em;
    border-radius: 50%;
    box-shadow: 0 0 0 500px #060060;
    overflow: hidden;
    left: 0;
}
.footer-menu-item > .ic {
    width: 60%;
    height: 45%;
    object-fit: contain;
}
.footer-menu-item > .name {
    color: #fff;
    font-size: 0.7em;
    margin-top: 4px;
    font-weight: 200;
}

.footer-info-user {
    height: 8em;
    width: 95%;
    position: absolute;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: -100%;
    overflow: hidden;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: #000000bd;
    padding: 0.65em 1em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-info-user > .account-balance {
    height: 2.5em;
    display: flex;
}
.footer-info-user > .account-balance > .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    line-height: 1;
}
.footer-info-user > .account-balance > .ic {
    height: 95%;
    object-fit: contain;
    margin-right: 1em;
}
.footer-info-user > .account-balance > .info > .title {
    font-size: 0.9em;
    font-weight: 200;
    text-align: left;
}
.footer-info-user > .account-balance > .info > .grid > .amount {
    text-align: left;
    font-size: 1.3em;
    margin-top: auto;
}
.footer-info-user > .account-bonus {
    width: 39%;
}
.footer-info-user > .account-bonus > .bonus-loss,
.footer-info-user > .account-bonus > .commission_point {
    font-size: 0.9em;
    font-weight: 200;
    display: flex;
    justify-content: space-between;
    padding: 2px 8px;
    border-radius: 1em;
    background: #ffffff14;
    margin-bottom: 2px;
    line-height: 1;
    color: #fff;
}
.footer-info-user > .account-bonus > .bonus-ref,
.footer-info-user > .account-bonus > .affiliate_point {
    font-size: 0.9em;
    font-weight: 200;
    display: flex;
    justify-content: space-between;
    padding: 2px 8px;
    border-radius: 1em;
    background: #ffffff14;
    color: #fff;
}

.footer-btn-main > .ic {
    width: 55%;
    object-fit: contain;
    filter: drop-shadow(2px 4px 6px #000000ba);
}

.btn-refresh-credit {
    cursor: pointer;
}

/*block auth*/
.wrapper-block-auth {
}
.block-auth {
    background-color: #212632;
    border-color: #292d3b;
    border-radius: 15px;
    color: #c8d6e5;
}
.block-auth a {
    color: #48dbfb;
}
.block-auth a:hover {
    color: #2e86de;
}
.swal2-popup {
    background-color: #212632;
}
.swal2-popup .swal2-content,
.swal2-popup .swal2-title,
.swal2-popup .swal2-html-container,
.swal2-popup .swal2-title {
    color: #c8d6e5;
}

.block-menu1 {
    background-color: #191c25;
    color: #c8d6e5;
    border-radius: 1rem;
}
.block-menu1 .block-header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom: none;
    color: #000;
    background: rgb(0, 78, 255);
    background: linear-gradient(180deg, #004eff 0%, #060060 100%);
    padding: 0.5rem 1rem;
}

.block-menu1 .block-content {
    padding: 0.5rem 0.5rem 0.5rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.row-block-menu .block-content {
    padding: 0.5em 0.5em 0.5em !important;
    font-size: 0.75em;
    font-weight: 200;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
}

.row-block-menu .block-content img.icon {
    width: 40px;
    margin-bottom: 10px;
}

.row-block-menu .block-menu {
    background-color: #ff9500;
    background: linear-gradient(0deg, #ff9500 0%, #ffe700 100%);
    border-style: solid 10px #000000;
    color: #000;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    width: 75px;
}

.row-block-menu .block-menu:hover {
    transform: translateY(-2px);
}

.block-games {
    background-color: #191c25;
    color: #c8d6e5;
    border-radius: 1rem;
    margin-top: 15px;
}
.block-games .block-header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom: none;
    color: #000;
    background: #ff9500;
    background: linear-gradient(0deg, #ff9500 0%, #ffe700 100%);
    padding: 0.5rem 1rem;
}

.block-games .block-title {
    color: #000;
}

.block-games .block-content {
    padding: 0px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.block-games .game-group {
    padding: 0.5rem 0.5rem 0.5rem;
}
.game-group .active .menu-left-btn {
    background: #004eff;
    background: linear-gradient(180deg, #004eff 0%, #060060 100%);
}

.game-group .menu-left-btn {
    background: transparent;
}
.game-group .menu-left-btn img {
    width: 60px;
    height: 59px;
    margin-top: 0px;
}
.game-group .active .menu-left-btn img {
    width: 65px;
    height: 66px;
}
@media (min-width: 576px) {
    .game-group .menu-left-btn {
        width: 75px;
        height: 74px;
    }
}

.block-game-recently {
    background-color: #222f3e;
    color: #c8d6e5;
    padding: 0.5rem 0.5rem 0.5rem;
}
.block-game-recently h4 {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-recently-icon-block .swiper-slide {
    border-radius: 12px;
    border: 2px solid #e7c151;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    height: 50px;
    width: 50px !important;
}

.game-offcanvas {
    height: 100% !important;
    background-color: #191c25;
}
.game-offcanvas .offcanvas-body .row {
    padding-bottom: 150px;
}
.game-offcanvas .offcanvas-header {
    background: #ff9500;
    background: linear-gradient(0deg, #ff9500 0%, #ffe700 100%);
    color: #000 !important;
}
.game-offcanvas .offcanvas-title {
    color: #000 !important;
}
.game-offcanvas .offcanvas-body {
    color: #c8d6e5 !important;
}
.game_image {
    border-radius: 0px;
}
.block-list-game .block-header {
    color: #c8d6e5 !important;
    background: #004eff;
    background: linear-gradient(180deg, #004eff 0%, #060060 100%);
    text-align: center !important;
}
.block-list-game .block-header p {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center !important;
    margin-bottom: 0px;
}
.block-list-game .block-footer {
    background: #ff9500;
    background: linear-gradient(0deg, #ff9500 0%, #ffe700 100%);
    color: #000 !important;
    text-align: center !important;
    overflow: hidden;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* Transaction */
.block-transaction {
    background-color: #191c25;
    color: #c8d6e5;
    border-radius: 1rem;
    margin-top: 15px;
}
.block-transaction .block-header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom: none;
    color: #000;
    background: #ff9500;
    background: linear-gradient(0deg, #ff9500 0%, #ffe700 100%);
    padding: 0.5rem 1rem;
}

.block-transaction .block-title {
    color: #000;
}

.block-transaction .block-content {
    padding: 0px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.block-transaction .form-group,
.block-transaction-alt .form-group {
    margin-bottom: 10px;
}

/* block transaction alt*/
.block-transaction-alt {
    background-color: #191c25;
    color: #c8d6e5;
    border-radius: 1rem;
    margin-top: 15px;
}
.block-transaction-alt .block-header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom: none;
    color: #c8d6e5;
    background: #004eff;
    background: linear-gradient(180deg, #004eff 0%, #060060 100%);
    padding: 0.5rem 1rem;
}

.block-transaction-alt .block-title {
    color: #c8d6e5;
}

.block-transaction-alt .block-content {
    padding: 0px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.card-commission {
    padding: 5px;
    color: #191c25;
    background: #ff9500;
    background: linear-gradient(0deg, #ff9500 0%, #ffe700 100%);
}
.card-commission p {
    color: #191c25;
}

.card-promotion {
    padding: 5px;
    background-color: #576574;
    border-radius: 15px;
}

.claimable_all_affiliate_box,
.claimable_all_commission_box,
.claimable_all_totallreturnloss_box {
    width: 80%;
}
.claimable_all_commission_box.card-commission,
.claimable_all_totallreturnloss_box.card-commission {
    padding: 5px;
    color: #c8d6e5 !important;
    background: #004eff;
    background: linear-gradient(180deg, #004eff 0%, #060060 100%);
}

.claimable_all_commission_box.card-commission p,
.claimable_all_totallreturnloss_box.card-commission p {
    color: #c8d6e5;
}

.deposit_list .block-content {
    padding: 15px !important;
}
