﻿.tab-content {
    padding: 0px !important;
}

.nav-pills {
    box-shadow: none !important;
    padding: 0px !important;
    border-radius: 8px !important;
}

    .nav-pills .nav-item + .nav-item .nav-link {
        margin-left: 0px !important;
        display: inline-flex !important;
        position: relative !important;
        vertical-align: middle !important;
    }

    .nav-pills .nav-item .nav-link {
        border: 2px solid #fafafa;
        padding: 0.5rem 1.75rem;
        color: rgba(8, 20, 73, 0.6);
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        border-radius: 0px !important;
    }

        .nav-pills .nav-item .nav-link.active {
            border: 2px solid #1C66A6 !important;
            background: #1C66A6 !important;
            color: #fff;
            position: relative;
        }

        .nav-pills .nav-item .nav-link:hover {
            border: 2px solid #1C66A6 !important;
            background: #1C66A6 !important;
            color: #fff !important;
            position: relative;
        }

.button-download {
    border-color: #F8FBFC;
    color: #8fb0cc;
    box-shadow: none;
}

    .button-download:hover {
        background-color: #F8FBFC;
        color: #1c66a6;
        box-shadow: 0 0 4px 0 rgba(15, 53, 90, 0.1);
    }

.grayscale {
    filter: grayscale(1);
}

/*.leaflet-tile-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/

.table-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px;
}

.table-badge-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.table-badge-label {
    padding: 2px 0px;
    font-size: 0.875rem;
}

.table-badge {
    padding: 2px 8px;
    border-radius: 48px;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 18px;
    color: #4D4D4D;
}

.row-group {
    font-weight: 600;
    color: #262626;
    line-height: 21px;
    background-color: #DCEBF7 !important;
}

.temp-verycold {
    background: #4393C3;
    color: #FFFFFF;
}

.temp-cold {
    background: #92C5DE;
}

.temp-hot {
    background: #F79E8F;
}

.temp-veryhot {
    background: #DD7969;
    color: #FFFFFF;
}

.rainfall-heavry {
    background: #F7D038;
}

.rainfall-veryheary {
    background: #E6261F;
    color: #FFFFFF;
}

.pm25-normal {
    background: #F7D454;
}

.pm25-unhealtyforsensitive {
    background: #F89857;
}

.pm25-unhealty {
    background: #F16168;
    color: #FFFFFF;
}

.pm10-normal {
    background: #F7D454;
}

.pm10-unhealtyforsensitive {
    background: #F89857;
}

.pm10-unhealty {
    background: #F16168;
    color: #FFFFFF;
}

.font-14 {
    font-size: 0.875rem;
}

.height-fit {
    height: fit-content;
}

.font-16 {
    font-size: 1rem !important;
}

#region label {
    display: none;
}

#province label {
    display: none;
}

.leaflet-popup-content {
    min-width: 430px;
}

.criteria {
    padding: 4px !important;
    gap: 8px !important;
    width: 49px;
    height: 26px;
    display: inline-block;
}

.box-criteria-mobile {
    width: 100%;
    height: 29px;
}

#ForecastDateInfoText {
    font-size: 0.875rem;
}

.nav-pills .nav-item .nav-link.active {
    border: 2px solid #1C66A6 !important;
    background: #1C66A6 !important;
    color: #fff;
    position: relative;
}

.nav-pills {
    box-shadow: none !important;
    padding: 0px 0px !important;
    border-radius: 2px !important;
}

    .nav-pills .nav-item .nav-link {
        width: 135px !important;
        color: #4A6783;
    }

        .nav-pills .nav-item .nav-link:hover {
            border: 2px solid #1C66A6 !important;
            background: #1C66A6 !important;
            color: #fff !important;
            position: relative;
        }

    .nav-pills .nav-item + .nav-item .nav-link {
        margin-left: 0px !important;
        display: inline-flex !important;
        position: relative !important;
        vertical-align: middle !important;
        padding-left: 32%;
    }

    .nav-pills li.nav-item:first-child a {
        border-radius: 4px 0px 0px 4px !important;
    }

    .nav-pills li.nav-item:last-child a {
        border-radius: 0px 4px 4px 0px !important;
    }

.select2-selection__rendered {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.min-height-wrfcontent {
    min-height: 350px !important;
}

.selectable {
    transition: all 0.3s;
    cursor: pointer;
    height: 41.666667vh;
    margin-top: calc(18vh) !important;
}

    .selectable:hover {
        background-color: #1C66A6 !important;
        color: white !important;
    }


.box {
    width: 16px;
    height: 16px;
}

.level-text {
    margin-right: 0.5rem;
    font-size: 14px;
}

div.level-text:first-child {
    width: 85px !important;
}

#currentDate {
    font-size: 0.875rem;
}

@media(min-width: 0px) and (max-width: 640px) {
    #cumulativeRainFall24Hr > .col {
        min-width: 100% !important;
    }

    #maxTempImgsArea > .col {
        min-width: 100% !important;
    }

    #minTempImgsArea > .col {
        min-width: 100% !important;
    }
}