@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;
}

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;
    overflow-x: auto;
}

.add__pet__slider {
    padding-bottom: 0;
}

.add__pets__content.has-scroll {
    .add__pet__slider {
        padding-bottom: 16px;
    }
}

.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: 5%;
    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: #ff5050 !important;
    color: #fff !important;
} */

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

.shop__img {
    margin-top: 0 !important;
    height: 40%;
    aspect-ratio: 210 / 209;

    img {
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }
}

.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: #ff5050 !important;
}

.bassket__proudact_Remove {
    background: #ff5050 !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;
}

.dropDown__account .delete {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.hero__swiper {
    padding-left: 0px;
    padding-right: 0px;

    .hero__slider__img {
        height: 400px !important;
    }
}

@media (max-width: 1023px) {
    .hero__swiper {
        .hero__slider__img {
            height: auto !important;
            aspect-ratio: 16 / 7 !important;
        }
    }

    .img-brands {
        height: 150px;
    }

    .pet__card__img {
        height: 150px;
    }
}

.add__pets {
    .add__pets__content {
        overflow-y: hidden !important;
    }
}

.pet__card__img {
    width: 100%;
    height: 100% !important;
}

.account__btn {
    width: auto !important;
}

.header__actions {
    font-size: 16px !important;
}

.web__info {
    gap: 8px !important;
}

header {
    margin-bottom: 0px !important;
    margin-top: 25px !important;

    .page-header {
        gap: 1.5rem !important;
    }
}

#hero {
    margin-top: 25px !important;
}

.web__logo {
    width: 108px !important;
    height: 44px !important;
}

.web__search {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-radius: 0px !important;
}

main {
    margin-top: 25px;
    margin-bottom: 25px;
}

.pet__card {
    height: 100% !important;

    & .pet__card__img {
        img {
            object-fit: cover !important;
        }
    }
}

.brand-slider .swiper-button-prev {
    inset-inline-start: -16px !important;
}

.brand-slider .swiper-button-next {
    inset-inline-end: -16px !important;
}

.hero__img .banner__img {
    height: 280px;
}

.hero__img .banner__img img {
    object-fit: cover;
    object-position: 50% 25% !important;
}

.basket__payment_title input {
    font-weight: 400;
    font-size: 16px;
}

.setting__form__Security {
    & .setting__form__password {
        @media (min-width: 1280px) {
            input {
                width: 14rem !important;
            }
        }
    }
}

