.top-navbar .social-links > a {
    margin: 0 12px;
}

.change-country-btn:hover {
    background-color: #fff;
    color: var(--main-color) !important;
}

.cart_total_items {
    background-color: var(--main-color);
    color: #fff;
    padding: 0 2px;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: 9px;
    font-size: 11px;
    font-weight: 600;
}

.show-account-page {
    display: unset;
}

.resend-code-btn {
    background-color: transparent;
    border: unset;
    color: #fff;
}

.edit-profile button[type="submit"],
.custom-submit-btn {
    color: #fff;
}

.edit-profile button[type="submit"]:hover,
.custom-submit-btn:hover {
    color: var(--main-color);
}

.custom-hover-btn {
    color: #fff !important;
}

.url-imgs .item-row {
    position: relative;
    margin-top: 10px;
}

.url-imgs .del-btn-div {
    position: absolute;
    left: 15px;
    bottom: 15%;
    width: max-content;
}

.card-product-title {
    /*height: 65px;*/
    font-size: 13px;
    margin-bottom: 15px;
}


.pagination-wrapper .pagination a.active {
    background-color: var(--main-color);
    color: #fff;
}

.pagination-wrapper .pagination a.disabled {
    pointer-events: none;
    color: #ccc;
}

.add_to_favorites.active {
    color: var(--main-color);
}

button#applyCoupon {
    margin-top: 37px;
}

.coupon-result-img {
    margin-top: 100%;
}

.whatsapp_btn_box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
    text-align: center;
}

.whatsapp_btn {
    position: relative;
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0 0px 15px 0 #0001;
    box-shadow: 0 0px 15px 0 #0001;
    border-radius: 50%;
}

.whatsapp_btn::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
    animation: scale-up-center 1s linear infinite both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
            opacity: 0;
  }
}



.whatsapp_btn .whatsapp_img {
    width: 100%;
    height: 100%;
}

.whatsapp_btn_box p {
    font-size: 10px;
}

.checkout-balance strong {
    font-size: 14px;
    color: var(--main-color);
}

.balance-alert {
    margin-top: 20px;
}

.account-card .add_to_favorites .fa-heart {
    color: #fff;
}

.last-arrow {
    margin-inline-start: 30px;
}

.asterisk {
    color: red;
    font-size: 18px;
}

.form-box .form-group h6 {
    height: 31px;
}

.center-vertically {
    display: flex;
    align-items: center;
    min-height: 80px;
}

.views-count {
    font-size: 14px;
    color: #aaa;
    margin-top: 10px;
}

.views-count i {
    margin-right: 5px;
}

.show_hide_password .float_icon {
    /*left: 11%;*/
    /*bottom: 36%;*/
}

.upload_img_box .file-select {
    overflow: initial;
}

/*start rating modal*/
.user-rating-section {
    border: 1px solid var(--main-color);
    padding: 15px;
    border-radius: 15px;
    margin: 10px 0;
}
/*end rating modal*/

.about .content .main-text {
    padding-bottom: 20px;
}

/**start transfer receipt upload**/
.input-file-wrapper .file-upload {
    display: block;
    font-size: 12px;
    position: relative;
}

.input-file-wrapper .file-upload .file-select {
    display: block;
    border: 2px solid #EEEEEE;
    color: #2B2B2B;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.input-file-wrapper .file-upload .file-select .file-select-button {
    background: #EEEEEE;
    padding: 0 10px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    transition: all 0.2s ease-in-out;
    width: 85px;
    font-size: 18px;
    text-align: center;
}

.input-file-wrapper .file-upload .file-select .file-select-name {
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    position: absolute;
    top: 0;
    inset-inline-start: 90px;
    color: #666;
}

.input-file-wrapper .file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.input-file-wrapper .file-upload .file-select:hover {
    border-color: #ccc;
}

.input-file-wrapper .file-upload .file-select:hover .file-select-button {
    background: #ccc;
    color: #ffffff;
}

.input-file-wrapper .file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.input-file-wrapper .file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #2B2B2B;
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.input-file-wrapper .file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
}

