@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

body {
    background: #ffff;
    font-family: "Nunito", sans-serif;
    position: relative;
    color: #000;
    overflow-x: hidden;
    margin: 0 auto;
}

.promo-modal .modal-header {
    background: #034ada;
    color: #ffffff;
}

.promo-modal .btn-close {
    background: none;
    color: #ffffff;
    font-size: 20px;
}

.promo-modal .modal-title {
    font-size: 16px;
}

.promo-modal .modal-body {
    background: #ffffff;
}

.promo-table thead tr th {
    background: #034ada;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #fff;
    text-align: center;
}

.promo-body-modal {
    color: #7682a5;
}

.promo-body-modal {
    font-size: 13px;
}

/* top menu bar */
.header-top {
    position: fixed;
    box-shadow: 0px 2px 4px 0px rgb(0, 0, 0, 0.3);
    background: #fff;
    width: 100%;
    z-index: 99;
    padding: 5px 0px;
    height: 70px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: grid;
    grid-template-columns: 40% 20% 40%;
}

.menu-logo img {
    width: 60px;
}

.menu-logo {
    justify-self: center;
}

.menu-lang {
    display: block;
    text-align: end;
}

.menu-time {
    font-size: 9px;
    color: #000;
}

.menu-dropdown img {
    width: 20px;
}

.menu-burger img {
    width: 50px;
}

.menu-dropdown .dropdown-toggle {
    background: #ebebeb;
    border-radius: 20px;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
}

.dropdown-menu {
    --bs-dropdown-min-width: 20px;
}

/* index */
.index-body {
    padding-top: 70px;
    max-width: 768px;
    margin: 0 auto;
}

.index-btn-wrap {
    display: flex;
}

.index-body .carousel-control-next,
.carousel-control-prev {
    z-index: 0;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
}

a.home-join-btn {
    background: #c9031a;
    color: #fff;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    font-weight: bold;
    font-size: 19px;
    text-decoration: none;
}

a.home-login-btn {
    background: #0072e2;
    color: #fff;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    font-weight: bold;
    font-size: 19px;
    text-decoration: none;
}

.announce-sec {
    padding: 10px 0;
    background: #ffffff;
}

.announce-wrapper {
    display: grid;
    grid-template-columns: 10% 80% 5%;
}

.speaker-icon {
    color: #ff8633;
    font-size: 18px;
}

.speaker-icon img {
    width: 30px;
}

.announce-msg {
    align-self: center;
    color: #000;
    font-size: 13px;
    height: 25px;
}

.announce-more {
    color: #8c959c;
    text-decoration: underline;
    padding-left: 3px;
    font-size: 13px;
    align-self: center;
}

#more .modal-body,
.download-modal .modal-body {
    height: 500px;
    background: #f3f5f6;
    border-radius: 10px;
}

#more.modal-content,
.download-modal .modal-content {
    position: relative;
}

#more .close-btn-round,
.download-modal .close-btn-round {
    position: absolute;
    right: -3px;
    top: -3%;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0 0 0.03rem #6c6c6c);
    color: #000;
    z-index: 2;
}

.more-nav-tab {
    background: transparent;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 11px;
    justify-content: center;
}

.more-nav-tab.nav-pills .nav-link.active,
.more-nav-tab.nav-pills .show>.nav-link {
    background: #ff8300;
    color: #fff;
    font-weight: bold;
}

.more-nav-tab.nav-pills .nav-link {
    color: #afafaf;
}

