/* @import "variables.css"; */

p {
    margin-bottom: 0;
}

.user_info_page .title_info {
    color: var(--black_txt_color);
}

.user_info_page p {
    font-size: 0.9rem;
    /* margin-bottom: 1rem; */
    color: var(--black_txt_color);
}

.is-invalid {
    border: 1px solid var(--red_txt_color);
}

#phone_error,
#account_password_error,
#password_error,
#image_error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
}

/* anchor  */
a {
    color: var(--anchor) !important;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    line-height: 1.3;
    text-decoration: none;
}

.gray_icon {
    color: #504c5b !important;
}

.red_color {
    color: var(--red_txt_color);
}

.fa-brands.fa-whatsapp {
    color: #46c254;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

.red_icon {
    color: var(--red_txt_color);
}

span {
    font-weight: 600;
}

span.referal_code {
    color: var(--red_txt_color) !important;
}

.dynamic_right_side {
    display: none;
}

.right_side {
    direction: rtl;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

.single_product_image>img {
    height: 192px;
    object-fit: cover;
}

/* icons  */
.shopping_cart_icon {
    background-color: transparent;
    color: var(--red_txt_color);
    border-radius: 50%;
    font-size: 0.7rem;
    height: 1.6rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--red_txt_color);
}

.shopping_cart_icon.added_cart {
    background-color: var(--bg_red);
    color: white;
    border: 1px solid var(--red_txt_color);
}

.shoppin_heart_icon,
.addToFavSingleProduct {
    border: 1px solid var(--red_txt_color);
    border-radius: 50%;
    height: 1.5rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red_txt_color) !important;
}

.product_review_cont i.fa-regular.fa-heart.gray_icon.addToFavSingleProduct {
    font-size: 1rem;
    height: 1.5rem;
}

.shoppin_heart_icon.added_fav {
    background-color: var(--red_txt_color);

    color: white !important;
}

.addToFavSingleProduct.added_fav {
    background-color: var(--red_txt_color);
    color: white !important;
}

.left_product_side>.wishlist.added_fav {
    background-color: var(--red_txt_color);
}

.pharmacy_tab_section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--bg_red) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--bg_red) !important;
}

.btn.btn-danger {
    background-color: var(--bg_red) !important;
    border: var(--bg_red) !important;
}

.profile_section i.fa-regular.fa-eye-slash.eye_icon.singup_icon {
    right: 16px !important;
}

/* socials buttons  */
.add_address_modal_button {
    background-color: var(--bg_red);
    padding: 0.6rem 2rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
}

.confirm-order-wrapper>a.cancel-wallet {
    background-color: var(--buttons_gray);
}

.confirm-order-wrapper>a.pay_with_wallet {
    background-color: var(--bg_red);
}

.confirm-order-wrapper>a {
    padding: 0.6rem 2rem;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
}
.variant-button{
    flex: 0 0 auto;
    max-width: 12rem;
    padding: 0.6rem 1rem;
    color: var(--red_txt_color) !important;
    border: 1px solid  var(--gray_txt_color);   
    border-radius: 0.5rem;
}
.variant-button:hover{
    color: white !important;
    background: var(--bg_red);
    border: 1px solid  var(--red_txt_color) !important;
    
}
.variant-button:hover .options{
    color: white !important;
}
.variant-button.active{
    background: var(--bg_red);
    color: white !important;
    border: 1px solid  var(--bg_red);
}
.variant-button.active .options{
    color: white !important;
}
.checkout_buton {
    width: max-content !important;
    background: unset !important;
}

.checkout_buton>a {
    width: max-content;
    padding: 13px 22px;
    border-radius: 10px;
    background: var(--bg_red);
}

/* login singup buttons styling  */
.social_button,
.abcRioButtonContentWrapper {
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.7rem;
    position: relative;
    cursor: pointer;
}

.abcRioButtonContentWrapper {
    margin-top: 0 !important;
}

.abcRioButtonLightBlue {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #757575;
}

a#registerBtn {
    background: var(--bg_red);
    color: white !important;
}

