.location-popup .modal-dialog{
        width:80vw;
        max-width: 800px;
        margin: 0 auto;
    }
    
    .location-popup .modal-dialog::after{
        content: "";
        position: absolute;
        z-index: 1;
        inset: 50% 0 0 0;
        transform: translateY(-50%);
        background-color: #0E3656;
        height: 80vh;
        height: 80svh;
        max-height: 600px;
    }

    .location-popup .modal-content{
        background: url(https://conexiant-solutions.useast01.umbraco.io/media/kbpe2icy/location-popup-na.jpg);
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
        border: 1px solid var(--primary-blue-10);
        width: 100%;
        height: 80vh;
        height: 80svh;
        max-height: 600px;
        overflow: hidden;
        overflow: clip;
        position: relative;
        z-index: 2;
    }

    

    .location-popup .modal-body{
        display: flex;
        background: linear-gradient(90deg, #FFF 30%, rgba(255, 255, 255, 0.75) 51%, rgba(255, 255, 255, 0.00) 100%);
        padding: 3rem;
    }
    
    .location-popup .modal-inner-wrapper{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        max-width: 250px;
    }
    
    .btn-close {
        background: transparent;
        top: 1.5rem;
        right: 1.5rem;
        position: absolute;
        z-index: 10;
        background: white;
        width: auto;
        height: max-content;
        display: grid;
        opacity: 1;
        border-radius: 100rem;
        justify-items: center;
        align-items: center;
    }