.cky-consent-container:not(.cky-hide) [data-cky-tag] {
    visibility: visible !important;
}

a.fb.iscu_listing_share {
    margin-right: unset;
}

.iscu_listing_share_wrapper+.cmnt {
    margin-left: 25px;

}

.iscu_sharing_icons::after {
    content: '◢';
    color: white;
    position: absolute;
    bottom: -12px;
    rotate: 45deg;
    left: 50%;
    translate: -50%;
}

.iscu_copy_link {
    cursor: pointer;
}

.iscu_sharing_icons a {
	border: 1px solid rgb(45, 126, 103);
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	color: #2d7e67 !important;
	font-size: 15px;
}

.iscu_listing_share_wrapper {
    position: relative;
}

.iscu_confirm_listing_submit.disabled {
    opacity: .5;
}

.iscu_listing_share_wrapper:not(.iscu_opened) .iscu_sharing_icons {
    display: none;
}

.iscu_sharing_icons {
    position: absolute;
    background: white;
    padding: 6px;
    display: flex;
    gap: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    top: -50px;
    left: 50%;
    translate: -50% 0;
}

body .iscu_my_account_shortcode .woocommerce-MyAccount-content,
body.page-template-template-dashboard.woocommerce-account .iscu_my_account_shortcode .woocommerce-MyAccount-navigation {
    /* display: unset; */
    width: 100%;
    margin: unset;
    background-color: #333;
}

body .dashboard-nav ul,
body .dashboard-nav {
    opacity: 1;
    visibility: visible;
    max-height: 900px;
}

.iscu_csv_content_container {
    padding: 60px 0;
    padding-bottom: 0;
}

/* .iscu_csv_content_wrap {
    position: relative;
} */

.iscu_csv_content_head {
    /* background: #f1d2fb; */
    display: flex;
    /* margin-bottom: 10px; */
    padding: 10px 20px;
}

.iscu_space_div {
    height: 100px;
    position: fixed;
    bottom: 10px;
    background: white;
    width: 100%;
}

.iscu_csv_content_body {
    /* background: #fbebd2; */
    padding: 10px;
    margin-bottom: 10px;
    /* height: 380px; */
    /* height: calc(690px - ( (100vw - 1920px) / 7.75 )); */
    /* overflow: scroll; */
    /* height: 800px; */
}

.iscu_head_image {
    /* width: 100px; */
    max-height: 110px;
    min-height: 110px;
    object-fit: cover;
}

.iscu_body_main_content {
    height: 100%;
    /* overflow: scroll; */
    padding-bottom: 75px;
    min-height: 560px;
}

.iscu_footer_image {
    /* width: 90px; */
    max-height: 90px;
    object-fit: cover;
    height: 90px;
    /* min-width: 140px; */
    border: 1px solid #d2f0fa;
}

.iscu_csv_content_footer_img {
    width: 35%;
    height: 80px;
}

.iscu_csv_content_container p {
    margin: 0px;
    margin-bottom: 5px;
}

#apps-menu {
    display: block !important;
}

.iscu_csv_content_footer {
    background: #ffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 20px;
    width: 550px;
    position: fixed;
    bottom: 0;
}

.iscu_footer_btn {
    background: #d38c9c;
    color: white;
    font-weight: 500;
    border-radius: 30px;
    border: none;
    padding: 5px 85px;
}

.iscu_csv_content_footer_btn a {
    display: flex;
    text-decoration: none;
}

/* .iscu_csv_content_footer_btn button {
    background: unset;
    border: none;
    color: white;
} */

.iscu_my_account_shortcode .woocommerce-MyAccount-content a:hover {
    color: #f91942 !important;
}

.iscu_my_account_shortcode .woocommerce-MyAccount-content a {
    color: #2d7e67 !important;
}

.iscu_my_account_shortcode .woocommerce-MyAccount-content * {
    color: #fff !important;
}

.iscu_my_account_shortcode .woocommerce {
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    padding: 16px 30px;
    font-weight: 600;
    transition: 0.2s;
    display: none;
    flex-direction: column;
}

.iscu_my_account_shortcode li.woocommerce-MyAccount-navigation-link a {
    color: #fff !important;
}

