﻿.payment-methods-suggestions .country-select-top .select2-container {
    min-width: 225px;
}
.payment-methods-suggestions h1 {
    font-weight: 500;
}
.payment-methods-suggestions .payment-card-img {
    padding: 3px;
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 3px;
}
.payment-methods-suggestions .payment-card-img img {
    width: 25px;
    height: 17px;
    object-fit: contain;
}
.payment-methods-suggestions .payment-card {
    padding: 12px 12px !important;
    font-size: 13px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.payment-methods-suggestions .payment-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);
    background-color: rgba(255, 255, 255, 0.3137254902);
    z-index: 1;
}
.payment-methods-suggestions .payment-card .payment-card-img,
.payment-methods-suggestions .payment-card span {
    z-index: 2;
}
.payment-methods-suggestions .form-title h2 {
    font-weight: 500;
}
.payment-methods-suggestions .form-title * {
    color: #1f1f1f;
}
.payment-methods-suggestions .payment-method-content {
    text-align: start !important;
    z-index: 2;
}
.primary-button {
    background-color: var(--primary) !important;
    border: 0px !important;
    outline: 0 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}
.dropdown-select {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    height: 38px;
    padding: 5px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #333;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-selection__rendered > span {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 13px;
}
.flag-img {
    width: 25px;
    height: 18px;
    margin-right: 10px;
    object-fit: cover;
    margin-left: 10px;
}
.select2-results__option--selectable > span {
    cursor: pointer;
    width: 100% !important;
    position: relative;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ee3b59;
    color: #fff;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
}
.select2-container .select2-selection--single {
    height: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ee3b59;
    border-radius: 5px;
    outline: 0;
}
.form-control-lg {
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 1.5rem;
    font-size: 14px !important;
    border-radius: 0.625rem;
}
.form-control:focus {
    outline: unset;
    border: 1px solid var(--border);
    background-color: var(--background);
    color: var(--text-color);
}
.form-control {
    outline: unset;
    border: 1px solid var(--border);
    background-color: var(--background);
    color: var(--text-color);
}
.select2-selection__rendered > span {
    color: var(--text-color);
}
.form-control.form-control-solid {
    background-color: var(--lighter-box);
    color: var(--text-color);
    font-size: 14px;
    transition: color 0.2s ease-in-out;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}
