@font-face {
    font-family: "IBM";
    src: url("../assets/fonts/IBMPlexSansArabic-Thin.ttf");
    font-weight: 100;
}

@font-face {
    font-family: "IBM";
    src: url("../assets/fonts/IBMPlexSansArabic-ExtraLight.ttf");
    font-weight: 200;
}

@font-face {
    font-family: "IBM";
    src: url("../assets/fonts/IBMPlexSansArabic-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "IBM";
    src: url("../assets/fonts/IBMPlexSansArabic-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "IBM";
    src: url("../assets/fonts/IBMPlexSansArabic-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "IBM";
    src: url("../assets/fonts/IBMPlexSansArabic-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "IBM";
    src: url("../assets/fonts/IBMPlexSansArabic-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "IBM";
    src: url("../assets/fonts/IBMPlexSansArabic-Bold.ttf");
    font-weight: 800;
}

@font-face {
    font-family: "IBM";
    src: url("../assets/fonts/IBMPlexSansArabic-Bold.ttf");
    font-weight: 900;
}

* {
    margin: 0;
    padding: 0;
    font-family: "IBM", sans-serif;
}

/* .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  box-sizing: border-box;
} */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #374151 !important;
}

.hidden {
    display: none;
}

body {
    overflow-x: hidden;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.sidebar::-webkit-scrollbar-track {
    background: #5c18e4;
    border-radius: 5px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.add__pets__content::-webkit-scrollbar {
    width: 2px;
    height: 6px;
}

.add__pets__content::-webkit-scrollbar-track {
    background: #fff;
}

.add__pets__content::-webkit-scrollbar-thumb {
    background: #8b5dee;
}

.add__pets__content::-webkit-scrollbar-thumb:hover {
    background: #4400d8;
}

.add__pets__content {
    justify-content: start !important;
}

.add__pet__slider {
    padding-inline-end: 4px;
}

.letters__card::-webkit-scrollbar {
    width: 2px;
    height: 6px;
}

.letters__card::-webkit-scrollbar-track {
    background: #0000000d;
}

.letters__card::-webkit-scrollbar-thumb {
    background: #8b5dee;
}

.letters__card::-webkit-scrollbar-thumb:hover {
    background: #5c18e4;
}

.addres__module::-webkit-scrollbar {
    width: 6px;
}

.addres__module::-webkit-scrollbar-track {
    background: #0000000d;
}

.addres__module::-webkit-scrollbar-thumb {
    background: #9c9c9c;
    border-radius: 8px;
}

.addres__module::-webkit-scrollbar-thumb:hover {
    background: #888888;
}

body::-webkit-scrollbar {
    display: none;
}

.brand__body_Filter__responsive::-webkit-scrollbar {
    display: none;
}

.product__imgs::-webkit-scrollbar {
    display: none;
}

.lang-switcher {
    position: fixed;
    top: 5%;
    inset-inline-end: 10%;
    z-index: 1000;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.basket-count {
    background: #25aa10;
    color: white;
    font-size: 12px;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    inset-inline-end: -5px;
}

.basket-count-edit {
    top: -5px;
    inset-inline-end: 30px;
}

[dir="rtl"] .btn__subscribe {
    transform: rotate(180deg) !important;
}

.shop__slider_btn .swiper-button-next {
    width: 25px;
    top: 0 !important;
    height: 25px;
    color: #ef7c31;
    border-radius: 50%;
    border: 1px solid #ef7c31;
    margin-top: -12px;
}

.shop__slider_btn .swiper-button-next:after {
    font-size: 10px;
}

.shop__slider_btn .swiper-button-prev {
    width: 25px;
    top: 0 !important;
    height: 25px;
    color: #ef7c31;
    border-radius: 50%;
    border: 1px solid #ef7c31;
    margin-top: -12px;
}

.shop__slider_btn .swiper-button-prev:after {
    font-size: 10px;
}

.shop__slider_btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
}

.shop__fav__edit {
    inset-inline-end: 30px !important;
}

#gender-select::picker-icon {
    display: none;
}

.form-select::picker-icon {
    display: none;
}

.form_select_governorate::picker-icon {
    display: none;
}

#Medical-pet-select::picker-icon, #Life-pet-select::picker-icon, #Fur-pet-select::picker-icon, #Activity-pet-select::picker-icon, #Gender-pet-select::picker-icon, #Breed-pet-select::picker-icon, #type-pet-select::picker-icon {
    display: none;
}

.gmnoprint {
    display: none !important;
}

.basket__payment_govrnment {
    display: grid !important;
}

.basket__payment_title {
    display: grid !important;
}

/* enter custom mode */
.option__group select,
::picker(select) {
    appearance: base-select;
}

/* style the button */
.option__group ::select-fallback-button {
    background: #000;
    font-size: 16px;
}

/* style the picker dropdown */
.option__group ::picker(select) {
    border-radius: 8px;
    border: #aaaaaa solid 1px;
    margin-top: 2px;
}

/* style the options */
.option__group option {
    padding-inline: 10px;
    padding-block: 6px;
    font-size: 16px;
}

/* style selected option in the dropdown */
.option__group option:checked {
    background: #f3f4f6;
}

/* style the option on hover or focus */
.option__group option:hover,
.option__group option:focus-visible {
    background-color: #f3f4f6;
}

.option__group option::checkmark {
    display: none;
}

#myNumberInput {
    width: 120px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

#myNumberInput:focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#map {
    width: 100%;
    height: 360px;
    border-radius: 10px;
}

#map-1 {
    width: 100%;
    height: 360px;
    border-radius: 10px;
}


.flatpickr-calendar {
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12) !important;
    border: 2px solid #5c18e4 !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
    background: #5C18E4 !important;
    border: 2px solid #5C18E4 !important;
    color: #fff !important;
}

.flatpickr-months .flatpickr-month {
    color: #5C18E4 !important;
}

.setting__form__password {
    flex-direction: row !important;
}

.setting_btn_img {
    width: 2rem !important;
    height: 2rem !important;

    img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }
}

