@font-face {
    font-family: dinproBlack;
    src: url('../fonts/DIN-Pro-Black.otf');
}

@font-face {
    font-family: dinproBold;
    src: url('../fonts/DINProBold.otf');
}

@font-face {
    font-family: dinproMedium;
    src: url('../fonts/DINProMedium.otf');
}

@font-face {
    font-family: dinproMediumItalic;
    src: url('../fonts/DINProMediumItalic.otf');
}

@font-face {
    font-family: kimberleyBl;
    src: url('../fonts/kimberleyBl.ttf');
}

body {
    background: unset;
}

.protection-td-bg {
    height: 22vw;
}

div.hr {
    height: 8px;
    /* background: #fff no-repeat scroll center; */
    background: rgb(35, 151, 207);
    background: linear-gradient(-90deg, rgba(35, 151, 207, 1) 0%, rgba(42, 76, 128, 1) 100%);
}

div.hr-thin {
    height: 3px;
    /* background: #fff no-repeat scroll center; */
    background: rgb(35, 151, 207);
    background: linear-gradient(-90deg, rgba(35, 151, 207, 1) 0%, rgba(42, 76, 128, 1) 100%);
}

div.hr hr-thin {
    display: none;
}

div.hr hr {
    display: none;
}

.protectionSection {
    background: url('../images/protection/web-bg.png') top / contain no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.protection-item {
    position: relative;
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 20px;
    margin-bottom: 40px;
}

.protectionitemImg {
    border-radius: 5%;
    width: 50%;
}

.protection-item-welcome-bonus {
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 0px;
    margin-bottom: 32px;
}

.protection-item-banner {
    width: 100%;
}

.protection-see-more-btn {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 29%;
    width: 12vw;
    max-width: 150px;
}

.protection-modal-popup {
    display: none;
    position: fixed;
    z-index: 17;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
}

.protection-modal-border {
    position: relative;
    width: 90%;
    margin: 30px auto;
    max-width: 890px;
    padding: 15px;
    padding-bottom: 30px;
    border-radius: 10px;
}

.protection-modal-close {
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 54px;
    padding: 6px 0px;
    border-radius: 2rem;
    border: 4px solid #419bcb;
    color: #419bcb;
    margin: auto;
    margin-top: 66px;
    margin-bottom: -44px;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
}

.protection-modal-box {
    width: 100%;
    background: linear-gradient(360deg, rgba(16, 40, 65, 1) 0%, rgba(65, 155, 203, 1) 100%);
    border-radius: 10px;
    padding: 63px;
    height: auto;
}

.protection-modal-content {
    text-align: left;
    color: white;
    font-family: dinproBlack;
}

.protection-modal-content > h2 {
    text-align: left;
    font-family: kimberleyBl;
    font-size: 34px;
    color: white;
    margin-bottom: 30px;
    line-height: normal;

    /* font-family: dinpro-black;
    font-size: 30px;
    margin-bottom: 20px; */
    background: none;
    padding: unset;
    text-transform: none;
}

.protection-modal-content > h3 {
    text-align: left;
    font-family: kimberleyBl;
    font-size: 34px;
    color: white;
    margin-bottom: 30px;
    line-height: normal;
    background: none;
    padding: unset;
    text-transform: none;
}

.protection-modal-content > ul > li,
.protection-modal-content > ol > li {
    font-family: dinproMediumItalic;
    padding-bottom: 5px;
    text-indent: 0em;
    padding-left: 1em;
}

.protection-modal-content > ul {
    list-style-type: disc;
    padding-inline-start: 2em;
}

.protection-modal-content > ol {
    list-style: decimal;
    padding-inline-start: 2em;
}

.toprightinfo {
    width: 400px;
    height: 34px;
    float: right;
    font: normal 13px/34px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: right;
    padding: 0;
    margin: 0;
}

.protectionIntroText {
    text-align: center;
    padding-bottom: 28px;
    width: 1000px;
    margin: auto;
    line-height: normal;
}

.protectionIntroText > h1 {
    color: #838383;
    font-family: dinproMedium;
    font-size: 24px;
}

.protectionIntroText > h2 {
    color: #2b5b90;
    font-family: dinproBlack;
    font-size: 34px;
    padding-bottom: 10px;
}

.protectionIntroText > h3 {
    color: #2b5b90;
    font-family: dinproBlack;
    font-size: 26px;
    padding-bottom: 10px;
}

.protectionIntroText > p {
    color: #838383;
    font-family: dinproMedium;
    font-size: 16px !important;
    line-height: 22px !important;
}

.faqBg {
    background: url('../images/protection/faq-bg_v2.jpg') top / contain no-repeat;
    background-size: 100% 100%;
    height: 40vw;
    max-height: 450px;
    margin-top: 100px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.faqContentImg {
    background: url('../images/protection/b92u-faq.png') top / contain no-repeat;
    height: 85%;
    width: 60%;
    position: absolute;
    bottom: 0px;
}

.contactUsImg {
    position: absolute;
    bottom: 15%;
    left: 32%;
}

.contactUsImg > a > img {
    width: 14vw;
    max-width: 200px;
}

.faqtitle {
    font-family: dinproBlack;
    /* font-size: 30px;     */
    font-size: 3vw;
    text-align: center;
    /* margin: -303px 123px 31px 0;    */
    position: absolute;
    width: 100%;
    top: 5%;
}

.faqContent {
    width: 50%;
    text-align: justify;
    font-size: 14px;
    padding: 15px;
    height: 100%;
    line-height: normal;
}

.faqContent2 {
    margin-top: -60px;
    width: 50%;
    text-align: justify;
    font-size: 16px;
    padding: 25px;
}

.slider {
    text-align: center;
    position: absolute;
    width: 30%;
    min-width: 450px;
    height: 78%;
    bottom: 6%;
    left: 50%;
}

.slides {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}

.slides::-webkit-scrollbar {
    height: 5px;
    background: grey;
}

.slides::-webkit-scrollbar-thumb {
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}

.slides::-webkit-scrollbar-track {
    border: 0px;
}

#slide-1,
#slide-2 {
    background: linear-gradient(to right, #419bcb 50%, white 50%);
    width: 100%;
    height: 90%;
}

.slides > div {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 300px;
    height: 300px;
    margin-right: 0px;
    border-radius: 10px;
    background: #eee;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
}

.faqh4 {
    font-family: dinproBlack;
    font-size: 16px;
    color: white;
    padding-bottom: 15px;
}

.faqp {
    font-family: dinproMedium;
    font-size: 14px;
    color: white;
}

.faqh4grey {
    font-family: dinproBlack;
    font-size: 16px;
    color: grey;
    padding-bottom: 16px;
}

.faqpgrey {
    font-family: dinproMedium;
    font-size: 14px;
    color: grey;
}

.protectionContent {
    padding: 50px 25%;
    /* padding: 166px 450px; */
}

.protectionContentPadding {
    padding-top: 70px;
}

.protectionContentTtile {
    font-family: dinproBlack;
    font-size: 22px;
    color: #419bcb !important;
    padding-bottom: 15px;
}

.protectionContentParagph {
    font-family: dinproMedium;
    font-size: 16px;
    color: #838383 !important;
}

.protectionContentParagph > a {
    color: #479af5;
}

.protectionContentParagph strong {
    font-weight: bold;
}

.johnterryimg {
    height: 350px;
}

/* b92u */
.b92u-bg {
    background-color: #e1e1e1 !important;
}

.b92u-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}

/* b92u - tabs */
.tabs-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 735px;
    background: linear-gradient(to bottom, #ffffff, #d9d9d9);
    border-radius: 10px;
    margin: 30px auto;
    overflow: hidden;
}

.tabs-wrap .tabs-bullet,
.tabs-wrap .tabs-bullet:hover {
    color: #193b76;
    width: 25%;
    padding: 15px;
    cursor: pointer;
    font-family: dinproBold;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}

.tabs-wrap.my .tabs-bullet,
.tabs-wrap.my .tabs-bullet:hover {
    width: calc(100% / 3);
}

.tabs-wrap.tri-col .tabs-bullet,
.tabs-wrap.tri-col .tabs-bullet:hover {
    width: calc(100% / 3);
}

.tabs-wrap .tabs-bullet.active {
    background: linear-gradient(90deg, #2a5e92 2.23%, #399ed5 100%);
    color: #ffffff;
}

/* b92u - voucher, mtsr, referral */
.b92u-voucher-bg,
.b92u-mtsr-bg,
.b92u-referral-bg {
    background-image: url('../images/b92u/bg-wallet-white.png');
    background-repeat: no-repeat;
    margin: 10px 0px;
}

.b92u-voucher-body,
.b92u-mtsr-body,
.b92u-referral-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    width: 1000px;
    min-height: 440px;
    margin: 0 auto;
}

/* b92u - voucher */
.claim-input {
    display: flex;
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    width: 667px;
    height: 41px;
    margin-top: 38px;
    margin-bottom: 42px;
}

.claim-input input {
    font-style: unset;
    border: none;
    border-radius: 10px 0px 0px 10px;
    padding: 0px 15px;
    width: 543px;
    outline: none;
}

.claim-input .claim-btn {
    background: #419bcb;
    color: #ffffff;
    font-family: dinproBold;
    font-weight: 700;
    outline: none;
    border: none;
    border-radius: 0px 10px 10px 0px;
    width: 124px;
}

.claim-input .claim-btn:hover {
    opacity: 0.88;
}

.voucher-tabs {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.voucher-tabs .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #9d9d9d 0%, #bbbbbb 55.39%, #d6d6d6 100%);
    color: #636363;
    font-family: dinproRegular;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
}

.voucher-tabs .cta-btn:hover {
    opacity: 0.88;
}

.voucher-tabs .cta-btn.active {
    background: linear-gradient(90deg, #2a5c90 0%, #3998cf 55.39%, #3da9e0 100%);
    color: #ffffff;
}

.emptyVoucerRecord,
.emptyMovieTixRecord,
.emptySpecialRewarsdRecord {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: dinproBold;
    font-weight: 700;
    margin: 0 auto;
    padding: 50px;
    width: max-content;
}

.emptyVoucerRecord.flex,
.emptyMovieTixRecord.flex,
.emptySpecialRewarsdRecord.flex {
    display: flex !important;
}

.emptyMovieTixRecord,
.emptySpecialRewarsdRecord {
    background: #f3f3f3;
    width: 100%;
}

.emptyVoucerRecord img,
.emptyMovieTixRecord img,
.emptySpecialRewarsdRecord img {
    height: 144px;
    width: 140px;
}

.b92u-vouchers-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 667px;
}

.b92u-vouchers-container.margin {
    margin-top: 34px;
    margin-bottom: 80px;
}

.b92u-vouchers-container .voucher-box {
    display: flex;
    flex-direction: row;
    background: #f3f3f3;
    color: #111111;
    font-family: dinproMedium;
    font-weight: 500;
    font-size: 12px;
    border: 2px solid #e5e5e6;
    border-radius: 10px;
    width: 48%;
}

.b92u-vouchers-container .voucher-box.inactive {
    opacity: 0.5;
}

.b92u-vouchers-container .voucher-desc {
    background-color: #f3f3f3;
    border-radius: 10px 0px 0px 10px;
    padding: 13px 24px;
    width: 64%;
}

.b92u-vouchers-container .vTitle {
    color: #111111;
    font-family: dinproBold;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 17px;
}

.b92u-vouchers-container .cta-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 36%;
    border-radius: 0px 10px 10px 0px;
}