.iscu_my_account_shortcode .woocommerce-MyAccount-navigation ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "\f105";
    position: absolute;
    left: 0;
    top: -1px;
    padding: 0 7px 0 0;
    color: #ccc;
}

.iscu_author_detail_wrapper {
    display: flex;
    gap: 20px;
    margin: 25px 0;
    align-items: center;
}

.iscu_get_location_permission {
    display: flex;
    align-content: center;
    padding: 2px 0;
}

#iscu_get_location_permission {
    padding: 6px 12px;
    border: none;
    cursor: pointer;
    height: unset;
    color: #fff;
    font-size: 13px;
    box-shadow: none;
    background: #ff7f85;
    border-radius: 20px;
}

.iscu_author_detail {
    width: 70%;
}

.iscu_author_image {
    width: 30%;
    text-align: right;
}

.iscu_author_title {
    color: #b1b6ba;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.iscu_billing_address_1 {
    color: #4e99b2;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.iscu_author_description {
    color: #343638;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.iscu_author_link a {
    background: #ff7f85;
    padding: 8px;
    display: block;
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
    color: #6495ab;
    font-weight: 500;
}

.iscu_coment_author_image img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    min-width: 64px;
    object-fit: cover;
}

.iscu_author_inner_wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.iscu_add_review_form .sub-ratings-container,
.iscu_add_review_form .logged-in-as,
.iscu_add_review_form #reply-title {
    display: block !important;
}

.iscu_add_review_form .leave-rating {
    width: 130px !important;
}

.iscu_add_review_form .listing-desc-headline {
    margin-bottom: 25px !important;
}

.iscu_add_review_form label {
    display: block !important;
}

.page-id-15025 .iscu_review_wrapper.woocommerce .star-rating {
    float: left !important;
    width: 6.3em !important;
    height: 1.4em !important;
}

.iscu_review_wrapper.woocommerce .iscu_count_comment {
    color: #3a8da9 !important;
    font-weight: bold !important;
    font-size: 18px;
}

.iscu_author_image img {
    height: 170px;
    object-fit: cover;
    min-width: 160px;
}

.iscu_review_wrapper.woocommerce {
    display: flex !important;
    gap: 20px !important;
    margin: 5px 0 15px 0px !important;
    align-items: center;
}

.iscu_review_wrapper.woocommerce .star-rating::before {
    content: "" !important;
    color: #fe905c !important;
    float: left !important;
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    font-size: 20px !important;
}

.iscu_review_wrapper.woocommerce .star-rating span::before {
    /* content: "" !important;
    top: 0 !important;
    position: absolute !important;
    left: 0 !important; */
    color: #fe905c !important;
    /* font-size: 20px !important; */
}

.iscu_review_avg {
    font-size: 20px;
    font-weight: bold;
    color: #323232;
}

.iscu_add_review_form .add-review-box {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.iscu_add_review_form {
    display: none;
}

.iscu_add_comment_wtapper {
    margin-left: 5px;
}

.iscu_add_comment {
    color: #3a8da9;
    display: flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    cursor: pointer;
}

/* .iscu_add_review_form .sub-ratings-container .leave-rating input[type="radio"]~svg path  {
    fill: #fe905c !important;
} */

.iscu_add_review_form .sub-ratings-container .leave-rating svg {
    cursor: pointer;
}

.leave-rating svg.active path {
    fill: #fe905c !important;
}

.iscu_single_comment_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ededed;
    padding: 14.8px 18px;
}

.iscu_author_details {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.iscu_author_content_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iscu_author_name {
    color: black;
    font-weight: 900;
}

.iscu_author_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.iscu_comment_date {
    color: rgb(96, 96, 96);
    font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
}

.iscu_review_content {
    font-size: 14px;
}

.iscu_rating_details.woocommerce .star-rating span::before {
    color: #fe905c !important;
}

.iscu_rating_details.woocommerce .star-rating::before {
    color: #fe905c !important;
}

.iscu_rating_details.woocommerce .star-rating {
    height: 1.2em !important;
}

.iscu_add_review_form #iscu_user_name,
.iscu_add_review_form #iscu_user_email {
    text-align: left !important;
}