::placeholder {
    font-size: 14px;
}
.form-label {
    margin-bottom: 0.5rem;
    font-size: 15px;
    font-weight: 500 !important;
    color: var(--text-color);
    display: flex;
}
.required:after {
    content: '*';
    position: relative;
    font-size: inherit;
    color: var(--primary);
    padding-right: 0.25rem;
    font-weight: 600;
}
.form-check-input:checked {
    background-color: #ec335a;
    border-color: #ec335a;
}
.form-check .form-check-input {
    float: right;
    margin-left: 0.4em;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(236, 51, 90, 0.2);
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(236, 51, 90, 0.2);
}
.btn-submit {
    background-color: #ec335a;
    color: #fff;
    border-radius: 20px;
}
.btn:focus,
.btn:hover {
    color: #fff;
}
.btn-cancel {
    background-color: #fff;
    border: 1px solid #1f1f1f;
    color: #1f1f1f !important;
    border-radius: 20px;
}
.form-check-input:focus {
    border-color: #ec335a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(236, 51, 91, 0.1098039216);
}
.rank-system .t-point-ways .card {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100% !important;
}
.rank-system .t-point-ways .card span {
    min-height: 100px;
}
.rank-system .t-point-ways .way-1 {
    background-color: rgba(0, 154, 0, 0.0509803922);
}
.rank-system .t-point-ways .way-2 {
    background-color: #fffbe9;
}
.rank-system .t-point-ways .way-3 {
    background-color: #fdebee;
}
.rank-system .t-point-features .card {
    background-color: #fafafa;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100% !important;
}
.rank-system .marketers-ranks .rank-img {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdebee;
}
.rank-system .marketers-ranks span {
    font-size: 14px;
}
.rank-system .terms-consitions-link {
    color: #ec335a;
}
.flexible-payment-methods .card {
    background-color: #fafafa;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.flexible-payment-methods .card span {
    font-size: 14px;
}
.marketer-form .marketer-type {
    background-color: #f5f5f5;
    padding: 6px;
    height: 45px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #8d8d8d;
    cursor: pointer;
}
.marketer-form .marketer-type div {
    background-color: #f5f5f5;
    color: #8d8d8d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.marketer-form .marketer-type .marketer-type-select {
    background-color: #ec335a;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.marketer-form .code-btn {
    background-color: #fcd425;
    color: var(--bs-gray-800);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.marketer-form .verify-code-message {
    color: #3b9900;
}
.marketer-form .country-select {
    height: 100%;
    padding: 12px 5px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    outline: 0;
    border: 1px solid #ebebeb;
}
.marketer-form .social-media-add {
    position: relative;
}
.marketer-form .social-media-add .add-image,
.marketer-form .social-media-add .remove-image {
    position: absolute;
    bottom: -4px;
    right: 8px;
    cursor: pointer;
}
.referral-system {
    color: #1f1f1f !important;
}
.referral-system .profit-card {
    background-color: #f5f5f5;
    padding: 20px 0px;
    border-radius: 7px;
    height: revert;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.referral-system .profit-card a {
    color: var(--primary);
    text-decoration: underline;
    max-width: 100px;
    text-wrap: wrap;
    text-align: center;
}
.referral-system .coupon-section {
    background-color: #f5f5f5;
    border-radius: 7px;
    height: 45px;
    padding: 0px 15px;
    font-size: 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.referral-system .share-section .share-link {
    background-color: #f5f5f5;
    border-radius: 7px;
    height: 45px;
    padding: 0px 15px;
    font-size: 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.referral-system .invite-section .invite-email {
    background-color: #f5f5f5;
    border-radius: 7px;
    height: 45px;
    width: 100%;
    border: 0;
    outline: 0 !important;
    padding: 0px 15px;
    font-size: 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.referral-system .share-section .share-btn,
.referral-system .invite-section .invite-btn {
    background-color: #fff;
    border: 1px solid #eaecee;
    border-radius: 7px;
    height: 45px;
    padding: 0px 15px;
    font-size: 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.ranks-levels {
    padding: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(128, 128, 128, 0.08);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.ranks-levels img {
    width: 23px;
    height: 23px;
    object-fit: contain;
    position: relative;
    top: 1px;
}
.ranks-levels img.lock {
    top: 0px;
    width: 15px;
}
.ranks-levels img.rank-icon {
    top: 2px;
}
.bg-shadow-1 {
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.13);
    background: linear-gradient(9deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.04));
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
.cursor-pointer {
    cursor: pointer;
}
.points-slider {
    width: 100%;
    position: relative;
    width: 100%;
    height: 35px;
    background-color: #ffed9c;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.points-slider .slider-container {
    position: relative;
    z-index: 1;
    width: 98%;
}
.points-slider .slider-container span {
    color: dimgray;
    margin: auto;
}
.points-slider .advanced-level {
    position: absolute;
    height: 29px;
    width: 0%;
    z-index: -1;
    background-color: #fcd425;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.rank-gift-cards .gift-card {
    border: 1px solid #6a5910;
    justify-content: space-between;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.rank-gift-cards .gift-card .gift-btn {
    background-color: #fcd425;
    padding: 3px 5px;
    border-radius: 5px;
    outline: 0;
    border: 0 !important;
    width: 100%;
    font-size: 14px;
}
.rank-gift-cards .gift-card .gift-btn.done,
.rank-gift-cards .gift-card .gift-btn.lock {
    background-color: #e9e9e9;
    color: dimgray;
}
.rank-gift-cards .gift-card span {
    font-size: 14px;
    line-height: 1;
}
.rank-gift-cards .gift-card > img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.reset-rank-timer {
    background-color: #fffbe9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.reset-rank-timer .reset-btn {
    background-color: #ee3b59;
    border: 0px;
    outline: 0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.reset-rank-timer #reset-countdown {
    color: #6a5910;
    font-weight: bold;
    padding: 5px 10px;
}
.marketer-plus {
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.marketer-plus .marketer-plus-title {
    background: linear-gradient(to left, #5c03bc, #ec335a, #a41b8b, #861d33);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    display: inline-block;
}
.marketer-plus .marketer-plus-content {
    background-color: rgba(223, 223, 223, 0.73);
    border-radius: 15px;
    padding: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.marketer-plus .subscribe-now {
    font-size: 14px;
    padding: 5px 14px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    background: linear-gradient(to left, #5c03bc, #a41b8b, #a41b8b);
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.marketer-plus .subscribe-now:hover {
    background: linear-gradient(to left, #a41b8b, #a41b8b, #5c03bc);
    transform: scale(1.05);
}
.orders-history .table-container {
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    overflow: auto;
    width: 100%;
}
.orders-history table thead {
    background-color: #ec335a;
}
.orders-history table thead th {
    color: #fff;
    text-align: center;
}
.orders-history table tbody tr {
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
.orders-history table tbody td {
    text-align: center;
}
.leaderboard-card {
    background-color: #fafafa;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.leaderboard-card .leaderboard-image-container .leaderboard-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.leaderboard-card .leaderboard-image-container .rank-icon {
    bottom: -5px;
    right: -5px;
}
.leaderboard-card .point-number {
    font-size: 13px;
    color: dimgray;
}
.leaderboard-card .leaderboard-order {
    width: 30px;
    height: 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    background-color: #fef2bb;
}
.leaderboard-card .leaderboard-order span {
    line-height: 1;
    font-family: sans-serif;
    font-size: 0.9em;
}
.leaderboard-card.last {
    background-color: #fffbe9;
}
.marketer-form-modal .login-container {
    width: 800px;
}
@media screen and (max-width: 900px) {
    .marketer-form-modal .login-container {
        width: 100% !important;
    }
}
.marketer-form-modal .step-steps ul {
    border-bottom: 1px solid #f1eded;
    padding-bottom: 15px;
}
.marketer-form-modal .step-steps li {
    background-color: rgba(0, 0, 0, 0) !important;
    position: relative;
}
.marketer-form-modal .step-steps li span {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9e9e9;
    border-radius: 50px;
}
.marketer-form-modal .step-steps li span:after {
    content: '';
    width: calc(100% - 50px) !important;
    padding: 3px;
    border-radius: 10px;
    position: absolute;
    background-color: #e9e9e9;
    right: 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.marketer-form-modal .step-steps li.active,
.marketer-form-modal .step-steps li.done {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0) !important;
}
.marketer-form-modal .step-steps li.active span,
.marketer-form-modal .step-steps li.done span {
    background-color: var(--primary);
}
.marketer-form-modal .step-steps li.active span:after,
.marketer-form-modal .step-steps li.done span:after {
    background-color: var(--primary);
}
.marketer-form-modal .step-app > .step-content {
    border: 0px solid #e5e5e5;
}
.marketer-form-modal .image-container {
    position: relative;
}
.marketer-form-modal .image-container img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.marketer-form-modal .res-meg {
    color: #009a00;
} /*# sourceMappingURL=custom.min.css.map */