.b92u-vouchers-container .cta-col.expired img {
    height: 58px;
    width: 89px;
}

.b92u-vouchers-container .claim-btn {
    background: #419bcb;
    color: #ffffff;
    border: none;
    height: 25px;
    width: 66px;
    text-transform: uppercase;
    outline: none;
}

.b92u-vouchers-container .claim-btn:hover {
    opacity: 0.88;
}

#b92u-loginFirst-modal,
#b92u-claimVoucher-modal,
#claim-b92u-voucher-popup,
#claim-b92u-voucher-success-popup,
#b92u-claimTicket-modal {
    background: rgba(0, 0, 0, 0.5) !important;
    position: fixed !important;
    width: 100% !important;
}

#b92u-loginFirst-modal .close-btn,
#b92u-claimVoucher-modal .close-btn,
#claim-b92u-voucher-popup .close-btn,
#claim-b92u-voucher-success-popup .close-btn,
#b92u-claimTicket-modal .close-btn {
    position: absolute;
    right: -14px;
    top: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #399ed5;
    font-size: 20px;
    border-radius: 50px;
    height: 33px;
    width: 33px;
    cursor: pointer;
}

#b92u-loginFirst-modal .modal-dialog,
#b92u-claimVoucher-modal .modal-dialog,
#claim-b92u-voucher-popup .modal-dialog,
#claim-b92u-voucher-success-popup .modal-dialog,
#b92u-claimTicket-modal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

