/* Country Selector :Start */
.static_div {
    background-image: url(../../images/icons/countries/herobanner.jpg);
    width: 100%;
    height: auto;
}

.static_img {
    width: 100%;
    z-index: 1;
}

.static_container {
    height: auto !important;
}

.static_logo {
    position: absolute;
    /* width: 950px;*/
    height: 88px;
    left: 7%;
    top: 25%;
    font-family: 'pf_highway_sans_pro_lightRg';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    max-width: 1100px;
}

.static_logo2 {
    position: absolute;
    height: 60px;
    left: 7%;
    top: 35%;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    min-width: 511px;
    max-width: 850px;
}

.static_tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    gap: 10px;
    position: absolute;
    left: 50%;
    top: 38%;
    flex: none;
    order: 5;
    flex-grow: 0;
    z-index: 5;
    max-width: 712px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.org_tile {
    display: inline-block;
    width: 100% !important;
    margin-top: 40px;
}

.static_inside_tile {
    background: #FFFFFF;
    box-shadow: 0px 141px 56px rgba(0, 0, 0, 0.01), 0px 79px 48px rgba(0, 0, 0, 0.05), 0px 35px 35px rgba(0, 0, 0, 0.09), 0px 9px 19px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    z-index: 100;
    width: 712px;
    height: auto;
}


@media (max-width: 1650px) {
    .static_tile {
        top: 38%;
    }
}

@media (max-width: 1400px) {
    .static_logo {
        top: 20%;
    }

    .static_logo2 {
        top: 30%;
        min-width: 0px;
    }
}

@media (max-width: 1000px) {

    .static_container {
        height: auto;
    }

    .static_logo {
        position: relative;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        color: #2F3030;
        width: 90%;
        left: 24px;
        height: auto;
        padding-top: 24px;
    }

    .static_logo2 {
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        width: 90%;
        left: 24px;
        padding-top: 16px;
        min-width: 0px;
    }

    .static_tile {
        padding: 16px;
        position: relative;
        width: 95%;
    }



    .static_inside_tile {
        width: 100%;
    }
}

@media (max-width: 890px) {
    .static_tile {
        padding: 32px;
        top: 0px;
        position: relative;
    }
}

.cs_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 40px;
    padding-bottom: 40px;
   
}

.cs_txt {
    font-family: 'pf_highway_sans_pro_lightRg';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #2F3030 !important;
    width: 100%;
}

.cs_bord {
    border: 1px solid #CFD1D1;
    width: 100%
}

.cs_search {
    text-decoration: none;
    color: #703EFF;
}

    .cs_search:hover {
        text-decoration: none;
        color: #703EFF;
        cursor: pointer;
    }

    .cs_search:visited {
        text-decoration: none;
        color: #703EFF;
    }

.cs_modal_country_wrap_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-content: start;
}

.cs_modal_country_container {
    display: flex;
    flex-direction: row;
    gap: 24px 8px;
    justify-content: start;
    align-items: center;
    padding-top: 24px;
    flex-basis: 150px;
}

.cs_modal_img {
    border-radius: 50%;
    width: 32px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
}

.cs_link {
    text-decoration: none;
    color: #0D101A;
}

    .cs_link:hover {
        text-decoration: none;
        color: #0D101A;
    }

    .cs_link:visited {
        text-decoration: none;
        color: #0D101A;
    }

.cs_opacity {
    opacity: 0.2;
}

.cs_modal_header_txt {
    display: flex;
    flex-direction: row;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #282C35;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 24px;
    justify-content: space-between;
}

.cs_modal_close {
    text-decoration: none !important;
    color: #282C35;
    position: relative !important;
    top: -1px !important;
    right: -5px !important;
}

.cs_modal_close_wrapper {
    display: block;
}

.cs_footer_container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cs_footer_img {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: inline-flex;
    background-size: contain;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    filter: drop-shadow(2px 2px px 2px rgba(0, 0, 0, 0.15));
}

    .cs_footer_img:hover {
        cursor: pointer;
    }

.cs_footer_img_border {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    border: 1px solid black;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
}

.cs_payments_methods {
    margin-left: 0px !important;
    gap: 16px;
    justify-content: flex-start !important;
    margin-top: 100px !important;
    width: 100%;
}

.cs_country_text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #7F8182;
}

    .cs_country_text:hover {
        color: #32c1d5;
    }


.cs_col {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}

.cs_footer_divider {
    display: none;
    height: 1px;
}

.cs_container_ft {
}

.cs_drawer_container {
    display: none;
}

.cs_drawer_container_ft {
    display: none;
}

@media(max-width:768px) {
    .cs_payments_methods {
        margin-top: 48px !important;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .cs_footer_divider {
        display: block;
    }

    .cs_container_ft {
        width: 100% !important;
    }

    .cs_md.modal.fade .cs_md_dialog.modal-dialog {
        transform: translate3d(0, 100vh, 0) !important;
        transition-duration: 0.5s !important;
        width: 100%;
        margin-bottom: 0px !important;
    }

    .cs_md.modal.in .cs_md_dialog.modal-dialog {
        transform: translate3d(0, 0, 0) !important;
        /* transition-duration: 0.5s !important;*/
        vertical-align: bottom;
        width: 100%;
        margin-bottom: 0px !important;
    }

    .cs_modal_content {
        border: 0px !important;
        border-radius: 24px 24px 0px 0px !important;
    }

    .cs_modal_body {
        max-height: 70vh !important;
        overflow-y: hidden !important;
    }

    .cs_modal_wrapper {
        max-height: 50vh;
        scrollbar-width: thin;
    }

        .cs_modal_wrapper::-webkit-scrollbar {
            width: 5px;
        }

    .cs_drawer_container {
        position: fixed;
        top: -60px;
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 8px;
    }

    .cs_drawer_container_ft {
        position: fixed;
        top: -68px;
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 8px;
    }

    .cs_drawer {
        background: #703EFF;
        height: 4px;
        border-radius: 8px;
        width: 48px;
        margin-bottom: 96px;
    }

    .cs_drawer_ft {
        background: #703EFF;
        height: 4px;
        border-radius: 8px;
        width: 48px;
        margin-bottom: 96px;
    }

    .cs_drawer_container:hover {
        cursor: ns-resize;
    }

    .cs_drawer_container_ft:hover {
        cursor: ns-resize;
    }

    .cs_modal_close_wrapper {
        display: none;
    }
}

#cs_modal_dialog{
    max-width:768px !important;
}
/* Country Selector : End */
