@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

a,
a:hover,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0 solid !important;
    text-decoration: none;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000;
}

button,
[role=button] {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: 0 solid !important;
}

a:hover {
    color: #1d1d1d;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

body {
    font-weight: 400;
    background: #fff;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-style: normal;
    font-family: "Noto Sans", sans-serif;
    overflow-x: hidden;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #ab4d45 #f1f1f1;
}

::-webkit-scrollbar {
    width: 0.5rem;
    height: 4px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #ab4d45;
}

::-webkit-scrollbar-thumb:hover {
    background: #873d36;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

.common-margin {
    margin-top: 8px;
    margin-bottom: 8px;
}

.common-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.common-padding-top {
    padding-top: 40px;
}

.common-padding-bottom {
    padding-bottom: 40px;
}

.fancybox-active.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.row.mp-0 {
    margin-left: 0;
    margin-right: 0;
}

.row.mp-0 > [class^=col-] {
    padding-left: 0;
    padding-right: 0;
}

.row.mp-0_5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.mp-0_5 > [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.mp-0_8 {
    margin-left: -8px;
    margin-right: -8px;
}

.row.mp-0_8 > [class^=col-] {
    padding-left: 8px;
    padding-right: 8px;
}

.row.mp-1 {
    margin-left: -10px;
    margin-right: -10px;
}

.row.mp-1 > [class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.row.mp-2 {
    margin-left: -20px;
    margin-right: -20px;
}

.row.mp-2 > [class^=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

.row.mp-2_5 {
    margin-left: -25px;
    margin-right: -25px;
}

.row.mp-2_5 > [class^=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

.row.mp-3 {
    margin-left: -30px;
    margin-right: -30px;
}

.row.mp-3 > [class^=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

.row.mp-3_5 {
    margin-left: -35px;
    margin-right: -35px;
}

.row.mp-3_5 > [class^=col-] {
    padding-left: 35px;
    padding-right: 35px;
}

.row.mp-4 {
    margin-left: -40px;
    margin-right: -40px;
}

.row.mp-4 > [class^=col-] {
    padding-left: 40px;
    padding-right: 40px;
}

.row.mp-4_5 {
    margin-left: -45px;
    margin-right: -45px;
}

.row.mp-4_5 > [class^=col-] {
    padding-left: 45px;
    padding-right: 45px;
}

.row.mp-5 {
    margin-left: -50px;
    margin-right: -50px;
}

.row.mp-5 > [class^=col-] {
    padding-left: 50px;
    padding-right: 50px;
}

.border {
    border: 1px solid #d2d2d2 !important;
}

.border-top {
    border-top: 1px solid #d2d2d2 !important;
}

.border-bottom {
    border-bottom: 1px solid #d2d2d2 !important;
}

.border-end-gray-white-light {
    border-right: 1px solid #f2f2f2 !important;
}

.border-bottom-opacity {
    border-bottom: 1px solid rgba(209, 209, 209, 0.5) !important;
}

.text-black {
    color: #000;
}

.text-green {
    color: #35703f;
}

.text-green.hover:hover {
    color: #254d2c;
}

.transition {
    transition: 0.3s;
}

.radius-20 {
    border-radius: 20px;
}

.radius-30 {
    border-radius: 30px;
}

.fw-lighter {
    font-weight: 200 !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: 900 !important;
}

.ff-bebas-neue {
    font-family: "Bebas Neue", cursive;
}

.h-2 {
    height: 2px;
}

.zi-1 {
    z-index: 1;
}

.zi-2 {
    z-index: 2;
}

.zi-3 {
    z-index: 3;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px;
}

.fs-45 {
    font-size: 45px;
}

.fs-70 {
    font-size: 70px;
}

.fs-80 {
    font-size: 80px;
}

.lh-11 {
    line-height: 11px;
}

.lh-12 {
    line-height: 12px;
}

.lh-14 {
    line-height: 14px;
}

.lh-16 {
    line-height: 16px;
}

.lh-18 {
    line-height: 18px;
}

.lh-19 {
    line-height: 19px;
}

.lh-20 {
    line-height: 20px;
}

.lh-21 {
    line-height: 21px;
}

.lh-22 {
    line-height: 22px;
}

.lh-24 {
    line-height: 24px;
}

.lh-28 {
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}

.lh-35 {
    line-height: 35px;
}

.lh-40 {
    line-height: 40px;
}

.lh-50 {
    line-height: 50px;
}

.lh-60 {
    line-height: 60px;
}

.lh-80 {
    line-height: 80px;
}

.ls--20 {
    letter-spacing: -0.3px;
}

.ls-16 {
    letter-spacing: 0.24px;
}

.ls-20 {
    letter-spacing: 0.3px;
}

.ls-100 {
    letter-spacing: 1.5px;
}

.ls-120 {
    letter-spacing: 1.8px;
}

.ls-200 {
    letter-spacing: 3px;
}

.radius-5 {
    border-radius: 5px !important;
}

.radius-top-left-5 {
    border-top-left-radius: 5px !important;
}

.radius-top-right-5 {
    border-top-right-radius: 5px !important;
}

.radius-bottom-left-5 {
    border-bottom-left-radius: 5px !important;
}

.radius-bottom-right-5 {
    border-bottom-right-radius: 5px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-top-left-10 {
    border-top-left-radius: 10px !important;
}

.radius-top-right-10 {
    border-top-right-radius: 10px !important;
}

.radius-bottom-left-10 {
    border-bottom-left-radius: 10px !important;
}

.radius-bottom-right-10 {
    border-bottom-right-radius: 10px !important;
}

.radius-16 {
    border-radius: 16px !important;
}

.radius-top-left-16 {
    border-top-left-radius: 16px !important;
}

.radius-top-right-16 {
    border-top-right-radius: 16px !important;
}

.radius-bottom-left-16 {
    border-bottom-left-radius: 16px !important;
}

.radius-bottom-right-16 {
    border-bottom-right-radius: 16px !important;
}

.text-gray {
    color: #3a3a3a;
}

.text-blue {
    color: #007cb5;
}

.text-green {
    color: #35703f;
}

.text-red {
    color: #ab4d45;
}

.text-yellow {
    color: #966d33;
}

.text-purple {
    color: #412799;
}

.text-golden {
    color: #bf992f;
}

.text-silver {
    color: #5c5c5c;
}

.text-diamond {
    color: #a1a1a1;
}

.text-pink {
    color: #ec2885;
}

.text-red-medium {
    color: #cf4a44;
}

.text-green-light {
    color: #00ae00;
}

.text-golden-light {
    color: #b6a26a;
}

.text-golden-dark {
    color: #bd921e;
}

.text-silver-white-light {
    color: #e2e4e5;
}

.text-silver-dark {
    color: #575757;
}

.text-golden-medium {
    color: #b89d50;
}

.text-black-50 {
    color: #a3a3a3;
}

.text-green-medium {
    color: #3b7339;
}

.text-tile-color-red-dark {
    color: #d45b63;
}

.text-member-red {
    color: #C40027;
}

.text-member-golden {
    color: #c29943;
}

.text-member-silver {
    color: #8a9fa8;
}

.text-pink-megenta {
    color: #CC0758;
}

.text-red-full {
    color: #FF0000;
}

.bg-gray-white {
    background-color: #f3f3f3;
}

.bg-blue {
    background-color: #007cb5;
}

.bg-pink-dark {
    background-color: #bb293a;
}

.bg-red-light {
    background-color: #ffdfde;
}

.bg-gray-white-light {
    background-color: #f2f2f2;
}

.bg-pink-hot {
    background-color: #d52f8e;
}

.bg-pink-white {
    background-color: #fff4f9;
}

.bg-yellow-white {
    background-color: #fff9e3;
}

.bg-silver-white {
    background-color: #c0c0c0;
}

.bg-golden-light {
    background-color: #b6a26a;
}

.bg-blue-facebook {
    background-color: #576b9d;
}

.bg-red-google {
    background-color: #cb5646;
}

.bg-red-pink {
    background-color: #ba3146;
}

.bg-green-white {
    background-color: #e9f5ec;
}

.bg-red-white {
    background-color: #ffdada;
}

.bg-silver-light {
    background-color: #e8e2f3;
}

.bg-yellow-white-light {
    background-color: #fef9e5;
}

.bg-green-light-medium {
    background-color: #cfe7e2;
}

.bg-gray-light-medium {
    background-color: #c6c6c6;
}

.bg-tile-color-red {
    background-color: #ec6165;
}

.bg-tile-color-red-light {
    background-color: #ef7a6d;
}

.bg-tile-color-purple {
    background-color: #a697b2;
}

.bg-tile-color-purple-light {
    background-color: #d5d2df;
}

.bg-tile-color-orange {
    background-color: #f9b233;
}

.bg-tile-color-green-lime {
    background-color: #a3b54d;
}

.bg-tile-color-blue-sky {
    background-color: #9dc8d4;
}

.bg-tile-color-yellow {
    background-color: #ffdf40;
}

.bg-tile-color-pink {
    background-color: #f5b4ce;
}

.bg-tile-color-orange-light {
    background-color: #fdc95a;
}

.bg-tile-color-green {
    background-color: #35ab52;
}

.bg-tile-color-green-white {
    background-color: #c9e0d2;
}

.bg-tile-color-blue-light {
    background-color: #6ec5cb;
}

.bg-pink-megenta {
    background-color: #CC0758;
}

.bg-member-red {
    background-color: #C40027;
}

.bg-member-silver {
    background-color: #8a9fa8;
}

.bg-member-golden {
    background-color: #c29943;
}

.bg-orange-medium {
    background-color: #FFA600;
}

.bg-blue-facebook-light {
    background-color: #1878F2;
}

.bg-pink-white-dark {
    background-color: #FCDFEA;
}

.bg-red-full {
    background-color: #FF0000;
}
.bg-sonic-silver {
    background-color: #797979;
}

.bg-white-light-gray {
    background-color: #d5d5d5;
}

.bg-mustard-yellow {
    background-color: #e5b701;
}

.border-gray-light {
    border: 1px solid #cbcbcb;
}

.border-gray-white-light {
    border: 1px solid #f2f2f2;
}

.border-silver-gray {
    border: 1px solid #b2b2b2;
}

.bg-pink-hot.hover:hover {
    background-color: #ae2373;
}

.bg-blue-facebook.hover:hover {
    background-color: #45557c;
}

.bg-red-google.hover:hover {
    background-color: #ad4031;
}

.bg-red-pink.hover:hover {
    background-color: #922637;
}

.bg-member-red.hover:hover {
    background-color: #91001d;
}

.bg-member-golden.hover:hover {
    background-color: #9f7c33;
}

.bg-orange-medium.hover:hover {
    background-color: #cc8500;
}

.bg-white-light-gray.hover:hover {
    background-color: #bcbcbc;
}

.container {
    max-width: 1020px;
}

.select2-container,
.select2-container .selection,
.select2-container .select2-selection--single {
    height: 100%;
}

.select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 52px;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
    border-width: 0 6px 6px 6px;
}

/* HEADER CSS */
.header-area {
    padding: 20px 0;
}

.header-logo img {
    height: 70px;
}

.header-menu-area .active a,
.header-menu-area a:hover,
.bottom-menu-area .active a,
.bottom-menu-area a:hover {
    color: #007cb5 !important;
}

.header-menu-area a .icon {
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.bottom-menu-area {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.45);
    padding-top: 5px;
}

.bottom-menu-area a .icon {
    width: 55px;
    height: 55px;
    transition: 0.3s;
}

.header-action-menu a {
    width: 35px;
    height: 35px;
}

.separator-vertical {
    width: 1px;
    height: 58px;
    background: #a4a4a4;
}

.profile-cart-info .icon,
.profile-wallet-info .icon {
    height: 20px;
    width: 20px;
}

.profile-avatar img {
    height: 45px;
}

.profile-qr-code {
    width: 40px;
    height: 40px;
}

/* FOOTER CSS */
/* EXTRA CSS */
.badge-verified .icon {
    width: 20px;
    height: 20px;
}

.select2 {
    width: 100% !important;
}

.backdrop-area {
    z-index: 1400;
    display: none;
    cursor: default !important;
    background: rgba(0, 0, 0, 0.8);
    transition: 0s !important;
}

.fullwidth-menu-area,
.fullwidth-account-menu-area {
    z-index: 1500;
    overflow: hidden;
    overflow-y: auto;
    will-change: transform;
    display: none;
    width: 220px;
}

.fullwidth-menu-area,
.fullwidth-account-menu-area,
.chatbox-chat-list,
.login-area {
    scrollbar-width: none;
}

.fullwidth-menu-area::-webkit-scrollbar,
.fullwidth-account-menu-area::-webkit-scrollbar,
.chatbox-chat-list::-webkit-scrollbar,
.login-area::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.member-profile-mobile-form-area button .icon {
    transition: 0.3s;
}

.member-profile-mobile-form-area button[aria-expanded=true] .icon {
    transform: rotate(180deg);
}

.apex-doughnut-chart {
    display: flex;
    justify-content: center;
}

.member-info-details {
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    width: 315px;
    height: 315px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3803921569);
}

.bg-gradient-orange-red {
    background: #e7421c;
    background: -moz-linear-gradient(-45deg, #e7421c 0%, #961a10 100%);
    background: -webkit-linear-gradient(-45deg, #e7421c 0%, #961a10 100%);
    background: linear-gradient(135deg, #e7421c 0%, #961a10 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e7421c", endColorstr="#961a10",GradientType=1 );
}

.bg-gradient-sky-blue {
    background: #bdced1;
    background: -moz-linear-gradient(-45deg, #bdced1 0%, #8ba0a8 100%);
    background: -webkit-linear-gradient(-45deg, #bdced1 0%, #8ba0a8 100%);
    background: linear-gradient(135deg, #bdced1 0%, #8ba0a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bdced1", endColorstr="#8ba0a8",GradientType=1 );
}

.bg-gradient-golden-yellow {
    background: #dfb857;
    background: -moz-linear-gradient(-45deg, #dfb857 35%, #8e6c33 100%);
    background: -webkit-linear-gradient(-45deg, #dfb857 35%, #8e6c33 100%);
    background: linear-gradient(135deg, #dfb857 35%, #8e6c33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dfb857", endColorstr="#8e6c33",GradientType=1 );
}

.bg-gradient-gray {
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #efefef 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #efefef 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f8f8", endColorstr="#efefef",GradientType=0 );
}

.modal-header {
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.member-profile-form-area button[aria-expanded=true],
.member-profile-mobile-form-area button[aria-expanded=true] {
    background: #fbe1de;
}

.select2-chevron-arrow .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #000;
    border-radius: 4px;
    line-height: 48px;
    padding-left: 30px;
    padding-right: 40px;
    font-size: 15px;
}

.select2-chevron-arrow .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 12px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.select2-chevron-arrow .select2-container--default .select2-selection--single .select2-selection__arrow i {
    transition: 0.3s;
}

.select2-chevron-arrow .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow i {
    transform: rotate(180deg);
}

.redeem-points-spinner .input-group {
    flex-wrap: nowrap;
}

.redeem-points-spinner .input-wrapper-area {
    border: 2px solid #000;
    width: 50%;
    padding: 0 20px;
}

.redeem-points-spinner .form-control {
    border: none;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    line-height: 20px !important;
    display: inline-flex;
    height: 32px;
}

.redeem-points-spinner .btn {
    width: 45px;
    height: 45px;
    border-radius: 0;
    border: none;
    background: #f2f2f2;
    color: #1d1d1d;
    font-size: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.redeem-points-spinner .btn:focus {
    box-shadow: 0 0 0 0;
}

.redeem-points-spinner .btn:hover {
    color: #000;
}

.back-page-link .icon {
    width: 12px;
}

.alert-mark {
    width: 22px;
    height: 22px;
}

.alert-details {
    width: calc(100% - 50px);
}

.fullwidth-card-area {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 30px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: scale(0.9);
}

.fullwidth-card-area.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.fullwidth-card-close {
    left: 30px;
    top: 30px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.fullwidth-card-qr-code {
    width: 190px;
}

.single-social-login .icon {
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
}

.login-or .line {
    width: 20px;
    height: 2px;
    background: #000;
}

.email-login-form .input-group-text {
    width: 45px;
    justify-content: center;
}

.email-login-form .form-control {
    padding: 8px 20px;
    font-size: 15px;
}

.email-login-form .form-control:focus {
    box-shadow: 0 0 0 0;
}

.object-position-end {
    object-position: right;
}

.object-position-start {
    object-position: left;
}

.object-fit-cover {
    object-fit: cover;
}

.login-area {
    overflow: hidden;
    overflow-y: auto;
}

.history-menu .active a {
    background: #fff;
}

.wallet-menu .active a {
    background: #e8e2f3;
    border-color: #e8e2f3;
    font-weight: 700 !important;
}

.wallet-item-list .wallet-box-area:last-child {
    margin-bottom: 0 !important;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
}

.wallet-menu:before,
.wallet-menu:after {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cbcbcb;
    content: "";
}

.wallet-menu:before {
    left: 33.3333%;
}

.wallet-menu:after {
    left: 66.6666%;
}

.wallet-title-icon .wallet-icon {
    width: 40px;
}

.so-good-menu .active a {
    background: #ba293a;
}

.home-box-area {
    border: 1px solid rgba(147, 147, 147, 0.7);
}

.half-bg {
    width: 55vw;
}

.profile-wallet-point,
.half-bg {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.fullwidth-menu-user-social-link a {
    width: 25px;
    height: 25px;
    font-size: 12px;
}

.language-list {
    border: 1px solid #fff;
    border-radius: 3px;
    overflow: hidden;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}

.language-list a {
    color: #fff;
}

.language-list a.active {
    color: #000;
    background: #fff;
}

.input-checkbox label {
    cursor: pointer;
}

.input-checkbox label .icon {
    width: 25px;
    height: 25px;
    background: #fff;
    font-size: 12px;
    padding: 0 12px;
}

.input-checkbox label .text {
    width: calc(100% - 25px);
}

.input-checkbox label .icon i.fas {
    opacity: 0;
    transition: 0.3s;
}

.input-checkbox input:checked ~ label .icon i.fas {
    opacity: 1;
}

.member-profile-form-area button[aria-expanded=true] .icon {
    transform: rotate(180deg);
}

.form-title .icon {
    width: 12px;
    left: 26px;
}

.cursor-pointer {
    cursor: pointer;
}

.input-radio label .icon {
    width: 20px;
    font-size: 20px;
}

.border-white {
    border: 1px solid #fff;
}

.border-black {
    border: 1px solid #000;
}

.input-radio label .icon-check {
    width: 17px;
    height: 17px;
    font-size: 8px;
    line-height: 8px;
}

.input-radio input:checked ~ label .icon-check i.fas {
    opacity: 1;
}

.input-radio label .icon-check i.fas {
    opacity: 0;
    transition: 0.4s;
}

.border.border-secondary {
    border-color: #999 !important;
}

.rewards-details-iframe {
    height: 500px;
}

.reward-redeem-icon {
    width: 100px;
    height: 100px;
}

.wallet-qrcode {
    width: 200px;
    height: 200px;
}

.text-justify {
    text-align: justify;
}

.member-profile-form-area input[readonly] {
    background: #ebebeb !important;
}

.pagination-area ul li a {
    display: block;
    color: #999;
    font-size: 18px;
    font-weight: 500;
    padding: 8px;
}

.pagination-area ul li a img {
    width: 23px;
}

.pagination-area ul li.active a {
    color: #000;
}

.pagination-area ul li {
    margin: 0 4px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "";
}

.swiper-button-next,
.swiper-button-prev {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    outline: 0 solid;
}

.swiper-button-next img,
.swiper-button-prev img {
    max-width: 20px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -25px;
    right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -25px;
    left: auto;
}

.header-action-menu .chat-menu .number {
    right: -9px;
    top: -5px;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 5px;
}

.fixed-width-label-form label.w-30 {
    width: 110px !important;
}

.fixed-width-label-form label.w-30 {
    width: 105px !important;
}

.fixed-width-label-form label.w-30,
.form-message-area.px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

button.verify-email {
    right: 3px;
    top: 3px;
    height: calc(100% - 6px);
    z-index: 100;
}

.profile-cart-info .icon.yicon {
    width: 25px;
    height: 25px;
}

.input-textbox, .input-select, .input-checkbox {
    position: relative;
}

.input-textbox.with-asterisk:after,
.input-select.with-asterisk:after {
    content: '*';
    position: absolute;
    top: 0;
    left: 6px;
    color: #FF0000;
}

.input-checkbox.with-asterisk:after {
    content: '*';
    position: absolute;
    top: -8px;
    left: -12px;
    color: #FF0000;
}