.announce-box {
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.announce-box p {
    color: #000;
    font-size: 11px;
    font-weight: bold;
}

.announce-box span {
    color: #8697a2;
    font-size: 10px;
}

.index-nav-tab {
    background: #f1f5f6;
    border-radius: 30px;
    padding: 5px 15px;
}

.index-nav-tab.nav-pills {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.index-nav-tab .nav-link {
    color: #838e94;
    white-space: nowrap;
    font-size: 12px;
}

.index-tab-btn {
    display: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(to right, #0a6ab7 0%, #08a4bb 100%);
    border-radius: 30px;
}

.nav-pills .nav-link.active .index-tab-btn {
    display: initial;
    width: 20px;
}

.index-tab-wrap img {
    padding-bottom: 10px;
    border-radius: 15px;
    padding-right: 8px;
    /* width: 33.33%; */
}

.index-tab-wrap1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.index-tab-wrap2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.index-tab-wrap3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.index-tab-wrap4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.index-promo-sec {
    padding-top: 7%;
}

.index-promo-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    font-weight: bold;
}

.index-promo-img img {
    border-radius: 10px;
}

.index-promo-title1 {
    background: #fff;
    border-radius: 5px;
    color: #000;
}

.index-promo-title2 {
    font-size: 13px;
    text-decoration: underline;
    color: #000;
}

.index-promo-subtitle {
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 0px 5px;
    font-size: 14px;
}

.index-promo-slider {
    overflow-x: scroll;
}

.index-promo-wrapper {
    display: flex;
    white-space: nowrap;
    width: fit-content;
}

.index-promo-detail {
    /* display: flex; */
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background-color: #f1f5f6;
    color: #000;
    border-radius: 10px;
}

.index-promo-wrap {
    margin: 0 10px 0 0;
}

.countdown-bg {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.sw__hero__countdown {
    padding-top: 10px;
}

.index-login-btn {
    background: #ff8901;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    align-self: center;
    padding: 5px 25px;
    margin-left: 15px;
}

.sw__hero__countdown__date_label {
    display: initial;
    font-size: 13px;

}

.sw__hero__countdown__dates {
    font-size: 13px;
}

.countdown-dot {
    padding: 0px 5px;
}

.countdown-row {
    display: flex;
}

.index-about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding-top: 8%;
}

.index-about-grid1 span {
    font-weight: bold;
    font-size: 13px;
}

.index-about-grid1 p {
    font-size: 8px;
    padding-top: 5%;
}

.index-about-grid1 img {
    padding: 10px 0px;
    width: 120px;
}

.index-about-grid2 {
    text-align: center;
}

.index-about-grid2 span {
    font-weight: bold;
    font-size: 13px;
}

.index-about-grid2 p {
    font-weight: bold;
    font-size: 10px;
}

.index-about-grid2 img {
    width: 70px;
}

.index-accordion {
    padding-top: 30px;
}

.index-accordion .accordion {
    --bs-accordion-border-color: transparent;
}

.index-accordion .accordion-button:focus {
    border-color: none;
}

.footer-link a {
    text-decoration: none;
    font-size: 14px;
    color: rgb(134, 151, 162);
    padding: 5px 0px;
    display: block;
}

.payment-link {
    display: flex;
    flex-wrap: wrap;
}

.payment-link img {
    width: 40px;
    padding: 0px 5px;
}

.payment-link .coin {
    width: 60px;
    padding: 0px 5px;
}

.payment-link .logo {
    padding: 0px 5px;
    width: 80px;
    height: 20px;
    align-self: center;
}

.payment-title {
    font-size: 14px;
    font-weight: bold;
}

.footer-payment {
    padding-top: 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 10px;
    padding-top: 8%;
}

.payment-link-1 img {
    width: 48px;
    padding: 0px 5px;
}

.payment-link-2 img {
    width: 80px;
    padding: 0px 5px;
}

.footer {
    padding-bottom: 10%;
    max-width: 768px;
    margin: 0 auto;
}

.index-content {
    max-width: 768px;
    margin: 0 auto;
}

.index-content .tab-content {
    overflow-x: scroll;
}

.index-content .tab-content .tab-pane.active .index-tab-wrap {
    white-space: nowrap;
}

/* sidemenu */
#mainmenu .modal-dialog,
#mainmenu1 .modal-dialog {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

#mainmenu .modal-content,
#mainmenu-1 .modal-content {
    border-radius: 0px;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    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%;
    overflow-y: auto;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.left .modal-body {
    padding: 0;
    text-align: center;
}

.side-top {
    margin: 0px 30px;
    padding: 30px 0px;
    border-bottom: 0.02rem solid #ededed;
}

.side-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-title img {
    width: 40px;
}

.side-title span {
    padding-left: 10px;
    font-size: 14px;
}

.side-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbe9f0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0 0 0 0.35rem;
    overflow: visible;
    color: #6da0dd;
}

.side-top a {
    text-decoration: none;
    color: #000;
    padding: 0px 20px;
}

.side-bottom {
    margin: 0px 30px;
    padding: 30px 0px;
}

.side-btm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.side-btm-wrap img {
    width: 30px;
}

.side-btm-grid a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.side-login-btn {
    font-weight: 600;
    background: #f3f5f6;
    padding: 10px 0px;
    color: #8697a2;
    border-radius: 10px;
    font-size: 15px;
    margin: 0px 30px;
}

.side-title-1 {
    font-weight: bold;
}

.top {
    position: fixed;
    bottom: 20px;
    right: 0%;
    margin-right: 10px;
    transition: background-color .3s, opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    width: 45px;
}

.top.show {
    opacity: 1;
    visibility: visible;
}

.side-lang-grid {
    display: grid;
    grid-template-columns: 20% 75%;
    gap: 10px;
    align-items: center;
    padding-bottom: 20px;
}

.side-lang-cat {
    text-align: left;
    white-space: nowrap;
}

.side-lang-country {
    font-size: 14px;
}

.side-lang-choice a {
    font-size: 12px;
    color: #8697a2;
    text-decoration: none;
}

.side-lang-choice span {
    padding: 0px 10px;
    color: #8697a2;
}

/* promotion */
.promo-body {
    padding-top: 80px;
    background: #f1f5f6;
    max-width: 768px;
    margin: 0 auto;
}

.promo-nav-tab {
    background: #fff;
    border-radius: 30px;
    padding: 5px 15px;
}

.promo-nav-tab.nav-pills .nav-link.active,
.promo-nav-tab.nav-pills .show>.nav-link {
    color: #0f90ad;
    text-decoration: underline;
    background: transparent;
    font-weight: bold;
}

.promo-nav-tab.nav-pills .nav-link {
    color: #afafaf;
}

.promo-tab-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.promo-wrap {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.promo-detail {
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
}

.promo-subtitle {
    color: #000;
    padding: 5px 0px;
}

.promo-detail span {
    font-size: 12px;
}

.promo-btn-row {
    display: flex;
    padding-top: 10px;
}

.promo-info-btn {
    background: #054db1;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    align-self: center;
    padding: 5px 25px;
    margin-right: 5px;
    width: 100%;
}

.promo-join-btn {
    background: #ff8901;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    align-self: center;
    padding: 5px 25px;
    margin-left: 5px;
    width: 100%;
}

.promo-select {
    padding-bottom: 10px;
}

.promo-select option {
    color: #9a9a9a;
}

.promo-select select {
    color: #9a9a9a;
    border: 1px solid #9a9a9a;
    border-radius: 20px;
    width: 40%;
    padding-left: 5px;
}

/* download */
.dl-nav-tab {
    background: transparent;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 11px;
    justify-content: center;
}

.dl-nav-tab.nav-pills .nav-link.active,
.dl-nav-tab.nav-pills .show>.nav-link {
    background: #ff8300;
    color: #fff;
    font-weight: bold;
}

.dl-nav-tab.nav-pills .nav-link {
    color: #afafaf;
}

.dl-title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.dl-title-1 {
    color: #9a9a9a;
    font-size: 15px;
}

.dl-app-content {
    text-align: center;
}

.dl-ios-btn {
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 10px;
    align-self: center;
    padding: 5px 25px;
    margin-right: 5px;
    width: 100%;
}

.dl-and-btn {
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 10px;
    align-self: center;
    padding: 5px 25px;
    margin-left: 5px;
    width: 100%;
}

.dl-ios-btn i {
    color: #b3b3b3;
    padding: 0px 5px;
}

.dl-and-btn i {
    color: #85c707;
    padding: 0px 5px;
}

.dl-instruction {
    width: 100%;
    font-size: 14px;
    padding-bottom: 20px;
}

#ios-carousel .carousel-right-arrow,
#ios-carousel .carousel-left-arrow,
#android-carousel .carousel-right-arrow,
#android-carousel .carousel-left-arrow {
    align-items: center;
    justify-content: center;
    background: #dbe9f0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0 0 0 0.35rem;
    overflow: visible;
    color: #6da0dd;
}

#iosModal .modal-header p,
#androidModal .modal-header p {
    font-weight: bold;
    font-size: 18px;
}

.dl-step-detail {
    text-align: center;
    height: 150px;
}

.dl-step {
    color: #000;
    font-size: 14px;
}

.desc {
    color: #b3b3b3;
    font-size: 12px;
}