.input-file-wrapper .file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.input-file-wrapper .file-upload.active .file-select {
    border-color: var(--main-color);
}

.input-file-wrapper .file-upload.active .file-select .file-select-button {
    background: var(--main-color);
    color: #ffffff;
}

/* ======== */
@media screen and (max-width: 991px) {
    .whatsapp_btn {
        width: 40px;
        height: 40px;
        margin-bottom: 5px !important;
    }
    
    .whatsapp_btn_box p {
        font-size: 10px;
        width: 80px;
    }
}

/**end transfer receipt upload**/

.fake-disabled {
    pointer-events: none;     /* prevent user interaction */
    background-color: #e9ecef; /* light gray like Bootstrap disabled */
    color: #6c757d;           /* muted text color */
    opacity: 1;               /* ensure visibility */
}

.business-platform-image {
    width: 56px;
}

.vat-cert-image {
    width: 32px;
}

#vatModal .vat-cert-modal-image {
    width: 100%;
}

.account-det .price-card {
    padding: 0 14px 40px;
}

.product-avg-rating {
    font-size: 10px;
    margin: 0 5px;
}

/*Start SVG Stars*/

.svg-stars {
    display: inline-block;
    line-height: 1;
}

.stars-container {
    display: flex;
    gap: 2px;
}

.star-wrapper {
    position: relative;
    width: 20px;
    height: 20px;
}

.star-back,
.star-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.star-foreground {
    z-index: 1;
}

.star-partial {
    overflow: hidden;
}

.star-clipper {
    width: calc(20px * var(--fraction, 1));
    overflow: hidden;
}

/* RTL specific styles */
.svg-stars[dir="rtl"] .star-clipper {
    margin-left: auto;
    margin-right: 0;
}

/**End SVG Stars**/

.featured-accounts .product-user-input {
    height: 55px;
    background-color: #171e2c; /* or any background color you prefer */
    color: #fff; /* text color inside input */
    border-color: rgba(22, 192, 229, 0.3333333333);
}

.featured-accounts .product-user-input::placeholder {
    color: #fff; /* placeholder text color */
    font-size: 14px;
}

.featured-accounts .product-user-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset;
}

#update-all-btn:disabled {
    background-color: #001821;
    color: #fff;
    cursor: not-allowed;        /* Shows 'not allowed' cursor */
    opacity: 0.7;               /* Slightly faded */
    border: none;
}

.total-info-icon {
    color: var(--main-color) !important;
    font-size: 1rem;
}



/*country code */
.country-selector {
    position: relative;
    width: 120px;
}

.selected-flag {
    padding: 10px 15px;
    background: #171e2c;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    direction: ltr;
}

.selected-flag:hover {
    border-color: #80bdff;
}

.flag-box {
    width: 24px;
    height: 18px;
}

.flag-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.selected-dial-code {
    font-size: 16px;
    color: #fff;
}

.arrow {
    margin-left: auto;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666;
    transition: transform 0.2s;
}

.arrow.open {
    transform: rotate(180deg);
}

.country-list {
    position: absolute;
    top: 100%;
    left: 0;
    /* right: 0; */
    margin-top: 5px;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding-inline-start: 0;
    width: 250px;
}

.search-container {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    background: white;
    position: sticky;
    top: 0;
    z-index: 1;
}

.search-input {
    width: 225px;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 10px;
    outline: none;
}

.search-input:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.countries {
    max-height: 200px;
    overflow-y: auto;
}

.country-list.open {
    display: block;
}

.country {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s;
}

.country:hover {
    background: #f0f0f0;
}

.country.highlight {
    background: #e8f4fd;
}

.country-name {
    flex: 1;
    font-size: 10px;
    color: #333;
}

.dial-code {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.country-list::-webkit-scrollbar {
    width: 8px;
}

.country-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.country-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.country-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.countries::-webkit-scrollbar {
    width: 8px;
}

.countries::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.countries::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.countries::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.country.hidden {
    display: none;
}



