@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: 14px;
    background: #283858;
    color: #fff;
    max-width: 991px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    cursor: pointer;
    -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%;
}

.t-body {
    overflow: hidden;
    border-bottom: 1px solid #344674;
}

/* header */
.t-header {
    background: #242f4c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    font-size: 12px;
}

.header-logo img {
    max-width: 100px;
}

.header-reg {
    color: #fff;
    background: #7eac2f;
    border-radius: 5px;
    padding: 10px 5px;
}

.header-reg:hover {
    background: #93c738;
    color: #fff;
}

.header-login {
    color: #fff;
    background: #286aa6;
    border-radius: 5px;
    padding: 10px 5px;
}

.header-login:hover {
    background: #3387d1;
    color: #fff;
}

.header-setting:hover i.set {
    transition: 0.9s;
    transform: rotate(180deg);
}

.lang-btn .dropdown-toggle.show i.arrow {
    transition: 0.9s;
    transform: rotate(180deg);
}

.lang-btn .dropdown-toggle i.arrow {
    transition: 0.9s;
    transform: rotate(0deg);
    color: #fff;
}

.lang-btn .dropdown-toggle::after {
    display: none;
}

.lang-btn .btn span,
.lang-btn .btn:hover span,
.lang-btn .btn.show span{    
    background: transparent;
    color: #fff;
    border: transparent;
}

.lang-btn .dropdown-menu {
    color: #000;
    min-width: 40px;
    text-align: center;
}

.lang-btn button {
    font-size: 12px;
    padding: 3px;
}

/* end header */

/* menu bar*/
.top-scrollbar {
    display: flex;
    will-change: scroll-position;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    color: #5c75a2;
    background: #283858;
    border-top: 1px solid #344674;
    border-bottom: 1px solid #344674;
}

.top-scrollbar::-webkit-scrollbar {
    display: none
}

.top-sl-list {
    white-space: nowrap
}

.top-scroll-in {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0px;
    position: relative;
    justify-content: center;
    min-width: 53px;
    padding: 10px 5px;
    text-align: center;
    align-items: center;
    font-size: 11px;
    border-bottom: 2px solid #a71f6700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.top-scroll-in.active {
    color: #fff;
    position: sticky;
    z-index: 1;
    left: 0px;
    right: 0px;
    background: #283858;
}

.top-scroll-in.active:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-image: linear-gradient(229deg, transparent, rgba(0, 0, 0, .1));
}

.top-scroll-in.active .top-sl-icon-bc {
    color: #fff
}

.top-sl-count-bc {
    color: #fff
}

.top-scroll-in.active a {
    color: #fff;
}

p.top-sl-title-bc {
    margin: 0px;
}

.top-sl-title-bc a {
    color: #5c75a2;
}

/* end menu bar */

/* index page */
#index-carousel.carousel .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

#index-carousel .carousel-indicators {
    position: initial;
}

.index-game {
    padding: 0px 10px 20px;
}

.game-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.game-title {
    font-weight: bold;
}

.game-more {
    color: #92a5c6;
    font-size: 13px;
}

.game-more:hover {
    color: #fff;
}

.inx-lby ul {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    justify-content: flex-start;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.inx-lby {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.inx-lby ul li {
    margin: 5px;
}

.inx-lb-wrap {
    width: 160px;
}

.inx-lby ul li:first-child {
    margin-left: 0px;
}

.inx-lb-wrap img {
    border-radius: 10px;
}

/* end index page */

/* footer part*/
.t-footer {
    padding: 10px 10px 60px;
    background: #242f4c;
}

#index-accordion .accordion-item {
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: transparent;
    border: transparent;
}

#index-accordion .accordion-button {
    border-radius: 5px;
    background-color: #344674;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 10px;
}

#index-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

#index-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}

#index-accordion .accordion-body {
    padding: 10px;
}

#index-accordion .accordion-button:focus {
    z-index: 0;
}

.index-abt-wrap a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 5px 0px;
}

.index-trust-wrap {
    color: #fff;
    font-size: 12px;
}

.footer-license {
    padding: 10px 0px;
}

.license-title {
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}

.license-wrap {
    display: flex;
    justify-content: center;
    gap: 7px;
    flex-wrap: wrap;
}

.license-wrap img {
    width: 45px;
}

.footer-app {
    position: relative;
    padding-top: 10px;
    margin: 10px auto 0px;
    text-align: center;
    background: #344674;
    border-radius: 5px;
}