.iscu_rating_container {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.iscu_add_review_form .sub-ratings-container {
    border-top: unset !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#iscu_add_review_btn {
    background: #ff7f85;
    padding: 2px 30px;
    height: auto;
    font-size: 15px;
    margin-bottom: 0;
}

.iscu_add_review_form .add-sub-rating {
    width: 100% !important;
    margin-top: 0;
}

.iscu_add_review_form .sub-rating-title {
    color: #7e7e7e;
    font-size: 15px;
    font-weight: normal;
}

.iscu_view_review {
    background: #ff7f85;
    padding: 5px 20px;
    height: auto;
    width: fit-content;
    border-radius: 20px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}

.iscu_modal_container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: grid;
    align-items: flex-end;
    overflow: hidden;
    transition: all .3s;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.iscu_modal_content {
    padding: 20px;
    margin: auto;
    position: relative;
    background-color: #fff;
    border-radius: 1rem;
    transition: all .3s;
    overflow: auto;
    scrollbar-width: thin !important;
}

.iscu_show_modal.iscu_modal_container,
.iscu_show_modal {
    visibility: visible;
    opacity: 1;
}

.iscu_modal_close {
    text-align: right;
}

.iscu_modal_close i {
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #000000;
}

.iscu_modal_content {
    width: 500px;
}

.iscu_modal_content_wrapper {
    height: 374px;
    overflow-y: auto;
}

.iscu_last {
    border-bottom: unset;
}

/* css */
.iscu_main_box_content {
    margin: auto;
    border-radius: 10px;
    background-color: #f3f7f3;
    border: 1px solid #c9c1c1;
    padding: 25px 30px 15px;
}

.iscu_wraper_donate_box p {
    font-size: 15px;
    text-align: center;
    color: black;
    margin-bottom: 0px;
    line-height: 18px;
}

.iscu_part_spin {
    margin-top: 18px;
    width: 38px;
    height: 35px;
    overflow: hidden;
}

.iscu_wraper_donate_box p:nth-child(2) {
    width: 72%;
    margin: auto;
}

.iscu_telecharge_btn {
    width: 100%;
    background: #f39094;
    outline: none !important;
    color: white;
    box-shadow: none;
    border-radius: 5px;
    border: none;
    margin-top: 13px;
}

.iscu_search_fixed_less {
    display: flex;
    justify-content: end;
}

.iscu_search_wraper {
    display: none;
    position: fixed;
    top: 48%;
    opacity: 0.7;
    z-index: 100;
    background-color: white;
    padding: 30px 5px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-left: 1px solid #d1cdcd;
    border-top: 1px solid #d1cdcd;
    border-bottom: 1px solid #d1cdcd;
    color: black;
}

.iscu_search_wraper {

    transform: translateY(-50%);
}

.iscu_fixed_search_icon img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: unset !important;
}

.iscu_main_msg_box_wrap {
    width: 80%;
    margin: auto;
}

.iscu_fixed_search_icon {
    width: 35px;
    height: 30px;
    overflow: hidden;

}

.admin-bar.page-id-15025 .iscu_main_box_content {
    margin-top: 41px;
}

.page-id-15025 .iscu_main_box_content {
    margin-top: 75px;
}

.iscu_partner_page_btns {
    display: grid;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    grid-template-columns: auto auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 80%;
    /*height: 66vh;*/
    padding: 2px 8px;
    overflow: auto;
}

.iscu_two_wrap {
    display: flex;
    width: 100%;
}

.iscu_part_button_img {
    height: 100%;
    /* position: relative; */
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iscu_partners_all_btn {
    /* padding: 10px; */
    border-radius: 10px;
    min-height: 158px !important;
    max-height: 19vh;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);

}

.admin-bar.page-id-15025 #listing_filters_map_view {
    margin-top: 41px;
}

.page-id-15025 #listing_filters_map_view {
    margin-top: 75px;
}

.iscu_partners_all_btn img {
    cursor: pointer;
    /* width: 100%; */
    min-height: 100%;
    padding: 30px 0 !important;
    border-radius: 10px;
    object-fit: cover;
    /* object-position: center; */

    overflow: hidden !important;
    /* position: absolute; */
}

