.iscu_websites_warpper {
    font-family: "Varela Round", Sans-serif;
}

.iscu_websites_heading_wrapper {
    display: flex;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 12px;
}

.iscu_websites_heading {
    font-size: 16px;
    font-weight: bolder;
    margin-right: 25px;
}

.iscu_websites_image {
    margin-right: 30px;
}


.iscu_websites_search_wrapper {
    margin: 40px 0 30px;
}

#iscu_websites_search {
    background: #efefef;
    border-radius: 100px;
    border: unset;
    padding: 10px 25px;
    height: 55px;
    font-size: 16px;
}

#iscu_websites_search:focus-visible {
    border: unset;
    outline: unset;
}

.iscu_website_row {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    cursor: pointer;
}

.iscu_website_row:not(:last-child) {
    border-bottom: 2px solid #8a8a8a;
}

.iscu_website_name {
    font-size: 16px;
    font-weight: 500;
    /* margin-bottom: 2px; */
}

.iscu_website_address {
    font-size: 14px;
}

.iscu_websites_list_wrapper {
    overflow-y: scroll;
    height: 292px;
}

.iscu_website_row.iscu_active {
    background: #E40019;
    color: white;
    border-bottom-color: white;
    transition: 0.5s;
}

#iscu_go_to_website {
    font-size: 20px;
    font-weight: 500;
    background-color: #E40019;
    border-radius: 5px 5px 5px 5px;
    color: white;
    padding: 12px 24px;
    display: none;
}

.iscu_go_to_website_wrapper {
    margin: 40px 0 0;
    text-align: center;
}

.iscu_disabled {
    opacity: 0.5;
    transition: 0.5s;
}

/* .dialog-widget.elementor-popup-modal .dialog-message {
    padding: 5% 5% 5% 5% !important;
} */

#iscu_please_choose_city {
    color: #E40019;
    font-size: 18px;
    font-weight: 900;
}

.iscu_website_modal {
    height: 80vh !important;
    --padding-block-start: 48px !important;
    --padding-block-end: 20px !important;
    --padding-inline-start: 48px !important;
    --padding-inline-end: 48px !important;
    /* overflow-y: scroll !important; */
}

.iscu_websites_list_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.5) 95%, rgb(255, 255, 255) 100%);
    pointer-events: none;
}

.elementor-popup-modal {
    z-index: 999999999 !important;
}

@media only screen and (max-width: 1902px) {
    .iscu_websites_list_wrapper {
        height: 267px;
    }
}

@media only screen and (max-height: 775px) and (min-height: 735px) {
    .iscu_website_modal {
        height: 85vh !important;
    }

    .iscu_websites_list_wrapper {
        height: 300px !important;
    }
}

@media only screen and (max-height: 735px) {
    
    .iscu_website_modal {
        height: 90vh !important;
    }

    .iscu_websites_list_wrapper {
        height: 300px !important;
    }
}

@media only screen and (max-height: 800px) {

    .iscu_website_modal {
        --padding-block-start: 40px !important;
        --padding-inline-end: 70px !important;
    }
}

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

    .iscu_website_modal {
        height: 100% !important;
        width: 100vw !important;
        --padding-block-start: 0px !important;
        --padding-block-end: 0px !important;
        --padding-inline-start: 25px !important;
        --padding-inline-end: 25px !important;
    }

    body .dialog-message.dialog-lightbox-message{
        padding: 0px !important;
        height: 100vh !important;
    }

    .dialog-widget-content.dialog-lightbox-widget-content.animated{
        height: 100vh !important;
    }

    .iscu_websites_list_wrapper {
        height: 40vh;
        margin-bottom: 15px;
    }

    .iscu_go_to_website_wrapper {
        margin-bottom: unset;
        margin-top: 7vh;
    }

    .iscu_websites_list_wrapper::after {
        bottom: 42px;
    } 

    .elementor-location-popup {
        height: 100vh !important;
    }
}