@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    background: #15092e;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    /* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}

a:hover,
a:focus,
button:focus,
button:hover {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #666;
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #24262b;
    border-radius: 5px;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #912cf6;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #912cf6;
}

@font-face {
    font-family: "casanova";
    src: url("../fonts/Casanova-Scotia.otf") format("opentype");
}

.m-show {
    display: none;
}

/* header */
.top-header {
    background: linear-gradient(to bottom, #441d94 0%, #15092e 100%);
    width: 100%;
    padding: 10px 0;
}

.top-header .navbar {
    padding: 0;
}

.top-header .container{
    max-width: 100%;
    padding: 0px 45px;
}

.logo {
    max-width: 150px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-log,
.btn-reg {
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-log {
    color: #fff;
    background: #912cf6;
}

.btn-reg {
    color: #fff;
    background: linear-gradient(to bottom, #a4f93a 0%, #49c814 100%);
}

.lang-select {
    display: flex;
    align-items: center;
}

.lang-flag {
    width: 50px;
    cursor: pointer;
}

.desktop-menu {
    background: #000;
    padding: 10px 0px;
}

.desktop-menu-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    padding: 0px 45px;
}

.desktop-menu .menu-list {
    padding: 8px 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    color: #fff;
    display: block;
    cursor: pointer;
}

.desktop-menu .menu-list.active,
.desktop-menu .menu-list:hover {
    border-bottom: 3px solid #fe13a0;
}

.header-web {
    position: relative;
}

.dropdown-menu-list {
    position: absolute;
    top: 100%;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 4px 12px 0 rgba(145, 44, 246, 0.25);
    z-index: 100;
    padding: 30px;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
    margin: 0 auto;
}

.menu-wrap:hover .dropdown-menu-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    text-align: center;
}

.dropdown-menu-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0;
    transition: all 0.3s ease;
}

.dropdown-menu-list a:hover {
    transform: translateY(-5px);
}

.dropdown-menu-list .link-img {
    max-width: 150px;
    object-fit: cover;
}

.dropdown-menu-list span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.header-mobile {
    display: none;
    background: linear-gradient(to bottom, #441d94 0%, #15092e 100%);
}

.header-m-wrap {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    padding: 10px;
}

.m-logo {
    text-align: center;
}

.m-lang {
    text-align: end;
}

.lang-m-select {
    border: 1px solid #fff;
    padding: 5px;
}

.desktop-menu .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.desktop-menu .dropdown-menu {
    background: #15092e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0;
}

.desktop-menu .dropdown-item {
    color: #fff;
    padding: 8px 16px;
}

.desktop-menu .dropdown-item:hover {
    background: #912cf6;
    color: #fff;
}

/* end header */

/* index page */
.announce-bar {
    background: #251a41;
    color: #fe13a0;
    padding: 10px;
}

.announce-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.ann-icon {
    padding-right: 10%;
    border-right: 1px solid #fff;
}

.ann-bar {
    width: 100%;
    padding-top: 5px;
}

.index-tab {
    padding: 20px 45px;
}

.index-tab .nav{
    justify-content: center;
}

.index-tab .nav-pills .nav-link {
    padding: 10px 5px;
}

.index-tab .nav-pills .nav-link.active,
.index-tab .nav-pills .show>.nav-link {
    background: none;
}

.game-img {
    background: #1e1e1e;
    border: 2px solid #912cf6;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.game-img img {
    max-width: 40px;
}

.index-tab .nav-pills .nav-link span {
    color: #fff;
    display: block;
    padding-top: 5px;
    text-transform: uppercase;
}

.index-tab .nav-pills .nav-link.active .game-img {
    background: linear-gradient(to bottom, #fe13a0 0%, #912cf6 100%);
    border: 0px solid transparent;
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}

.game-card {
    display: block;
    position: relative;
}

.game-card img {
    width: 100%;
    border-radius: 10px;
}

.game-play {
    background-color: rgba(27, 34, 51, .8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    z-index: 1;
    padding: 19px 10px 13px;
    transition: opacity .1s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    transform: translateZ(1px);
    border-radius: 10px;
}

.game-play-btn {
    width: calc(35% + 15px);
    min-width: 42px;
    background: #912cf6;
    border-radius: 50%;
    opacity: 0;
    transform: scale(.9);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-card:hover .game-play-btn,
.game-card:hover .game-play {
    opacity: 1;
}

.game-play-btn:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.game-play-btn i {
    color: #fff;
    font-size: 20px;
}

.game-pagi {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.game-pagi .pagination .page-link {
    background: none;
    border: none;
    color: #fff;
}

.game-pagi .pagination .page-link:hover {
    background: #912cf6;
}

.game-pagi .pagination .page-link.arrow:hover {
    background: transparent;
    color: #912cf6;
}

/* end index page */

/* footer */
.t-footer {
    background: #0d1126;
    padding: 20px 0px 30px;
}

.t-footer .container{
    max-width: 100%;
    padding: 0px 45px;
}

.footer-link {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.footer-link a {
    text-decoration: underline;
    padding: 5px;
}

.footer-link a:hover {
    background: #1e1e1e;
    border-radius: 10px;
}

.footer-content {
    padding: 20px 0px;
}

.footer-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-box h5 {
    font-size: 16px;
    font-weight: 700;
}

.footer-box p {
    font-size: 14px;
    line-height: 1.5;
}

.footer-box img {
    max-width: 30px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social i {
    font-size: 40px;
}

.footer-box .fa-square-instagram {
    color: #cd1a61;
}

.footer-box .fa-square-facebook {
    color: #2f52a3;
}

.footer-box .fa-square-youtube {
    color: #d81a1a;
}

.footer-box .fa-telegram {
    color: #158cd0;
}

.mobile-footer {
    display: none;
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 10;
}

/* end footer */

/* login modal */
.modal-login .modal-content {
    background-color: #1e1e1e;
    padding: 0px 10px;
}

.modal-login .btn-close {
    background: none;
    color: #fff;
    font-size: 20px;
}

.modal-login .modal-body {
    max-height: 700px;
    overflow-y: auto;
}

.login-form .form-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-tooltip {
    background: #912cf6;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.forgot-pass {
    display: block;
    color: #49c814;
    padding-top: 10px;
}

.reg-link {
    color: #49c814;
}

.forgot-pass:hover,
.reg-link:hover {
    color: #912cf6;
}

.login-btn {
    display: block;
    text-align: center;
    background: #912cf6;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.login-btn:hover {
    background: #49c814;
}

.reg-btn {
    display: block;
    text-align: center;
    background: linear-gradient(to bottom, #fe13a0 0%, #980b57 100%);
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.reg-btn:hover {
    background: #fe13a0;
}

.reg-step {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.reg-step a {
    background: #7c7c7c;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-step a.active {
    background: #fe13a0;
}

.reg-divider {
    width: 100%;
    height: 2px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 20px 0px;
}

.reset-btn {
    display: block;
    text-align: center;
    background: linear-gradient(to bottom, #a4f93a 0%, #49c814 100%);
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #000;
}

.reset-btn:hover {
    background: #49c814;
}

/* end login modal */

/* forgot modal */
.forgot-code {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-bottom: 5px;
}

.refresh-btn {
    background: #912cf6;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
}

.forgot-otp {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.forgot-otp input {
    width: 70%;
}

.country-select {
    border-right: 0;
    font-size: 14px;
    max-width: 120px;
}

.country-select:focus {
    box-shadow: none;
}

.forgot-otp .input-group .form-control:focus {
    box-shadow: none;
}

.forgot-otp .login-btn {
    max-width: 120px;
}

/* end forgot modal */

/* account activation modal */
.otp-field {
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
}

.otp-field input {
    width: 55px;
    font-size: 32px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 2px solid #912cf6;
    background: #1e1e1e;
    font-weight: bold;
    color: #fff;
    outline: none;
    transition: all 0.1s;
}

.otp-field input:focus {
    border: 2px solid #912cf6;
    box-shadow: 0 0 2px 2px #912cf6;
}

.congrats-form {
    text-align: center;
}

.congrats-form h5 {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.congrats-form i {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 130px;
    color: #912cf6;
    margin-bottom: 10px;
}

/* end account activation modal */

/* lang modal */
.lang-form {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.lang-form img {
    max-width: 60px;
}

.lang-btn {
    cursor: pointer;
    color: #7c7c7c;
    font-weight: bold;
    background: none;
    border: 1px solid #555555;
    padding: 15px 25px;
    border-radius: 5px;
}

.lang-btn.active {
    background: rgb(254, 19, 160, 0.3);
    color: #fe13a0;
}

.lang-btn:hover {
    background: #292929;
    color: #fff;
}

/* end lang modal */

/* mobile side menu */
.side-menu .modal-dialog {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 250px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    background: #15092e;
    border-radius: 0px;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.left .modal-body {
    overflow-y: scroll;
}

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

.side-divider {
    height: 1px;
    border: 1px solid #d9d9d9;
    margin: 10px 0px;
}

.side-menu-box {
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.side-menu-box i {
    color: #fe13a0;
    font-size: 18px;
}

.side-menu-title {
    color: #7c7c7c;
    font-weight: bold;
    font-size: 16px;
}

.accordion.event-menu,
.event-menu .accordion-item {
    background: transparent;
    border: none;
    color: #fff;
}

.event-menu .accordion-button {
    padding: 0px;
    background: transparent;
    color: #fff;
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.event-menu .accordion-button:hover,
.event-menu .accordion-button:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
}

.event-menu .accordion-button::after {
    position: absolute;
    right: 0px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fe13a0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.event-menu .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fe13a0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.event-menu i {
    color: #fe13a0;
    font-size: 18px;
}

.event-menu .accordion-body {
    padding: 0px;
}

.event-item {
    display: block;
    padding: 10px 20px;
}

/* end mobile side menu */

/* product pages */
.prod-wrap {
    margin: 20px 45px;
    border-radius: 20px;
}

.prod-banner img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
}

.prod-tab {
    background: #1e1e1e;
    border-radius: 0px 0px 20px 20px;
}

.prod-tab .nav-pills {
    background: linear-gradient(to right, #441d94 0%, #912cf6 100%);
    padding-left: 10px;
}

.prod-tab .nav-pills .nav-link {
    padding: 10px 5px;
    justify-items: center;
}

.prod-tab .nav-pills .nav-link.active,
.prod-tab .nav-pills .show>.nav-link {
    background: none;
}

.prod-tab .nav-pills .nav-link span {
    color: #fff;
    display: block;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.prod-tab .nav-pills .nav-link.active .game-img {
    background: linear-gradient(to bottom, #fe13a0 0%, #912cf6 100%);
    border: 0px solid transparent;
}

.prod-tab .game-tab-content {
    padding: 25px 20px;
}

.game-info {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    max-width: 150px;
    text-align: center;
}

.game-name-container {
    width: 100%;
}

.game-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
    width: 100%;
    line-height: 1.3;
    word-break: break-all;
}

/* end product pages */

/* promotion page */
.promo-main {
    margin: 20px 10px;
}

.mix {
    display: none;
}

.filter-menu-bar {
    margin: 20px 0 0px;
    background-color: #333333;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
    gap: 10px;
    align-self: center;
}

.pmbox {
    background: transparent;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
}

.pmbox.active {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pmbox span {
    border-top: 2px solid #333333;
    padding-top: 5px;
    display: block;
    font-weight: bold;
}

.pmbox.active span {
    border-top: 2px solid #fe13a0;
}

.promo-container .active-promo-img,
.promo-container .active-promo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.promo-container .active-promo-img img {
    border-radius: 26px 26px 0px 0px;
    width: 100%;
}

.promo-container .active-promo-info {
    transition: .2s;
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding: 10px;
    background: #333333;
    flex-grow: 1;
}

.promo-container .active-promo-left {
    flex: 1;
    width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.promo-container .promo-content,
.promo-container .promo-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
    width: 100%;
}

.promo-container .promo-title {
    font-size: 16px;
    font-weight: 500;
}

.promo-container {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 30px;
    background: linear-gradient(to bottom, #441d94 0%, #15092e 100%);
}

.pm-boxer {
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 10px 10px;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 0px;
}

.promo-btn {
    display: flex;
    gap: 10px;
    width: 100%;
}

.more-btn,
.apply-btn {
    width: 50%;
    color: #fff;
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
    margin-top: 5px;
}

.more-btn {
    background: #912cf6;
}

.apply-btn {
    background: linear-gradient(to bottom, #a4f93a 0%, #49c814 100%);
}


.pm-boxer_inner {
    display: grid;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-top: 10px;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
}


table.promo-table {
    margin-bottom: 10px;
    font-size: 15px;
}

table.promo-table tr th {
    background: #912cf6;
    padding: 4px;
    border: 1px solid #333333;
    font-size: 13px;
    text-align: center;
}

table.promo-table tr td {
    border: 1px solid #333333;
    font-size: 12px;
    text-align: center;
}

/* promotion page end */

/* about us */
.about-wrap {
    margin: 20px 0px;
    display: grid;
    grid-template-columns: 20% 80%;
}

.about-nav {
    border-radius: 10px;
    margin-right: 20px;
}

.about-title {
    background: #1e1e1e;
    text-align: center;
    color: #912cf6;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0px;
    border-radius: 5px 5px 0px 0px;
}

.about-title span {
    border-bottom: 2px solid #912cf6;
}

.about-nav-box {
    display: block;
    background: #1e1e1e;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.about-nav-box.active,
.about-nav-box:hover {
    background: #474747;
    color: #fe13a0;
}

.about-content-wrap {
    padding: 15px;
    background: #000;
    min-height: 350px;
    color: #999999;
}

.about-content h5,
.about-content h6 {
    color: #912cf6;
}

/* end about us */

/* banking page */
.bank-table tr.trans td {
    background: #000;
    border: 1px solid #912cf6;
    padding: 2px;
}

.bank-table tr.trans1 td {
    background: #000;
    border: 1px solid #912cf6;
    padding: 2px;
}

.bank-table tr.dwbox td {
    background: #912cf6;
    color: #fff;
    font-weight: 600;
    padding: 2px;
}

/* end banking page */

/* tnc page */
button.btn-tnc {
    background: #912cf6;
    width: 100%;
    text-align: left;
    font-weight: bold;
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: #912cf6;
    color: #fff;
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 5px;
}

.tnc-body {
    background: rgb(225 225 225 / 10%);
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
}

.tnc-body ol {
    padding-left: 15px;
}

.tnc-body ol li {
    padding-bottom: 8px;
    list-style: auto;
}

.tnc-body p {
    margin-bottom: 10px;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 10px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

/* end tnc page */

/* blog page */
.lobby-title {
    color: #912cf6;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 20px 0px;
}

.lobby-title span {
    border-bottom: 2px solid #912cf6;
}

.blog-item {
    padding: 15px 25px;
    border: 1px solid #ffffff42;
    border-radius: 5px;
    margin-bottom: 15px;
}

.blog-ttle {
    font-weight: bold;
}

.blog-date {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 15px;
}

.btn-back {
    background: #912cf6;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 3px 20px;
}

.blog-img img {
    border-radius: 5px;
}

.btm-mr {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.blog_title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 25px;
}

.blog-content {
    padding: 20px 0px;
}

.blog-wrap h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.blog-wrap p {
    line-height: 24px;
    margin-bottom: 20px;
}

.blog-wrap h5 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-wrap ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.blog-wrap ul li {
    list-style: circle;
}

.blog-wrap ol li {
    list-style: auto;
}

.blog-wrap ol {
    padding-left: 15px;
    margin-bottom: 20px;
}

.blog-wrap table tr td {
    padding: 10px;
    text-align: center;
    border: 1px solid #333333;
}

.blog-wrap table tr th {
    padding: 10px;
    text-align: center;
    border: 1px solid #333333;
}

.blog-wrap table {
    margin-bottom: 20px;
}

.blog-wrap {
    max-width: 1300px;
    margin: 0 auto;
}

.btn-more {
    color: #fff;
    background: #912cf6;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
}

/* end blog page */

/* afterlogin header */
.hdr-user {
    font-weight: bold;
}

.hdr-icon {
    color: #912cf6;
    font-weight: bold;
    font-size: 22px;
}

.hdr-dep {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 0px 0px 0px 10px;
    gap: 5px;
}

.hdr-bal-btn {
    color: #912cf6;
    font-weight: bold;
}

.hdr-dep-btn .btn {
    background: #912cf6;
    color: #fff;
    border-radius: 50px;
    padding: 5px 0px;
    font-size: 12px;
    width: 30px;
    height: 30px;
}

.hdr-dep-btn .dropstart-toggle::after {
    display: none;
}

ul.al-hdr-list a {
    padding: 10px 15px;
    display: grid;
    grid-template-columns: 10% 90%;
    gap: 10px;
    align-items: center;
    color: #912cf6;
    font-size: 13px;
}

.al-hdr-inbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hdr-inbox-num {
    border-radius: 50px;
    text-align: center;
    background: #ff0000;
    animation: heartbeat 1.5s ease-in-out infinite both;
    color: #fff;
    height: 15px;
    width: 15px;
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
}

.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
}

button.btnall {
    padding: 5px 20px;
    border-radius: 10px;
    background: #ff0000;
    color: #fff;
    border: none;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 460px;
    margin: 0px;
    padding: 0px 10px;
}

.bln-all ul li {
    margin: 3px 0px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    list-style: none;
    border: 1px solid #333333;
}

.bln-in {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blc-amt {
    display: flex;
    gap: 20px;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: #48dd30;
    color: #fff;
    min-width: 45px;
}

.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-in {
    background: #ff0000;
    border: none;
    border-radius: 5px;
    color: #fff;
    min-width: 45px;
    padding: 5px;
}

/* end afterlogin header */


/* afterlogin index page */
.index-btm-box {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 10px 0px;
}

.index-al-name {
    color: #fff;
    display: flex;
    align-items: center;
}

.index-al-name i {
    font-size: 18px;
    padding-left: 5px;
}

.index-al-amt {
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
}

.index-al-amt i {
    color: #912cf6;
    font-size: 18px;
}

.index-link {
    display: flex;
    text-align: center;
    gap: 5px;
    width: 50%;
    justify-content: space-around;
}

.index-link i {
    font-size: 25px;
    background: #912cf6;
    border-radius: 5px;
    padding: 6px;
}

.index-link span {
    display: block;
    color: #fff;
}

/* end afterlogin index page */

/* afterlogin footer */
.menu-btm {
    display: none;
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 10;
    background: #000;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}

.menu-wrapper a {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 10px 0px;
}

.menu-wrapper a.active {
    background: #333333;
}

.menu-wrapper i {
    display: block;
    font-size: 20px;
    color: #912cf6;
    padding-bottom: 5px;
}

/* end afterlogin footer */

/* account page */
.acc-wrap {
    margin: 20px 0px;
    display: grid;
    grid-template-columns: 20% 80%;
}

.acc-nav {
    border-radius: 10px;
    margin-right: 20px;
    background: #1e1e1e;
}

.acc-title {
    background: #1e1e1e;
    text-align: center;
    color: #912cf6;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0px;
    border-radius: 5px 5px 0px 0px;
}

.acc-title span {
    border-bottom: 2px solid #912cf6;
}

.acc-menu-title {
    color: #7c7c7c;
    font-weight: bold;
    font-size: 16px;
    background: #1e1e1e;
    padding: 15px;
}

.acc-nav-box {
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: center;
    gap: 10px;
    background: #1e1e1e;
    color: #fff;
    padding: 15px;
    font-weight: bold;
}

.acc-nav-box.active,
.acc-nav-box:hover {
    background: #474747;
    color: #fe13a0;
}

.wallet-info {
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: #912cf6;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.wallet-bal {
    font-weight: 600;
    font-size: 20px;
}

.wallet-amt {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

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

.token {
    background: #fe13a0;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.wallet-trans {
    background: #fe13a0;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.token:hover,
.wallet-trans:hover {
    filter: brightness(1.1);
}


.acc-content-wrap {
    padding: 15px;
    background: #000;
    min-height: 510px;
    color: #999999;
}

.acc-content-wrap .nav {
    scrollbar-width: thin;
}

.acc-vip {
    background: #1e1e1e;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.acc-vip-title {
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    margin: 0;
}

.acc-vip-status {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

.vip-amt {
    color: #ff0000;
}

.acc-vip .progress-bar {
    background-color: #912cf6;
}

.acc-vip .progress {
    height: 10px;
}

.acc-detail {
    background: #1e1e1e;
    padding: 10px;
    border-radius: 10px;
}

.acc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
}

.acc-row-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

button.acc-pass-btn {
    background-color: #912cf6;
    border-radius: 8px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    border: none;
}

.index-btm-box.acc {
    padding: 0px 0px 10px;
}

.acc-link {
    display: none;
    padding: 10px 0px 20px;
}

.acc-link a {
    display: block;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #333333;
}

.acc-link a div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc-link i {
    color: #fe13a0;
    font-size: 18px;
    width: 20px;
}

/* end account page */

/* deposit page */
.dep-form {
    margin-bottom: 30px;
    position: relative;
}

.dep-form .form-label {
    font-weight: bold;
}

.dep-form input,
.dep-form select,
.dep-form input.form-control:disabled {
    background: transparent;
    border: none;
    border-bottom: 1px solid #333333;
    color: #cecece;
    border-radius: 0px;
}

.dep-form input:focus,
.dep-form select:focus {
    outline: none;
    border-bottom: 1px solid #fe13a0;
    background: transparent;
    box-shadow: none;
    color: #7c7c7c;
}

.dep-form input::placeholder,
.dep-form select::placeholder {
    color: #cecece;
}

.dep-submit-btn {
    background: linear-gradient(to bottom, #fe13a0 0%, #980b57 100%);
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    text-align: center;
}

.dep-tab-content {
    padding: 20px 0px;
}

.dep-form-note {
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
    padding-top: 5px;
}

.bank-amt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3px;
    margin-top: 5px;
}

.bank-amt-grid button {
    width: 100%;
    color: #fff;
    background: #912cf6;
    border-radius: 5px;
    padding: 10px;
    border: none;
    font-size: 13px;
    font-weight: 700;
}

.bank-amt-grid button:hover {
    filter: brightness(1.1);
}

.form_bonus_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}

.text_bonus_amt_top {
    color: #912cf6;
    font-weight: 500;
}

.text_bonus_amt {
    font-size: 15px;
    font-weight: 700;
}

.select_bank_opt {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.select_bank_opt .form-check-inline .form-check-label {
    font-size: 11px;
    width: 100%;
    max-width: unset;
    flex-direction: column;
    height: 3.5rem;
    grid-gap: 0.15rem;
    gap: 0.15rem;
    overflow: hidden;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #fff, #f8f9fd);
}

.form-check .btn-check:checked+.form-check-label {
    color: #912cf6 !important;
    border: 2px solid #912cf6;
    position: relative;
    overflow: hidden;
}

.select_bank_opt .form-check-inline .form-check-label img {
    max-width: 100px;
}

.form-check .btn-check:checked+.form-check-label:after {
    content: "";
    position: absolute;
    background: url(../images/afterlogin/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.select_bank_opt .form-check-inline {
    margin: 0;
    padding: 0;
}

.form-check-label p {
    margin: 0;
}

.amt-qr {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qr-area {
    border: 1px solid #cecece;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.qr-ttl {
    font-weight: bold;
}

.qr-img {
    margin: 10px 0px;
}

.qr-img img {
    height: 130px;
}

.qr-nm {
    color: #912cf6;
    font-size: 12px;
}

.qr-info {
    font-size: 12px;
    width: 50%;
}

.atten {
    border: 1px solid #333333;
    border-radius: 5px;
    padding: 10px;
}

.atten img {
    height: 20px;
}

.dep-copy-btn {
    position: absolute;
    top: 36px;
    right: 10px;
    cursor: pointer;
}

.form-max {
    position: relative;
}

button.btn-max {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background: #ff0000;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

.done-content {
    margin: auto;
}

.done-content i {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 130px;
    color: #912cf6;
    margin-bottom: 10px;
}

.done-content h4 {
    text-align: center;
    color: #912cf6;
    font-weight: bold;
}

.done-content p {
    text-align: center;
    font-size: 12px;
}

.done-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.done-btn {
    background: #912cf6;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.done-btn:hover {
    filter: brightness(1.1);
}

.point-wrp {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.btn-token {
    background: #912cf6;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    font-size: 17px;
    color: #fff;
}

span.img-point img {
    height: 30px;
}


/* end deposit page */


/* withdrawal page */
.add_bank_with_wrap {
    color: #912cf6;
    display: flex;
    flex-direction: column;
    height: 112px;
    background: #1e1e1e;
    border-radius: 0.75rem;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.add_bank_with_wrap:hover {
    color: #7c7c7c;
}

.add_bank_with_wrap i {
    font-size: 24px;
    margin-bottom: 10px;
}

.add_bank_with_wrap p {
    margin-bottom: 0;
}

/* end withdrawal page */

/* transfer page */
.btn-tre {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    gap: 10px;
}

.btn-max-t {
    color: #fff;
    background: #ff0000;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}

/* end transfer page */

/* bank page */
.table-share tr th {
    background: #912cf6;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #333333;
}

.table-share tr td {
    padding: 5px;
    border: 1px solid #333333;
    text-align: center;
}

.bank_display {
    width: 82px;
    border-radius: 5px;
    margin-right: 10px;
}

.btn-df {
    border: none;
    background: #912cf6;
    color: #fff;
    border-radius: 5px;
}

.btn-rm {
    border: none;
    background: #ff0000;
    color: #fff;
    border-radius: 5px;
}

/* end bank page */

/* change password page */
.dep-copy-btn {
    position: absolute;
    top: 36px;
    right: 10px;
    cursor: pointer;
}

/* end change password page */

/* history page */
.his-date {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
    grid-gap: 15px;
}

/* end history page */

/* referral page */
.ref-qr {
    display: block;
    text-align: center;
    margin: 0 auto;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

/* end referral page */

/* inbox page */
.custom-label {
    position: relative;
    width: 1rem;
    height: 1rem;
    display: grid;
    place-items: center;
    margin: 0px;
    z-index: 1;
}

.custom-input,
.custom-checkbox {
    position: absolute;
    width: inherit;
    height: inherit;
    border: 0.5px solid #888c95;
    border-radius: 3px;
}

.custom-input {
    display: none;
}

.custom-checkbox {
    display: grid;
    place-items: center;
    cursor: pointer;
}

.firstbox {
    border-width: 1.5px;
}

.custom-checkbox::after {
    content: '✔';
    position: absolute;
    font-size: 0.6rem;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.25s, opacity 0.5s;
}

.custom-input:checked~.custom-checkbox::after {
    opacity: 1;
    transform: scale(1);
}

.msg-tab-content {
    padding: 20px 0px;
}

.inbox-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333333;
    padding: 10px 15px 10px 12px;
}

.inbox-row:hover {
    background: #912cf6;
}

.msg-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 0px 20px;
}

.inbox-detail {
    width: 75%;
}

.inbox-detail h5 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.inbox-detail p {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
}

.inbox-pagination ul {
    justify-content: center;
    padding-top: 15px;
}

.inbox-pagination .page-link {
    background: #912cf6;
    color: #fff;
}

.inbox-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #333333;
}

.inbox-back-btn {
    padding-bottom: 10px;
    display: block;
}

.inbox-title {
    font-size: 20px;
    font-weight: bold;
    color: #912cf6;
    padding-bottom: 5px;
}

.inbox-date {
    font-size: 14px;
    color: #999999;
}

.inbox-top-right i {
    font-size: 16px;
    cursor: pointer;
}

.inbox-content {
    padding: 20px 0px;
}

.inbox-back-btn:hover,
.inbox-top-right i:hover {
    color: #912cf6;
}

.inbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-y: auto;
    max-height: 400px;
}

.inbox-text {
    background: #333333;
    margin: 0px 15px;
    border-radius: 10px;
    padding: 15px;
}

.wrapper {
    margin: 0 auto;
}

.chatMsg {
    padding: 15px;
    overflow-y: auto;
    height: calc(100% - 80px);
    margin-bottom: 30px;
}

.chatMsg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}

.chatMsg ul li {
    position: relative;
    margin-bottom: 15px;
}

.msg,
.msg-reply {
    display: block;
    position: relative;
    color: #000;
    border-radius: 5px;
}

.msg::before,
.msg-reply::before {
    position: absolute;
    left: -8px;
    top: 0px;
    content: "";
    display: block;
    border-bottom: 15px solid transparent;
}

.msg-date2 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0px auto;
    color: #fff;
    font-weight: 100;
}

.msg-reply {
    margin-left: inherit;
    background: #912cf6;
    color: #fff;
    padding: 10px;
    font-size: 13px;
}

.msg-reply::before {
    left: inherit;
    right: -9px;
    border-right: inherit;
}

.avatar,
.avatar-reply {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.avatar img,
.avatar-reply img {
    max-width: 30px;
}

.avatar-reply {
    left: inherit;
    right: 0;
}

.chatBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.chatBox .mdi-attachment {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 20px;
    bottom: 15px;
    color: #4d61a6;
    cursor: pointer;
}

.chatBox .mdi-send {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    background: #912cf6;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.chatBox .mdi-send.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.chatBox textarea {
    display: block;
    resize: none;
    width: 100%;
    border: 0;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 12px 50px 12px 40px;
    position: absolute;
    bottom: 0;
    min-height: 45px;
    overflow: hidden;
    color: #000;
}

.hiddendiv {
    display: none;
}

.chatBox textarea:focus {
    outline: none;
}

.msg-date {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* border-bottom: 1px solid #a4a4a4; */
}

.msg-content {
    line-height: 18px;
    margin-top: 0px;
    font-size: 13px;
    background: #cbcbcb;
    padding: 10px;
    border-radius: 5px;
}

.mdi-send:before {
    content: "\f1d8";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    right: 10px;
}

.acc-content-wrap .nav {
    gap: 5px;
}

.acc-content-wrap .nav-pills .nav-link {
    color: #fff;
    background: #333333;
    padding: 10px 20px;
}

.acc-content-wrap .nav-pills .nav-link.active,
.acc-content-wrap .nav-pills .show>.nav-link {
    background: #912cf6;
    color: #fff;
}

/* end inbox page */

/* pending page */
.pending-content .accordion {
    --bs-accordion-bg: none;
}

.pending-content .accordion-item {
    margin-bottom: 10px;
    border: 2px solid #912cf6;
    border-radius: 10px;
}

.pending-content .accordion-header button.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    color: #fff;
    border-radius: 10px;
}

.pending-content .accordion-button::after {
    content: none;
}

.pending-content .accordion-body {
    background: rgb(225 225 225 / 10%);
    border-radius: 0px 0px 10px 10px;
}

.pending-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 10px 10px 0px 0px;
}

.pending-content .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}

.pending-info span {
    display: block;
    line-height: 1.5;
}

.pending-status {
    background: #912cf6;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.pending-status.fail {
    background: #ff0000;
}

.pending-table table {
    background: #000;
    font-size: 13px;
    color: #999999;
}

.pending-table thead tr {
    background: #912cf6;
}

.pending-table tbody tr td:first-child {
    font-weight: bold;
}

/* end pending page */

/* history page */
.his-search {
    position: relative;
    width: 250px;
    display: flex;
    justify-content: flex-end
}

.his-search input {
    background: #1e1e1e;
    border: 1px solid #912cf6;
    color: #fff;
    padding-right: 35px;
}

.his-search input:focus {
    background: #1e1e1e;
    border-color: #912cf6;
    box-shadow: none;
    color: #fff;
}

.his-search i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #912cf6;
}

/* end history page */

/* download page */
.about-content-wrap.download {
    min-height: auto;
}

.downloadbody {
    text-align: center;
    display: flex;
    justify-content: center;
}

.downloadbox {
    text-align: center;
    margin: 0 5px;
    display: inline-block;
}

.ndl-btn {
    background: #912cf6;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: 10px;
    width: 78%;
}

.ndl-btn:hover,
.ndl-btn:focus {
    color: #ffffff;
    background: #912cf6;
}

.adl-btn {
    background: #912cf6;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    margin: auto;
    width: 78%;
    margin-top: 10px;
}

.adl-btn:hover,
.adl-btn:focus {
    color: #ffffff;
    background: #912cf6;
}

.dl {
    max-width: 500px;
    margin: auto;
    margin-top: 10px;
}

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

.dl table th {
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    background: #912cf6;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #333333;
    border: 1px solid #fff;
    color: #fff;
}

.dl .username_custom {
    color: #912cf6;
    font-weight: bold;
}

/* end download page */

/* daily page */
.daily-bg {
    position: relative;
}

.bg-daily img {
    display: block;
    margin: 0px auto;
}

.daily-bg ul {
    position: absolute;
    bottom: 55px;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
    padding: 0;
}

.daily-bg ul li a {
    position: relative;
    display: block;
}

.daily-bg ul li a.claimed .daily-content {
    display: none;
}

.daily-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.daily-bg ul li a img {
    filter: grayscale(0.8);
}

.daily-bg ul li a.claimed img {
    filter: none;
}

.daily-bg ul li a.active img {
    filter: none;
}

.modal-congrat h5 {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.congrat-text {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.image-wrap img {
    display: block;
    margin: 0px auto;
    position: relative;
}

.color-text1 {
    font-weight: bold;
    color: #fff;
}

.color-text2 {
    color: #edb543;
    font-weight: bold;
}

.img-wrap-top {
    position: absolute !important;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

img.img-wrap {
    height: 80%;
    margin-top: 20px;
}

.tokenredeem {
    display: block;
    margin: 0px auto;
    margin-top: 35px;
    background: #ed1d49;
    border: none;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
}

.token-pt {
    z-index: 10;
}

.image-wrap {
    height: 250px;
    position: relative;
}

.daily-wrap-in {
    background: #232323;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #912cf6;
}

.daily_modal .close {
    position: absolute;
    right: 30px;
    top: 35px;
    color: #fff;
    opacity: 1;
    font-size: 47px;
    z-index: 2;
    background-color: transparent;
    border: 0;
}

.daily_modal .modal-body {
    background: none;
}

.daily_modal .modal-content {
    background: none;
    border: none;
}

/* end daily page */

/* fortune wheel page */
.wheel_product .wheel-wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    height: 880px;
    margin-bottom: -120px;
}

.wheel-wrap .wheel_product_bg {
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 20px;
}

.wheel-wrap .wheel_product_img {
    width: 48.6%;
    position: absolute;
    top: auto;
    right: 23.5%;
    bottom: 29%;
    transform: rotate(0deg);
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
    z-index: 4;
    filter: drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff);
}

.wheel-wrap .wheel_product_frame {
    width: 55.5%;
    position: absolute;
    bottom: 5%;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0px auto;
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
}

.wheel-wrap .wheel_product_zeus {
    width: 38%;
    position: absolute;
    left: -0%;
    bottom: 25%;
    z-index: 2;
}

@keyframes wheelRotate {
    0% {
        transform: rotate(0deg)
    }

    80% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

.wheel-wrap .wheel_product_arrow {
    width: 9%;
    position: absolute;
    bottom: 45%;
    z-index: 6;
    top: auto;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.wheel-wrap .lightning {
    position: absolute;
    width: 28%;
    height: 50%;
    right: 1.3%;
    bottom: 25%;
    mix-blend-mode: lighten;
}

.wheel-wrap .wheel_product_img {
    width: 48.6%;
    position: absolute;
    right: 23.5%;
    bottom: 32%;
    transform: rotate(0deg);
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
    z-index: 4;
    filter: drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff)drop-shadow(0px 0px 10px #bd6fff) drop-shadow(0px 0px 10px #bd6fff);
}

.wheel-wrap .wheel_product_content {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.wheel_product.wheel-wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    min-height: 600px;
    margin-bottom: 40px;
    z-index: -1;
}

.slider_title.wheel-ttl {
    color: #e2e7f3;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

.wheel-all ul {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
    gap: 20px;
    font-weight: bold;
    list-style: none;
    padding: 0;
}

span.yell-text {
    color: #ffffff;
    font-weight: bold;
}

.whl-btn {
    background: #912cf6;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    gap: 5px;
    color: #fff;
    border: 2px solid #912cf6;
}

a.btn-spin {
    padding: 8px 20px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
    color: #fff;
    border: 2px solid #fe13a0;
    background: #fe13a0;
}

.wheel-all .btn-more {
    background: #fe13a0;
    padding: 8px 20px;
    margin: 0px;
    display: flex;
    border-radius: 8px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fe13a0;
}

.wheel-bg {
    display: block;
    max-width: 1000px;
    margin: auto;
}

.wheel-tnc {
    padding-left: 20px;
}

.wheel-tnc li {
    list-style: circle;
    font-size: 14px;
    margin-bottom: 10px;
}

/* end fortune wheel page */

/* p2e page */
.play2earn {
    padding: 40px;
}

.play2earn-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.p2e-ttl-1 {
    background: #1b1b1b;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.p2e-info-content {
    padding: 10px;
    border-top: none;
    padding-bottom: 0;
    border: 2px solid #fe13a0;
    background: #232323;
}

.p2e-amount {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.p2e-amount-box {
    width: 100%;
    background: #000;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.progress-bar {
    width: 100%;
    background-color: #494949;
    border-radius: 25px;
    margin: 10px 0;
}

.progress-bar-fill {
    height: 20px;
    background: linear-gradient(to bottom, #ff538f 0%, #fb96ab 99%);
    transition: width 0.5s;
    border-radius: 25px;
}

.p2e-btn-group {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.p2e-btn-group a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    text-align: center;
    width: 40%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    background: #fe13a0;
}

.p2e-btn-group a:hover {
    background: #fe13a0;
    color: #fff;
}

.btn-p2e {
    color: #fff6f7;
    font-weight: bold;
}

.sel-form {
    margin-bottom: 10px;
}

.pse-bnr {
    margin-bottom: 15px;
}

.dataTables_wrapper {
    color: #fff;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    background: #7a7a7a;
    color: #fff;
    padding: 6px;
    text-align: center;
    font-size: 12px;
}

.dataTables_length label {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    max-width: 30%;
    color: #fff;
}

.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border: 1px solid #7a7a7a;
    text-align: center;
    color: #fff;
}

.dataTables_paginate {
    display: flex;
    gap: 10px;
}

.p2e .a.paginate_button {
    color: #000;
    display: block;
}

.p2e a.paginate_button.current {
    color: #fff;
}

.p2e .btn-apply {
    background: linear-gradient(to bottom, rgba(84, 63, 22, 1) 0%, rgba(173, 132, 57, 1) 99%);
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 6px 20px;
}

.dataTables_length label select {
    background: #7a7a7a;
    border: none;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
}

.dataTables_scroll {
    margin-top: 25px;
}

.p2e-table {
    max-width: 1000px !important;
}

.btn-apply {
    font-weight: bold;
    background: #fe13a0;
    border: 2px solid #fe13a0;
    color: #fff;
}

.btn-apply:hover {
    color: #fff;
    background: #fe13a0;
}

.history-play-to-earn {
    margin: 10px 0px;
}

.clm-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.clm-btn button {
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 14px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    margin: 0 5px;
    background: #912cf6;
    border: 2px solid #912cf6;
}

/* end p2e page */

/* mission page */
.mission-bg ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
}

.mission-bg ul li a {
    display: block;
    position: relative;
}

.mission-bg ul li a img {
    width: 100%;
}

.ms-wrap {
    position: absolute;
    top: 0px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.ms-ttl {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.ms-amt {
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
}

.ms-btn {
    position: absolute;
    bottom: -5px;
    margin: auto;
    left: 0;
    right: 0;
}

.mission_modal h4 {
    border-bottom: 1px solid #fff;
    display: inline-flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.mission-table tr td,
.mission-table tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #fff;
}

/* end mission page */

/* redemption page */
.red-bg {
    background: #212121 url(../images/reward-redemption/rr-bg.png) no-repeat center top;
}

.redemp-title {
    padding-bottom: 15px;
}

.redemption-wrapper {
    text-align: center;
    /* max-width: 1000px; */
    margin: 0 auto;
    /* margin-bottom: 55px; */
    margin-top: 45px;
    display: flex;
    padding-bottom: 55px;
}

.redemp-box {
    position: relative;
    margin: 15px 2px 35px;
    display: inline-block;
    text-transform: uppercase;
}

.redemp-box {
    background: url("../images/reward-redemption/bg-reward.png")no-repeat;
    background-size: 100%;
    width: 312px;
    height: 226px;
    margin: 0 auto;
    padding: 13px 25px;
    position: relative;
}

.redemp-inner {
    position: relative;
    top: -40px;
}

.prize-credit {
    padding-bottom: 15px;
}

.point-text {
    line-height: 8px;
    color: #c498ff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000, -1px 0px 0 #000, 1px 0px 0 #000, 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 1px 2px 0 #000, -1px 2px 0 #000, 1px -2px 0 #000, -1px -2px 0 #000, 2px 1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000, -2px -1px 0 #000;
}

.require-text {
    font-size: 14px;
    font-weight: 100;
    padding: 9px 0;
    color: #fff;
}

.claim-btn-wrap {
    margin-top: -30px;
}

.point-text.top {
    margin-top: -15px;
}

.prize-item {
    margin-top: -40px;
}

.prize-sub {
    font-size: 11px;
    font-weight: 600;
}

.require-text.top {
    min-height: 78px;
}

.bg-daily img {
    display: block;
    margin: 0px auto;
}

.btn-bfr {
    position: absolute;
    bottom: 30%;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    list-style: none;
}

button.btn-dly {
    background: linear-gradient(135deg, #29D765, #FDFC47);
    color: #000;
    border: none;
    padding: 10px 30px;
    /* border: 1px solid #aa284a96; */
    box-shadow: 0px 0px 20px 8px var(--main-color), 0px 0px 20px 0px #7ff800;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 0px 1px 0px white;
}

.max-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* top: -75px; */
}

.top-btn {
    display: flex;
    position: relative;
}

.top-btn-wrap {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pred-btn-point {
    display: flex;
    position: relative;
    align-items: center;
    font-weight: bold;
}

.subtitle-wrap {
    position: relative;
}

.sub-box.redemp {
    position: relative;
    top: 2px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
    justify-content: center;
    margin-bottom: 20px;
}

.top-btn {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.red-txt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    right: -11px;
    color: #ffffff;
}

.pred-btn {
    background: none;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    justify-content: center;
}

span.red-pnt {
    color: #edc983;
}

.pt-btn {
    font-size: 20px;
}

.red-txt-gd {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #F5E489;
    background: linear-gradient(to bottom, #F5E489 0%, #D88127 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 20px;
    filter: drop-shadow(2px 2px 0px black);
}

.submit-btn {
    background: none;
    border: none;
    display: block;
    margin: 0px auto;
}


img.img-sh {
    position: absolute;
    z-index: 1;
    left: 0px;
}

img.img-sh2 {
    z-index: 2;
}

.transc-l img {
    display: block;
    margin: 0px auto;
}

.btn-live {
    display: flex;
    align-items: center;
}

.text-trs {
    color: #fff;
    font-size: 20px;
    line-height: 21px;
}

.fnt-wh {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.rep_modal .modal-dialog {
    background: none;
}

.rep_modal .modal-content {
    background: none;
    border: none;
}

.rep_modal .daily-wrap-in {
    box-shadow: none;
    border: none;
    background: url("../images/reward-redemption/bg-reward.png")no-repeat center top;
    background-size: contain;
    min-width: 312px;
}

.rep_modal img.img-wrap {
    height: 85% !important;
    position: relative;
    top: -78px;
}

.modal-congrat {
    position: relative;
}

.rep_modal .modal-congrat h5 {
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    margin: auto;
    color: #c498ff;
    font-size: 28px;
}

.rep_modal .congrat-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 67px;
}

.rep_modal .color-text1 {
    color: #c498ff;
}

.rep_modal .close {
    position: absolute;
    right: 30px;
    top: 18px;
    color: #db9bfc;
    opacity: 1;
    font-size: 47px;
    background: transparent;
    border: none;
}

.reptnc_modal .modal-content {
    background: none;
    padding: 0px;
}

.reptnc_modal .modal_body_view {
    background: #070315;
    border: 1px solid #db9bfc;
    box-shadow: 0px 0px 19px 4px #6b12ae;
    padding: 10px 0px;
    border-radius: 10px;
}

.reptnc_modal .tnc-content ul,
.reptnc_modal .tnc-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.reptnc_modal .tnc-content ul li {
    list-style: circle;
}

.reptnc_modal .tnc-content ol li {
    list-style: auto;
}

.reptnc_modal .close {
    position: absolute;
    right: 30px;
    top: 18px;
    color: #db9bfc;
    opacity: 1;
    font-size: 47px;
    border: 0;
    background: transparent;
}

.reptnc_modal .modal_body_view h5 {
    color: #db9bfc;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding-top: 10px;
}

.reptnc_modal .tnc-content {
    color: #ffffff;
    border-top: 1px solid #db9bfc;
    padding-top: 13px;
    margin: 15px;
    font-size: 12px;
}

.rep_modal .claim-btn-wrap {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0px auto;
    right: 0;
}

/* end redemption page */


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

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

@media only screen and (max-width: 991px) {
    .header-web {
        display: none;
    }

    .header-mobile {
        display: block;
        width: 100%;
    }

    .lang-flag {
        max-width: 30px;
    }

    .index-tab {
        padding: 20px 10px;
    }

    .prod-wrap {
        margin: 20px 10px;
    }

    .index-tab .nav,
    .prod-tab .nav {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
    }

    ::-webkit-scrollbar-track {
        background: transparent;
    }

    ::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .ann-icon {
        padding-right: 10px;
    }

    .game-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .footer-link {
        flex-wrap: wrap;
        gap: 5px;
    }

    .footer-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }

    .m-show {
        display: block;
    }

    .d-show {
        display: none;
    }

    .footer-wrap .footer-box:nth-child(7) {
        text-align: center;
    }

    .mobile-footer {
        display: flex;
        width: 100%;
        text-align: center;
    }

    .btn-log,
    .btn-reg {
        display: block;
        width: 50%;
        padding: 15px 0px;
        font-weight: bold;
        border-radius: 0px;
    }

    .t-footer {
        padding-bottom: 50px;
    }

    .prod-tab .game-tab-content {
        padding: 10px;
    }

    .promo-container {
        grid-template-columns: 1fr;
    }

    .filter-menu-bar {
        overflow-x: auto;
        gap: 5px;
    }

    .pmbox {
        min-width: auto;
        white-space: nowrap;
        align-self: center;
        border-radius: 5px;
        margin: 0px;
    }

    .about-wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .about-nav {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .about-content-wrap {
        min-height: auto;
    }

    .menu-btm {
        display: block;
        width: 100%;
        text-align: center;
    }

    .index-btm-box {
        display: flex;
    }

    .acc-wrap {
        display: block;
    }

    .acc-nav {
        display: none;
    }

    .wallet-info {
        display: block;
        text-align: center;
        padding: 10px;
        font-size: 12px;
    }

    .wallet-bal {
        font-size: 18px;
    }

    .wallet-amt {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .acc-content-wrap {
        min-height: auto;
    }

    .acc-row {
        display: block;
        height: auto;
        padding-bottom: 10px;
    }

    .acc-row-wrap {
        padding-bottom: 5px;
    }

    .acc-row .acc-row-wrap:first-child {
        font-weight: bold;
    }

    .acc-link {
        display: block;
    }

    .acc-detail {
        margin-top: 20px;
    }

    .acc-content-wrap .nav {
        gap: 5px;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        white-space: nowrap;
    }

    .chatMsg {
        padding: 0px;
    }

    .daily-bg ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
    }

    .modal-congrat h5 {
        font-size: 24px;
    }

    .mission-bg ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .redemption-wrapper {
        display: flex;
        flex-direction: column;
        gap: 86px;
    }

    .index-tab .nav{
        justify-content: initial;
    }

    .game-img{
        width: 50px;
        height: 50px;    
    }
}

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

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

@media only screen and (max-width: 550px) {
    .index-link span {
        font-size: 12px;
    }

    #bal-modal .modal-body {
        padding: 10px 0px;
    }

    .mission-bg ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .pending-status {
        font-size: 12px;
    }

    .his-search {
        width: 100%;
    }

}