/* section class="home" */
.home {
    margin-top: 125px;
}

/* START header */
.navbar {
    padding: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-width: 768px;
}

.navbar.fixed-top {
    background: #19264b;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);
    min-height: 80px;
    padding: 0;
    left: auto;
    right: auto;
    width: 100%;
}

.navbar.fixed-top .text-animated {
    width: 100%;
    height: 26px;
    color: #FFFFFF;
    background-color: #053B7A;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.navbar.fixed-top .text-animated .text-overflow {
    word-wrap: none;
    position: relative;
}

.navbar.fixed-top .content {
    display: flex;
    min-height: 90px;
}

.navbar.fixed-top .content_logo {
    max-width: 280px;
}

.navbar.fixed-top .content .btn {
    min-width: auto;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar.fixed-top .content .btn.btn-language {
    width: 40px;
    padding: 0;
    margin-right: 0.5rem;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 10px;
    text-align: center;
}

.navbar.fixed-top .content .btn.btn-region {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-right: 0.75rem;
    width: 40px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 10px;
}

.btn-region img {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    object-fit: contain;
}

#switchRegionPopup {
    display: none;
    position: absolute;
    right: -5px;
    top: 50px;
    width: 160px;
    height: auto;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #19264b !important;
    z-index: 9;
}

.switch-region-popup .region-wrap {
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.45);
    padding: 0px 15px;
}

.switch-region-popup .region-wrap.active {
    color: rgba(255, 255, 255, 1);
}

.switch-region-popup .region-wrap img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.navbar.fixed-top .content .btn.btn-login {
    margin-right: 0.5rem;
    color: #FFFFFF;
    border: 1px solid #419BCB;
    border-radius: 10px;
}

.navbar.fixed-top .content .btn.btn-register {
    background-color: #419BCB;
    border-radius: 10px;
}

.navbar.fixed-top .content .btn.btn-login div,
.navbar.fixed-top .content .btn.btn-register div {
    width: 100px;
    font-weight: 700;
    color: #FFFFFF;
    place-content: center;
    height: 100%;
    text-align: center;
}

.btn-currency {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 12px;
    height: 40px;
    margin-right: 0.5rem;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    text-align: center;
}

.btn-profile,
.btn-inbox {
    margin-left: 0.75rem;
    color: #419BCB;
    font-size: 32px;
}

#profilePopup {
    display: none;
    position: absolute;
    right: 5rem;
    top: 5rem;
    padding: 1.5rem;
    width: 240px;
    border-radius: 12px;
    border: 1px solid #00000029;
    background: #053B7A;
    z-index: 9;
}

.user-profile-popup .region-wrap img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.notification-content-box {
    background: linear-gradient(180deg, #5CDFF91a 0%, #2626FD1a 77%, #2626FD1a 100%);
}

.tabs-inbox .tab-list>.tab {
    flex: none;
    padding: 3px 6px;
    height: auto;
    border-right: 1px solid #053B7A;
    filter: grayscale(0);
    color: #053B7A;
    min-width: 50px;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.tabs-inbox .tab-list>.tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true]) {
    opacity: 0.3;
    color: #419BCB;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

.tab :is(label) input {
    cursor: pointer;
    appearance: none;
    opacity: 0;
    position: absolute;
    inset: 0;
}

/* END header */

/* body content */
.main {
    margin-top: 125px;
}

.left-menu {
    color: #419BCB;
}

.left-menu>div {
    margin-bottom: 20px;
    font-size: 16px;
    opacity: 0.5;
    cursor: pointer;
}

.left-menu>div.active {
    opacity: 1;
}

.left-menu i {
    margin-right: 0.5rem;
    width: 25px;
    font-size: 20px;
}

.left-menu-event {
    position: relative;
    display: flex;
    align-items: center;
    margin: 30px 0;
    height: 60px;
    color: #EDEDED;
    background: transparent radial-gradient(#419BCB 0%, #053B7A 100%);
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
}

.left-menu-event a {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.left-menu-event img {
    width: 89px;
    margin-right: -10px;
}

.right-menu a {
    height: 100%;
    display: block;
    cursor: pointer;
}

.right-menu img {
    width: 100%;
}

/* END body content */

.sliderHome .bx-wrapper {
    background: none;
    box-shadow: none;
    margin-bottom: 26px;
}

.sliderHome .bxslider div {
    display: inline-block;
    min-height: 240px;
    border-radius: 20px;
    cursor: pointer;
}

.sliderHome {
    all: unset;
}

.sliderHome .bx-pager {
    padding-right: 20px;
    bottom: 15px;
    text-align: center !important;
}

.sliderHome .bx-pager a {
    background-color: #EDEDED !important;
    width: 18px !important;
    height: 5px !important;
    margin: 0px 2px !important;
}

.sliderHome .bx-pager a.active {
    background-color: #419BCB !important;
    width: 26px !important;
}

/* START data-dom="banner" */
#mainSlider .bx-viewport {
    height: 243px !important;
}

#mainSlider .bxslider li {
    border-radius: 12px;
}

#mainSlider .bximage {
    list-style: none;
    position: relative;
    background-size: unset;
    background-position: center;
    width: 653px;
    background-size: contain;
}