#ios-carousel .carousel-indicators,
#android-carousel .carousel-indicators {
    bottom: 135px;
}

#ios-carousel .carousel-item img,
#android-carousel .carousel-item img {
    width: 250px;
}

#ios-carousel .carousel-inner,
#android-carousel .carousel-inner {
    text-align: center;
}

#ios-carousel .carousel-indicators [data-bs-target],
#android-carousel .carousel-indicators [data-bs-target] {
    background-color: #ff8901;
}

.dl-android-wrap {
    text-align: center;
    background: #fff;
}

.dl-btn {
    background: #3072db;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    align-self: center;
    width: 100%;
    font-size: 10px;
    padding: 3px;
}

.dl-prov-name {
    font-size: 11px;
}

.dl-prov-cat {
    font-size: 10px;
    color: #b3b3b3;
}

.dl-android-wrap img {
    padding: 5px;
}

.download-modal img {
    max-width: 180px;
}

.download-table {
    font-size: 12px;
    margin-top: 20px;
}

/* about us */
.about-body {
    padding-top: 50px;
    background: #f1f5f6;
    max-width: 768px;
    margin: 0 auto;
}

.aboutus-top {
    position: fixed;
    box-shadow: 0px 2px 4px 0px rgb(0, 0, 0, 0.3);
    background: #f3f5f6;
    width: 100%;
    z-index: 3;
    padding: 12px 0px;
    height: 50px;
}

.about-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: grid;
    grid-template-columns: 5% 45% 50%;
    gap: 3px;
}

.about-dropdown .dropdown-toggle {
    background: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-dropdown {
    text-align: end;
    place-self: end;
}

.menu-title {
    font-size: 18px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.about-content {
    padding-bottom: 50px;
}

.about-title {
    padding-top: 20px;
    font-weight: bold;
    font-size: 18px;
}

.about-us-p {
    font-size: 15px;
}

/* contact us */
.contact-content {
    padding: 30px 0px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
}

.contact-wrap i {
    font-size: 40px;
}

.contact-wrap span {
    color: #ff8a00;
    font-weight: bold;
}

.contact-wrap a {
    font-size: 12px;
}

/* info centre */
.info-body {
    padding-top: 70px;
    background: #fff;
    max-width: 768px;
    margin: 0 auto;
}

.info-nav-tab {
    background: rgb(243, 245, 246);
    border-radius: 30px;
    padding: 5px 15px;
    justify-content: center;
}

.info-nav-tab.nav-pills .nav-link.active,
.info-nav-tab.nav-pills .show>.nav-link {
    color: #fff;
    text-decoration: none;
    background: #ff8a00;
    font-weight: bold;
}

.info-nav-tab.nav-pills .nav-link {
    color: #afafaf;
    font-size: 14px;
}

.accordion#faq-accordion .accordion-item,
.accordion#tnc-accordion .accordion-item {
    border: transparent;
}

.accordion#faq-accordion .accordion-button,
.accordion#tnc-accordion .accordion-button {
    background-color: #fff;
    border-bottom: 1px solid rgb(219, 224, 228);
    font-weight: bold;
}

.accordion#faq-accordion,
.accordion#tnc-accordion {
    --bs-accordion-btn-focus-box-shadow: transparent;
}

.copyright-info {
    padding: 15px 15px;
    text-align: right;
    font-size: 12px;
}

/* register page */
.register-body {
    padding-top: 80px;
    background: #fff;
    padding-bottom: 60px;
    max-width: 768px;
    margin: 0 auto;
}

.reg-text {
    color: red;
    font-size: 12px;
    padding-left: 4px;
}

.reg-step1 .form-group {
    padding-bottom: 20px;
    position: relative;
}

.reg-asterisk {
    position: absolute;
    right: 0px;
    top: -13px;
    color: red;
    text-align: end;
}

.reg-btn {
    width: 100%;
    background: #ff8a00;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 8px 25px;
    margin-top: 30px;
    height: 39px;
    cursor: pointer;
}

.reg-18-notice {
    text-align: center;
    font-size: 12px;
    padding-top: 30px;
    margin: 0.6rem auto 0;
}

.reg-login-section {
    padding-top: 50px;
    text-align: center;
}

.reg-bottom {
    padding-top: 70px;
    text-align: center;
}

.reg-btm-title {
    font-weight: bold;
    padding-top: 20px;
}

.reg-btm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
    padding: 20px 0px;
}

.reg-btm-1 {
    font-size: 12px;
}

.reg-btm-2 {
    font-size: 10px;
    color: rgb(134, 151, 162);
}

.reg-btm-grid img {
    width: 40px;
}

.reg-gaming img {
    width: 150px;
}

.reg-gaming {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 30px;
}