.send_otp,
.login_otp {
    background: var(--bg_red);
    color: white !important;
}

.similar_products_wrapper a.product-link.slick-active {
    text-align: center;
    display: flex !important;
    justify-content: center !important;
}

.similar_products_wrapper .product_list {
    width: 215px;
}

.login_otp {
    display: none;
}

.update_profile {
    background: var(--bg_red);
    width: 100%;
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.7rem;
    position: relative;
    color: white !important;
}

.social_button>img {
    position: absolute;
    left: 10%;
}

.google_button,
.abcRioButtonContentWrapper {
    background-color: #fff;
    color: black !important;
}

.facebook_button {
    background-color: var(--fb_button_bg_color);
    color: #fff !important;
}

.guest_button {
    background-color: var(--bg_red);
    color: #fff !important;
}

.apple_button {
    background-color: #000000;
    color: #fff !important;
}

.add_new_med_wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--bg_red);
    color: white !important;
}
a.add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--bg_red);
    color: white !important;
    padding: 1rem 2rem;
    margin-top: 1rem;
    border-radius: var(--box_border_radius);


}
a.continue_login_phone_button {
    position: absolute;
    right: 0%;
    top: 15%;
    background-color: var(--anchor);
    height: 84.3%;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 2rem;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}

.button_container {
    width: 100%;
}

.button_container>a {
    background-color: var(--buttons_bg);
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    font-size: .9rem;
    border-radius: var(--box_border_radius);
}

.order_place_buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
    margin-top: 2rem;
    justify-content: center;
}

.order_place_buttons>a {
    display: flex;
    border-radius: var(--box_border_radius);
    padding: 0.9rem 1rem;
    align-items: center;
    justify-content: center;
}

a.order_placed_class {
    background-color: var(--order_placed);
}

a.order_unpaid_class {
    background-color: orange;
}

a.out_of_delivery {
    background-color: var(--out_of_delivery);
}

.single_order_button>a.order_placed_class,
.single_order_button>a.out_of_delivery {
    color: white !important;
    border-radius: var(--box_border_radius);
    font-size: 0.88rem;
    padding: 0.2rem 0.97rem;
    text-align: center;
}

.order_place_buttons>a.my_orders {
    background-color: var(--bg_white);
    color: var(--black_color);
}

.order_place_buttons>a.continue_shopping {
    background-color: var(--buttons_bg);
    color: white !important;
}

.bottom_continue_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: var(--bg_red);
}

a.med_req_button {
    background-color: var(--buttons_bg);
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    border-radius: var(--box_border_radius);
}

.bottom_continue_button>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white !important;
}

.my_prescription_button>a {
    background-color: var(--buttons_bg);
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    border-radius: var(--box_border_radius);
}

/* a#download-button{
    background-color: var(--buttons_bg);
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    border-radius: var(--box_border_radius);
} */
.my_upload_med_req_button>a {
    background-color: var(--buttons_bg);
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    border-radius: var(--box_border_radius);
}

.add_prescription_button>a {
    background-color: var(--buttons_bg);
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    border-radius: var(--box_border_radius);
}

.banner_section .slick-dotted.slick-slider {
    margin-bottom: 22px;
    min-height: 9rem;
}

.pharma_images_top {
    min-height: 7rem;
}

.pharmacy_tab_section {
    min-height: 9rem;
}

/* all pages width  */
.all_pages_width {
    padding: 1rem 3rem;
    box-shadow: rgba(149, 157, 165, 0.2) 3px -11px 24px 6px;
}

.login_phone_wrapper {
    position: relative;
}

i.fa-regular.fa-eye-slash.eye_icon.singup_icon {
    right: 4%;
}

.radio_single {
    cursor: pointer;
}

.input_wrapper>i {
    position: absolute;
    right: 146px;
    top: 44%;
    color: var(--input_gray_placeholders);
}

.singup_section .input_wrapper>i {
    right: 17px !important;
}

.input_wrapper_checkbox {
    display: flex;
}

