.help-text.error .text::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("img/icon/i-error.png") no-repeat center / contain;
    margin-right: 6px;
    vertical-align: middle;
}

.fixed-submit-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 30px;
    z-index: 2;
}

.login-verification-code .input-group-text img {
    object-fit: initial;
}

.input-group {
    background: rgba(255 255 255 / 50%);
    border: 1px solid #ced3d8;
    border-radius: 8px;
}

.input-group>.form-control {
    border: none;
}


.pagination {
    margin: 12px auto;
    width: max-content;
    gap: 6px;
    text-align: center;
}

.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background: #e05f4f;
    border-color:#e05f4f;
    color: #fff;
    font-weight: 500;
}

.pagination > li > a, 
.pagination > li > span {
    color: #e05f4f;
    width: 25px;
    height: 25px;
    margin: auto;
    align-content: center;
    border-radius: 13px;
}

select[readonly] {
    pointer-events: none;
}

.page-detail .top-cta-wrap {
    top: 10px;
    justify-content: inherit;
    gap: 5px;
    align-items: center;
}

.page-detail .top-cta-wrap h1 {
    margin: auto 0;
    height: 36px;
    align-content: center;
}

.top-cta-wrap .top-area {
    padding: 15px 0;
}

.plain_contant {
    padding: 60px 20px 80px;
}

.page-detail .top-cta-wrap .back-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    padding-right: 4px;
    flex-shrink:0;
}

.page-detail .top-cta-wrap .back-btn.dark-bg {
    background: rgba(0 0 0 / 60%);
}

.page-detail .top-cta-wrap .back-btn.dark-bg img,
.page-detail .top-cta-wrap .btn-cart.dark-bg img {
    filter: brightness(0) invert(1);
}

.bank-history {
    gap: 8px; 
    border-bottom: 1px solid #dde1e4;
    padding-bottom: 8px;
    width: 100%;
}

.bank-history .icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    white-space: nowrap;
}

.swiper-wrapper .swiper-slide {
    flex-shrink:0;
    width: 145px;
}

.header-right-field {
    display: none;
}

.header-right-nav {
    word-break: normal !important;
    white-space: nowrap !important;
}

.show_more_content {
    display: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -55px !important;
    z-index: 10;
    position: relative;
}

.btn-cart {
    position: relative;
}

.btn-cart .cart-qty {
    position: absolute;
    top: -3px;
    right: -3px;
    background: red;
    color: white;
    font-size: 8px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 2px;
}

.fixed-more-label {
    position: absolute;
    bottom: 0;
    right: 0;
}
.current-package-info .label {
    color: #646D74;
}

.highlight-wrap.namecard-r1 {
    background: linear-gradient(128deg, #FFFFFF 0%, #EDEDED 50%, #D9D9D9 100%);
    color: #363636;
}

.highlight-wrap.namecard-r1 .heading,
.highlight-wrap.namecard-r1 .join-since {
    color: #363636 !important;
}

.highlight-wrap.namecard-r1 .verify-status {
    background: #F0F0F0;
}

.highlight-wrap.namecard-r1 .verify-status::after {
    background: #E9E9E9;
}

.package-summary-wrap.summary-r1 {
    background: #F0F0F0;
}

.highlight-wrap.namecard-r2 {
    background: linear-gradient(128deg, #B5EA6A 0%, #21A47F 100%);
    color: #363636;
}

.highlight-wrap.namecard-r2 .heading,
.highlight-wrap.namecard-r2 .join-since {
    color: #363636 !important;
}

.highlight-wrap.namecard-r2 .verify-status {
    background: #DCFFD3;
}

.highlight-wrap.namecard-r2 .verify-status::after {
    background: #4B923B;
}

.package-summary-wrap.summary-r2 {
    background: #DCFFD3;
}

.highlight-wrap.namecard-r3 {
    background: linear-gradient(128deg, #49A8E3 0%, #F643FF 100%);
    color: #fff;
}

.highlight-wrap.namecard-r3 .heading,
.highlight-wrap.namecard-r3 .join-since {
    color: #fff !important;
}

.highlight-wrap.namecard-r3 .verify-status {
    background: #D2EBFF;
}

.highlight-wrap.namecard-r3 .verify-status::after {
    background: #B483F6;
}

.package-summary-wrap.summary-r3 {
    background: #D2EBFF;
}

.highlight-wrap.namecard-r4 {
    background: linear-gradient(128deg, #B8B8B8 0%, #E0E0E0 30%, #A0A0A0 60%, #F5F5F5 100%);
    color: #363636;
}

.highlight-wrap.namecard-r4 .heading,
.highlight-wrap.namecard-r4 .join-since {
    color: #363636 !important;
}

.highlight-wrap.namecard-r4 .verify-status {
    background: #e6e6e6;
}

.highlight-wrap.namecard-r4 .verify-status::after {
    background: #C0C0C0;
}

.package-summary-wrap.summary-r4 {
    background: #F0F0F0;
}

.highlight-wrap.namecard-r5 {
    background: linear-gradient(128deg, #EDA65E 0%, #F0C083 44%, #E09350 100%);
    color: #363636;
}

.highlight-wrap.namecard-r5 .heading,
.highlight-wrap.namecard-r5 .join-since {
    color: #363636 !important;
}

.highlight-wrap.namecard-r5 .verify-status {
    background: #FFE8BD;
}

.highlight-wrap.namecard-r5 .verify-status::after {
    background: #DA3731;
}

.package-summary-wrap.summary-r5 {
    background: #FFE2B3;
}

.highlight-wrap.namecard-r6 {
    background: linear-gradient(128deg, #1D1913 0%, #252422 140%);
    color: #fff;
}

.highlight-wrap.namecard-r6 .heading,
.highlight-wrap.namecard-r6 .join-since {
    color: #fff !important;
}

.highlight-wrap.namecard-r6 .verify-status {
    background: #FFC862;
}

.highlight-wrap.namecard-r6 .verify-status::after {
    background: #DA3731;
}

.package-summary-wrap.summary-r6 {
    background: #FFC862;
}