@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    font-size: 14px;
    margin: 0 auto;
    color: #ffffff;
    background-color: #1d212c;
    position: relative;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #fde403;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

select:focus-visible {
    outline: unset;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

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;
    color: #fff;
}

a:hover,
a:focus {
    text-decoration: none;
    color: unset;
}

img {
    max-width: 100%;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #fff;
    width: 100%;
}

button {
    border: none;
    color: #fff;
}

button:focus {
    outline: unset;
}

/*Modal*/

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
    max-width: 100%;
    min-height: calc(100vh - 0px);
}

.modal.modal-left.show .modal-dialog,
.modal.modal-right.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
    height: calc(100vh - 0px);
    overflow-y: auto;
    border-radius: 0px;
    background: #1d212c;
    border: none;
}

.modal.modal-left .modal-dialog {
    transform: translate(-100%, 0);
    margin: 0px auto 0 0;
}

.modal.modal-right .modal-dialog {
    transform: translate(100%, 0);
    margin: 0px 0 0 auto;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}



.container {
    max-width: 1040px;
}

.bg-circle {
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    background-color: #262f43;
    width: 160%;
    height: 171px;
    display: flex;
    position: fixed;
    margin: 0px auto;
    justify-content: center;
    left: -29%;
    right: 0;
    background-size: 100% 100%;
}

.w-wrap {
    position: relative;
    /* display: flex; */
    padding: 0px 15px;
    margin-bottom: 80px;
}

.s-menu-wrap {
    width: 40px;
    min-width: 40px;
    height: 100%;
    overflow: auto;
    color: #ffffff;
    overflow-x: hidden !important;
    background: #525151;
    padding: 20px 0px;
    position: fixed;
    left: 0px;
}

.s-in-wrap ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
    border-right: 2px solid #fff0;
}

.s-in-wrap ul li a:hover,
.s-in-wrap ul li a.active {
    border-right: 2px solid #f00;
}

.s-in-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*Header*/
.header-wrap {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    height: 62px;
    align-items: center;
    padding: 0px 20px;
}

a.logo-img img {
    height: 30px;
}

a.annou-icon {
    position: relative;
    top: 2px;
    color: #fff;
}

