.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0 !important;
    padding: 6px 12px;
    height: 40px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px
}

.post-property .wrap-car-feature .tf-listing-info #tf-features {
    gap: 10px !important;
}

.listing-feature-wrap {
    color: #000 !important;
    font-size: 14px !important;
}

.listing-feature-wrap svg {
    width: 16px;
    /* تصغير عرض الأيقونة */
    height: 16px;
    /* تصغير طول الأيقونة */
    margin-right: 15px;
    color: #d01818;
    vertical-align: middle
}

.tf-car-service .content .description ul li.listing-information i {
    color: #000;
    margin-right: 12px;
    margin-top: 10px;
    font-size: 17px;
}

.tf-car-service .content .description ul li.listing-information .inner span {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.tf-car-service .content .description ul li.listing-information .inner p {
    font-size: 12px;
    font-weight: 700;
    color: #d01818;
    line-height: 14px;
    text-transform: capitalize;
}

.tf-car-service .content .price small {
    font-size: 70%;
}

.header-account .gap-3 {
    gap: 1rem;
}

.language-switcher select {
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
}

.user-profile .dropdown-toggle {
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.user-profile .dropdown-toggle:hover {
    background-color: #f3f4f6;
}

.user-profile .dropdown-menu {
    min-width: 200px;
    padding: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.user-profile .dropdown-item {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

.user-profile .dropdown-item:hover {
    background-color: #f3f4f6;
}


/* Social Login Buttons */
.social-login-container {
    padding: 0;
}

.social-btn {
    padding: 13px 0px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.social-icon {
    width: 20px;
    height: 20px;
}

.google-btn {
    background-color: white;
    border: 1px solid #ddd;
    color: #000;
}

.google-btn:hover {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #d01818;
}

.facebook-btn {
    background-color: #1877f2;
    color: white;
    border: none;
}

.facebook-btn:hover {
    background-color: #166fe5;
    color: #fff;
}

/* Divider */
.login-divider {
    width: 100%;
}

.divider-line {
    height: 1px;
    background-color: #e0e0e0;
}

/* Password Toggle */
.password-toggle {
    cursor: pointer;
    color: #6c757d;
}

.password-toggle:hover {
    color: #495057;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .social-btn {
        padding: 8px;
        justify-content: center;
    }
}

.py-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}

@media(min-width:576px) {
    .py-sm-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:768px) {
    .py-md-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:992px) {
    .py-lg-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:1200px) {
    .py-xl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

@media(min-width:1400px) {
    .py-xxl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }
}

.bsb-btn-xl {
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: calc(1.26rem + 0.12vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-xl {
        --bs-btn-font-size: 1.35rem
    }
}

.bsb-btn-2xl {
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: calc(1.27rem + 0.24vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-2xl {
        --bs-btn-font-size: 1.45rem
    }
}

.bsb-btn-3xl {
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-font-size: calc(1.28rem + 0.36vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-3xl {
        --bs-btn-font-size: 1.55rem
    }
}

.bsb-btn-4xl {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: calc(1.29rem + 0.48vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-4xl {
        --bs-btn-font-size: 1.65rem
    }
}

.bsb-btn-5xl {
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-font-size: calc(1.3rem + 0.6vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-5xl {
        --bs-btn-font-size: 1.75rem
    }
}