input#checkbox {
    appearance: auto;
    height: 1.5rem;
    aspect-ratio: 1/1;
}

.input_wrapper_checkbox {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.input_wrapper {
    position: relative;
}

/* input styling  */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"] {
    width: 100%;
    border-radius: var(--input_border_radius);
    background-color: var(--bg_white);
    padding: 0.7rem 0.9rem;
    margin-top: 0.5rem;
    color: var(--black_txt_color);
}

textarea {
    width: 100%;
    border-radius: var(--input_border_radius);
    background-color: var(--bg_white);
    padding: 0.7rem 0.9rem;
    margin-top: 0.5rem;
    color: var(--black_txt_color);
}

input[type="radio"] {
    appearance: auto;
}

.form-select {
    border: none;
    border-radius: var(--input_border_radius);
    padding: 0.7rem 0.9rem;
    background-color: var(--bg_white);
    color: var(--input_gray_placeholders);
    margin-top: 1rem;
}

input::placeholder {
    color: var(--input_gray_placeholders);
}

textarea::placeholder {
    color: var(--input_gray_placeholders);
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: auto !important;
}

#iti-0__country-listbox {
    width: auto !important;
}

.intl-tel-input .selected-flag .iti-flag {
    display: none;
}

.iti__flag {
    display: none;
}

.iti__flag-box,
.iti__country-name {
    display: none !important;
}

.iti-flag.om {
    display: none;
}

span.country-name {
    display: none;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: var(--gray_txt_color);
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.iti {
    width: 100%;
    margin-top: 0.5rem;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 68px !important;
}

/* icons  */
.gray {
    color: var(--icon_gray) !important;
    font-size: 1.5rem;
}

/* red circles  */
li.red_cricle::before {
    content: "";
    height: 0.5rem;
    aspect-ratio: 1/1;
    background-color: var(--red_circles);
    position: absolute;
    left: -6%;
    top: 28%;
    border-radius: 50%;
}

li.red_cricle {
    position: relative;
    color: var(--gray_txt_color);
}

/* slick slider dots overriding  */
main.home_page .slick-slide img {
    display: block;
    width: 100%;
    object-fit: fill;
    height: 244px;
    border-radius: 0.8rem;
}

.slick-dots li button:before {
    color: var(--gray_txt_color) !important;
}

.slick-dots li.slick-active button:before {
    color: var(--red_txt_color) !important;
    font-size: 12px;
    top: 35%;
    line-height: 20px;
    position: absolute;
    width: 20px;
    border-radius: 0.3rem;
    height: 6px;
    content: "" !important;
    background-color: var(--red_txt_color);
}

.slick-dots li {
    width: 11px !important;
}

.shops_products_with_subcategories .nav-link {
    position: relative;
}

.shops_products_with_subcategories .nav-link.active::before {
    content: "\f00c";
    font-family: "FontAwesome";
    margin-right: 0.4rem;
}

/* pharma buttons section  */
.shops_products_with_subcategories>ul>li>a {
    background-color: white !important;
    border-radius: 4rem !important;
    color: black !important;
    padding: 0.5rem 2rem !important;
    font-size: 0.9rem;
}

.shops_products_with_subcategories .nav-pills .nav-link.active,
.shops_products_with_subcategories .nav-pills .show>.nav-link .shops_products_with_subcategories .nav-pills .nav-link.active,
.shops_products_with_subcategories .nav-pills .show>.nav-link {
    color: white !important;
    background-color: var(--bg_red) !important;
}

.shops_products_with_subcategories #pills-tab {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
    padding-bottom: 10px;
}

.shops_products_with_subcategories .nav-pills {
    overflow: hidden;
}

.shops_products_with_subcategories .nav-pills .nav-link {
    display: inline-block;
    padding: 10px;
}

.shops_products_with_subcategories #pills-tab::-webkit-scrollbar {
    width: 0;
}

.nav-pills .nav-link {
    color: var(--bs-nav-pills-link-active-color);

    background-color: var(--buttons_gray);
}

