body {
    background: #fff;
}

.snn-near-you-container {
    padding: 20px 10px 80px;
    position: relative;
}

.info-box {
    position: absolute;
    background: #fff;
    width: 96%;
    height: 200px;
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 18px #88888888;
    box-shadow: 0px 0px 18px #88888888;
    padding: 15px;
}

.destination-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.destination-button {
    width: 50%;
    border-radius: 33px;
    background: #1672bc;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
}

.destination-disbutton {
    width: 50%;
    border-radius: 33px;
    background: #ccc;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    pointer-events: none;
}

.snn-list-branch {
    height: 500px;
    overflow-y: scroll;
}

.snn-branch {
    padding: 20px 10px 20px;
    border-radius: 22px;
    margin-bottom: 10px;
    background: #f5f9fc;
}

.snn-branch h5 {
    margin-bottom: 8px;
    color: #1672bc;
    cursor: pointer;
}

.snn-branch .snn-distance b {
    font-size: 20px;
    font-weight: 600;
}

.detail-list-text.snn-distance {
    font-size: 16px;
}

.detail-list-text {
    font-size: 14px;
    color: #626262;
    font-weight: 300;
}

.detail-group {
    font-weight: 300;
    margin-bottom: 20px;
}

.detail-div {
    font-size: 16px;
    color: #000000;
}
.detail-text {
    color: #626262;
}

/* NEW Loading */
.snn-loading-bg {
    position: absolute;
    background: #f5f9fc8a;
    height: 100%;
    width: 100%;
    top: 0%;
    z-index: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.snn-loading-card {
    position: absolute;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%;
    left: 50%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loading-icon {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 0.35rem solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    display: inline-block;
    margin: 0 8px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.loading-icon.black {
    border: 0.25rem solid #e0e0e0;
    border-top-color: #313131;
}
.loading-icon.blue {
    border: 0.25rem solid #e0e0e0;
    border-top-color: #00569c;
}
.loading-icon.big {
    width: 38px;
    height: 38px;
}
.wtf {
    -webkit-animation-timing-function: cubic-bezier(1, -2.3, 1, 2.5);
    animation-timing-function: cubic-bezier(1, -2.3, 1, 2.5);
}

.loadingoverlay_element.loadingoverlay_text {
    font-size: 12px !important;
    position: absolute !important;
    margin-top: 80px !important;
    font-family: Helvetica, sans-serif !important;
    width: 102px;
}

@media screen and (max-width: 992px) {
    .snn-list-branch {
        margin-bottom: 20;
    }

    .snn-sm-order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .snn-sm-order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
}

@media screen and (max-width: 700px) {
    .container {
        width: 100%;
    }
}