.iscu_thumbnail_listing {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#listing_filters_map_view .donation-partners-image {
    width: 94%;
    margin: auto;
}

#store_map_view_container {
    width: 94%;
    margin: auto;
}

body #store_map_view_container .shop-listing-card .listing-info-container {
    grid-template-columns: 65% 35% !important;
}

.iscu_owner_bis_content iframe {
    height: 100vh !important;
}

@media only screen and (max-width: 1920px) {
    .iscu_body_main_content {
        min-height: calc(560px + ((100vw - 1920px) / 9.60));
    }
}

@media only screen and (max-width: 991px) {
    .iscu_modal_content {
        width: 477px;
    }

    .iscu_csv_content_footer {
        width: 520px;
    }
}

@media only screen and (max-width: 768px) {
    .iscu_csv_content_body {
        overflow: scroll;
    }

    .page-id-15025 .iscu_review_wrapper.woocommerce .star-rating {
        width: 5.3em !important;
    }
}

@media only screen and (max-width: 600px) {
    .iscu_author_image img {
        height: auto;
        object-fit: cover;
        min-width: auto;
    }

    .iscu_csv_content_footer {
        width: 536px;
    }

    .iscu_part_button_img .map-button img {
        width: 100% !important;
    }

    .iscu_fixed_icon .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .iscu_wraper_donate_box p:nth-child(2) {
        width: 85%;
    }

    .iscu_main_msg_box_wrap+.row {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    #store_map_view_container {
        margin-left: 5px;
        margin-right: 5px;
    }

    .iscu_footer_btn {
        padding: 5px 75px;
    }
}

@media only screen and (max-width: 540px) {
    .iscu_csv_content_footer {
        width: 97.5%;
    }
}

@media only screen and (max-width: 540px) {
    .iscu_review_wrapper.woocommerce {
        gap: unset !important;
        justify-content: space-between;
    }

    .iscu_add_comment_wtapper {
        margin: 0;
    }

    .iscu_modal_content {
        width: 93%;
    }

    .iscu_wraper_donate_box p:nth-child(2) {
        width: 100%;
    }

    .iscu_main_msg_box_wrap {
        width: 100%;
    }

    .iscu_partner_page_btns {
        width: 80%;
    }

    .iscu_footer_btn {
        padding: 5px 65px;
    }
}

@media only screen and (max-width:510px) {
    .iscu_review_wrapper.woocommerce .star-rating {
        width: 5.2em !important;
    }

    .iscu_review_wrapper.woocommerce .star-rating::before {
        font-size: 15px !important;
    }

    .iscu_review_wrapper.woocommerce .star-rating span::before {
        font-size: 15px !important;
    }

    .iscu_review_avg {
        font-size: 18px;
    }

    .iscu_review_wrapper.woocommerce .iscu_count_comment {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .iscu_author_detail_wrapper {
        flex-direction: column-reverse;
        align-items: start;
    }

    .iscu_author_detail {
        width: 100%;
    }

    .iscu_author_image {
        text-align: unset;
        width: 100%;
    }

    .iscu_review_wrapper.woocommerce .star-rating {
        width: 5.2em !important;
    }

    .iscu_review_wrapper.woocommerce .star-rating::before {
        font-size: 20px !important;
    }

    body.page-template-Member-ads .iscu_review_wrapper.woocommerce .star-rating::before,
    .iscu_review_wrapper.woocommerce .star-rating span::before {
        font-size: 15px !important;
    }

    .iscu_review_avg {
        font-size: 20px;
    }

    .iscu_main_box_content {
        padding: 25px 15px 15px;
    }

    /* .iscu_partner_page_btns{
        height: 59vh;
    } */

    .iscu_footer_btn {
        padding: 5px 40px;
    }

    .iscu_csv_content_footer_img {
        height: 80px;
    }

    .iscu_csv_content_footer {
        padding: 10px;
        width: 97%;
    }

    .iscu_head_image {
        max-height: 100px;
        min-height: 100px;
    }

    .iscu_footer_image {
        max-height: 80px;
        height: 80px;
    }

    .iscu_body_main_content {
        min-height: 410px;
    }
}

@media only screen and (max-width: 430px) {
    .iscu_csv_content_footer {
        width: 96.5%;
    }
}

@media only screen and (max-width: 400px) {

    .iscu_author_inner_wrapper {
        display: block;
    }

    .iscu_author_content_wrapper {
        align-items: unset;
    }

    #iscu_review_modal .iscu_rating_details.woocommerce {
        margin-top: 5px;
    }

    /* .iscu_partners_all_btn{
        min-height: 16vh !important;
        max-height: 16vh;
    } */

    .iscu_csv_content_footer {
        justify-content: space-between;
    }
}