#b92u-loginFirst-modal .modal-content,
#b92u-claimVoucher-modal .modal-content,
#claim-b92u-voucher-popup .modal-content,
#claim-b92u-voucher-success-popup .modal-content,
#b92u-claimTicket-modal .modal-content {
    background: linear-gradient(
        102.18deg,
        #9fa4a9 0%,
        #d8dadc 26.04%,
        #f0f0f1 43.75%,
        #e6e8e9 61.98%,
        #b2b7ba 77.6%,
        #dbddde 100%
    );
    border: none !important;
    border-radius: 10px;
    padding: 4px;
    height: auto;
}

#claim-b92u-voucher-popup .modal-content {
    width: 372px;
}

#b92u-loginFirst-modal .modal-content,
#b92u-claimVoucher-modal .modal-content,
#claim-b92u-voucher-success-popup .modal-content,
#b92u-claimTicket-modal .modal-content {
    width: 592px;
}

#b92u-loginFirst-modal .modal-body,
#b92u-claimVoucher-modal .modal-body,
#claim-b92u-voucher-popup .modal-body,
#claim-b92u-voucher-success-popup .modal-body,
#b92u-claimTicket-modal .modal-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('../images/b92u/white-elegant-texture-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    padding: 0px !important;
}

#b92u-loginFirst-modal .modal-body .mb-title,
#b92u-claimVoucher-modal .modal-body .mb-title,
#claim-b92u-voucher-popup .modal-body .mb-title,
#claim-b92u-voucher-success-popup .modal-body .mb-title,
#b92u-claimTicket-modal .modal-body .mb-title {
    font-family: dinproBold;
    font-weight: 700;
    font-size: 20px;
    background-image: url('../images/b92u/popup-title-bg.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 41px;
    width: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
    padding-bottom: 4px;
}