.reg-gaming div {
    font-size: 10px;
    text-align: left;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.wizard>div.wizard-inner {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.connecting-line {
    height: 3px;
    background: #e2e2e2;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 56%;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 30px;
    display: flex;
    border-radius: 50%;
    background: #e2e2e2;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #ddd;
    justify-content: center;
    align-items: center;
}

span.round-tab i {
    color: #555555;
}

.wizard a.active span.round-tab {
    background: #0071e3;
    color: #fff;
    border-color: #0071e3;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #0071e3;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.wizard .nav:before,
.wizard .nav:after {
    display: table;
    content: "";
}

.wizard .nav:after {
    clear: both;
}

.wizard .nav>li>a {
    display: block;
}

.reg-nav-tab {
    background: transparent;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 11px;
    justify-content: center;
}

.reg-nav-tab.nav-pills .nav-link.active,
.reg-nav-tab.nav-pills .show>.nav-link {
    background: #ff8300;
    color: #fff;
    font-weight: bold;
}

.reg-nav-tab.nav-pills .nav-link {
    color: #000;
    width: 100%;
    background: #f3f5f6;
    border-radius: 30px;

}

.reg-nav-tab .nav-item {
    width: 50%;
    padding: 5px;
}

.reg-otp-grid {
    display: grid;
    grid-template-columns: 60% 35%;
    gap: 10px;
    padding-top: 20px;
}

.otp-btn {
    background: #f3f5f6;
    align-self: center;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    border-radius: 10px;
}

.reg-step2 .form-group {
    position: relative;
}

.country-select select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 20px;
}

.country-select {
    position: relative;
}

.step2-btn-row {
    display: grid;
    grid-template-columns: 20% 75%;
    gap: 10px;
}

.reg-left-btn {
    width: 100%;
    background: #e2e2e2;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 8px 25px;
    margin-top: 30px;
    height: 39px;
}

/* login page */
.login-info {
    padding-top: 20px;
}

.login-info .form-group {
    position: relative;
    padding-bottom: 20px;
}

.login-tick {
    padding: 20px 5px;
    font-size: 15px;
}

.create-acc {
    text-decoration: none;
    color: #ff8a00;
}

.login-body {
    padding-top: 80px;
    background: #f1f5f6;
    padding-bottom: 60px;
    max-width: 768px;
    margin: 0 auto;
}

.login-forget-section {
    padding-top: 50px;
    text-align: center;
    font-size: 14px;
}

/* vip page */
.vip-body {
    padding-top: 80px;
    background: rgb(14, 33, 47);
    padding-bottom: 60px;
    color: #fff;
    max-width: 768px;
    margin: 0 auto;
}

.header-top.vip-top {
    background: rgba(11, 27, 39, .9);
}

.vip-top .menu-time {
    color: #fff;
}

.vip-nav-tab {
    justify-content: center;
    padding-top: 30px;
}

.vip-nav-tab.nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    --bs-nav-link-padding-x: 0px;
    --bs-nav-link-padding-y: 0px;
    justify-items: center;
}

.vip-nav-tab.nav-pills .nav-link.active,
.vip-nav-tab.nav-pills .show>.nav-link {
    color: #afafaf;
    font-size: 14px;
    background: transparent;
    font-weight: bold;
    filter: grayscale(0);
}

.vip-nav-tab.nav-pills .nav-link {
    color: #afafaf;
    font-size: 14px;
    filter: grayscale(1);
}

.vip-nav-tab .nav-item img {
    width: 40px;
}

.nav-item button#pills-bronze-tab {
    color: rgb(194, 109, 45);
}

.nav-item button#pills-silver-tab {
    color: rgb(183, 183, 183);
}

.nav-item button#pills-gold-tab {
    color: rgb(205, 150, 50);
}

.nav-item button#pills-platinum-tab {
    color: #e475fd;
}

.vip-table table tr td {
    color: rgb(136, 153, 164);
    width: 45%;
    font-size: 14px;
}

.vip-table table tr th {
    color: rgb(166, 137, 82);
    padding-top: 20px;
    width: 55%;
}

.vip-table table tr td:first-child,
.vip-table table tr th:first-child {
    border-width: 0px 0.02rem 0px 0px;
    border-right-style: solid;
    border-right-color: rgb(166, 137, 82);
    border-image: linear-gradient(to top, rgb(166, 137, 82), rgba(166, 137, 82, 0.5), rgba(0, 0, 0, 0)) 1 / 1 / 0 stretch;
}


.vip-table table tr td:nth-child(2) {
    text-align: center;
}

.footer.vip {
    color: #fff;
    background: rgb(14, 33, 47);
}

.footer.vip .accordion {
    --bs-accordion-color: #fff;
    --bs-accordion-bg: rgb(14, 33, 47);
}

.footer.vip .index-accordion .accordion-button {
    color: #fff;
    background-color: rgb(14, 33, 47);
}

.footer.vip .index-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>") !important;

}

.footer.vip .footer-responsible img {
    filter: brightness(0) invert(1);
}

.mobile-view {
    display: none;
}

.vip-body-desktop {
    padding-top: 70px;
    background: rgb(14, 33, 47);
    padding-bottom: 40px;
    color: #fff;
}

.vip-table-pc {
    max-width: 1440px;
    margin: 0 auto;
    font-size: 14px;
}

table.vip-all tr td:first-child {
    text-align: left;
    padding-left: 60px;
    width: 10%;
}

table.vip-all {
    margin-top: 60px;
    margin-bottom: 60px;
}