@media only screen and (max-width:370px) {
    .iscu_footer_btn {
        padding: 5px 35px;
    }

    .iscu_csv_content_footer {
        width: 96%;
    }
}

@media only screen and (max-width:350px) {
    .iscu_review_wrapper.woocommerce .star-rating {
        width: 5.2em !important;
    }

    .iscu_review_wrapper.woocommerce .star-rating::before {
        font-size: 15px !important;
    }

    .iscu_review_wrapper.woocommerce .star-rating span::before {
        font-size: 15px !important;
    }

    .iscu_review_avg {
        font-size: 16px;
    }

    .iscu_review_wrapper.woocommerce .iscu_count_comment {
        font-size: 14px;
    }

    .iscu_single_comment_wrapper {
        padding: 14.8px 5px;
    }

    .iscu_review_wrapper.woocommerce {
        /* margin: 0px !important; */
        gap: 0px !important;
    }

    .iscu_csv_content_footer {
        padding: 10px 5px;
    }

    .iscu_footer_image {
        max-width: 90%;
    }

}

/* @media only screen and (max-height: 825px) { */
/*.iscu_partner_page_btns{
        height: 78vh;
}*/
/*@media only screen and (max-height: 800px) {
    .iscu_partner_page_btns{
        height: 58vh;
      }
}*/

.iscu_dormat_main_wrapper {
    margin-top: 90px;
}

.iscu_header_wrapper {
    display: flex;
}

.iscu_header_left_wrapper {
    width: 26%;
}

.iscu_header_right_wrapper {
    width: 74%;
}

.iscu_header_right_bottom img {
    height: 58px;
}

.iscu_header_right_bottom img {
    width: 100%;
}

.iscu_stock_dormat_wrapper {
    display: flex;
    justify-content: end;
    color: #f48c69;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    align-items: center;
}

.iscu_stock_dormat_second {
    background-color: #eaf9f3;
    padding: 6px 7px;
    border-radius: 24px 0px 0px 24px;
}

.iscu_stock_dormat_content_wrapper {
    background-color: #eaf9f3;
    width: 30%;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    padding: 0px 0px 0px 9px;
    border-radius: 0% 50% 50% 0%;
    height: auto;
    align-items: center !important;
    display: flex;
    font-size: 14px;
    color: #818986;
    font-weight: 501;
}

.iscu_stock_dormat_content_wrapper li {
    padding: 2px 0px;
}

.iscu_dormat_continue_btn {
    padding: 15px 80px;
    border-radius: 29px;
    outline: none !important;
    border: none !important;
    background-color: #f29e98;
    color: white;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

.iscu_logo_continue_wrapper {
    display: flex;
    gap: 50px;
    align-items: end;
    margin-top: 10px;
}

.iscu_form_field_wrapper {
    display: flex;
    /* text-align: center; */
    /* align-items: center; */
    flex-direction: row;
    border: 1px solid #dbdbdb;
}

.iscu_form_icon_wrapper {
    width: 10%;
    display: flex;
    align-items: end;
    padding-bottom: 7px;
    padding-left: 10px;
}

.iscu_form_input_field_wrapper {
    width: 90%;
}

.iscu_form_input_field_wrapper input {
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
}

.iscu_form_icon_wrapper i {
    color: #888;
}

.iscu_information_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.iscu_form_input_field input {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.iscu_form_input_field {
    width: 5%;
}

.iscu_form_field {
    display: flex;
    align-items: center;
    gap: 5px;
}

.iscu_form_label label {
    background: #2d7e67;
    border-radius: 5px;
    padding: 7px 20px;
    color: white;
    font-size: 14px;
    font-weight: bolder;
}

#iscu_information_terms {
    background: #2d7e67;
    border-radius: 5px;
    /* padding: 7px 20px; */
    color: white;
    /* font-size: 7px; */
    font-weight: bolder;
    /* transform: translate(0px, 10px); */
    height: 1.5rem;
    display: block;
    width: 1.5rem;
    margin-right: 5px;
}

#iscu_information_form_registration {
    width: 100%;
    background-color: white;
    border: 2px solid #2d7e67;
    border-radius: 42px;
    padding: 10px;
}