#claim-b92u-voucher-popup .modal-body .mb-content {
    color: #111111;
    font-family: dinproMedium;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    margin-top: 17px;
}

#b92u-loginFirst-modal .modal-body .mb-content,
#b92u-claimVoucher-modal .modal-body .mb-content,
#claim-b92u-voucher-success-popup .modal-body .mb-content,
#b92u-claimTicket-modal .modal-body .mb-content {
    color: #696969;
    font-family: dinproMedium;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 17px 27px;
}

#claim-b92u-voucher-popup .modal-body .voucher-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid #e5e5e6;
    background: #f3f3f3;
    border-radius: 10px;
    width: 306px;
    padding: 13px 24px;
}

#claim-b92u-voucher-popup .modal-body .voucher-desc {
    width: 60%;
    text-align: left;
}

#claim-b92u-voucher-popup .modal-body .voucher-desc .voucher-title {
    font-family: dinproBold;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 17px;
}

#claim-b92u-voucher-popup .modal-body .voucher-desc > div {
    margin-bottom: 8px;
}

#claim-b92u-voucher-popup .modal-body .voucher-icon {
    width: 40%;
    height: 90px;
    object-fit: contain;
}

#claim-b92u-voucher-popup .modal-body .voucher-summary {
    display: flex;
    flex-direction: row;
    font-family: dinproMedium;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #696969;
    width: 100%;
    margin-bottom: 15px;
}

#claim-b92u-voucher-popup .modal-body .voucher-summary .sLbl {
    color: #229ed9;
    width: 40%;
    text-align: left;
}

#claim-b92u-voucher-popup .modal-body .voucher-summary .sTxt {
    width: 60%;
    text-align: left;
}