.sliderHome .bx-pager {
    padding-right: 20px;
    bottom: 15px;
    text-align: center !important;
}

/* END data-dom="banner" */

/* START home-top-pick */
.marqueeTopPick {
    overflow: hidden !important;
    width: 100%;
    background: transparent;
}

.marqueeList {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 200% !important;
    gap: 12px;
    animation: scrolling 30s linear infinite;
}

.marqueeList .hotGameWrap {
    flex: 0 0 150px !important;
    width: 150px !important;
    display: flex !important;
    flex-direction: column;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marqueeList:hover {
    animation-play-state: paused;
}

.home-top-pick .badge-error {
    font-size: 10px;
    padding: 2px 8px;
    background-color: rgb(251, 44, 54);
    border-radius: 0.5rem;
}

.home-top-pick-item>div {
    width: 20%;
}

.home-top-pick-item img {
    width: 100%;
}

.home-hot-match-item>div {
    width: calc(100%/ 3);
    background-image: url(../images/main/bg.svg);
}

.home-hot-match-item img {
    width: 20px;
    height: 20px;
}

.home-game-provider-item>div {
    width: calc(100%/ 6);
    height: 64px;
}

.hotGameImg {
    width: 100% !important;
    height: auto !important;
    display: block;

    border-radius: 5%;
    min-width: 119px;
    min-height: 114px;
}

.hotGameCont {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hotGameCont::-webkit-scrollbar {
    height: 6px;
}

.hotGameCont::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.hotGameCont::-webkit-scrollbar-track {
    background: transparent;
}

.hotGameCont>* {
    flex: 0 0 auto;
}

/* END home-top-pick */

/* START home-hot-match */
.hotmatchCard {
    border-radius: 5%;
}
/* END home-hot-match */

/* END blog body content */
.main-blog {
    margin-top: 145px;
}

.blog-tilte-bg {
    width: 730px;
    height: 240px;
    display: flex;
    align-items: center;
    padding-left: 4rem;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 700;
    color: #FFFFFF;
    background-image: url(../images/blog/header-bg.jpg);
}

.faq-bg-grey {
    background-color: #8989891A;
    border-radius: 10px;
}

.faq-bg-grey i.fa-circle-chevron-down {
    position: absolute;
    top: 40%;
    right: 0.5rem;
}

#faq-accordion .collapse {
    background-color: #8989890D;
    border-radius: 10px;
}

#faq-accordion div.button:has(+.collapse.show) .fa-circle-chevron-down {
    transform: rotate(180deg);
}

.blog-bg {
    padding: 30px 70px;
    background: linear-gradient(180deg, #053B7A1A 0%, #2626FD1A 77%, #2626FD1A 100%);
}

/* END blog body content */

/* START Footer */
.footer {
    padding: 40px 0 0;
    font-family: "Roboto";
    color: #74C0FC80;
    background-color: #162441;
    font-weight: 500;
}

.footer-seperator {
    width: 100%;
    border-top: 1px dashed #419BCB;
}

.footer-left-dash {
    border-left: 1px dashed #419BCB;
}

.footer .row>div {
    margin-bottom: 1.5rem;
}

.footer .row .col-3,
.footer .row .col-4,
.footer .row .col-9,
.footer .row .col-12 {
    padding-left: 30px;
}

.footer-title {
    margin-bottom: 1rem;
    color: #74C0FC;
    font-weight: 900;
}

.footer-ul {
    margin-bottom: 0.5rem;
    padding-inline-start: 10px;
    list-style-type: '- ';
}

.footer-ul a {
    color: #74C0FC80;
}

.footer-responsible img {
    height: 50px;
}

.footer-cert img,
.footer-payment img {
    height: 40px;
}

.footer-social i {
    margin-right: 1rem;
    color: #74C0FD;
    font-size: 30px;
    cursor: pointer;
}

/* END Footer */

/* START message_from_b9_modal */
#msgTxtCont {
    min-width: 240px;
}