.vip-all tr td h3 {
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.vip-img img {
    height: 112px;
    margin-bottom: 10px;
}

.vip-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

table.vip-all tr:nth-child(even) td {
    background: #2d82d5;
}

table.vip-all tr:nth-child(1) td {
    background: none;
}

table.vip-all tr:first-child td {
    background: none;
}

tr.titleRow p {
    margin: 0px;
}

.vip-all tr:first-child td {
    border: none;
}

table.vip-all tr td:nth-child(2) .vip-cell {
    text-transform: uppercase;
    font-weight: bold;
}

.vip-cell {
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td:nth-child(3) .vip-cell {
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td:nth-child(4) .vip-cell {
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td:nth-child(5) .vip-cell {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td:nth-child(6) .vip-cell {
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td {
    width: 8%;
    padding: 6px;
    text-align: center;
}

table.vip-all tr.titleRow td {
    padding-top: 30px;
    color: #ffd423;
    font-weight: bold;
}

body.vip {
    background: rgb(14, 33, 47);
}

/* index-afterlogin */
.sticky-btm-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    max-width: 768px;
}

.btm-menu-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 0.2rem 0.2rem 0 0;
    padding: 0.25rem 0.35rem 0.35rem;
    font-size: 11px;
    height: 50px;
    filter: drop-shadow(0 0.3rem 0.3rem #000);
}

.btm-menu-wrap {
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.btm-menu-wrap img {
    width: 20px;
    height: 20px;
}

.btm-menu-grid a {
    text-decoration: none;
}

.btm-menu-name {
    margin: 0.1rem 0 0;
    color: #095ebd;
    white-space: nowrap;
}

.btm-menu-name.active {
    color: #ed5400
}

.index-wallet-sec {
    background: #f3f5f6;
    ;
    font-size: 13px;
    margin-bottom: 20px;
}

.index-top-wallet {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
}

.member-balance {
    width: 53%;
}

.balance-header i {
    color: #ec487a;
    padding-left: 5px;
}

.balance-amount {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0.18rem 0 0;
    padding: 15px 5px;
    background: #fff;
    border-radius: 15px;
    height: 0.53rem;
    justify-content: space-between;
}

.balance-amount i {
    color: #0a8ac0;
    padding-left: 5px;
}

.balance-currency {
    color: #8899a4;
    font-size: 10px;
}

.balance-total {
    font-size: 13px;
    color: #005acc;
    margin: 0 0 0 0.12rem;
}

.member-action {
    display: grid;
    grid-template-columns: 45% 2% 48%;
    justify-content: center;
    width: 47%;
}

.member-action a {
    text-decoration: none;
    color: #000;
    /* width: 50% */
}

.action-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 0.05rem;
}

.index-btm-wallet {
    align-items: center;
    background: #eaf5fa;
    cursor: pointer;
}

/* .action-box.action-restore {
    border-right: 0.01rem solid #dbe0e4;
} */

.action-box img {
    width: 30px;
}

.btm-wallet-btn {
    text-align: center;
}

.btm-wallet-btn a {
    color: #04a8c2;
    font-size: 12px;
    text-decoration: none;
}

#wallet-collapse .card {
    background: #f3f5f6;
    border: transparent;
    transition: .3s;
    display: flex;
    justify-content: space-between;
    border-top: 0.02rem solid #dbe0e4;
    flex-flow: nowrap;
    text-align: center;
}

#wallet-collapse .card a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
}

.btm-wallet-btn a.collapsed i {
    transform: rotate(0deg);
    transition: .3s;
}

.btm-wallet-btn a i {
    transform: rotate(180deg);
    transition: .3s;
}

.action-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* width: 20%; */
    margin: 0 0.05rem;
}

.action-box1 img {
    padding-top: 5px;
    width: 30px;
}

.msg-btn {
    position: relative;
}

.msg-amount {
    position: absolute;
    background: #dd0023;
    color: #fff;
    font-size: 10px;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    right: 0px;
    top: 18px;
    text-align: center;
}

.afterlogin-top {
    margin: 0px 30px;
    padding: 30px 0px;
    border-bottom: 0.02rem solid #ededed;
}

.al-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.al-wrap img {
    width: 40px;
}

.al-detail {
    text-align: left;
}

.al-welcome {
    font-size: 13px;
}

.al-name {
    font-size: 15px;
    color: #005acc;
}

.al-leaderboard {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60px;
    height: 17px;
    padding: 0 8px 0 0;
    background: #0691c0;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
}

.leaderboard-img {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    padding: 10px;
    background: #fdb813;
    border-radius: 50%;
}

.leaderboard-img i {
    position: absolute;
    right: 4px;
    top: 5px;
}

.afterlogin-progress {
    margin: 0px 30px;
    padding: 10px 10px;
    background: #f3f5f6;
    text-align: left;
    border-radius: 10px;
}

.progress-img img {
    width: 30px;
}

.progress-img span {
    font-size: 12px;
}

.progress.afterlogin {
    height: 5px;
    margin: 10px 0px;
}

.afterlogin .progress-bar {
    /* display: flex;
    width: 40px;
    height: 5px; */
    background: #fff;
    border-radius: 20px;
}

.progress-amount {
    font-size: 10px;
}

.top.afterlogin {
    bottom: 60px;
}

/* funds page */
.deposit-body {
    padding-top: 50px;
    background: #fff;
    max-width: 768px;
    margin: 0 auto;
}

.funds-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 15px;
    background: #fff;
}

.avatar-bg {
    padding: 4px 8px;
    background: #ff8a00;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.avatar-bg i {
    width: 10px;
    height: 10px;
    color: #fff;
}

.funds-avatar {
    display: flex;
    align-items: center;
}

.funds-avatar span {
    color: #005acc;
    padding-left: 3px;
    font-size: 13px;
}

.funds-status {
    display: flex;
    align-items: center;
}

.al-vip-status {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 63px;
    height: 17px;
    padding: 0 8px 0 0;
    background: #61a2b0;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    z-index: 1;
    margin-right: 5px;
}

.al-vip-status-img {
    position: absolute;
    left: -11px;
    background: transparent;
    border-radius: 50%;
}

.al-vip-status-img img {
    width: 25px;
}

.switch.funds-switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
}

.switch.funds-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.funds-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.funds-switch .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.funds-switch input:checked+.slider {
    background-color: #ff8a00;
}

.funds-switch input:focus+.slider {
    box-shadow: 0 0 1px #ff8a00;
}

.funds-switch input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.funds-switch .slider.round {
    border-radius: 34px;
}

.funds-switch .slider.round:before {
    border-radius: 50%;
}

.funds-verify {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 15px;
}

.funds-verify-steps {
    display: flex;
    justify-content: space-between;
}

.verify-avatar-bg {
    padding: 1px 6px;
    background: #d4d4d4;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.verify-avatar-bg.bg1 {
    padding: 1px 4px;
}

.verify-avatar-bg.bg2 {
    padding: 1px 7px;
}

.verify-avatar-bg.bg3 {
    padding: 1px 4px;
}

.verify-avatar-bg i {
    width: 5px;
    height: 5px;
    color: #fff;
}

.verify-note {
    font-size: 11px;
}

.verify-progress-bar {
    margin-top: 5px;
}

.verify-progress-bar .progress {
    border-radius: 0px;
    height: 3px;
}

.verify-progress-bar .progress-bar {
    border-radius: 0px;
    height: 3px;
}

.funds-action-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 30px 15px;
}

.funds-action-grid a {
    text-decoration: none;
    color: #000;
}

.funds-action-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f3f5f6;
    border-radius: 5px;
    padding: 10px 0px;
    height: 90px;
}

.funds-action-wrap img {
    width: 40px;
}

.funds-action-wrap span {
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}

.msg-amount.account {
    right: 38%;
    font-size: 10px;
}

.fund-line {
    border-left: 2px solid #dbe0e4;
    padding: 0px 1px 0px 10px;
    height: auto;
}

.btn-df {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

/* change password page*/
.change-pw-content {
    margin-top: 30px;
}

.form-wrap {
    margin-bottom: 20px;
}

.form-wrap span {
    font-size: 14px;
}

.form-wrap .form-control {
    margin-top: 5px;
    font-size: 14px;
}

.form-wrap .form-select {
    font-size: 14px;
}

/* profile page */
.profile-detail-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    padding-top: 20px;
}

.profile-bday {
    display: flex;
    justify-content: space-between;
}

.profile-detail-title {
    color: #8899a4;
    font-size: 14px;
}

.profile-detail-info {
    font-size: 14px;
}

.profile-title {
    padding-top: 30px;
    font-weight: bold;
    font-size: 16px;
}

/* history page */
.history-content {
    margin-top: 30px;
}

.history-date-grid {
    display: flex;
    justify-content: space-between;
}