#b92u-loginFirst-modal .modal-body .mb-cta-btn,
#b92u-claimVoucher-modal .modal-body .mb-cta-btn,
#claim-b92u-voucher-popup .modal-body .mb-cta-btn,
#claim-b92u-voucher-success-popup .modal-body .mb-cta-btn,
#b92u-claimTicket-modal .modal-body .mb-cta-btn {
    background-image: url('../images/b92u/ok-btn.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 155px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
}

.close-btn:hover,
.modal-body .mb-cta-btn:hover {
    opacity: 0.88;
}

/* b92u - movie ticket */
.deposit-count-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px 0px 44px;
}

.deposit-count-wrap .lblTxt {
    font-family: dinproBold;
    font-weight: 700;
    font-size: 16px;
    margin-right: 20px;
}

.deposit-count-wrap .cta-btn {
    background: #ababab;
    color: #ffffff;
    font-family: dinproBold;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    opacity: 0.5;
    border: none;
    border-radius: 10px;
    padding: 12px;
    width: 124px;
    outline: none;
    cursor: context-menu;
}

.deposit-count-wrap .cta-btn.active {
    background: #419bcb;
    color: #ffffff;
    opacity: 1;
    cursor: pointer;
}

.deposit-count-wrap .cta-btn:hover {
    opacity: 0.88;
}

.codes-table {
    width: 705px;
}

.codes-table .headerRow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #585858;
    color: #ffffff;
    font-family: dinproBold;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    height: 39px;
}

.codes-table .tix-table .tbl-row:nth-child(odd) {
    background: #f3f3f3;
}

.codes-table .tix-table .tbl-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 45px;
    height: 39px;
}

.codes-table .tix-table .tbl-row.hide {
    display: none;
}

.codes-table .tix-table .copy-btn {
    background: #419bcb;
    color: #ffffff;
    font-family: dinproBold;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    height: 25px;
    width: 66px;
    outline: none;
}

.codes-table .tix-table .copy-btn:hover {
    opacity: 0.88;
}

.codes-table-pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    margin-bottom: 40px;
}

.codes-table-pagination ul {
    display: flex;
    flex-direction: row;
}

.codes-table-pagination ul li {
    padding: 0px 8px;
    cursor: pointer;
}

.codes-table-pagination ul li:not(.active):hover {
    opacity: 0.88;
}

.codes-table-pagination ul li.disabled,
.codes-table-pagination ul li.disabled:hover {
    opacity: 0.5;
    cursor: context-menu;
}

.codes-table-pagination ul li.active a {
    background: #585858;
    color: #ffffff;
    cursor: context-menu;
}

.codes-table-pagination ul li a {
    color: #111111;
    text-decoration: none;
    padding: 5px;
}

.tnc-container {
    color: #5e5e5e;
    margin: 40px auto;
    width: 1000px;
}

.tnc-container .tnc-triggerBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: dinproBold;
    font-weight: 700;
    background-color: #193b76;
    color: #ffffff;
    border-radius: 10px;
    height: 34px;
    padding: 0px 20px;
    cursor: pointer;
}