#msgTxtDesc {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

#msgLogo {
    max-width: 60%;
}

#btnOK {
    background: transparent radial-gradient(#419BCB 0%, #053B7A 100%);
    border-radius: 10px;
    width: 36%;
    place-self: center;
}

/* END message_from_b9_modal */

/* START #pmModal  */
#pmModal .modal[open] .modal-box {
    width: 600px;
}

#promo_modal_content {
    display: flex;
    flex-direction: column;
}

#promo_modal_content .text-sm {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 5px;

    -ms-overflow-style: none;
    scrollbar-width: none;
}

#promo_modal_content .text-sm::-webkit-scrollbar {
    display: none;
}

#promo_modal_content .text-sm::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.promo-modal-content img {
    width: 100% !important;
}

/* END #pmModal  */

#ewallet-tabs .nav-link {
    width: 20%;
    padding: 0.75rem;
    color: #419BCB80;
    background-color: #8989891A;
}

#ewallet-tabs .nav-link.active {
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #419BCB 0%, #053B7A 100%);
}

input.toggle {
    border: 1px solid #419BCB;
    cursor: pointer;
    appearance: none;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 1rem;
    padding: 0.125rem;
    width: 26px;
    height: 16px;
    flex-shrink: 0;
    grid-template-columns: 0fr 1fr 1fr;
    place-content: center;
    transition: color .3s, grid-template-columns .2s;
    display: inline-grid;
    position: relative;
}

input.toggle:checked {
    color: #FFFFFF;
    background-color: #419BCB;
    grid-template-columns: 1fr 1fr 0fr;
}

input.toggle:before {
    aspect-ratio: 1;
    border-radius: 0.5rem;
    content: "";
    height: 100%;
    box-shadow: 0 -1px oklch(0% 0 0 / calc(1 * .1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(1 * .1)) inset, 0 1px color-mix(in oklab, currentColor calc(1 * 10%), #0000);
    background-color: #419BCB;
    background-size: auto, calc(0 * 100%);
    background-image: none, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><filter id='a'><feTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'></feTurbulence></filter><rect width='100%25' height='100%25' filter='url(%23a)' opacity='0.2'></rect></svg>");
    grid-row-start: 1;
    grid-column-start: 2;
    transition: background-color .1s, translate .2s, inset-inline-start .2s;
    position: relative;
    inset-inline-start: 0;
    translate: 0;
}

input.toggle:checked:before {
    background-color: #FFFFFF;
}

#deposit-crypto-method-tabs .nav-item {
    width: 22%;
    flex: none;
}

#deposit-method-tabs button.nav-link,
#deposit-crypto-method-tabs button.nav-link {
    padding: 0.75rem 0;
}

.deposit-form .input {
    position: relative;
    padding: 0.75rem 1.5rem;
}

.deposit-form .input::placeholder {
    color: #053B7A;
    /* opacity: 0.5; */
}

.deposit-form select {
    border-right: 16px solid transparent;
}

.btn-deposit-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    color: #FFFFFF;
    background-image: linear-gradient(270deg, #419BCB 0%, #053B7A 100%);
    opacity: 0.5;
}

.btn-deposit-form.active {
    opacity: 1;
}

.select-bonus-fieldset {
    display: none;
}

.deposit-form .bonus-fieldset:has(input:checked:not([disabled]))~.select-bonus-fieldset {
    display: flex !important;
    flex-wrap: wrap;
}

.dropdown-toggle {
    text-align: left;
}

.dropdown-toggle.active {
    font-weight: 700;
}

.dropdown-toggle::after {
    position: absolute;
    top: 40%;
    right: 1rem;
    font-size: 20px;
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    margin-top: 0;
    padding: 0;
}

.dropdown-item {
    position: relative;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
}

.dropdown-item:hover {
    color: #FFFFFF !important;
    background-color: #053B7A;
}

.input-crypto {
    position: relative;
}

.input-crypto-float {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 85px;
    height: 100%;
    color: #FFFFFF;
    background-color: #419BCB;
    border-radius: 0 0.5rem 0.5rem 0;
    text-align: center;
}