.history-date-grid input,
.history-content select {
    border: 1px solid #ced4da;
    margin-top: 5px;
    border-radius: 5px;
    padding: 10px 15px;
}

/* message page */
.msg-nav-tab {
    background: transparent;
    border-radius: 30px;
    padding: 5px 9px;
    font-size: 10px;
    justify-content: center;
}

.msg-nav-tab.nav-pills .nav-link.active,
.msg-nav-tab.nav-pills .show>.nav-link {
    background: #ff8300;
    color: #fff;
    font-weight: bold;
}

.msg-nav-tab.nav-pills .nav-link {
    color: #afafaf;
    background: #f3f5f6;
    border-radius: 30px;
    margin-left: 3px;
}

.msg-select-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #afafaf;
    font-size: 13px;
}

.msg-checkbox {
    padding-top: 2px;
}

.msg-table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    background: #f3f5f6;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #0f161f;
    margin-top: 20px;
}

.msg-table-body {
    display: grid;
    grid-template-columns: 10% 70% 20%;
    align-items: center;
    justify-items: center;
    margin-bottom: 20px;
}

.msg-detail {
    font-size: 12px;
}

.msg-date {
    font-size: 10px;
    color: #afafaf;
}

.msg-none {
    text-align: center;
    font-size: 12px;
    color: #afafaf;
    padding-top: 30px;
}

.msg-pagination {
    text-align: center;
}

.page-count {
    font-weight: bold;
    margin-top: 20px;
    font-size: 13px;
}

.msg-pagination .pagination {
    place-content: center;
}

.msg-pagination .pagination a {
    padding: 0px 10px;
    text-decoration: none;
    color: #8899a4;
    font-size: 14px;
}

.msg-pagination .pagination a.active {
    background: #f3f5f6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* withdraw-details page */
.withdraw-content {
    margin-top: 20px;
}

.wdd-nav-tab {
    background: transparent;
    border-radius: 30px;
    padding: 5px 9px;
    font-size: 10px;
    justify-content: center;
}

.wdd-nav-tab .nav-item {
    width: 30%;
    padding-left: 3px;
}

.wdd-nav-tab.nav-pills .nav-link.active,
.wdd-nav-tab.nav-pills .show>.nav-link {
    background: #ff8300;
    color: #fff;
    font-weight: bold;
}

.wdd-nav-tab.nav-pills .nav-link {
    color: #afafaf;
    background: #f3f5f6;
    border-radius: 30px;
    padding: 2px 15px;
    width: 100%;
}

.wdd-table thead {
    background: #f3f5f6;
    color: #0f161f;
    text-align: left;
    border-radius: 10px;
    font-size: 13px;
    border-bottom: transparent;
}

.wdd-table tr {
    font-size: 13px;
    border-bottom: transparent;
}

.form-wrap .form-select {
    margin-top: 5px;
    font-size: 14px;
}

.wdd-table {
    /* border-bottom: 1px solid #e8e8e8; */
    margin-bottom: 30px;
}

.crypto-btn {
    width: 100%;
    background: #81cafc;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 8px 25px;
    margin-top: 30px;
    height: 39px;
    display: block;
    text-decoration: none;
}

.crypto-hr {
    color: #afafaf;
}

/* referral page */
.ref-body {
    padding-top: 50px;
    background: #fff;
    padding-bottom: 80px;
    max-width: 768px;
    margin: 0 auto;
}

.ref-nav-tab {
    background: transparent;
    border-radius: 30px;
    font-size: 10px;
    justify-content: center;
}

.ref-nav-tab.nav-pills .nav-link.active,
.ref-nav-tab.nav-pills .show>.nav-link {
    background: #ff8300;
    color: #fff;
    font-weight: bold;
}

.ref-nav-tab.nav-pills .nav-link {
    color: #afafaf;
    background: #f3f5f6;
    border-radius: 30px;
    margin-left: 3px;
    width: 100%;
}

.ref-nav-tab .nav-item {
    width: 49%;
    margin: 0px 1px;
}

.ref-sec {
    background: url(../images/deposit/referral-banner.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    border-radius: 0.08rem;
    padding: 20px 20px;
}

.ref-content div {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
    padding-bottom: 2px;
}

.ref-content p {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
}

.ref-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0 0.4rem 0 0;
    width: 50%;
}

.ref-code-container {
    align-items: center;
    background: url(../images/deposit/ref_code_bg.png);
    background-repeat: no-repeat;
    background-size: 70% 100%;
    background-position: left;
    display: flex;
    padding: 0px 0px 3px 10px;
    position: relative;
    width: 100%;
}

.ref-code {
    color: #531e6c;
    font-size: 12px;
}

.ref-status {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ref-status-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ref-status-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f3f5f6;
    border-radius: 0.1rem;
    padding: 10px 20px;
    margin-top: 10px;
}

.ref-inv-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.status-text {
    font-size: 13px;
}

.ref-inv-status.mission {
    margin-top: 10px;
}

.ref-link {
    width: 100%;
    background: #f3f5f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5px;
}

.ref-link-box {
    border: 0;
    padding: 0 1.1rem 0 0.35rem;
    height: 30px;
    font-size: 13px;
    border-radius: 5px;
    color: #0f161f;
    text-overflow: ellipsis;
    background: #f3f5f6;
}

.ref-opt-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.ref-option {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f3f5f6;
    border-radius: 5px;
    padding: 15px;
    border: 2px solid #ff8a00;
}

.option-remark {
    color: #2d72da;
    font-weight: bold;
    font-size: 13px;
}

.option-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: #fff;
    padding: 10px;
    color: #8899a4;
    border-radius: 0.1rem;
    font-size: 11px;
}

.ref-notice {
    background: #f3f5f6;
    padding: 10px;
    border-radius: 10px;
    margin: 0.9rem 0 0;
}

.ref-notice-title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.ref-notice-title i {
    color: red;
}

.ref-notice-title span {
    padding-left: 3px;
    font-size: 13px;
    font-weight: bold;
}

.notice-content {
    font-size: 10px;
    color: #8899a4;
}

.notice-link p {
    font-size: 10px;
    padding-left: 2rem;
}

a.notice-link {
    color: #000;
    text-decoration: none;
}

.notice-date {
    color: #d71a21;
    font-size: 10px;
    padding-left: 2rem;
}

.ref-gap {
    padding-top: 20px;
}