.tnc-container .tnc-triggerBtn i {
    font-size: 20px;
    margin-top: 2px;
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

.tnc-container .tnc-triggerBtn.active i {
    transform: rotate(-180deg);
    transition: transform 0.2s linear;
}

.tnc-container .tnc-body {
    background-color: #f1f1f1;
    font-family: dinproBold;
    font-weight: 700;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.tnc-container .tnc-body ol {
    list-style-type: decimal;
    padding: 24px 40px;
}

.tnc-container .tnc-body ol li {
    margin-bottom: 10px;
}

/* b92u - referral */
.referral-link-box {
    width: 900px;
    margin-top: 49px;
}

.referral-sbox {
    background: #ffffff;
    font-family: dinproMedium;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 30px;
}

.referral-title {
    font-family: dinproBold;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 28px;
}

.referral-link-box .generate-link-input {
    width: 822px;
    height: 41px;
}

.rLink-wrap .col1 .referral-link-input,
.rLink-wrap .col2 .referral-code-input,
.referral-link-box .generate-link-input {
    display: flex;
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 15px;
}

.referral-link-box .generate-link-input input {
    width: 649px;
}

.rLink-wrap .col1 .referral-link-input input,
.rLink-wrap .col2 .referral-code-input input,
.referral-link-box .generate-link-input input {
    font-style: unset;
    font-size: 14px;
    border: none;
    border-radius: 10px 0px 0px 10px;
    padding: 0px 15px;
    outline: none;
}

.referral-link-box .generate-link-input .generate-btn {
    width: 173px;
}

#depoCountErrorMsg {
    display: none;
    color: #ff0012;
}

.rLink-wrap {
    display: none;
}

.rLink-wrap .col1 {
    width: 60%;
}

.rLink-wrap .col2 {
    width: 40%;
}

.rLink-wrap .col1 .referral-link-input {
    width: 468px;
    height: 41px;
}

.rLink-wrap .col1 .referral-link-input input {
    width: 393px;
    color: #968e8e;
}

.rLink-wrap .col1 .referral-link-input .copy-btn {
    width: 75px;
}

.rLink-wrap .col1 .referral-link-input .copy-btn,
.rLink-wrap .col2 .referral-code-input .copy-btn,
.referral-link-box .generate-link-input .generate-btn {
    background: #419bcb;
    color: #ffffff;
    font-family: dinproBold;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px 10px 10px 0px;
    outline: none;
    opacity: 1;
}

.referral-link-box .generate-link-input .generate-btn.inactive {
    background: #ababab;
    color: #ffffff;
    opacity: 0.5;
    cursor: context-menu;
}

.rLink-wrap .col1 .referral-link-input .copy-btn:hover,
.rLink-wrap .col2 .referral-code-input .copy-btn:hover,
.referral-link-box .generate-link-input .generate-btn:not(.inactive):hover {
    opacity: 0.88;
}

.rLink-wrap .col2 .referral-code-input {
    width: 331px;
    height: 41px;
}

.rLink-wrap .col2 .referral-code-input input {
    width: 256px;
    color: #968e8e;
}

.rLink-wrap .col2 .referral-code-input .copy-btn {
    width: 75px;
}

.referral-method-wrap {
    padding: 48px 35px 28px;
    width: 900px;
}

.referral-title {
    font-family: dinproBold;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 28px;
}

.rm-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.rm-row .rm-btn {
    background: transparent;
    border: none;
    padding: 0px;
    width: 28%;
    outline: none;
}

.rm-row .rm-btn:hover {
    opacity: 0.88;
}

.rm-row .rm-btn img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.referral-box-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 900px;
    margin-bottom: 78px;
}

.referral-box-col {
    width: 48%;
}

.referral-sbox .benefit-wrap {
    background: #dcdcdc;
    font-family: dinproBold;
    font-weight: 700;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    border: 2px dashed #419bcb;
    border-radius: 10px;
    padding: 15px 23px;
    margin-bottom: 28px;
}

.referral-sbox .benefit-wrap span {
    font-size: 35px;
    margin-right: 10px;
}

.referral-history-table .rhTbl-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    font-family: dinproBold;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    height: 39px;
}

.referral-history-table .rhTbl-header .tblCol {
    width: 50%;
}

.rh-table-body .tbl-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rh-table-body .tbl-row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: dinproMedium;
    font-weight: 500;
    font-size: 12px;
    height: 39px;
    width: 50%;
}

.rh-table-pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    margin-bottom: 20px;
}

.rh-table-pagination ul {
    display: flex;
    flex-direction: row;
}

.rh-table-pagination ul li {
    padding: 0px 8px;
    cursor: pointer;
}

.rh-table-pagination ul li:not(.active):hover {
    opacity: 0.88;
}

.rh-table-pagination ul li.disabled,
.rh-table-pagination ul li.disabled:hover {
    opacity: 0.5;
    cursor: context-menu;
}

.rh-table-pagination ul li a {
    color: #111111;
    font-size: 12px;
    text-decoration: none;
    padding: 5px;
}

.rh-table-pagination ul li.active a {
    background: #585858;
    color: #ffffff;
    cursor: context-menu;
}