.footer-app-wrap {
    position: absolute;
    max-width: 500px;
    left: 0;
    right: 0;
    bottom: 9%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.footer-app img {
    width: 80%;
}

.footer-apple {
    background: #276aa5;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 25px;
    width: 40px;
    height: 40px;
}

.footer-android {
    background: #7eac2f;
    padding: 5px 0px;
    border-radius: 5px;
    font-size: 25px;
    width: 40px;
    height: 40px;
}

.footer-mobile {
    font-weight: bold;
    padding-left: 15px;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 40% 50% 10%;
    padding-top: 5px;
}

.social-desktop,
.social-box,
.social-18 {
    background: #344674;
    padding: 14px 0px;
    border-radius: 5px;
    height: 40px;
    text-align: center;
    font-size: 12px;
}

.social-box i {
    font-size: 20px;
    padding: 0px 5px;
}

.social-box {
    padding: 10px 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-copyright {
    padding: 20px 0px;
    color: #96a8d0;
    text-align: center;
    font-size: 11px;
}

.footer-copyright div {
    font-size: 13px;
}

.footer-copyright a {
    color: #fff;
    text-decoration: underline;
}

/* endfooter part*/

/* menu bottom */
.menu-btm {
    position: fixed;
    width: 100%;
    max-width: 991px;
    bottom: 0;
    background: #1c243b;
    z-index: 1;
    filter: drop-shadow(0px 0px 1px #96a8d0);
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 5px;
    box-shadow: 0px -3px 5px 0px rgb(150, 168, 208, 0.2);
}

.menu-wrapper a {
    color: #fff;
    font-size: 12px;
}

.menu-wrapper img {
    display: block;
    margin: 0 auto;
}

.btm-wallet {
    background: #276aa5;
    border-radius: 50px;
    padding: 3px;
}

/* end menu bottom */

/* side menu  */
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    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-header {
    background: #242f4c;
    border-radius: 0px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.menu-header-left,
.menu-header-right {
    display: flex;
    align-items: center;
}

.modal.right .modal-content {
    border-radius: 0px;
}

.modal.right .btn-close {
    background: none;
    font-size: 20px;
    color: #276aa5;
}

.header-setting {
    padding: 6px;
    margin-right: 3px;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.header-setting:hover,
.header-setting:active {
    background: #d4dee8;
    border-radius: 5px;
    color: #205583;
}

.header-setting:hover i.set {
    transition: 0.9s;
    transform: rotate(180deg);
}

.drop-setting .dropdown-toggle.show i.arrow {
    transition: 0.9s;
    transform: rotate(180deg);
}

.drop-setting .dropdown-toggle i.arrow {
    transition: 0.9s;
    transform: rotate(0deg);
}

.header-setting.active .setting-dropdown {
    display: block;
}

.header-line {
    border-right: 1px solid #434f69;
    height: 30px;
}

.time-search input {
    background: #f3f8fc;
    border: none;
    color: #92afc8;
    padding: 5px;
    border-radius: 5px;
}

.time-search {
    position: relative;
    padding-bottom: 10px;
}

.time-search i {
    position: absolute;
    top: 6px;
    right: 10px;
}

.time-list {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    border-top: 1px solid #d4dee8;
}

.time-list:hover,
.lang-list:hover {
    background: #d4dee8;
}

.time-country {
    color: #286aa6;
}

.time-utc {
    color: #3f5179;
}

.lang-list {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 10px 5px;
    border-top: 1px solid #d4dee8;
}

.lang-icon img {
    max-width: 30px;
}

.lang-country {
    color: #242f4d;
    border-right: 1px solid #d4dee8;
    padding: 0px 10px;
}

.lang-name {
    color: #242f4d;
    padding-left: 10px;
}

.lang-list:hover .lang-country {
    border-right: 1px solid #242f4d;
}

.drop-setting .btn {
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
}

.drop-setting .dropdown-toggle::after {
    display: none;
}

.drop-setting .dropdown-toggle.show,
.drop-setting .dropdown-toggle:hover {
    color: #205583;
}

.drop-setting .dropdown-menu {
    padding: 10px;
    font-size: 13px;
}

.side-menu-box {
    background: #3e4f79;
    border-radius: 5px;
    padding: 8px;
    font-size: 15px;
    margin: 0px 5px;
    color: #fff;
}

.modal.right .modal-body {
    padding: 10px 0px;
}

.side-content-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d4dee8;
    padding: 8px 10px;
    gap: 20px;
}

.side-content-box.last {
    border-bottom: transparent;
    padding-bottom: 0px;
}

.side-icon {
    color: #276aa5;
    background: #e3ecf6;
    border-radius: 50px;
    padding: 7px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.side-icon.promo {
    color: #7eac2f;
}

.side-name {
    color: #3574ab;
}

.side-content-title {
    background: #d4dee8;
    color: #3574ab;
    padding: 5px 10px;
}

.side-content-box img {
    width: 22px;
}

.set-drop-title {
    color: #205583;
    padding-bottom: 5px;
}

.set-line {
    border-bottom: 1px solid #d4dee8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.set-line input {
    padding: 0px 10px;
}

.market-wrap {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d4dee8;
    margin-bottom: 10px;
}

.market-full {
    background: #d4dee8;
    color: #276aa5;
    padding: 6px 10px;
    width: 50%;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.market-short {
    background: #276aa5;
    color: #fff;
    padding: 6px 10px;
    width: 50%;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.save-btn {
    width: 100%;
    background: #7eac2f;
    border-radius: 5px;
    color: #fff;
    padding: 6px 10px;
    text-align: center;
    display: block;
}

.save-btn:hover {
    background: #93c738;
    color: #fff;
}

.side-setting-wrap {
    padding: 10px;
    color: #3574ab;
}

/* end side menu  */

/* categories page */
.cat-title {
    display: block;
    color: #fff;
    background: #4c5e8c;
    padding: 10px;
}

.cat-title i {
    padding-right: 10px;
}

.cat-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.cat-box {
    background: #344674;
    padding: 15px 0px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.cat-box i {
    font-size: 35px;
    padding-bottom: 10px;
}

.cat-box img {
    width: 40px;
    padding-bottom: 10px;
    filter: brightness(0) invert(1);
}

/* end categories page */

/* promotion page */
.mix {
    display: none;
}

.filter-menu-bar {
    margin: 10px 0;
    background-color: #344674;
    /* display: flex;
    justify-content: space-between; */
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.1);
    position: relative;
}

.pmbox {
    display: inline-block;
    text-align: center;
    background: none;
    color: #6079a7;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
}

.pmbox.active {
    color: #fff;
    background: #242f4c;
    position: relative;
    border-bottom: 2px solid #7eac2f;
    margin: 3px;
}

.promo-content {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(1, 1fr);
}

.pm-boxer {
    display: block;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 10px 10px;
    color: #000000;
}

.pm-boxer_inner {
    display: grid;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-top: 10px;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
}

.promo-modal .modal-content {
    color: #fff;
    background: #242f4c;
}

.promo-modal .btn-close {
    color: #fff;
}

.promo-modal .modal-header {
    border-bottom: none;
}

table.promo-table {
    margin-bottom: 10px;
    font-size: 15px;
}

table.promo-table tr th {
    background: #242f4c;
    padding: 4px;
    border: 1px solid #fff;
    font-size: 13px;
    text-align: center;
}

table.promo-table tr td {
    border: 1px solid #fff;
    font-size: 12px;
    text-align: center;
}

.pm-detail {
    background: #344674;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
    color: #fff;
    padding: 10px;
}

/* promotion page end */

/* lotto page */
.lotto-box {
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 10px;
}

.lotto-ply-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10%;
    width: 40%;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    background: #7eac2f;
    border-radius: 5px;
    padding: 10px 15px;
}

.lotto-ply-btn:hover {
    background: #93c738;
    color: #fff;
}

/* end lotto page */

/* sport page */
.prod-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.slots-prod {
    margin: 5px;
    position: relative;
}

.prod-detail {
    background: #344674;
    padding: 5px;
    border: 1px solid #3e4f79;
    display: flex;
    justify-content: space-between;
}

.slots-prod-overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s linear;
}

.slots-prod:hover .slots-prod-overlay {
    opacity: 1;
}

.slots-play-btn {
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.slots-play-wrap {
    width: 6.25em;
    height: 6.25em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.slots-play-wrap::before,
.slots-play-wrap::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 5.625em;
    height: 5.625em;
    border-radius: 50%;
}

.slots-play-wrap::before {
    border-left: 0.1875em solid #fff;
    border-top: 0.1875em solid transparent;
    border-bottom: 0.1875em solid transparent;
    border-right: 0.1875em solid #fff;
    animation: spin 1.5s infinite linear;
}

.slots-play-wrap::after {
    border-right: 0.1875em solid transparent;
    border-top: 0.1875em solid #90c534;
    border-bottom: 0.1875em solid #90c534;
    border-left: 0.1875em solid transparent;
    width: 4.5em;
    height: 4.5em;
    top: 15%;
    left: 11%;
    animation: spin-reverse 1.5s infinite linear;
}

/* end sport page */

/* slots page */
.slot-main {
    padding: 0px 10px;
}

.list-prod .swiper-container {
    z-index: 0;
}

.swiper_wrap.list-prod {
    position: relative;
    text-align: center;
    background: #304068;
    padding: 10px 0px;
    height: 80px;
}

.list-prod .swiper-button-next {
    background: none !important;
    right: 0;
}

.list-prod .swiper-button-prev {
    background: none !important;
    left: 0;
}

.list-prod .swiper-button-next:after,
.list-prod .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.swiper-slide i {
    font-size: 30px;
}

.list-prod .swiper-slide .slot-list {
    cursor: pointer;
    color: #586f9b;
}

.list-prod .swiper-slide .slot-list img {
    filter: grayscale(1);
    max-width: 55px;
    padding: 5px 0px;
}

.list-prod .swiper-slide .slot-list:hover {
    color: #fff;
}

.list-prod .swiper-slide.active .slot-list {
    color: #fff;
}

.list-prod .swiper-slide.active .slot-list img,
.list-prod .swiper-slide .slot-list:hover img {
    filter: grayscale(0);
}

.list-prod .nav {
    flex-wrap: nowrap;
}

.slot-tab-content {
    padding: 10px 0px;
}

.slot-list-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin-reverse {
    100% {
        -moz-transform: rotate(-360deg);

    }
}

@-webkit-keyframes spin-reverse {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.slot-play-btn {
    color: #fff;
    position: absolute;
    bottom: 20%;
    right: 0;
    left: 0;
    text-decoration: underline;
}

.slot-play-btn:hover {
    color: #90c534;
    text-decoration: underline;
}

.slots-play-btn i {
    font-size: 30px;
}

.slot-star {
    position: absolute;
    top: 10px;
    left: 10px;
}

.slot-star:hover {
    color: #90c534;
}

/* slot page end*/

/* register page */
.reg-wrap {
    display: grid;
}

.reg-left {
    background: #3e4f79;
    border-radius: 10px;
    margin: 10px;
}

.step-form {
    padding: 10px;
}

.step-nav {
    display: flex;
    padding: 0;
    margin: auto;
    list-style: none;
    justify-content: space-between;
    border-bottom: 0;
}

.step-nav li {
    position: relative;
}

.step-nav a {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50% !important;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #283556;
    position: relative;
    z-index: 0;
}

.step-nav.nav-pills a.nav-link {
    background: #334573;
}

.step-nav.nav-pills a.nav-link:hover {
    color: #fff;
}

.step-nav .nav-item.show a,
.step-nav a.active {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    background: #0070c1;
    color: white;
    position: relative;
}

.step-nav .nav-item.show a:last-child,
.step-nav a.active:last-child {
    background: #276aa5;
}

.step-nav li:nth-child(1):before {
    content: "";
    width: 200px;
    height: 2px;
    background: #222222;
    position: absolute;
    top: 50%;
    left: 97%;
}

.step-nav li:nth-child(2)::before {
    content: "";
    width: 120px;
    height: 2px;
    background: #222222;
    position: absolute;
    top: 50%;
    left: 97%;
}

.step-nav li:nth-child(3)::before {
    content: "";
    width: 80px;
    height: 2px;
    background: #222222;
    position: absolute;
    top: 50%;
    left: 97%;
}

.step-nav li:nth-child(4):before {
    display: none;
}

.reg-text {
    color: #fff;
    font-size: 13px;
}

.next-btn {
    color: #fff;
    background-color: #7eac2f;
    border-radius: 5px;
    border: none;
    width: 100%;
    padding: 10px 5px;
}

.verify-btn,
.submit-btn {
    color: #fff;
    background-color: #7eac2f;
    border-radius: 5px;
    border: none;
    width: 50%;
    padding: 10px 5px;
    text-align: center;
}

.depo-btn {
    color: #fff;
    background-color: #586f9b;
    border-radius: 5px;
    border: none;
    width: 50%;
    padding: 10px 5px;
    text-align: center;
}

.reg input,
.reg select {
    background: none;
    border: none;
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid #5a0e50;
    font-size: 12px;
}

.reg input:focus,
.reg select:focus {
    background: none;
    color: #ffff;
}

.reg input::placeholder {
    color: #fff;
}

.otp-input {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.reg-box {
    margin-top: 15px;
}

.reg-text {
    padding-bottom: 5px;
}

.asterisk {
    color: red;
}

.reg-form-box input {
    background: #242f4c;
    border: none;
}

.reg-18 {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 10px;
}

.reg-18-text {
    font-size: 12px;
    padding-left: 10px;
}

.reg-18-text a {
    color: #e56710;
}

.reg-back-btn {
    background: #334573;
    color: #fff;
    border-radius: 20px;
    margin-right: 20px;
    margin-right: 20px;
    justify-self: center;
    padding: 10px 17px;
}

.reg-step-2-wrap {
    display: grid;
    align-items: center;
    grid-template-columns: 20% 80%;
    padding-top: 20px;
}

.reg-right {
    background: #3e4f79;
    border-radius: 10px;
    margin-left: 10px;
    text-align: center;
    padding: 10px;
}

/* end register page */

/* login page */
.forget-pass {
    padding-top: 15px;
    text-align: center;
}

.forget-pass a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}

/* end login page */

/* about us page  */
.about-content {
    padding: 10px;
}

.about-content {
    color: #fff;
    font-size: 12px;
}

.about-content h5 {
    font-size: 15px;
}

/* end about us page  */

/* banking page */
.bank-table tr.trans td {
    background: rgb(255 255 255 / 50%);
    color: #000;
    border: 1px solid #242f4d;
    padding: 2px;
}

.bank-table tr.trans1 td {
    background: rgb(255 255 255);
    color: #000;
    border: 1px solid #242f4d;
    padding: 2px;
}

.bank-table tr.dwbox td {
    background: #242f4d;
    color: #fff;
    font-weight: 600;
    padding: 2px;
}

/* end banking page */

/* tnc page */
button.btn-tnc {
    background: #344674;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: #344674;
    color: #fff;
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 5px;
}

.tnc-body {
    background: rgb(225 225 225 / 30%);
    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 */

/* contact page */
.contact_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

.contact_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.contact_wrapper_inn {
    position: absolute;
    margin-top: 37px;
}

.contact_wrapper_inn p {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px;
}

.contact_wrapper_inn span {
    font-size: 14px;
    font-weight: 600;
}

/* end contact page */

/* afterlogin page */
.t-header.afterlogin {
    font-size: 11px;
}

.afterlogin .header-right {
    display: flex;
}

.afterlogin_wrap {
    margin: 0 auto;
    padding: 10px;
}

.afterlogin_wrap h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    padding: 20px 0;
}

.afterlogin_inn_wrap {
    display: grid;
    grid-template-columns: minmax(260px, 1fr);
    gap: 10px;
}

.afterlogin_inn_wrap.afterlogin_inn_wrap_custom {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
}

.depwith_wrapbtn {
    background-color: #0000004d;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border-color: #dee3f026;
}

.depwith_wrapbtn a {
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    background-color: #dee3f026;
    color: #ecf1ffb3;
    border-color: #0000004d;
    width: 100%;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-align: center;
}

.depwith_wrapbtn a.active {
    color: #ffffff;
    background-color: #ed0000;
}

.depwith_wrapbtn_left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: 3px;
}

.depwith_wrapbtn_right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.afterlogin_dep_head {
    background-color: #242f4d;
    padding: 1.25rem 2.25rem;
}

.afterlogin_dep_headbody_wrap {
    overflow: hidden;
    border-radius: 1rem;
    margin-top: 20px;
}

.afterlogin_dep_headbody_wrap.afterlogin_dep_headbody_wrap_custom {
    overflow: hidden;
    border-radius: 1rem;
    margin-top: 0;
}

.head_col_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_col_1 span {
    font-weight: 600;
}

.trans_btn {
    background-color: #35383d;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 12px;
}

.head_bal {
    font-size: 30px;
    font-weight: 700;
}

.head_bal span {
    color: #2283f6;
}

.afterlogin_dep_body {
    background-color: #24262b;
    padding: 15px;
}

.afterloginbody_step_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.afterloginbody_step_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.afterloginbody_step_bottom span {
    flex: 1 1 0%;
    font-size: 13px;
}

.afterloginbody_step_bottom span:first-child {
    text-align: left;
}

.afterloginbody_step_bottom span:nth-child(2) {
    text-align: center;
}

.afterloginbody_step_bottom span:nth-child(3) {
    text-align: right;
}

.afterloginbody_step_bottom span.stepcus {
    text-align: right;
}

.step_bullet {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background-color: #dee3f026;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_bullet.active {
    background-color: #ed0000;
}

.step_line {
    height: 3px;
    background-image: linear-gradient(269.99deg, #383a40 1.25%, rgba(46, 49, 54, 0) 101.67%);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    flex: auto;
}

.step_line.active {
    background-image: linear-gradient(270deg, #ed0000 29.61%, rgba(28, 201, 128, 0) 101.68%);
}

.deposit_body_notis {
    background-color: #242f4d;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    margin-top: 20px;
    padding: 6px;
}

.deposit_body_notis_leftcolor {
    width: 170px;
    position: absolute;
    background-image: linear-gradient(89.78deg, #1f5999 4.36%, rgba(41, 106, 173, 0) 99.77%);
    left: 0;
    top: 0;
    border-radius: 8px;
    height: 100%;
}

.dep_notisicon {
    width: 32px;
    height: 32px;
    margin-right: 4px;
}

.deposit_body_notis_content {
    display: flex;
    align-items: center;
    font-size: 12px;
    position: relative;
}

.dep_content_warning {
    color: #f4ba00;
}

.deposit_bank_choose_box {
    display: flex;
    background-color: #242f4d;
    border-radius: 8px;
    padding: 0.75rem;
    color: #fff;
    align-items: center;
}

.deposit_bank_choose_box:hover {
    background-color: #36383e;
}

.deposit_bank_choose_box img {
    width: 84px;
    border-radius: 5px;
    margin-right: 10px;
}

.deposit_bank_choose_box span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.deposit_bank_choose_box i {
    margin-left: auto;
}

.deposit_bank_choose_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3px 0px;
    margin-top: 25px;
}

.afterlogin_inn_wrap_faqbody {
    padding: 1rem;
    background-color: #24262b;
    border-radius: 1rem;
    height: 100%;
}

.dep_faq_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.mb-0>a {
    display: block;
    position: relative;
}

.mb-0>a:after {
    content: "\f054";
    /* fa-chevron-down */
    position: absolute;
    right: -23px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.mb-0>a[aria-expanded="true"]:after {
    content: "\f078";
    /* fa-chevron-up */
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.afterlogin_inn_wrap_faqaccor .card-header {
    padding: 14px 1.25rem;
    margin-bottom: 0;
    background-color: #242f4d;
    border-bottom: #242f4d;
}

.afterlogin_inn_wrap_faqaccor .card-header:hover {
    background-color: #36383e;
}

.afterlogin_inn_wrap_faqaccor .card-header a {
    color: #fff;
    font-size: 14px;
    display: flex;
    width: 90%;
    align-items: center;
}

.afterlogin_inn_wrap_faqaccor .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1a1c21;
    background-clip: border-box;
    border: none;
    border-radius: 10px;
}

.afterlogin_inn_wrap_faqaccor .card-header:first-child {
    border-radius: 0px;
}

.afterlogin_inn_wrap_faqaccor .card:first-child .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.afterlogin_inn_wrap_faqaccor .card:last-child .card-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn_dep {
    background-color: #2283f6;
    margin-right: 0;
}

.header_btn_dep {
    display: flex;
    align-items: center;
    background-color: #1a1c21;
    border-radius: 0.5rem;
    padding: 0px 0px 0 5px;
}

.headusericon {
    width: 20px;
    border-radius: 50px;
}

.head_afterlogin_custom .btn_dropup_lang button {
    background-color: #0000004d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 9px;
    border-bottom: 1px solid #dee3f026;
}

.head_afterlogin_custom .btn_dropup_lang {
    margin: 0 5px 0 5px;
}

.head_afterlogin_custom .btn_dropup_lang .dropdown-menu.show {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 0px;
}

.head_afterlogin_custom .btn-secondary:not(:disabled):not(.disabled).active,
.head_afterlogin_custom .btn-secondary:not(:disabled):not(.disabled):active,
.head_afterlogin_custom .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0000004d;
    border-color: #4e555b;
}

.head_afterlogin_custom .btn_dropup_lang .dropdown-menu a {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 7px 11px;
    justify-content: left;
    grid-gap: 0 10px;
    color: #242f4d;
}

.head_afterlogin_custom .btn_dropup_lang .dropdown-menu a i {
    display: block;
    /* margin-right: 8px; */
    font-size: 12px;
    width: 20px;
}

.head_afterlogin_custom .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
}

.head_afterlogin_custom_mobile {
    display: none;
}

.btn_tr {
    background-color: #2d3035;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 7px;
}

.afterlogin_btn_back {
    color: #fff;
    margin-right: 20px;
}

.header_mobile_show {
    display: none;
}

.deposit_select_showbank {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.bank_display {
    width: 82px;
    border-radius: 5px;
    margin-right: 10px;
}

.bank_display_name {
    font-weight: 700;
}

.afterlogin_wrap .form-control {
    background-color: rgba(0, 0, 0, .3);
    /* min-height: 52px; */
    border: transparent;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    color: #fff;
}

.afterlogin_wrap .form_label {
    margin-bottom: 2px;
    font-weight: 700;
}

.afterlogin_wrap .form-control:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid #7eac2f;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #7eac2f;
}

.form_wrap {
    margin-top: 18px;
}

.label_wrap {
    display: flex;
    justify-content: space-between;
}

.form_label_notis {
    font-size: 12px;
}

.bank_amount_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    margin-top: 8px;
}

.bank_amount_grid button {
    width: 100%;
    color: #fff;
    background-color: rgba(222, 227, 240, .15);
    border-radius: 5px;
    padding: 10px;
    border: none;
    font-size: 13px;
    font-weight: 700;
}

.bank_amount_grid button:hover {
    background-color: rgba(222, 227, 240, .3);
}

.form_bonus_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_bonus_amt_top {
    color: #f4ba00;
}

.text_bonus_amt {
    font-size: 17px;
    font-weight: 700;
}

.form_bonus_wrap {
    font-size: 13px;
}

.submit_btn_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
    margin-top: 50px;
}

.submit_btn_wrap button.backbtn {
    background-color: rgba(222, 227, 240, .15);
    height: 52px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    color: #fff;
    border: none;
    font-weight: 700;
}

.submit_btn_wrap button.paybtn {
    background-color: #2283f6;
    height: 52px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    color: #fff;
    border: none;
    font-weight: 700;
}

.submit_btn_wrap_with {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    align-items: center;
    margin-top: 10px;
}

body[data-singlepage="afterlogin"] .mobile_footer {
    padding: 18px 10px 155px 10px;
}

.add_bank_with_wrap {
    color: #2283f6;
    display: flex;
    flex-direction: column;
    height: 112px;
    background-color: #dee3f00d;
    border-radius: 0.75rem;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.add_bank_with_wrap p {
    margin-bottom: 0;
}

.add_bank_with_wrap i {
    font-size: 24px;
    margin-bottom: 10px;
}

.table-share tr th {
    background-color: rgba(0, 0, 0, .3);
    padding: 5px;
}

.table-share tr td {
    padding: 5px;
    border-bottom: 1px solid #636363;
}

.add_bank_with_wrap:hover {
    background-color: rgba(222, 227, 240, .15);
}

.addbankdropdown .btn {
    width: 100%;
    color: #fff;
    background-color: #191b1e;
    height: 52px;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    text-align: left;
}

.addbankdropdown .dropdown-menu {
    width: 100%;
    background-color: #242f4d;
}

.addbankdropdown .dropdown-menu a {
    color: #fff;
    padding: 10px 20px;
    background-color: #242f4d;
}

.addbankdropdown .dropdown-menu a:hover {
    background-color: #36383e;
}

.addbankdropdown img {
    width: 83px;
    margin-right: 10px;
    border-radius: 5px;
}

.afterlogin_dep_body select {
    -webkit-appearance: none;
    appearance: none;
}

.afterlogin_dep_body .select_custom {
    position: relative;
}

.afterlogin_dep_body .select_custom::after {
    content: "\f054";
    font-weight: 900;
    font-size: 0.8rem;
    top: 29%;
    right: 17px;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
}

.history_typebtn a {
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    background-color: #dee3f026;
    color: #ecf1ffb3;
    border-color: #0000004d;
    width: 100%;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-align: center;
}

.history_typebtn a.active {
    color: #ffffff;
    background-color: #ed1d498c;
}

.history_typebtn {
    background-color: #0000004d;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border-color: #dee3f026;
    grid-gap: 4px;
}

.select_form_history {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: end;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.history_table_wrap {
    background-color: #24262b;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 20px;
}

.history_table {
    color: #ecf1ff80;
}

.history_table tr th {
    padding: 10px;
}

.history_table tr td {
    padding: 10px;
}

.history_table tr th:last-child {
    text-align: right;
}

.history_table tr td:last-child {
    color: #f4ba00;
    text-align: right;
}

.history_table tr:nth-child(1) {
    background: linear-gradient(90deg, rgba(30, 86, 119, 1) 0%, rgba(30, 86, 119, 0) 100%) !important;
}

.history_table tr:nth-child(odd) {
    background: #242f4d;
}

.msg_user {
    cursor: pointer;
}

.msg_user:hover {
    color: #fff;
}

.history_table_wrap.history_table_wrap_inbox {
    background-color: #24262b;
    padding: 0;
    border-radius: 10px;
    margin-top: 0;
}

.profile_userimg_wrap {
    background-color: #24262b;
    border-radius: 16px;
    display: flex;
    grid-gap: 20px;
    padding: 10px;
    margin-bottom: 10px;
}

.profile_userimg img {
    border-radius: 100%;
    width: 80px;
    border: 5px solid #dee3f026;
}

.profile_userinfo {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.profileuserinfo_badge {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.profileuserinfo_badge img {
    width: 28px;
}

.profileuserinfo_badge p {
    margin: 0;
    position: absolute;
}

.profile_user_num {
    margin: 0;
    font-size: 21px;
}

.profile_vip_row {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 0;
    background: linear-gradient(294.54deg, rgb(72, 84, 99) 10.77%, rgb(157, 167, 177) 108.33%);
    padding: 5px 12px;
    min-height: 85px;
}

.main-vip {
    /* position: absolute; */
    top: 0;
    left: 7px;
    font-size: 33px;
    background-image: linear-gradient(179.01deg, rgb(229, 240, 254) 8.85%, rgb(171, 182, 196) 85.43%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
}

.vip-process {
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.15);
    width: 70%;
}

.vip-process-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 4px;
    border-radius: 2px;
    background: white;
}

.vipprofile_text {
    font-size: 13px;
}

.profile_vip_row::after {
    background-image: url('../images/afterlogin/vipbadge_big.png');
    content: "";
    width: 133px;
    height: 160px;
    position: absolute;
    background-size: contain;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.profile_content_wrap {
    padding: 1.5rem;
    background-color: #24262b;
    border-radius: 16px;
    margin-top: 10px;
}

.profile_content_wrap_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
}

.profile_content_wrap_rowleft_con {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.profile_content_wrap_rowleft_con p,
.profile_content_wrap_rowleft_con i {
    margin: 0;
    font-weight: 700;
    color: #ecf1ffb3;
}

.profile_content_wrap_rowright_con {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.profile_content_wrap_rowright_con p,
.profile_content_wrap_rowright_con i {
    margin: 0;
    font-weight: 700;
    color: #ecf1ffb3;
}

.hr_profile_line {
    border-top: 1px solid #dee3f00d;
    margin: 2px;
}

.profile_chgpas {
    background-color: #dee3f00d;
    border-radius: 8px;
    color: #ecf1fff0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
}

.profile_chgpas:hover {
    background-color: #dee3f029;
}

.profile_navimenu {
    padding: 1.5rem;
    background-color: #24262b;
    border-radius: 16px;
    margin-top: 1rem;
}

.profile_navimenu_inn {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}

.profile_navimenu_inn a {
    display: grid;
    text-align: center;
    grid-gap: 3px;
    line-height: 1.2;
    align-items: end;
    color: #fff;
}

.profile_navimenu_inn a i {
    font-size: 23px;
}

.amt-box {
    position: relative;
}

.btn-cpy {
    position: absolute;
    right: 16px;
    top: 14px;
    border: none;
    padding: 0px;
    color: #242f4d;
}

.btn-cpy:hover {
    color: #314575;
}

.btn-cpy i {
    color: #fff;
    background: transparent;
}

.qr-code img {
    display: block;
    margin: 0px auto;
    max-width: 150px;
    margin-top: 20px;
}

.dep-step3 {
    max-width: 500px;
    margin: auto;
    margin-top: 40px;
}

.dep-step3 i {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 130px;
    color: #4c5e8c;
    margin-bottom: 10px;
}

.dep-step3 h4 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.dep-step3 p {
    text-align: center;
    color: #c3c3c3;
    font-size: 12px;
}

.dep-step3 .form_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    justify-content: center;
}

.dep-step3 .step3-btn {
    margin: 0px;
    background: #4c5e8c;
    display: block;
    max-width: 150px;
    padding: 7px 0px;
    width: 100%;
    border-radius: 10px;
    border: none;
    color: #fff;
}

.dep-step3 .step3-btn {
    margin: 0px;
    background: #4c5e8c;
    display: block;
    max-width: 150px;
    padding: 7px 0px;
    width: 100%;
    border-radius: 10px;
    border: none;
    color: #fff;
}

/* end afterlogin page */

/* afterlogin header */
.login_btn_container {
    display: flex;
    align-items: center;
}

.btn_container {
    border-radius: 10px;
    font-size: 10px;
    padding: 8px 3px;
    color: #fff;
    font-weight: 600;
    border: none;
    margin: 0 0px 0px 5px;
}

.btn_dropup_lang button {
    background-color: #1c2532;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 19px;
}

.btn_dropup_lang button img {
    margin-right: 12px;
}

.dropup.btn_dropup_lang .dropdown-toggle::after {
    right: 9px;
    position: absolute;
}

.btn_dropup_lang.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn_dropup_lang .dropdown-menu.show {
    display: block;
    width: 100%;
    background-color: #1c2532;
}

.btn_dropup_lang .dropdown-menu a {
    color: #fff;
    padding: 5px 17px;
    display: block;
}

.btn_dropup_lang .dropdown-menu a:hover {
    /* background-color: #36383e; */
    background: #d4dee8;
}

.btn_dropup_lang .btn-secondary:focus {
    box-shadow: unset;
}

.balance-modal .modal-content {
    background: #202a39;
    border-radius: 10px 10px 0px 0px;
}

.balance-modal .modal-body {
    padding: 0px;
}

.balance-modal .close {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #007bff;
    text-shadow: 0 1px 0 #007bff;
    opacity: 1;
    top: -33px;
    position: absolute;
    right: 0px;
    background: none;
    border: none;
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    background: #2b384a;
    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: #ed1d49;
    color: #fff;
    border: none;
}

.bln-all {
    padding: 10px;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 466px;
    padding: 0;
}

.bln-all ul li {
    margin: 3px 0px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    list-style: none;
    background: #151c27;
    border: 1px solid #007bff00;
}

.blc-amt {
    display: flex;
    gap: 20px;
}

.bln-in {
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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: #ed1d49;
    border: none;
    border-radius: 5px;
    color: #fff;
    min-width: 45px;
    padding: 5px;
}

/* end afterlogin header */

/* download page */
ul#download-tab {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.nav-tabs.download-tabs {
    border-bottom: none;
    box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.1);
}

ul.nav-tabs.download-tabs .nav-link {
    border-bottom: 3px solid #4c5e8c;
    border-top: none;
    border-radius: 0;
    color: #fff;
    background-color: #242f4c;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    height: 100%;
}

.nav-tabs.download-tabs .nav-item.show .nav-link,
.nav-tabs.download-tabs .nav-link.active {
    color: #ffffff;
    background: #344674;
    border-bottom: 3px solid #4c5e8c;
}

div#downloadTabContent {
    padding: 20px 0 50px;
}

.dlwrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 15px;
    padding: 10px;
}

.dl-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.play-dl {
    background: #344674;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 55px auto;
    padding: 4px 5px;
}

.play-dl i,
.dl-btn i {
    font-size: 18px;
}

.play-dl:focus,
.play-dl:hover {
    background: #344674;
    color: #fff;
}

.play-dl div {
    align-self: center;
    text-align: center;
}

.play-dl img {
    max-width: 21px;
}

.dl-btn {
    background: #242f4c;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 50px auto;
    padding: 4px 5px;
}

.dl-btn:hover,
.dl-btn:focus {
    color: #fff;
}

.dl-btn div {
    align-self: center;
    text-align: center
}

button.close-modal {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    z-index: 2;
}

button.close-modal:focus {
    outline: none;
    box-shadow: none;
}

.modal-dialog.dl-dialog {
    top: 6%;
}

.modal-content.modal-download {
    padding: 0 15px 15px;
    background: #242f4c;
    color: #fff;
    border: 1px solid #4c5e8c;
    overflow: hidden;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}

table.access-table tr td {
    background: #000000;
    border: 1px solid #4c5e8c;
    color: #fff;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #ECE2D8;
}

.dld-wrap {
    position: relative;
    margin: 0 -15px;
    text-align: center;
}

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    background: #4c5e8c;
    border: 1px solid #4c5e8c;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}

/* end download page */

/* blog page */
.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: #4c5e8c;
    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;
}

.blog-wrap table tr th {
    padding: 10px;
    text-align: center;
}

.blog-wrap table {
    margin-bottom: 20px;
}

.blog-wrap{
    max-width: 1300px;
    margin: 0 auto;
}

.btn-more {
    color: #fff;
    background: #4c5e8c;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
}

/* end blog page */

/* 9/4/2024 */
.tnc-list ol li{
    margin-bottom: 10px;
}

#reg-tnc-modal .modal-body{
    padding: 10px;
}

#reg-tnc-modal ol{
    padding-left: 15px;
}

/* 21/6/2024 */
.announce-wrap {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 10px 10px 5px 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 10px 5px;
}

.ann-icon {
    max-width: 18px;
    position: absolute;
    left: 10px;
    color: #fff;
    padding-bottom: 1px;
}

.ann-bar {
    width: 100%;
}


@media only screen and (min-width: 400px) {
    .top-scrollbar {
        justify-content: space-around;
    }
}