.iscu_form_field.iscu_form {
    margin-top: -15px;
}

.iscu_verified_main_wrapper {
    display: flex;
    padding-top: 90px;
    margin: 0px 49px;
}

.iscu_logo_img_wrapper img {
    height: 150px;
}

.iscu_verified_content_wrapper {
    margin-left: -28px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #818986;
}

.iscu_verified_conent_fourth {
    text-align: end;
}

#iscu_information_form_registration:hover {
    color: white;
    background-color: #2d7e67;
}

.notification.closeable a.close::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 0;
    cursor: pointer;
}

.iscu_add_reserver_message_btn {
    display: flex;
    gap: 12px;
}

.iscu_reserver_btn {
    border: none;
    background-color: #ff7f85;
    color: black;
    padding: 5px 25px;
    border-radius: 30px;
    width: 40%;
    font-size: 13px;
}

.iscu_send_message_btn {
    border: none;
    border-radius: 30px;
    white-space: nowrap;
    padding: 5px 12px;
    width: 56%;
    font-size: 13px;
    color: black;
    background: #e9e9e9;
    cursor: pointer;
}

.iscu_put_back_online_btn {
    background-color: rgb(141, 149, 224) !important;
}

.iscu_checkbox_for_bulk_action {
    height: 30px;
    width: 30px;
    border: 1px solid;
    margin-right: 46px;
}

.iscu_checkbox_for_bulk_action.iscu_selected::after {
    display: inline-block;
    content: "\00d7";
    font-size: 63px;
    transform: translate(0px, -4px);
}

.buttons-to-right:has(.iscu_checkbox_for_bulk_action) {
    display: flex;
}

.iscu_retirer_btn {
    border: none;
    background-color: #8D95E0;
    color: #000;
    padding: 5px 25px;
    border-radius: 30px;
    width: 40%;
    font-size: 13px;
}

.iscu_vous_donnez_right_h4 {
    float: right;
}

header {
    display: block !important;
}

.iscu_container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    user-select: none;
}

.iscu_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.iscu_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid 1px;
}

.iscu_container:hover input~.iscu_checkmark {
    background-color: white;
}

.iscu_container input:checked~.iscu_checkmark {
    background-color: #FFF;
}

.iscu_checkmark:after {
    content: "×";
    position: absolute;
    color: #878787;
    display: none;
}

.iscu_container input:checked~.iscu_checkmark:after {
    display: block;
    font-size: 54px;
    top: -22px;
    left: 0px;
}

.iscu_container_2 {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    user-select: none;
}

.iscu_container_2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.iscu_checkmark_2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid 1px;
}

.iscu_container_2:hover input~.iscu_checkmark_2 {
    background-color: white;
}

.iscu_container_2 input:checked~.iscu_checkmark_2 {
    background-color: #FFF;
}

.iscu_checkmark_2:after {
    content: "×";
    position: absolute;
    color: #878787;
    display: none;
}

.iscu_container_2 input:checked~.iscu_checkmark_2:after {
    display: block;
    font-size: 54px;
    top: -6px;
    left: 0px;
}

.iscu_add_reserver_message_btn .iscu_retirer_btn,
.iscu_add_reserver_message_btn .iscu_send_message_btn,
.iscu_add_reserver_message_btn .iscu_reserver_btn {
    display: flex;
    align-items: center;
    height: 30px;
    justify-content: center;
}