.referral-tnc-btn,
.referral-tnc-btn:hover,
.referral-tnc-btn:active,
.referral-tnc-btn:visited {
    background: transparent;
    color: #419bcb;
    font-family: dinproBold;
    font-size: 16px;
    font-weight: 700;
    border: none;
    margin-bottom: 64px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

/* b92u - modal */
#b92u-loginFirst-modal,
#b92u-claimVoucher-modal,
#claim-b92u-voucher-popup,
#claim-b92u-voucher-success-popup,
#b92u-claimTicket-modal {
    background: rgba(0, 0, 0, 0.5) !important;
    position: fixed !important;
    width: 100% !important;
}

#b92u-loginFirst-modal .close-btn,
#b92u-claimVoucher-modal .close-btn,
#claim-b92u-voucher-popup .close-btn,
#claim-b92u-voucher-success-popup .close-btn,
#b92u-claimTicket-modal .close-btn {
    position: absolute;
    right: -14px;
    top: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #399ed5;
    font-size: 20px;
    border-radius: 50px;
    height: 33px;
    width: 33px;
    cursor: pointer;
}

#b92u-loginFirst-modal .modal-dialog,
#b92u-claimVoucher-modal .modal-dialog,
#claim-b92u-voucher-popup .modal-dialog,
#claim-b92u-voucher-success-popup .modal-dialog,
#b92u-claimTicket-modal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

#b92u-loginFirst-modal .modal-content,
#b92u-claimVoucher-modal .modal-content,
#claim-b92u-voucher-popup .modal-content,
#claim-b92u-voucher-success-popup .modal-content,
#b92u-claimTicket-modal .modal-content {
    background: linear-gradient(
        102.18deg,
        #9fa4a9 0%,
        #d8dadc 26.04%,
        #f0f0f1 43.75%,
        #e6e8e9 61.98%,
        #b2b7ba 77.6%,
        #dbddde 100%
    );
    border: none !important;
    border-radius: 10px;
    padding: 4px;
    height: auto;
}

#b92u-loginFirst-modal .modal-content,
#b92u-claimVoucher-modal .modal-content,
#claim-b92u-voucher-success-popup .modal-content,
#b92u-claimTicket-modal .modal-content {
    width: 592px;
}

#b92u-loginFirst-modal .modal-body,
#b92u-claimVoucher-modal .modal-body,
#claim-b92u-voucher-popup .modal-body,
#claim-b92u-voucher-success-popup .modal-body,
#b92u-claimTicket-modal .modal-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('../images/b92u/white-elegant-texture-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    padding: 0px !important;
}

#b92u-loginFirst-modal .modal-body .mb-title,
#b92u-claimVoucher-modal .modal-body .mb-title,
#claim-b92u-voucher-popup .modal-body .mb-title,
#claim-b92u-voucher-success-popup .modal-body .mb-title,
#b92u-claimTicket-modal .modal-body .mb-title {
    font-family: dinproBold;
    font-weight: 700;
    font-size: 20px;
    background-image: url('../images/b92u/popup-title-bg.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 41px;
    width: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
    padding-bottom: 4px;
}

#b92u-loginFirst-modal .modal-body .mb-content,
#b92u-claimVoucher-modal .modal-body .mb-content,
#claim-b92u-voucher-success-popup .modal-body .mb-content,
#b92u-claimTicket-modal .modal-body .mb-content {
    color: #696969;
    font-family: dinproMedium;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 17px 27px;
}

#b92u-loginFirst-modal .modal-body .mb-cta-btn,
#b92u-claimVoucher-modal .modal-body .mb-cta-btn,
#claim-b92u-voucher-popup .modal-body .mb-cta-btn,
#claim-b92u-voucher-success-popup .modal-body .mb-cta-btn,
#b92u-claimTicket-modal .modal-body .mb-cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/b92u/ok-btn.png');
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    height: 32px;
    width: 155px;
    cursor: pointer;
}

/* b92u - floating msg */
.b92u-copy-success {
    position: fixed;
    display: none;
    top: 1rem;
    right: 1.5rem;
    background-color: #28a745;
    color: #ffffff;
    border-radius: 1rem;
    padding: 20px 50px;
    z-index: 5;
    animation: toastIt 5000ms cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

.b92u-copy-success i {
    margin-right: 0.5rem;
}