.red-dott {
    position: absolute;
    background: #f00;
    width: 15px;
    height: 15px;
    right: -5px;
    text-align: center;
    border-radius: 50px;
    font-size: 10px;
    top: 0px;
    color: #fff;
}
.bell{
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

.header-banner {
    display: flex;
    /* shown by default */
    animation: slideDown 0.35s ease-out;
    transition: 1.2s;
}

.on-scroll {
    display: none;
    /* hidden by default */

}

.header-onscroll-in {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-onscroll {
    position: sticky;
    background: #262f43;
    z-index: 100;
    top: 0px;
    animation: slideDown 0.35s;
    padding: 5px 20px;
    box-shadow: 0px 1px 6px #086ce6;
}

.header-onscroll-in {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0px;
    align-items: center;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/*footer*/

.footer-wrap {
    position: fixed;
    bottom: 1%;
    display: flex;
    gap: 10px;
    right: 0;
    justify-content: center;
    align-items: center;
    left: 0;
    z-index: 10000;
}

.footer-wrap ul {
    display: flex;
    gap: 19px;
    background: linear-gradient(to right, rgb(73 179 255) 0%, rgb(50 122 255) 100%);
    padding: 2px 20px;
    border-radius: 50px;
    padding-top: 5px;
    /* border: 1px solid #000; */
    box-shadow: 0px 0px 3px 1px #00000014;
}

.footer-wrap ul li a {
    font-size: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
}

.footer-wrap ul a:focus,
.footer-wrap ul a.active {
    color: #262f43 !important;
}

span.f-logo img {
    height: 18px;
    margin: 5px;
}

span.f-logo i {
    font-size: 16px;
    padding: 6px;
}


span.user-img img {
    height: 14px;
}

.user-info .vip-lvl {
    display: flex;
    align-items: center;
    justify-content: end;
    background: none;
    box-shadow: none;
    padding: 0px;
}

.user-img {
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
}

.user-bld {
    font-weight: bold;
    color: #31d6f0;
}

.user-nm {
    font-size: 12px;
    color: #fff;
}

.s-wrap {
    margin-bottom: 10px;
    border-radius: 10px;
}

.s-wrap img {
    background: #f76157;
    border-radius: 10px;
}

.gm-item {
    display: block;
    width: 65%;
}

.gm-item ul {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
    gap: 10px;
    padding-right: 15px;
}



.gm-item ul li {
    color: #fff !important;
    font-size: 11px;
    font-weight: 500;
    padding: 0px;
    position: relative;
    text-align: center;
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.gm-item ul li a {
    border: 1px solid #415167;
    border-radius: 10px;
    padding: 7px;
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
}

.gm-item ul li:first-child a {
    border-bottom: 3px solid #c509e6;
}

.gm-item ul li:nth-child(2) a {
    border-bottom: 3px solid #e2750c;
}

.gm-item ul li:nth-child(3) a {
    border-bottom: 3px solid #07e4da;
}

.gm-item ul li:nth-child(4) a {.gm-item
    ul li: nth-child(3) a;
    border-bottom: 3px solid #f6ff00;
}

.gm-item ul li:nth-child(5) a {
    border-bottom: 3px solid #808edb;
}
.mini-gm {
    display: flex;
    position: relative;
}

.gm-item ul li img {
    max-width: 45px;
    display: block;
    margin-bottom: 0px;
    margin-right: 0px;
}

.btn-mini {
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    border-radius: 10px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    z-index: 1;
}

.mn-info {
    text-align: center;
    font-size: 10px;
}

.mn-sm {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

.mn-sm i {
    color: #fecf24;
    text-shadow: 1px 1px black;
}

.min-info {
    line-height: 10px;
}

span.mn-ico {
    font-size: 26px;
}

.ttl {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0px;
    text-decoration: underline;
    position: relative;
    color: #fff;
}

.grid-gallery {
    /* grid-gap: 10px; */
    /* IE10 */
    display: flex;
    /* IE10 */
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-evenly;
    width: 100%;
}

.grid-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

ul.grid-gallery li {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 48%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.mn-logo img {
    height: 35px;
}

.modal-menu {
    padding-top: 100px;
}

.mn-user {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.mn-ul ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

.mn-ul ul li {
    position: relative;
}

.mn-ul ul li a {
    color: #fff;
    width: 100%;
    display: flex;
    position: relative;
    font-size: 12px;
    align-items: center;
}

.mn-ul ul li a:after {
    position: absolute;
    right: 0px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
}

span.ico-nm {
    color: #48b2ff;
    margin-right: 10px;
    width: 15px;
    display: flex;
}

.btn-log {
    margin: auto;
    margin-top: 15px;
    text-align: center;
    display: block;
    background: none;
    border: none;
    font-size: 12px;
}

/*contact*/
.cont-wrap .modal-body {
    padding: 0px;
}

.contact-header {
    display: flex;
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 6px 0px;
    font-weight: bold;
    align-items: end;
    position: fixed;
}

.btn-close2 {
    position: absolute;
    left: 0px;
    background: none;
    font-weight: bold;
    font-size: 12px;
}

.ttl-modal {
    font-size: 16px;
    color: #fff;
}

.contact-info {
    padding-top: 50px;
}

.contact-info ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    gap: 20px;
}

.contact-info ul li {
    box-shadow: 0px 0px 7px 1px #b7b7b74d;
    min-height: 145px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-info ul li a i {
    font-size: 34px;
    margin-bottom: 10px;
}


/*announce*/
.announce-wrap .modal-body {
    padding: 0px;
}

.modal-announce {
    padding: 0px 15px;
    padding-top: 50px;
    margin-bottom: 80px;
}

.modal-announce li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #48b2ff;
    position: absolute;
    bottom: -11px;
    opacity: 0.3;
}

.table-all {
    width: 100%;
}

.table-all tr th,
.table-all tr td {
    padding: 5px 10px;
}



.announ-info ul {
    list-style: auto;
    padding-left: 25px;
    margin-bottom: 20px;
}

.announ-info ul li {
    list-style: disc;
}

.announ-info ol li {
    list-style: decimal;
}

.announ-info p {
    margin-bottom: 20px;
}

.modal-announce h4 {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #48b2ff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

span.txt-small {
    font-size: 10px;
}

.announce-date {
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid #000; */
    /* margin-bottom: 10px; */
    /* padding: 10px 0px; */
}

/*Balance*/
.bal-wrap .modal-body {
    padding: 0px;
}

.balance-header {
    display: flex;
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 6px 0px;
    font-weight: bold;
    align-items: end;
    position: fixed;
}

.balance-info {
    padding-top: 50px;
    margin-bottom: 80px;
}

.balance-info ul {
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-top: 0px;
    gap: 10px;
}

.balance-info ul li {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #fecf24; */
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 12px;
    box-shadow: 0px 0px 3px 1px #ffe9e933;
}

.bal-txt {
    font-weight: bold;
}

.bal-current {
    text-align: center;
    line-height: 24px;
}

.bl-cr-ttl {
    font-size: 12px;
}

.bl-amt {
    font-size: 26px;
    font-weight: bold;
}

.bl-bnt {
    margin: 15px 0px;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.cnt-txt {
    display: flex;
    align-items: center;
    gap: 10px;
}


.bal-inout button {
    border-radius: 5px;
    padding: 3px 5px;
    width: 45px;
}


button.btn-in {
    background: #17a114;
    color: #fff;
    font-weight: bold;
}


button.btn-out {
    background: #f76157;
    color: #fff;
    font-weight: bold;
}
button.btn-main {
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
}

.bl-bnt button {
    border-radius: 50px;
    padding: 3px 20px;
}

button.btn-all {
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    color: #fff;
}

/*Promo*/
.filter-menu-bar {
    margin: 10px 0;
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 50px;
    padding: 5px;
}

.pmbox {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 15px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}

.pmbox.mixitup-control-active {
    color: #fff;
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    position: relative;
    border-radius: 50px;
}

.filter-menu-bar div.pmbox:nth-child(1) {
    border-radius: 50px;
}

.pm-boxer img {
    background: #ff4845;
    border-radius: 10px 10px 0px 0px;
}

.pm-ttl h4 {
    font-size: 14px;
    font-weight: bold;
}

.pm-boxer_inner {
    padding: 10px;
    /* box-shadow: 0px 0px 1px 1px #000; */
    border: 1px solid #0000001c;
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
}

.pm-boxer_inner_sec {
    display: flex;
    justify-content: center;
}

.moreinfo_btn {
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    border-radius: 50px;
    font-size: 10px;
    padding: 5px 10px;
    font-weight: bold;
}

.promo_intro {
    font-size: 10px;
    height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.pm-boxer {
    margin-bottom: 10px;
    /* box-shadow: 0px 0px 1px 1px #0000001c; */
}

.promo-modal .modal-header {
    display: flex;
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    padding: 6px 0px;
    font-weight: bold;
    align-items: end;
    position: fixed;
    font-size: 16px;
    border-radius: 0px;
    z-index: 10;
    border: none;
}

.promo-modal .modal-body {
    margin-top: 40px;
    font-size: 10px;
    margin-bottom: 80px;
}

.promo-modal .modal-title {
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
}

.promo-modal .btn-close {
    position: absolute;
    right: 10px;
    opacity: 1;
    top: 10px;
    filter: brightness(0) invert(1);
}

.promo-table tr th {
    background: #48b2ff;
    font-size: 10px;
    text-align: center;
    line-height: 10px;
    padding: 10px 0px;
    border: 1px solid #ffffff26;
}

.promo-table tr td {
    border: 1px solid #ffffff26;
    font-size: 10px;
    text-align: center;
}

.gr-title {
    margin-top: 10px;
    font-weight: bold;
}

.grlist ul {
    list-style: disc;
    padding-left: 15px;
}

.grlist ul li {
    list-style: disc;
    margin-bottom: 5px;
}

/*Info*/
.info-header {
    display: flex;
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 6px 0px;
    font-weight: bold;
    align-items: end;
    position: fixed;
    top: 0px;
}

.info-wrap .mn-ul {
    margin-top: 50px;
    /* padding: 0px 15px; */
}

.info-wrap .mn-ul li a:after {
    content: "";
    height: 1px;
    background: #2a4c6c;
    width: 100%;
    position: absolute;
    bottom: -11px;
}

.info-wrap .mn-ul li a {
    padding: 0px 15px;
}

.info-wrap .mn-ul ul li:after {
    position: absolute;
    right: 15px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    top: 0px;
    color: #ffffff;
}

.info-menu-wrapper {
    background: #ffffff80;
    border: 1px solid #ff9933;
    overflow: hidden;
    border-radius: 15px;
    line-height: 1.2;
}

.info-menu-wrapper a {
    color: #000;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 15px;
    border-bottom: 1px solid #ff9933;
    text-align: center;
}

.info-menu-wrapper a:last-child {
    border-bottom: none;
}

.info-menu-wrapper a.active,
.info-menu-wrapper a:hover {
    background: #f93;
}

.info-wrapper h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.info-wrapper p {
    margin-bottom: 25px;
}

.info-wrapper ul li {
    list-style: disc;
}

.info-wrapper ol li {
    list-style: decimal;
}

.info-wrapper ol,
.info-wrapper ul {
    padding-left: 18px;
}

.info-wrapper {
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 500px;
    width: 100%;
    padding: 15px;
}

ol.faq {
    padding: 0 0 0 15px;
}

.about-sec-in {
    display: flex;
    padding-top: 20px;
    width: 76%;
    margin: 0px auto;
}

ol.faq li {
    padding-bottom: 13px;
}

button.btn-tnc {
    background: #48b2ff;
    width: 100%;
    text-align: left;
    font-size: 12px;
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
}

button.btn-tnc.collapsed {
    background: #48b2ff;
    color: #fff;
    font-weight: 400;
}

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;
}

.bank-table tr.trans td {
    background: rgb(255 255 255);
    color: #000;
    border: 1px solid #48b2ff;
    padding: 2px;
}

.bank-table tr.trans1 td {
    background: rgb(255 255 255);
    color: #000;
    border: 1px solid #48b2ff;
    padding: 2px;
}

.bank-table tr.dwbox td {
    background: #48b2ff;
    color: #fff;
    font-weight: 600;
    padding: 2px;
    border: 1px solid #48b2ff;
}

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;
}

.info-wrapper h3 {
    color: #f93;
    margin-bottom: 30px;
}

.info-wrapper2 {
    margin-bottom: 30px;
    min-height: 500px;
    border: 1px solid #f93;
    border-radius: 10px;
}


/*Deposit*/
.af-d-header {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    /* padding-bottom: 0px; */
}

.af-vip-ico img {
    height: 20px;
}

.af-d-h {
    display: flex;
}

.af-d-vip {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: normal;
}

.af-d-amt {
    font-weight: bold;
    font-size: 18px;
}

.af-d-l {
    line-height: normal;
}

.af-d-sml {
    font-size: 10px;
}

.af-vip-txt {
    font-size: 10px;
}

.af-wrap {
    /* z-index: 10; */
    /* position: relative; */
    /* margin: 0px 15px; */
    /* background: #fff; */
    /* border-radius: 15px; */
    /* box-shadow: 0px -4px 3px 1px #00000008; */
    /* padding: 15px; */
    /* color: #000; */
}

.af-wrap-in ul {
    display: grid;
    color: #000;
    justify-content: center;
    gap: 10px;
    grid-template-columns: repeat(2,1fr);
}

.af-wrap-in ul li a {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    box-shadow: 0px 0px 3px 1px #ffe9e933;
    width: 100%;
    border-radius: 8px;
}

.af-wrap-in ul li {
    width: 100%;
}

.af-pay {
    padding: 15px 0px;
}

.af-ttl {
    font-size: 14px;
    font-weight: bold;
    display: inline-flex;
    border-bottom: 1px solid #fff;
}

.af-pay ul li a {
    display: flex;
    color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 3px 1px #ffe9e933;
    border-radius: 8px;
    font-size: 12px;
    justify-content: space-between;
    border: 2px solid #fecf2400;
}

.af-pay ul li a.active {
    border: 2px solid #fecf24;
}

.af-pay ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.af-wrap-in ul li a.active {
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
}

.af-wrap-in ul li a i {
    font-size: 20px;
}

.af-bnk-img img {
    /* filter: brightness(0); */
    height: 21px;
    opacity: 0.7;
}

.af-itm-l {
    display: flex;
    align-items: center;
    gap: 20px;
}

.af-in-content {
    font-size: 14px;
}

.af-ttl-in {
    font-weight: bold;
    padding-top: 10px;
    display: inline-flex;
    border-bottom: 2px solid #7a7a7a;
}

.afterlogin_dep_body {
    margin-top: 15px;
    font-size: 12px;
}

.afterlogin_dep_body .form-control {
    border-radius: 50px;
    font-size: 12px;
    margin-top: 10px;
    border: 1px solid #e1e1e1;
}

.deposit_select_showbank {
    margin: 15px 0px;
    display: flex;
    align-items: center;
}

.table-share tr th {
    background: #48b2ff;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ffffff5c;
}

.table-share tr td {
    padding: 5px;
    border: 1px solid #ffffff5c;
    text-align: center;
}

.add_bank_with_wrap:hover {
    background-color: rgba(222, 227, 240, .15);
}

.addbankdropdown .btn {
    width: 100%;
    color: #000;
    background-color: #ffffff;
    height: 52px;
    border: 1px solid #eaecef;
    border-radius: 0.5rem;
    text-align: left;
    position: relative;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.form_wrap {
    margin-bottom: 15px;
}

.bank_amount_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.bank_amount_grid button {
    background: #48b2ff;
    padding: 5px;
    border-radius: 29px;
}

.icon {
    font-size: 40px;
    font-variation-settings: 'OPSZ' 96, 'FILL' 0.0;

    &.uploading {
        animation: hithere 1s ease infinite;
    }

    &.done {
        animation: bounce 0.6s ease forwards;
    }

    ;
    color: #dadada;
}

#f {
    display: none;
}

@keyframes hithere {
    30% {
        transform: scale(1.2);
    }

    40%,
    60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0%);
    }

    20% {
        transform: translateY(-15%);
    }

    40% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-7%);
    }

    70% {
        transform: translateY(0%);
    }

    90% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}

.af-upload {
    display: flex;
    justify-content: center;
    border: 2px dotted #dadada;
    border-radius: 8px;
    margin-top: 10px;
}

.af-upload label {
    display: flex;
    padding: 10px;
}

.af-upload {
    display: flex;
    justify-content: center;
    border: 2px dotted #dadada;
    border-radius: 8px;
    margin-top: 10px;
}

.af-upload label {
    display: flex;
    padding: 10px;
}

.form_bonus_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
}

.af-content {
    margin-bottom: 50px;
}

.text_bonus_amt_top {
    color: #ed1d49;
    font-weight: bold;
}

.text_bonus_amt {
    font-size: 16px;
    font-weight: bold;
}

.form_wrap label {
    font-weight: bold;
}

.btn-sub {
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    font-weight: bold;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 50px;
}
.submit_btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.success-wrap .modal-content {
    background: #fecf24;
    display: flex;
    align-items: center;
    justify-content: center;
}

.af-payment ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.af-payment ul li a {
    display: flex;
    color: #000000ba;
    padding: 10px;
    box-shadow: 0px 0px 3px 1px #ffe9e933;
    border-radius: 8px;
    font-size: 10px;
    justify-content: space-between;
    border: 2px solid #fecf2400;
    align-items: center;
    justify-content: space-between;
}

.af-pay-wrap {
    padding: 15px 0px;
}

.af-content-py {
    margin-top: 15px;
}

.af-payment ul li a.active {
    border: 2px solid #fecf24;
}

.af-payment ul li a img {
    filter: drop-shadow(0px 1px 1px #000000ba);
    height: 35px;
    display: block;
    margin: 0px auto;
}

.af-payment ul li a p {
    margin-top: 5px;
}

/*USDT*/
.af-usdt ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.af-usdt ul li a {
    display: flex;
    color: #000000ba;
    padding: 10px;
    box-shadow: 0px 0px 3px 1px #ffe9e933;
    border-radius: 8px;
    font-size: 10px;
    justify-content: space-between;
    border: 2px solid #fecf2400;
    align-items: center;
    justify-content: space-between;
}

.af-usdt ul li a.active {
    border: 2px solid #fecf24;
}

.af-usdt ul li a img {
    filter: drop-shadow(0px 1px 1px #000000ba);
    height: 35px;
    display: block;
    /* margin: 0px auto; */
}

.af-usdt ul li a p {
    margin-top: 5px;
    color: #fff;
}

.amt-qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.qr-img img {
    height: 130px;
}

.qr-area {
    border: 1px solid #dadada;
    padding: 10px;

    text-align: center;
    border-radius: 5px;
    width: 100%;
    margin: 15px 0px;
}

.qr-nm {
    color: #2283f6;
    font-size: 12px;
}

.qr-info {
    font-size: 12px;
}

.qr-img {
    margin: 10px 0px;
}

.atten {
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px;
    margin: 15px 0px;
}

.atten img {
    height: 20px;
}

.qr-ttl {
    font-weight: bold;
}

.qr-num {
    background-color: rgba(0, 0, 0, .3);
    min-height: 52px;
    border: transparent;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}

button.btn-copy {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #48b2ff;
    font-size: 22px;
}

.form-max {
    position: relative;
}

button.btn-max {
    position: absolute;
    bottom: 6px;
    right: 10px;
    color: #fff;
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    border: none;
    border-radius: 5px;
    font-size: 12px;
}

button.btn-max:hover {
    background: #c6193d;
}

/*token*/
.af-wrap-all {
    z-index: 10;
    position: relative;
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    border-radius: 15px;
    box-shadow: 0px -4px 3px 1px #00000008;
    padding: 15px;
    color: #fff;
}

.af-bonus {
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    z-index: 10;
    position: relative;
    margin: 10px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 3px #0000000d;
}

.af-bonus-in ul {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.btn_dep {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.btn_dep img {
    height: 20px;
}

.af-bonus-in ul li {
    width: 100%;
}

.point-wrp {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-around;
}

.btn-token {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    gap: 15px;
}

.img-point {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    font-weight: bold;
}

span.tk-colr {
    display: inline-flex;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 8px;
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
}

.img-point img {
    height: 30px;
}

.token-wrap {
    width: 100%;
    margin-bottom: 100px;
}

.token-wrap h5 {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 0px 15px;
    margin-bottom: 30px;
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    border-radius: 50px;
}



/*Successful*/
.success_form i {
    font-size: 110px;
}

.success-in-wrap {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    width: 100%;
    margin-bottom: 100px;
}

.success_form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.success_form h4 {
    font-weight: bold;
    margin-top: 40px;
}

.success_form p {
    margin-top: 15px;
}

.success-btn {
    margin-top: 15px;
}

.success-btn {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
    width: 100%;
    padding: 0px 30px;
}

.btn_login_modal {
    padding: 10px;
    font-size: 14px;
    border-radius: 50px;
    font-weight: bold;
    background: #fff;
    border: 2px solid #fff;
}

.btn-share {
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    border: 2px solid #2a4c6c;
}


/*Bank swiper*/
section.form_afterlogin {
    padding: 15px;
}

.bank-card {
    background: #fecf24;
    border-radius: 8px;
    padding: 15px;
}

.bank-detail-wrap {
    padding: 15px;
}

.bk-nm {
    text-align: end;
    font-weight: bold;
}

.bn-nmb {
    font-size: 22px;
    font-weight: bold;
}

.bk-usr-nm {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    align-items: center;
}

.bk-df {
    background: #f00;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
}

.set-df {
    background: #fff;
    color: #000;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.swiper-slide {
    transition: transform 0.3s ease-in-out;
}

.swiper {
    box-shadow: 0px 2px 14px 3px #0000002b;
    border-radius: 8px;
}

.bank-card.pbe,
.bank-card.hlb {
    background: #d6d4ce;
}

.addbankdropdown .dropdown-menu {
    width: 100%;
    background: #e4e4e4;
}

.addbankdropdown .btn::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 22px;
}

.btn_close {
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    font-weight: bold;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #2a4c6c;
    /* margin-top: 15px; */
}


/*Widthdrawal*/
.af-content-w {
    margin-top: 15px;
}

/*Transfer*/
.trans-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 10px;
    align-items: center;
}

.trs-bx1 {
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    width: 100%;
    padding: 10px;
    border-radius: 8px;
}

.trs-ttl {
    font-weight: 100;
    font-size: 12px;
}
.btn-tre {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    gap: 10px;
}
.btn-max-t {
    color: #fff;
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    border: none;
    border-radius: 5px;
    font-size: 12px;
}
.tranp-wrap .modal-content {
    background: #fecf24;
}

.tranp-wrap  .btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
    filter: brightness(0) invert(1);
    opacity: 1;
}
.wrap-trs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    /* margin-top: 32px; */
    padding: 15px;
    gap: 10px;
}

.btn-trsn {
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    padding: 10px;
    font-weight: bold;
    border-radius: 8px;
    font-size: 12px;
}

.trs-amt {
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    font-size: 12px;
    margin-top: 15px;
}
.trs-bx1 label {
    font-size: 14px;
    font-weight: bold;
}
.wlt-bln {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    border-bottom: 1px solid #000;
    padding-top: 10px;
}
/*History*/
.his-wrap {
    box-shadow: 0px 0px 3px 3px #ffffff0d;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.his-img i {
    font-size: 45px;
    text-align: center;
}

.his-img {
    text-align: center;
}

.his-nm {
    font-size: 16px;
    font-weight: bold;
}
p.st-confirm {
    font-size: 10px;
    font-weight: bold;
}

.his-in-wrap {width: 75%;}

.his-app {
    font-weight: bold;
    font-size: 12px;
    background: #fecf24;
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 27px;
    color: #000;
}
.txt-grn {
    color: #27ce0d;
}
.trs-history ul li {
    margin-bottom: 15px;
}

.txt-yellow {
    color: #fecf24;
}

.txt-red {
    color: #f00;
}

.txt-blue {
    color: #0017ff;
}
.history_table th {
    background: #48b2ff;
    padding: 5px;
    border: 1px solid #ffffff3d;
    text-align: center;
}

.history_table td {
    border: 1px solid #ffffff3d;
    padding: 5px;
    text-align: center;
}
/*Referral*/
.qr-ref img {
    display: block;
    margin: 0px auto;
    height: 150px;
    box-shadow: 0px 0px 4px 3px #0000002e;
    margin-top: 15px;
}
/*MSG*/

.inbox-itm {
    display: block;
    box-shadow: 0px 0px 3px 0px #ffffff2e;
    border-radius: 8px;
    padding: 10px;
}

.inbox-status {
    color: #f00;
    font-weight: bold;
}

.inbox-ttl {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ffffff29;
    padding-bottom: 5px;
}

.inbox-in {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.inbox-dlt {
    display: flex;
    gap: 10px;
    align-items: center;
}
.msg-ttle {
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.msg-content {
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    margin: 0px 30px;
    border-radius: 8px;
    padding: 10px;
}
.msg-content textarea {
    color: #000;
    border: none;
    min-height: 200px;
}
.inbox-status.read {
    color: #0eaa05;
}

.inbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
/*Profile*/
.pro-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

.pro-vip {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 4px 15px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.pro-usr {
    text-align: center;
    font-weight: bold;
}

span.vip-ico {
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 6px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-img img {
    height: 110px;
}
/*index 2nd layout*/
.inx-itm-ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inx-itm-ttl a {
    color: #ffffff;
    /* text-decoration: underline; */
    font-size: 10px;
    background: #283043;
    padding: 3px 5px;
    border-radius: 50px;
}
ul.grid-gallery2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
  ul.grid-gallery2 li a {
    position: relative;
    display: flex;
}
ul.grid-gallery2 img {
    border-radius: 8px;
}

.seemore {

}
a.seemore-wrap {
    border-radius: 8px;
    display: flex;
    background: #c1c1c136;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-size: 10px;
    color: #000;
    font-weight: bold;
}
.ico-img i {
    color: #fff;
    font-size: 20px;
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    padding: 10px;
    border-radius: 8px;
}

.wrap-txt {
    position: absolute;
    font-weight: bold;
    margin: 0px auto;
    left: 0;
    right: 0;
    text-align: center;
}

.w-wrap-product {
    position: relative;
    z-index: 10;
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 7px 1px #ffffff26;
}

a.ico-img {
    position: relative;
    z-index: 15;
}
.product-wrap ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

/*VIP*/
.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 {
    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: rgb(255 255 255 / 25%);
    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/icon/vipbadge_big.png');
    content: "";
    width: 133px;
    height: 160px;
    position: absolute;
    background-size: contain;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.vip-1 img {
    position: absolute;
    background-size: contain;
    top: -10px;
    right: 5px;
    z-index: -1;
    height: 55px;
}

.vip-non {
    height: 103px;
}

.profile_vip_row.vip-non::after {
    content: none;
}

.lvl-lv ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
}

.vip-non .vip-process {
    width: 90%;
    display: flex;
    align-items: self-end;
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    margin: auto;
}

.lvl-lv {
    width: 100%;
    margin-bottom: 15px;
}

h3.vip-ttl {
    font-weight: bold;
    font-size: 14px;
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    line-height: inherit;
    font-style: italic;
    /* padding: 0px 14px; */
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 50px;
}
.vip-current {
    color: #b2c9fc;
}
.lvl-lv ul li {
    /* width: 20%; */
    text-align: center;
}

.vip-process-bar::after {
    content: "";
    background: url("../images/vip/dot.png");
    height: 15px;
    width: 15px;
    position: absolute;
    right: 0px;
    bottom: -6px;
    background-size: 100% 100%;
}

.table_vip_wrap {
    position: relative;
    font-size: 12px;
    background-color: #2d2e35;
    border-radius: 15px;
}

.table_vip_responsive tr:first-child,.table_vip_responsive tr:first-child th.headcol {
    height: 55px;
}

.table_vip_responsive tr td,.table_vip_responsive tr th {
    height: 47px;
}

.table_vip_responsive tr th.headcol {
    display: flex;
    align-items: center;
    margin-top: 0px;
    width: 100%;
    font-weight: 400;
    padding: 10px;
    line-height: 1.3;
    padding-left: 30px;
}

table.vip_table tr td {
    border-left: none;
    text-align: center;
    padding: 10px;
}

.vip_tncbtn {
    background: transparent;
    width: auto;
    text-align: left;
    font-size: 14px;
    padding: 8px 15px;
    color: #ed474b;
    border: none;
    border-radius: 10px;
    position: relative;
    border: 1px solid #485463;
    font-weight: 700;
}

.vip_title_b {
    font-weight: 700;
}

.vip_top_head {
    margin-top: 20px;
    padding: 7px 15px;
    padding: 15px;
}

.table_vip_outwrap {
    padding: 40px 50px;
    background-color: #24262b;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

hr.table_hr {
    border-top: 1px solid #1d5778;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 32%;
}

table.vip_table tr {
    padding: 0 10px;
}

table.vip_table tr td span {
    font-size: 15px;
}

.vip-ico img {
    height: 60px;
}

.border_table_cus {
    border-bottom: 1px solid #1d5778;
}

table.vip_table tr.hr_cus_wrap {
    position: relative;
}

.vip_table_head {
    border-radius: 10px;
    background-color: #37393f;
}

table.vip_table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

table.vip_table tr.vip_colbackground_cus th,table.vip_table tr.vip_colbackground_cus td {
    background-color: #282930;
}

.head_img {
    margin-right: 7px;
    height: 25px;
}

.table_vip_responsive tr th.headcol.headcol_sub {
    font-weight: 900;
    color: #fff;
    font-size: 13px;
}

.vip_tncbtn {
    background: transparent;
    width: auto;
    text-align: left;
    font-size: 14px;
    padding: 8px 15px;
    color: #ed474b;
    border: none;
    border-radius: 10px;
    position: relative;
    border: 1px solid #485463;
    font-weight: 700;
}

.promo-ttl {
    background: linear-gradient(90deg, rgba(30, 86, 119, 1) 0%, #2c2e34 100%);
    border-radius: 15px 15px 0px 0px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.vip-wrap ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.vip-wrap ul li {width: 100%;}

.vip-lvl {
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50px;
    /* box-shadow: 0px 0px 6px #cacaca; */
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    padding: 3px 0px;
    line-height: 17px;
}

.vip-txt {
    color: #ffffff;
}

.table_vip_responsive {
    overflow-x: scroll;
    overflow-y: visible;
    padding: 0;
}

.account-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}

.vip-process-bar {
    position: absolute;
    left: 0px;
    /* top: 4px; */
    height: 4px;
    border-radius: 2px;
    background: #ffffff;
}

.vip_modal .modal-content {
    background: #202a39;
}

ul.vip-tnc {
    padding-left: 20px;
}

ul.vip-tnc li {
    list-style: circle;
    font-size: 14px;
    margin-bottom: 10px;
}

.vip_modal .modal-dialog {
    max-width: 700px;
}

.vip_modal .close {
    color: #fff;
    font-size: 34px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}

.vip_modal h4 {
    border-bottom: 1px solid #fff;
    display: inline-flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.vip-header {
    height: auto;
    padding: 0px;
    position: relative;
    z-index: 10;
}
.vp-wp {
    display: block;
    width: 100%;
    padding: 10px;
}
.lvl-lv ul li img {
    height: 25px;
    display: block;
}
.bg-circle2 {
    /* border-radius: 0 0 50% 50% / 0 0 100% 100%; */
    background-color: #262f43;
    width: 160%;
    height: 340px;
    display: flex;
    position: fixed;
    margin: 0px auto;
    justify-content: center;
    left: -29%;
    right: 0;
    background-size: 100% 100%;
}
.vp-tab ul {
    display: flex;
    border: none !important;
}

.vp-tab ul li {
    width: 50%;
    border: none !important;
}

.vp-tab ul li button {
    text-align: center;
    display: block;
    width: 100%;
    border: none !important;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff !important;
}

.vp-tab {
    margin-top: 11px;
    margin-bottom: 80px;
}
.vp-tab ul li .nav-link.active {
    color: #48b2ff;
}
.vp-tab ul li button.active {
    background: none !important;
    border: none !important;
    border-bottom: 2px solid #48b2ff !important;
    font-weight: bold;
}

.vp-tab ul li button {}

.vp-tab .tab-content {
    margin-top: 15px;
    box-shadow: 0px 0px 3px 1px #00000014;
    border-radius: 10px;
}

.vp-tab ul li button:hover {
    border: none !important;
    border-bottom: 2px solid #48b2ff !important;
    color: #48b2ff !important;
}
.vip-wrap-ul ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

.vip-wrap-ul ul li {
    display: flex;
    margin: 0px auto;
    width: 100%;
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 10px;
    opacity: 0.5;
}

.vip-wrap-ul ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin: 0px auto;
    width: 100%;
}

.vip-wrap-ul ul li a img {
    height: 69px;
}
.vp-br .vip-process {
    width: 100%;
}
.vp-nm {
    font-weight: bold;
    color: #ffffff6e;
}
.vp-nm.active {
    color: #fff;
}
li.vp-br.active {opacity: 1;background: radial-gradient(ellipse at center, rgb(128 149 198) 0%, rgb(55 71 103) 100%);}

.vpop-wrap h5 {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: end;
    gap: 11px;
    padding: 10px;
    border-bottom: 2px solid #fff;
}

.vpop-wrap h5 img {
    height: 35px;
}

.vp-card {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    margin-top: 20px;
    gap: 15px;
    padding: 0px 15px;
}

.col-wrap {
    /* border: 2px solid #fff; */
    height: 134px;
    border-radius: 8px;
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.privilege-item {
    font-size: 12px;
    font-weight: bold;
    line-height: 10px;
}

.vp-pop .modal-content {
    background: #fecf24;
    padding-bottom: 30px;
}

.privilege-value {
    background: linear-gradient(to bottom, rgba(89,167,246,1) 0%, rgba(7,107,230,1) 100%);
    border-radius: 0px 0px 6px 6px;
    font-weight: bold;
}

.privilege-img img {
    filter: brightness(0) invert(1);
    height: 50px;
}

.privilege-img {
    margin-top: 18px;
}

.vip-tips {
    padding: 15px;
    padding-bottom: 0px;
}

.vip-tips h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tips-wrap-inner {
    display: flex;
    background: radial-gradient(ellipse at center, rgb(82 98 135) 0%, rgba(34, 43, 61, 1) 100%);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    align-items: center;
}

.desc-wrap {
    font-size: 12px;
    width: 70%;
}

.thumbnail-wrap img {
    /* height: 65px; */
    max-width: 100%;
    filter: brightness(0) invert(1);
    margin: 0px auto;
    display: block;
}

.thumbnail-wrap {
    width: 30%;
}

.subtitle {
    font-weight: bold;
    display: inline-flex;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.vpop-wrp .content {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
/*download*/
.download-wrap .modal-body {
    padding: 0px;
}

.download-tab {
    padding-top: 45px;
}
.downloadbody {
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
}

.downloadbox img {
    height: 110px;
    display: block;
    margin: 0px auto;
}

.ndl-btn {
    background: #48b2ff;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 3px;
    border-radius: 50px;
    margin-top: 10px;
}
.dl tr th {
    background: #48b2ff;
    text-align: center;
    padding: 5px 0px;
}

.dl {
    margin: 15px;
}

.dl tr td {
    border: 1px solid #48b2ff;
    font-size: 12px;
    padding: 5px;
}
ul.vip-tnc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

ul.vip-tnc li {
    width: 100%;
}

.vp-detail h4 {
    display: inline-flex;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
/*hot*/
.hot {
    position: absolute;
    right: -28px;
    top: -7px;
    transform: rotate(23deg);
}

.hot img {
    height: 27px;
}
.blink-hard {
    animation: blinker 1s step-end infinite;
  }
  .blink-soft {
    animation: blinker 1.5s linear infinite;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
.grid-gallery2 .hot {
    top: -10px;
    position: absolute;
    right: -6px;
}