/* .inv-friend-content {
    padding: 40px 40px 10px 40px;
} */

.inv-friend-content a {
    text-decoration: none;
    color: #000;
}

.inv-friend-wrap {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 10px;
}

.inv-friend-wrap i {
    font-size: 18px;
}

.inv-friend-wrap span {
    font-size: 15px;
    padding-left: 7px;
}

.inv-friend-wrap i.blue {
    color: #2d72da;
}

#inv-friend .modal-body {
    align-self: center;
}

#inv-friend.modal-content {
    position: relative;
}

#inv-friend .close-btn-round {
    position: absolute;
    right: -3px;
    top: -3%;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0 0 0.03rem #6c6c6c);
    color: #000;
    z-index: 2;
}

.modal-dialog-scrollable .modal-content {
    overflow: initial;
}

/* deposit page */
.dep-opt-title {
    font-size: 14px;
}

.dep-nav-tab {
    background: transparent;
    border-radius: 30px;
    padding: 10px 0px;
    font-size: 10px;
    width: 100%;
}

.dep-nav-tab .nav-item {
    width: 25%;
    padding-left: 3px;
    text-align: center;
    color: #8899a4;
}

.dep-nav-tab.nav-pills .nav-link.active,
.dep-nav-tab.nav-pills .show>.nav-link {
    background: linear-gradient(to right, #067db0, #04abc2);
    color: #fff;
    font-weight: bold;
}

.dep-nav-tab.nav-pills .nav-link.active img,
.dep-nav-tab.nav-pills .show>.nav-link img {
    filter: brightness(0) invert(1);
}

.dep-nav-tab.nav-pills .nav-link {
    color: #afafaf;
    background: #f3f5f6;
    border-radius: 5px;
    padding: 5px 15px;
    width: 100%;
}

.dep-opt-title-1 {
    font-size: 12px;
}

.dep-nav-tab-1 {
    background: transparent;
    border-radius: 30px;
    padding: 10px 0px;
    font-size: 10px;
    width: 100%;
}

.dep-nav-tab-1 .nav-item {
    width: 25%;
    padding-left: 3px;
    text-align: center;
    color: #8899a4;
}

.dep-nav-tab-1.nav-pills .nav-link.active,
.dep-nav-tab-1.nav-pills .show>.nav-link {
    background: transparent;
    border: 1px solid #ff8300;
    color: #fff;
    font-weight: bold;
}

.dep-nav-tab-1.nav-pills .nav-link.active img,
.dep-nav-tab-1.nav-pills .show>.nav-link img {
    filter: grayscale(0);
}

.dep-nav-tab-1.nav-pills .nav-link {
    color: #afafaf;
    background: #f3f5f6;
    border-radius: 5px;
    padding: 5px 15px;
    width: 100%;
}

.dep-nav-tab-1.nav-pills .nav-link img {
    filter: grayscale(1);
}

.deposit-body-1 {
    padding-top: 50px;
    background: #fff;
    padding-bottom: 110px;
    max-width: 768px;
    margin: 0 auto;
}

.dep-bank-list {
    background: #f3f5f6;
    border-radius: 10px;
    padding: 10px 20px 1px 20px;
}

.dep-bank-item {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.dep-bank-item:hover {
    border: 1px solid #ff8300;
}

.dep-bank-img {
    background: #fff;
    border-radius: 10px;
}

.dep-bank-img img {
    width: 35px;
}

.bank-name {
    font-size: 13px;
    padding-left: 5px;
}

.form-text {
    color: red;
    font-size: 10px;
}

.dep-amt {
    padding-top: 20px;
}

.dep-amt-btn {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
    width: 100%;
}

.amount-btn {
    background: #f3f5f6;
    border-radius: 5px;
    color: #8899a4;
    font-size: 10px;
    height: 30px;
    border: transparent;
}

.amount-btn:hover {
    border: 1px solid #ff8300;
}

.ezp-notice {
    padding-top: 40px;
    padding-bottom: 30px;
}

.accordion.ezq .accordion-button {
    background-color: #f3f5f6;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    padding: 10px;
}

.accordion.ezq .accordion-button::after {
    color: #000;
}

.accordion.ezq .accordion-button span {
    padding-left: 5px;
}

.accordion.ezq .accordion-body {
    font-size: 12px;
}

.ezp-view-more {
    text-align: end;
    font-size: 12px;
}

.ezp-view-more a {
    color: #8899a4;
}

.dep-bank-acc {
    padding-top: 20px;
}

.dep-bank-title {
    font-size: 14px;
}

.dep-bank-acc .ref-link {
    margin-bottom: 10px;
}

.dep-bank-select {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.dep-select {
    width: 85%;
}

.dep-add-btn {
    border: 1px solid #dbe0e4;
    border-radius: 10px;
    color: #0f161f;
    height: 35px;
    margin: 0;
    width: 40px;
    text-align: center;
    font-size: 25px;
    margin-top: 5px;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    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.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.right .modal-body {
    padding: 0;
}

.dep-modal-top {
    background: #f3f5f6;
    width: 100%;
    padding: 12px 0px;
    height: 50px;
}

.dep-btn-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dep-btn-row div {
    width: 49%;
}

.cryp-nav-tab {
    background: transparent;
    border-radius: 30px;
    padding: 10px 0px;
    font-size: 12px;
    width: 100%;
}

.cryp-nav-tab .nav-item {
    width: 25%;
    padding-left: 3px;
    color: #8899a4;
}

.cryp-nav-tab.nav-pills .nav-link.active,
.cryp-nav-tab.nav-pills .show>.nav-link {
    background: transparent;
    border: 1px solid #ff8300;
    color: #000;
    font-weight: bold;
}

.cryp-nav-tab.nav-pills .nav-link.active img,
.cryp-nav-tab.nav-pills .show>.nav-link img {
    filter: grayscale(0);
}

.cryp-nav-tab.nav-pills .nav-link {
    color: #afafaf;
    background: #f3f5f6;
    border-radius: 5px;
    padding: 8px 15px;
    width: 100%;
    text-align: left;
}

.cryp-nav-tab.nav-pills .nav-link img {
    filter: grayscale(1);
    width: 55px;
}

.cryp-qr-grid {
    display: flex;
    justify-content: space-between;
}

.qr-details {
    padding: 10px 10px;
}

.qr-font-1 {
    color: #8899a4;
    font-size: 10px;
    line-height: 10px;
    display: block;
}

.qr-font-2 {
    color: #000;
    font-size: 10px;
    line-height: 10px;
    display: block;
}

.qr-font-3 {
    color: red;
    font-size: 10px;
    padding: 10px 0px;
    line-height: 10px;
    display: block;
}

.qr-font-4 {
    color: #8899a4;
    font-size: 10px;
}

.qr-font-5 {
    color: #000;
    font-size: 10px;
    line-height: 10px;
    padding-left: 4px;
}

.cryp-qr-btn {
    width: 100%;
    background: #f3f5f6;
    color: #8899a4;
    border-radius: 10px;
    text-align: center;
    padding: 5px 15px;
    font-size: 10px;
}

.crypto-reminder {
    border-radius: 10px;
    border: 1px solid #dbe0e4;
    color: #8899a4;
    font-size: 10px;
    padding: 10px 10px 1px;
    margin: 20px 0 10px;
}

/* withdrawal page */
.withdraw-alert-grid {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #8899a4;
}

.withdraw-alert-grid p {
    margin-bottom: 0px;
    padding-left: 4px;
}

.wd-exchange-detail {
    align-items: center;
    display: grid;
    grid-template-columns: 50% 40% 10%;
    margin: 10px 0px;
}

.info-title,
.info-chain {
    display: block;
    color: #8899a4;
    font-size: 11px;
}

.info-rate {
    font-size: 11px;
    color: #000;
}

.info-gurantee,
.info-expired {
    display: block;
    color: #000;
    font-size: 12px;
}

.wdd-add-modal .modal-body {
    background: #f3f5f6;
}

.wdd-add-modal .modal-content {
    position: relative;
    text-align: center;
}

.wdd-add-modal .close-btn-round {
    position: absolute;
    right: -3px;
    top: 37%;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0 0 0.03rem #6c6c6c);
    color: #000;
    z-index: 2;
}

.failed-message i {
    color: red;
    font-size: 20px;
}

.failed-message {
    font-size: 15px;
}

/* transfer page */
.transfer-balance-show {
    align-items: center;
    background: #f3f5f6;
    cursor: pointer;
}

.balance-btn {
    text-align: center;
}

.balance-btn a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
}

#balance-collapse .card {
    border: transparent;
}

.balance-btn a.collapsed i {
    transform: rotate(0deg);
    transition: .3s;
}

.balance-btn a i {
    transform: rotate(180deg);
    transition: .3s;
}

.balance-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.balance-left {
    width: 40%;
}

.balance-right {
    display: flex;
    width: 70%;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
    line-height: 15px;
}

.weekly-title {
    font-size: 12px;
    color: #0f161f;
}

.weekly-amount {
    font-size: 12px;
    color: #0170e3;
}

.transfer-dropdown .dropdown-toggle {
    background: #f3f5f6;
    border-radius: 20px;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transfer-dropdown {
    text-align: end;
    place-self: end;
}

.weekly-total-container {
    text-align: end;
    display: flex;
    flex-direction: column;
}

.weekly-rotate {
    color: #0a8ac0;
}

.weekly-info i {
    color: #c7d2d7;
}

.balance-body {
    padding-top: 20px;
}

.balance-cat {
    margin-bottom: 40px;
}

.balance-cat-title {
    font-size: 13px;
    padding-bottom: 5px;
}

.balance-cat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.cat-box {
    background: #f3f5f6;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px 5px 15px 5px;
    position: relative;
}

.cat-avatar {
    align-items: center;
    display: flex;
}

.cat-avatar img {
    width: 30px;
}

.pi-content {
    padding-left: 8px;
    line-height: 15px;
}

.pi-name {
    font-size: 13px;
    color: #000;
    display: block;
}

.pi-balance {
    font-size: 13px;
    color: #0170e3;
    display: block;
}

.cat-turnover {
    background: #fff;
    font-size: 11px;
    text-align: center;
    color: #8899a4;
    margin-top: 5px;
    padding: 5px 10px;
    border-radius: 10px;
}

.cat-all-in-btn {
    align-items: center;
    background: #e8e8e8;
    color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    font-size: 13px;
    left: 15%;
    margin: auto;
    position: absolute;
    top: 90%;
    width: 100px;
}

.transfer-select-grid {
    display: grid;
    grid-template-columns: 75% 15% 5%;
    gap: 3px;
    background: #fff;
    padding: 4px 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.transfer-btn {
    text-align: center;
}

.transfer-btn a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

#transfer-collapse .card,
#transfer-collapse-1 .card {
    border: 1px solid #d7d7d7;
    background: #f3f5f6;
}

.transfer-btn a.collapsed i {
    transform: rotate(0deg);
    transition: .3s;
}

.transfer-btn a i {
    transform: rotate(180deg);
    transition: .3s;
}

.transfer-name,
.transfer-select-grid i {
    color: #8899a4;
}

.transfer-value {
    color: #0071e3;
}

/* forgot pass page */
.fp-verify {
    position: absolute;
    right: 5px;
    top: 4px;
    max-width: 60px;
}

/* end forgot pass page */

/* 17/10/2024 */
.password-criteria {
    display: none;
    background: #fff;
    color: #000;
    border: 1px solid #0071e3;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
}

.password-criteria ul {
    list-style-type: none;
    padding: 0;
}

.password-criteria .valid {
    color: green;
}

.password-criteria .invalid {
    color: red;
}

/* 19/11/2024 */
.prod-swiper .swiper-slide img {
    border-radius: 10px;
}


@media only screen and (max-width:768px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
}

@media only screen and (max-width:660px) {
    .msg-amount.account {
        right: 26%;
    }
}

@media only screen and (max-width:400px) {
    .menu-burger img {
        width: 30px;
    }

    .menu-dropdown .dropdown-toggle {
        padding: 4px 11px;
    }

    .menu-time {
        font-size: 8px;
    }

    .modal.left .modal-dialog {
        width: auto;
    }

    .menu-title {
        font-size: 15px
    }

    .about-dropdown .dropdown-toggle {
        font-size: 12px;
    }

    .dl-prov-name {
        font-size: 9px;
    }

    .dl-ios-btn {
        font-size: 12px;
    }

    .dl-and-btn {
        font-size: 12px;
    }

    .about-dropdown .dropdown-toggle {
        width: 120px;
        display: flex;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        justify-content: space-between;
        align-items: center;
    }

}