.bt-bank-info,
.crypto-channel-1,
.crypto-channel-1-qr,
.crypto-channel-2,
.crypto-btn {
    display: none;
}

/* withdrawal page */
#withdrawal-method-tabs .nav-item,
#withdrawal-crypto-method-tabs .nav-item {
    width: 20%;
    flex: none;
}

#withdrawal-method-tabs .nav-link,
#withdrawal-crypto-method-tabs .nav-link {
    padding: 0.75rem;
    color: #419BCB80;
    background-color: #8989891A;
}

#withdrawal-method-tabs .nav-link.active,
#withdrawal-crypto-method-tabs .nav-link.active {
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #419BCB 0%, #053B7A 100%);
}

.withdrawal-form .input {
    padding: 0.75rem 1.5rem;
}

.withdrawal-form .input::placeholder {
    color: #053B7A;
    /* opacity: 0.5; */
}

.withdrawal-form select {
    border-right: 16px solid transparent;
}

.input-b92u {
    position: relative;
}

.input-b92u-all-in {
    position: absolute;
    top: 25%;
    right: 1rem;
    padding: 0.25rem 1rem;
    color: #FFFFFF;
    background-color: #419BCB;
    border-radius: 1rem;
    text-align: center;
}

.btn-withdrawal-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    color: #FFFFFF;
    background-image: linear-gradient(270deg, #419BCB 0%, #053B7A 100%);
    opacity: 0.5;
}

.btn-withdrawal-form.active {
    opacity: 1;
}

.withdrawal-notice {
    padding-inline-start: 1rem;
}

/* transfer page */
.transfer-select-float {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0.7rem;
    right: 1rem;
}

.transfer-select-all-in {
    position: relative;
    margin-left: 0.5rem;
    padding: 0.25rem 1rem;
    color: #FFFFFF;
    background-color: #419BCB;
    font-size: 12px;
    border-radius: 1rem;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}

.dropdown-toggle.active .transfer-select-float {
    right: 2.5rem;
}

.dropdown-toggle.active .transfer-select-all-in {
    display: none;
}

/* history page */
.historyTable thead th,
.historyTable tbody td {
    text-align: center !important;
    border: none !important;
    box-shadow: none !important;
}

.historyTable>tbody>tr {
    font-size: 12px;
}

.historyTable>tbody>tr>* {
    padding: 0.75rem 0 !important;
}

.historyTable>tbody>tr:nth-child(even)>* {
    background-color: #edededb3;
}

.historyTable+div .dt-paging .dt-paging-button {
    padding: 0.5rem !important;
    font-size: 12px !important;
    color: #053B7A !important;
}

.historyTable+div .dt-paging .dt-paging-button.current,
.historyTable+div .dt-paging .dt-paging-button.current:hover {
    text-decoration: underline !important;
    background: none !important;
    border: none !important;
}

.historyTable+div .dt-info {
    font-size: 10px;
    color: #053B7A;
}

#profile-tabs .nav-link {
    width: 24%;
    padding: 0.75rem;
    color: #419BCB80;
    background-color: #8989891A;
}

#profile-tabs .nav-link.active {
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #419BCB 0%, #053B7A 100%);
}

.verification-check {
    position: absolute;
    right: -0.5rem;
    bottom: -0.5rem;
    color: #32CD32;
    font-size: 12px;
}

.btn-profile-verify {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 260px;
    height: 100%;
    color: #FFFFFF;
    background-color: #053B7A;
    border-radius: 0 0.5rem 0.5rem 0;
}

.profile-form .profile-legend {
    position: absolute;
    top: -10px;
    left: 10px;
    width: auto;
}

.profile-form .input {
    padding: 0.75rem 1.5rem;
}

.profile-form .select {
    border-right: 16px solid transparent !important;
}

.password-strong>div {
    width: 20px;
    height: 6px;
}

.password-weak {}

.btn-profile-form,
.btn-banking-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #419BCB 0%, #053B7A 100%);
}


#banking-form .table th,
#banking-form .table td {
    border: none;
}

#banking-form .table th {
    border-bottom: 1px solid #419BCB;
}

.banking-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
    color: #FFFFFF;
    background-color: #898989;
}

.add-banking-div {
    display: none;
}

.dropdown-toggle {
    padding: 0.75rem 1.5rem;
    text-align: left;
}

.dropdown-toggle.active {
    font-weight: 700;
}