#iscu_actions-grouped option {
    text-align: center;
}

@media only screen and (max-width: 520px) {

    .iscu_verified_main_wrapper {
        margin: 0px;
        display: flex;
        justify-content: center;
    }

    .iscu_logo_img_wrapper {
        max-width: 30%;
    }

    .iscu_logo_img_wrapper img {
        object-fit: cover;
    }

    .iscu_verified_content_wrapper {
        max-width: 75%;
        font-size: 13px;
        margin-left: -10px;
    }

    .iscu_header_wrapper {
        height: 130px;
    }

    .iscu_header_left_wrapper {
        height: 130px;
    }

    .iscu_header_right_bottom img {
        height: 51px;
    }

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

@media only screen and (max-width: 500px) {
    .iscu_stock_dormat_wrapper {
        font-size: 14px;
    }

    .iscu_stock_dormat_content_wrapper {
        width: 35%;
        font-size: 12px;
    }

    .iscu_logo_wrapper {
        max-width: 25%;
        min-width: 25%;
    }

    .iscu_dormat_continue_btn {
        padding: 15px 47px;
    }
}


@media only screen and (max-width: 490px) {

    .iscu_profile_qr_content {
        gap: 20px;
        flex-direction: column-reverse;
    }

}


@media only screen and (max-width: 400px) {

    .iscu_verified_main_wrapper {
        flex-direction: column;
    }

    .iscu_logo_img_wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        max-width: 100%;
    }

    .iscu_verified_content_wrapper {
        width: 100%;
        align-items: center;
        text-align: center;
        margin-left: 0px;
        max-width: 100%;
        margin: auto;
    }

    .iscu_header_left_wrapper {
        max-width: 40% !important;
        width: 40% !important;
    }
}

@media only screen and (max-width: 380px) {

    .iscu_stock_dormat_wrapper {
        font-size: 12px;
    }

    .iscu_stock_dormat_second {
        padding: 2px 7px;
    }

    .iscu_dormat_continue_btn {
        font-size: 20px;
    }

    .iscu_dormat_continue_btn {
        padding: 11px 47px;
    }


}

@media only screen and (max-width: 350px) {

    .iscu_dormat_continue_btn {
        padding: 9px 37px;
    }
}

.button.gray.testing.delete.listeo_core-dashboard-action-delete {
    display: none;
}

.iscu_msg_wrapper_pend_exp {
    background-color: #FFFFFF9E !important;
}

.iscu_msg_pend_exp {
    top: 50% !important;
}

.page-id-5524 .search_form_v2 .main-search-input-item {
    flex: unset;
    padding: unset;
    border: 0;
}

.page-id-5524 .search_form_v2 .col-md-12,
.page-id-5524 .search_form_v2 .options {
    width: 100%;
}

.page-id-5524 .search_form_v2 .main-search-input {
    max-height: unset;
    box-shadow: unset;
}

.page-id-5524 #wrapper {
    height: 100%;
}

.page-id-5524 {
    height: 96vh;
}

/* body .elementor-108 .elementor-element.elementor-element-f42f48b>.elementor-element-populated {
    padding: 0px !important;
} */

/* .nav-tag.blue {
    display: none !important;
} */

h3.profile {
    min-width: 115px !important;
    white-space: break-spaces;
    word-break: break-all;
}

div .profile {
    min-width: 115px !important;
    white-space: break-spaces;
    word-break: break-all;
}

@media only screen and (max-width:320px) {

    h3.profile {
        min-width: 45px !important;
    }

}

@media only screen and (max-width:250px) {}


.iscu_profile_qr_content_wrapp {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iscu_profile_qr_content_title {
    font-size: 14px;
    font-weight: 600;
}

.iscu_profile_qr_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.iscu_download_qr_btn {
    border: none;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 25px;
    border-radius: 20px;
    background-color: #A8F4B4;
}

.iscu_qr_content_wrapp {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.iscu_qr_top_content {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    font-style: italic;
}

.iscu_qr_top_content strong {
    font-size: 24px;
    font-weight: 900;
}

.iscu_qr_bottom_content {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}

.iscu_qr_bottom_content strong {
    font-weight: 900;
}