body {
    font-family: 'Noto Sans Thai UI', "Roboto";
    min-height: 100vh;
}
#loaderDiv{
    position: fixed;
    width: 100vw;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    color:#fff;
}

#map {
    background-color: #ccc;
    width: 100%;
    min-height: 100vh;
}

.greenFont {
    color: #00bab4;
}

.greenFont2 {
    color: #848585;
}

.grayFont {
    color: #333333;
}
.blackFont {
    color: #000!important;
}

.pointer {
    cursor: pointer;
}

.searchDialog {
    position: absolute;
    width: 90%;
    padding-bottom: 1em;
    background-color: #fff;
    border-radius: 20px;
    z-index: 22;
    box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.25);
    margin-top:5em;
    margin-left:20px;
    margin-right:20px;
}
.storeDialog {
    position:absolute;
    background-color: #fff;
    box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.25);
    min-height:250px;
    border-radius: 30px;
    z-index:50;
    right:60px;
    top:80px;
    width:480px;
}
.storeList {
    height:70vh;
    overflow-y: auto;
}
.storeBox {
    width:100%;
    border-radius: 20px;
    border:#00bab4 solid 1px;
    padding:10px;
}

.bg-green {
    background-color: #00bab4;
}

.searchDialog .headerDialog {
    border-radius: 20px 20px 0px 0px;
    background-color: #00bab4;
}

.inputStyling {
    font-family: 'Noto Sans Thai UI', "Roboto";
    margin-top: 0.3em;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.addSearchIcon {
    padding: 9px 40px 9px 40px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

.btn-block {
    width: 98%;
}

.btn-theme {
    background-color: #1e1563;
    color: #fff;
    font-size: 1em;
    padding: 10px 10px 10px 10px;
}
.btn-theme-gray {
    background-color: #00bab4;
    color: #fff;
    font-size: 1em;
    padding: 10px 10px 10px 10px;
}

.btn-theme:hover {
    background-color: #271b7e;
    color: #fff;
}

.btn-theme-gray:hover {
    background-color: #00dad2;
    color: #fff;
}
strong {
    font-weight: bold;
}
.themeFooter {
    position: fixed;
    width: 100%;
    background-color: #1e1563;
    color: #fff;
    text-align: center;
    font-size:0.6em;
    padding: 10px;
    bottom: 0px;
    left: 0px;
    z-index: 22;
}

.logoBow {
    position: fixed;
    z-index: 22;
    top: 0px;
    right: 1em;
    padding: 10px;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.headerLPG {
    position: fixed;
    top:0;
    left:0;
    z-index:100;
    background-color: #fff;
    width:100%;
    height:auto;
    padding:4px;
    box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.headerBtn {
    cursor: pointer;
    border: none;
    background-color: #fff;
    color:#000;
    padding:2px 10px 2px 10px;
}
.headerBtn.active {
    border-radius: 30px;
    border:#00bab4 solid 1px;
    background-color: #fff;
    color:#00bab4;
    padding:2px 10px 2px 10px;
}

.logoBow img {
    width: 80px;
}

.directionBtnList img {
    height: 26px;
}

.mobileSearch {
    position: fixed;
    z-index: 22;
    width: 100%;
}

.nearMeBtn {
    position: fixed;
    right: 1em;
    bottom: 4em;
    z-index: 23;
}
.showAllStoreBtn {
    display:none;
    position: fixed;
    right: 1em;
    top: 6em;
    z-index: 23;
}

#clearButton {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-80%);
    background-color: transparent;
    border: none;
    cursor: pointer;
}
#clearButtonDesktop {
    position: absolute;
    right: 25px;
    top: 40%;
    transform: translateY(-60%);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#hamburgerMenu{
    position: absolute;
    width:10vw;
    margin: 3px;
}
#blackAlpha{ 
    width: 100vw;
    height:100vh;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
}
#side-menu {
    padding:20px;
    color:#fff;
    width:70vw;
    height:100vh;
    background-color:#00bab4;
    box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
#side-menu hr {
    border-color:#ffffff8c;
}
.slideLeftRight {
    position: relative;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
}


@media (min-width: 576px) {}


@media (min-width: 768px) {}


@media (min-width: 992px) {
    .logoBow {
        right: 4em;
        padding: 10px;
    }    

    .directionBtnList img {
        height: 40px;
    }

    .nearMeBtn {
        bottom: 4em;
    }
    .showAllStoreBtn {
        display:block;
        top:4em;
    }
    .themeFooter {
        font-size:1em;
    }
    .searchDialog {
        position: absolute;
        width: 380px;
        padding-bottom: 1em;
        background-color: #fff;
        border-radius: 20px;
        z-index: 22;
        box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.25);
        margin: 80px;
        margin-top:20vh;
    }
}


@media (min-width: 1200px) {
    
}


@media (min-width: 1400px) {
    .searchDialog {
        width: 380px;
        margin: 80px;
        margin-top:12vh;
    }
    .logoBow img {
        width: 150px;
    }
    .storeDialog {
        right:10px;
        width:480px;
        top:5em;
        min-height:65vh;
    }
    .storeList {
        height:60vh;
    }
}

@media (min-width: 1820px) {
    .searchDialog {
        width: 550px;
        margin: 80px;
        margin-top:12vh;
    }
    .logoBow img {
        width: 150px;
    }
    .storeDialog {
        right:10px;
        width:520px;
        min-height:65vh;
    }
    .storeList {
        height:60vh;
    }
    .showAllStoreBtn {
        display:block;
        top:6em;
    }
}