.dropdown-toggle::after {
    position: absolute;
    top: 40%;
    right: 1rem;
    font-size: 20px;
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    margin-top: 0;
    padding: 0;
}

.dropdown-item {
    padding: 0.75rem 1.5rem;
    cursor: pointer;
}

.dropdown-item:hover {
    color: #FFFFFF !important;
    background-color: #053B7A;
}

.profile-form .input:disabled {
    border: none;
    background-color: #89898926;
}

#inbox-tabs .nav-link {
    padding: 0;
    color: #419bcb80;
    outline: none;
    border: none;
    border-radius: 0;
}

#inbox-tabs .nav-link.active {
    color: #053B7A;
    text-decoration: underline;
}

#nav-activities-tab {
    padding-left: 1rem !important;
    border-left: 1px solid #707070 !important;
}

.inbox-actions-nav {
    padding: 0.5rem 1rem;
    background-color: #F3F3F5;
}

.inbox-table tbody tr {
    border-bottom: none;
    background-color: rgba(22, 36, 65, 0.05);
}

.inbox-table tbody tr:nth-child(2n) {
    background-color: rgba(22, 36, 65, 0.1);
}

.inbox-table tbody tr th {
    padding: 0.5rem 1rem;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #053B7A;
}

.inbox-table tbody tr td {
    padding: 0.5rem 1rem;
    vertical-align: text-top;
}

.inbox-table tbody tr td .checkbox-container .checkbox {
    border-color: #053B7A;
    opacity: 0.3;
}

.inbox-table tbody tr td .checkbox-container .checkbox:checked {
    opacity: 1;
}

.inbox-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
    color: #FFFFFF;
    background-color: #898989;
}

.rebate-record-table,
.rebate-receipt-table {
    width: 100%;
}

.rebate-record-table th,
.rebate-record-table td,
.rebate-receipt-table th,
.rebate-receipt-table td {
    padding: .75rem;
}

.rebate-record-table thead tr {
    background-color: #89898933;
}

.rebate-record-table tbody tr {
    background-color: #8989890D;
}

.rebate-record-table tbody tr:nth-child(even) {
    background-color: #89898926;
}

.rebate-receipt-table thead tr {
    background-color: #419BCB;
}

.rebate-receipt-table tbody tr {
    background-color: #FFFFFF;
}

.rebate-receipt-table tbody tr:nth-child(even) {
    background-color: #F5F5F5;
}

.rebate-receipt-total {
    background-image: linear-gradient(180deg, #419BCB 0%, #053B7A 100%);
}

#refer-tabs .nav-link {
    padding: 0;
    color: #419bcb80;
    outline: none;
    border: none;
    border-radius: 0;
}

#refer-tabs .nav-link.active {
    color: #053B7A;
    text-decoration: underline;
}

#nav-activity-tab {
    padding-left: 1rem !important;
    border-left: 1px solid #707070 !important;
}

.refer-weekly-remark {
    color: #419BCB;
    font-size: 10px;
    line-height: 14px;
    font-style: italic;
}

.refer-earn-bonus-icon {
    width: 80px;
    height: 80px;
}

.refer-code-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #74C0FC33;
}

#copy_referral_code {
    width: 150px;
    border-radius: 0 0.5rem 0.5rem 0;
}

.refer-social-icon {
    width: 50px;
    height: 50px;
}

.refer-activity-record-table {
    width: 100%;
}

.refer-activity-record-table th,
.refer-activity-record-table td {
    padding: .75rem;
}

.refer-activity-record-table tbody tr {
    background-color: #FFFFFFBF;
}

.refer-activity-record-table tbody tr:nth-child(even) {
    background-color: #FFFFFF4D;
}

.voucher-claim-input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 16px;
    border: 1px solid #419BCB;
    border-radius: 10px 0 0 10px;
}

.voucher-claim-btn {
    width: 150px;
    padding: 15px 0;
    border-radius: 0 10px 10px 0;
}

#voucher-tabs .nav-link {
    padding: 0;
    color: #419bcb80;
    outline: none;
    border: none;
    border-radius: 0;
}

#voucher-tabs .nav-link.active {
    color: #053B7A;
    text-decoration: underline;
}

#nav-history-tab {
    padding-left: 1rem !important;
    border-left: 1px solid #707070 !important;
}

.voucher-mini-icon {
    width: 30px;
    height: 30px;
}

.voucher-redeem-btn {
    width: 100px;
}

.voucher-expired-btn {
    width: 100px;
    background-color: #6a7282;
}