/*@import url("../custom.css");*/
@font-face {
    font-family: "noto-sans";
    src: url("../font/NotoSansThai-Regular.otf");
    font-weight: 400;
}
.title-menu {
    /*background-image: url("/CustomTheme3/images/Weather/title_menu.png") !important;*/
    background-color: #ffffff;
}

#datetime1HourBefore.active, #datetime1HourAfter.active, #prev, #next {
    cursor: pointer;
    color: #008970 !important;
    background-color: #F7FCFB !important;
}

    #datetime1HourBefore.inActive, #datetime1HourAfter.inActive, #prev.disabled, #next.disabled {
        pointer-events: none;
        color: #B4BBBA !important;
        background-color: #EBEFEE !important;
    }
/*#map {
    height:92vh;
}
*/
#listHourlyDashBoard::-webkit-scrollbar {
    width: 20px;
}

/*#listHourlyDashBoard::-webkit-scrollbar-track {
    background-color: transparent;
}*/

/*#listHourlyDashBoard::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}*/

/*    #listHourlyDashBoard::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }*/

.wind-icon {
    width: 20px;
    margin-left: 10px;
    filter: opacity(0.5);
}

.bg-portland-orange {
    background-color: #EF6031 !important;
}

.filter-div {
    background-color: #A6DDD6;
}

#mapcontroller > .btn-group-vertical {
    border-radius: 8px;
}

#dateTimeList:hover {
    color: #000000;
}

#datalist-location {
    margin-left: -15px !important;
    border: none !important;
}

#weatherforecast-search {
    height: 42px !important
}

.menu.active {
    color: #1F2322 !important;
    text-decoration-line: underline;
    text-underline-offset: 10px;
    text-decoration-color: #EF6031;
    text-decoration-thickness: 3px;
}

.fullscreen > #mapcontainer > #map {
    height: 92.5vh !important;
}

datalist {
    margin-top: 1%;
    width: 370px;
    position: absolute;
    background-color: white;
    border-radius: 0 0 0px 0px;
    border-top: none;
    padding: 5px;
    max-height: 10rem;
    z-index: 100;
    overflow-y: auto;
}
    datalist option {
        font-family: 'noto-sans';
        background-color: white;
        padding: 4px;
        /* color: blue; */
        margin-bottom: 1px;
        font-size: 18px;
        cursor: pointer;
    }

.color-dark1 {
    color: #1F2322;
}

.color-dark1-1 {
    color: #1F2123;
}

.color-dark2 {
    color: #424448;
}

.color-dark3 {
    color: #666B70;
}