.wallet__section {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E7EB;
    gap: 10px;
}
.wallet__history_section{
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #E5E7EB;
    gap: 10px;
    padding: 24px;
    .wallet__history__header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        .wallet__history_title{
            font-size: 18px;
            font-weight: 700;
            color: #2A2A2A;
        }
    }
    .wallet__history_item{
        display: flex;
        flex-direction: column;
        gap: 16px;
        .wallet__history_item_section{
            display: flex;
            flex-direction: column;
            gap: 16px;
            .wallet__history_day{
                font-size: 14px;
                font-weight: 500;
                color: #A0AEC0;
            }
            .wallet__history_card{
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 2px;
                .wallet__history_card_content{
                    display: flex;
                    align-items: center;
                    gap: 12px;
                    .wallet__history_card_icon{
                        width: 38px;
                        height: 38px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        img{
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }
                    }
                    .wallet__history_card_text{
                        display: flex;
                        flex-direction: column;
                        gap: 4px;
                        .wallet__history_card_title{
                            font-size: 16px;
                            font-weight: 500;
                            color: #000000;
                        }
                        .wallet__history_card_time{
                            font-size: 14px;
                            font-weight: 400;
                            color: #A0AEC0;
                        }
                    }
                }
                .wallet__history_card_amount{
                    font-size: 16px;
                    font-weight: 700;
                    color: #6155F5;
                }
            }
        }
    }
}

@media (max-width: 1023px) {
    .setting_btn_img {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }

    .wallet__section {
        width: 100%;
    }
}

.loading {
    opacity: 0.6;
    pointer-events: none;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #ff6b35;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.addres__module_btn__delete {
    background: #FF0100 !important;
    color: #fff !important;
}

.error__messge {
    padding-inline-start: 0 !important;
}

.shop__img {
    overflow: hidden !important;
    margin-top: 0 !important;
}

.swal2-toast {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #fff !important;
}

.swal2-title {
    order: 1;
    flex-grow: 1;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    color: #fff !important;
    text-align: left;
}

.swal2-close {
    order: 2;
    margin-left: 10px !important;
    font-size: 18px !important;
    color: #fff !important;
    position: relative !important;
}

.img-brands {
    width: 100%;
    height: 480px;
    border-radius: 10px;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    border: #e5e7eb solid 5px;
}

[dir="rtl"] .setting__header_back__img {
    rotate: -180deg !important;
}

.setting__main__content__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.delete {
    color: #FF0100 !important;
}

.bassket__proudact_Remove {
    background: #FF0100 !important;
}

.product__details__img {
    max-height: none !important;
}

.shop__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.shop__labels {
    display: flex;
    align-items: center;
    gap: 10px;
}

.soldout {
    border-radius: 0.75rem;
    background-color: rgb(255 106 0);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: rgb(255 255 255);
}

.sale {
    border-radius: 0.75rem;
    background-color: rgb(255 0 0 / 1);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.fav {
    cursor: pointer;
}

.disabled__row {
    cursor: not-allowed;
    background-color: #000;
}

.disabled__row .brand-index,
.disabled__row .brand-name,
.disabled__row .drag-handle {
    opacity: 0.5;
    pointer-events: none;
}

#place-order-form {
    width: 100%;
}

.careers-hero-section {
    width: 100%;
    height: 250px;
    overflow: hidden !important;
}
.deposit__modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.deposit__modal_content{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 650px;
  height: 325px;
}
.deposit__form{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  position: relative;
  .close__change__password_module{
    position: absolute;
    top: 15px;
    inset-inline-end: 15px;
  }
}
.deposit__form_amount{
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: start;
  align-items: start;
  label{
    font-weight: 500;
    font-size: 16px;
    color: #374151;
  }
  input{
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
  }
}
.footer__contact a, .let__connect_card__subtitle {
  direction: ltr !important;
  unicode-bidi: embed !important;
  display: inline-block !important;
}
[dir="rtl"] .order__card_go {
  transform: rotate(180deg) !important;
}
/* [dir="rtl"] .wallet__section {
  h4{
    color: #fff !important;
  }
  h5{
    color: #fff !important;
  }
} */
.dropDown__account .delete{
    border-bottom-left-radius: 0.5rem ;
    border-bottom-right-radius: 0.5rem;
}
.hero__swiper {
    .hero__slider__img {
        height: 400px !important;
    }
}
@media (max-width: 1023px) {
    .hero__swiper {
        .hero__slider__img {
            height: 150px !important;
        }
    }
    .img-brands{
        height: 150px ;
    }
    .pet__card__img {
        height: 150px;
    }
}
.add__pets {
    .add__pets__content {
        overflow-y: hidden !important;
    }
}
.pet__card__img{
    width: 100%;
}