/* bootsrtap overring classes  */
.accordion {
    --bs-accordion-bg: transparent !important;
}

.accordion-item {
    display: flex;
    border: none;
    flex-direction: column;
    gap: 2rem;
}

.accordian_checkout .accordion-item {
    gap: 1rem;
}

.accordion-item:first-of-type .accordion-button {
    background: var(--bg_white) !important;
    box-shadow: none;
    border-radius: var(--box_border_radius) !important;
}

.accordian_checkout .accordion-button:not(.collapsed) {
    color: var(--black_txt_color);
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.accordian_checkout button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}

.accordian_checkout .accordion-item:first-of-type .accordion-button {
    background: transparent !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    padding: 0;
    color: var(--black_txt_color);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    color: var(--black_txt_color);
}

.accordian_checkout .accordion-body {
    padding: 0;
}

.accordian_checkout .accordion-button {
    margin-top: 1rem;
    padding: 0;
}

.accordian_checkout .accordion-item:last-of-type .accordion-collapse {
    background: transparent !important;
    border-radius: unset !important;
}


.accordion-item:last-of-type .accordion-collapse {
    background: var(--bg_white) !important;
    border-radius: var(--box_border_radius) !important;
}
.accordion-item:last-of-type .sigle-product-header {
    background: transparent !important;

}
.accordion-item:last-of-type .sigle-product-header .accordion-body {
    padding:unset  !important; 

}
.sigle-product-header .product-information,
.sigle-product-header .variants-products,
.sigle-product-header .options-box
 {
    margin-bottom: 2rem;
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x) !important;
    background: var(--bg_white) !important;
    border-radius: var(--box_border_radius) !important;

}
.accordion-button::after {
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "\f106";
    font-family: "FontAwesome";
    background-image: none !important;
    color: var(--red_txt_color);
}

.accordion-button::after {
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "\f107";
    font-family: "FontAwesome";
    background-image: none !important;
    color: var(--red_txt_color);
}

.fade2 {
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.2s linear;
    display: block !important;
}

.fade2.show {
    opacity: 1;
    transform: scale(1);
}

/* not home footer  */
footer.footer_main {
    background: var(--bg_full_white);
    /* border-top-left-radius: var(--box_border_radius);
    border-top-right-radius: var(--box_border_radius); */
    padding: 1rem 0.3rem;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}

a.new_icon_copoun>i {
    font-size: 0.8rem !important;
}

a.new_icon_copoun {
    /* border: 1px solid var(--gray_txt_color); */
    border-radius: 50%;
    height: 1.5rem;
    display: flex;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
}

.continue_top_pay {
    background-color: var(--bg_red);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    color: white;
    bottom: 0;
}

.price_wrapper,
.view_cart_button {
    width: 50%;
    background-color: var(--bg_full_white);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view_cart_button {
    background-color: var(--bg_red);
    color: white;
}

.price_wrapper {
    background-color: var(--bg_full_white);
    color: var(--black_txt_color);
}

.view_order_wrapper {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 0;
    left: 0 !important;
    width: 100%;
    color: white;
    bottom: 0;
    right: 0 !important;
}

.modal-backdrop {
    --bs-backdrop-bg: transparent !important;
    position: unset !important;
}

ul.footer_ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
}

ul.footer_ul>li>a>svg path {
    color: var(--gray_txt_color);
    fill: var(--gray_txt_color);
}

ul.footer_ul>li.active>a>svg path {
    color: var(--red_txt_color);
    fill: var(--red_txt_color);
}

ul.footer_ul>li.active>a>svg rect {
    color: var(--red_txt_color);
    fill: var(--red_txt_color);
}

ul.footer_ul>li.active>a>svg {
    color: var(--red_txt_color);
    fill: var(--red_txt_color);
}

.bg_image_wrapper {
    background-image: url("/front-end-theme/images/bg.png") !important;
    background-position: center;
    background-size: cover;
    padding: 2rem;
    min-height: 100dvh;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-color: #b1b3c3 !important;
}

