.nuc-o-map-search__dialog {
    position: fixed;
    z-index: 4000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .72);
    display: flex;
    justify-content: flex-end;
    border: none;
}
.nuc-o-storesearch {
    background-color: #fefefe;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    min-height: 0;
    position: relative;
}

.nuc-o-map-search__loader {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    border: 16px solid #e3e4e5;
    border-top-color: #0050aa;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.nuc-o-map-search--no-scroll {
     overflow: hidden;
 }