@media (min-width: 1280px) {
    .pet__detials_section {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.promo__code {
    .promo__code__input {
        width: 65% !important;
    }

    .promo__code__btn {
        width: 30% !important;
    }
}

.bassket__proudact_content {
    display: flex;
    align-items: start;
    gap: 16px;
}

.bassket__proudact_content__text {
    max-width: 345px !important;
}

.auth__footer__info p,
.auth__footer__info a {
    font-size: 14px;
}

.section__header__edit {
    font-size: 14px;
}

@media (min-width: 768px) {
    .section__header__edit {
        font-size: 1.5rem;
    }
}

.brand__body_content__card {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
}


@media (min-width: 440px) {
    .brand__body_content__card {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .brand__body_content__card {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    .brand__body_content__card {
        grid-template-columns: repeat(4, 1fr);
    }
}

.shop__card {
    & .shop__btn {
        .btn__add {
            gap: 0.5rem;
        }
    }
}

.payment__time__slider .swiper-wrapper .swiper-slide,
.payment__date__slider .swiper-wrapper .swiper-slide {
    width: auto !important;
}

.payment__time__slider .swiper-wrapper .swiper-slide .payment__date__text,
.payment__date__slider .swiper-wrapper .swiper-slide .payment__date__text {
    min-width: 210px !important;
}

.payment__method {
    display: block !important;
    width: 40% !important;
    flex-wrap: wrap;
    align-items: start;
    gap: 0.75rem;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    .method {
        width: auto !important;
        justify-content: start !important;

        img {
            filter: brightness(0) saturate(100%) invert(45%) sepia(10%) saturate(539%) hue-rotate(182deg) brightness(95%) contrast(89%);
        }
    }
}

.payment__method>*+* {
    margin-top: 0.75rem;
}

@media (max-width: 1023px) {
    .payment__method {
        display: block !important;
        width: 100% !important;
    }

    .method {
        width: 100% !important;
        justify-content: start !important;

        img {
            filter: brightness(0) saturate(100%) invert(45%) sepia(10%) saturate(539%) hue-rotate(182deg) brightness(95%) contrast(89%);
        }
    }
}

.auth__footer {
    flex-wrap: wrap !important;
    margin: 48px auto !important;

    .auth__footer__info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}
.auth__container{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.method__active {
    .method__title {
        color: #ff6a00;
    }

    img {
        filter: brightness(0) saturate(100%) invert(40%) sepia(98%) saturate(1068%) hue-rotate(360deg) brightness(99%) contrast(110%) !important;
    }
}

.method__img {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.method__card {
    margin-top: 12px;
    border: 1px solid #6B7280;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
}

.add_card {
    color: #ff6a00;
    font-weight: 500;
    font-size: 14px;
}

.saved-cards-box {
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
}

.saved-card {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}

.saved-card input {
    margin-right: 8px;
    margin-left: 8px;
    border: 1px solid;
}

.saved-card.add-new {
    color: #ff6600;
    font-weight: 500;
}

.disabled-day {
    opacity: 0.5;
    cursor: not-allowed;
}

.promo__code_error {
    display: none;
    color: #cc0000;
    padding: 10px;
}

.method__card.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.brand__body_content__filter__edit {
    position: relative;
    top: 0px;
    z-index: 10;
    display: flex;
    height: auto;
    width: 100%;
    align-self: flex-start;
}

.shop__category_section {
    display: flex;
    width: 100%;
    flex-direction: row;
    border-radius: 0.5rem;
    gap: 4px;
    border: none;
    overflow-x: scroll;

    .shop__category_img {
        display: none;
    }

    .shop__category {
        display: flex;
        width: 100%;
        min-width: 165px;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0.5rem;
        text-align: center;
        border: 1px solid #E5E7EB;
        border-radius: 0.5rem;

        .shop__category_header {
            font-size: 14px;
            width: 100%;
        }
    }
}

@media (min-width: 1024px) {
    .brand__body_content__edit {
        flex-direction: row;
        gap: 1.25rem;
    }

    .brand__body_content__filter__edit {
        position: sticky;
        top: 2.5rem;
        width: 20%;
    }

    .shop__category_section {
        display: flex;
        width: 100%;
        min-width: 100%;
        flex-direction: column;
        overflow: hidden;
        border-radius: 0.5rem;
        gap: 0;
        border: 1px solid #E5E7EB;

        .shop__category_img {
            display: block;
        }
    }

    .shop__category {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-align: start !important;
        border-radius: 0rem !important;
        border: none !important;
    }
}

.shop__category_section::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.filter__search {
    width: 100%;
    background: #f9fafb;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 4px;
    border-radius: 4px;
    gap: 4px;

    .search {
        background: transparent;
    }

    img {
        width: 20px;
        height: 20px;
    }
}

.bassket__items {
    max-height: 365px;
    overflow: auto;
    padding-inline-end: 12px;
    gap: 0px;
}

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

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

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

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

.bassket__proudact_img {
    aspect-ratio: 210 / 209;

    img {
        aspect-ratio: 1 / 1;
    }
}

.bassket__proudact_content__title_link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 100000;
}


.popup-content {
    max-width: 80%;
    max-height: 80%;
    transition: transform 0.2s ease;
    cursor: crosshair;
    position: relative;
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.popup-arrow {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: white;
    cursor: pointer;
    user-select: none;
}

.popup-arrow.left {
    left: 50px;
}

.popup-arrow.right {
    right: 50px;
}

/* Zoom mode */
.popup-content.zoomed {
    transform: scale(2);
    cursor: zoom-out;
}

.validation__text {
    margin-top: 4px;
}

.validation__text p {
    font-size: 14px;
    color: #6B7280;
}

.swiper {
    z-index: 0 !important;
}

.bassket__content__item {
    position: relative;
}

.bassket__proudact {
    position: relative;
}

.btn__notify.subscribed {
    color: #FF6A00 !important;
    background-color: #FFF8F2 !important;
    cursor: pointer !important;
    opacity: 1;
}

.btn__notify.subscribed .notify-icon {
    filter: invert(40%) sepia(98%) saturate(1068%) hue-rotate(360deg) brightness(99%) contrast(110%);
}

.btn__notify:disabled {
    cursor: not-allowed !important;
    pointer-events: none;
}
.auth__content{
    justify-content: center;
}
.auth__content form{
    margin: 0 auto !important;
}

.auth__logo__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}