.dark-theme .bg_image_wrapper {
    background-image: none !important;
    box-shadow: rgb(49 130 215) 0px 20px 30px -10px;
    background-color: rgb(0 0 0 / 35%) !important;
}

.bg_image_wrapper.not_center {
    justify-content: flex-start;
}

.container.bg_image_wrapper>* {
    width: 100%;
}

/* right side bar  */
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.search-filter-wrapper {
    background-image: url("/front-end-theme/images/bg.png") !important;
    background-position: center;
    background-size: cover;
    min-height: 100dvh;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-color: #b1b3c3 !important;
    width: 330px;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: 0;
    right: -110%;
    transition: all 0.3s ease;
    overflow: hidden;
    visibility: hidden;
}

.search-filter-wrapper.active {
    right: 0%;
    visibility: visible;
    opacity: 1;
    z-index: 999999999;
}

.serach_page .accordion-item {
    gap: 0 !important;
}

.text-star-4 {
    color: rgb(0 155 62 / 80%);
}

.text-star-3 {
    color: #ffc233;
}

.text-star-2 {
    color: rgba(240, 50, 60, 0.8039215686);
}

.text-star-1 {
    color: rgba(240, 50, 60, 0.8039215686);
}

.order_status_page .single_order_box {
    cursor: unset !important;
}

.serach_page .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    align-items: center !important;
}

.serach_page .accordion-item:first-of-type .accordion-button {
    background-color: transparent !important;
    box-shadow: none;
    border-radius: var(--box_border_radius) !important;
}

.serach_page .accordion-item:last-of-type .accordion-collapse {
    background: transparent !important;
    border-radius: unset !important;
}

/* .home page left sidebar =================== */

.home_left_side_bar_wrapper {
    background-image: url("/front-end-theme/images/bg.png") !important;
    background-position: center;
    background-size: cover;
    min-height: 100dvh;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-color: #b1b3c3 !important;
    width: 330px !important;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: 0;
    left: -110%;
    transition: all 0.3s ease;
    overflow: hidden;
    visibility: hidden;
}

.home_left_side_bar_wrapper.active {
    left: 0%;
    visibility: visible;
    opacity: 1;
    z-index: 999999999;
}

.pharmacy_tab_section .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--box_border_radius);
    padding: 0.7rem 0rem;
}

/* overring slick slider properties  */
.shops_container .slick-track {
    display: flex;
    gap: 11px;
}

.single_product_name {
    font-weight: 600;
    text-align: center;
}

/* <----------------------------------------- display none properties ---------------------------------->  */
.apple_button {
    display: none;
}

.show_content>*>span {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
}

.show_content>* {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
}

/* loader products and others skelton  */
.loader {
    text-align: center;
}

.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-top: 2rem;
    background: var(--red_txt_color);
    border-radius: 20px;
    animation: loader 0.8s infinite alternate;
}

.loader span:nth-of-type(2) {
    animation-delay: 0.2s;
}

.loader span:nth-of-type(3) {
    animation-delay: 0.6s;
}

@keyframes loader {
    0% {
        opacity: 0.9;
        transform: scale(0.5);
    }

    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

.shops_products_with_subcategories>ul {
    gap: 1rem;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 2rem;
    aspect-ratio: 1/1;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid white !important;
    background: var(--bg_red) !important;
    color: white !important;
}

.products_searched_container,
.shops_searched_container {
    margin-bottom: 4rem;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--bg_red) !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: 0.25em solid var(--red_txt_color) !important;
}

div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
    background-color: var(--bg_red) !important;
}

div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
    background-color: var(--bg_red) !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: unset !important;
}

i.fa-regular.eye_icon.singup_icon.fa-eye {
    right: 17px;
}

.empty_container>.container {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    align-items: center;
    margin-top: 5rem;
}


/* logout modal  */

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

.confirmation-content>h3 {
    text-align: left;
    margin-bottom: 1rem;
}

.confirmation-dialog {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.confirmation-actions {
    display: flex !important;
    justify-content: center;
    gap: 1rem;
    color: var(--red_txt_color);
}