 /* General */ 

.clean {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* Weather Now */

.vn-weather-now {
    background:#ffffff!important;
    color:#000;
    max-width:100%;
    padding:15px;
    border-radius:10px;
}

.vn-weather-date {
    max-width:100%;
    text-align:center;
    /*background:#003f46;*/
    padding:12px 5px;
    /*color:#ffffff;*/
    font-weight:bold;
    border-radius:5px;
    margin-bottom: 10px;
}

.vn-weather-top-row,
.vn-weather-middle-row,
.vn-weather-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.vn-weather-description,
.vn-weather-current-temp,
.vn-weather-wind,
.vn-weather-humidity,
.vn-weather-pop,
.vn-weather-pressure {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:center;
    padding: 15px 5px 10px;
    text-align: center;
    border-top: 2px solid #eee;
	border-radius:7px;
    white-space: nowrap;
    gap: 0px;
}

.vn-weather-description,
.vn-weather-current-temp {
    border-top: none;
}

.icon-text-top-marg1 { margin-top:-20px!important; }
.icon-text-top-marg2 { margin-top:-30px!important; }
.description-capital { text-transform: capitalize!important; }
.vn-dark-icon { text-align:center!important; }

.icon-text,
.big-data {
    margin: 0;
    padding: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.vn-weather-humidity,
.vn-weather-pressure { margin-left: 10px; }

.current-temp { font-size:2.6rem!important; font-weight:500; }
.big-data { font-size:1.4rem; font-weight:700; }

/* Weather 7 days */

.vn-weather-day {
    width: 100%;
    margin-bottom: 40px;
    padding: 15px 15px 25px;
    border-radius: 10px;
    box-shadow: 3px 3px 8px rgb(6 6 6 / 20%);
    font-size: 1.4rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vn-weather-date-7 {
    max-width: 100%;
    text-align: left;
    /*background: #003f46;*/
    padding: 10px 20px;
    /*color: #ffffff;*/
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.2rem;
}

.vn-weather-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.vn-weather-info > div {
    flex: 1 1 calc(25% - 10px);
    min-height: 120px;
    padding: 15px 5px;
    text-align: center;
    border-radius: 7px;
    border-right: 2px solid #cccccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vn-weather-feels-like-7,
.vn-weather-humidity-7,
.vn-weather-uvi-7,
.vn-weather-pressure-7,
.vn-weather-pop-7,
.vn-weather-temp-7 {
    flex: 1 1 calc(50% - 10px);
}

.vn-weather-info > div:nth-child(4n) { border-right: none; }

.vn-weather-temp-7 {
    border-right: none;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 5px;
    text-align: center;
    border-radius: 7px;
    margin: 0 4px 20px 0;
    white-space: nowrap;
}

.max-7d { font-size: 2.8rem; font-weight: 700; }
.min-7d { font-size: 1.5rem; font-weight: 700; }
.separator { font-size: 1.5rem; font-weight: 700; margin: 0; padding: 0; line-height: 1; color: #003f46; font-weight: 500; }

.bigdata-7d,
.right-7d { font-size: 1.8rem; font-weight: 700; margin: 0; padding: 0; line-height: 1; white-space: nowrap; }
.icon-text-7, .icon-text-72 { margin-top:-25px; }
.greybg-7 { background:#f7f8f9; }

/* Weather History */

.vn-weather-history {
	padding:10px 0;
}

.vn-weather-date-history {
    max-width:100%;
    text-align:left;
    /*background:#003f46;*/
    padding:12px 30px;
    /*color:#ffffff;*/
    font-weight:bold;
    border-radius:5px;
}

.history-left, .history-right {
    width:50%;
    float:left;
    text-align:center;
}

.vn-weather-description-history,
.vn-weather-temp-history,
.vn-weather-temp-history-low,
.vn-weather-precipitation-history,
.vn-weather-humidity-history,
.vn-weather-wind-history {
    padding:20px 5px;
    float:left;
    width:33.33%!important;
    text-align:center;
}

.vn-weather-temp-history,
.vn-weather-precipitation-history,
.vn-weather-wind-history {
    background:#f7f8f9;
    border-radius:0 0 7px 7px;
}

/* Mini Weather */

.vn-weather-mini {
    background:#ffffff!important;
    color:#000;
    max-width:100%;
    padding:15px;
    border-radius:10px;
    display: flex;
    flex-direction: column;
}

.vn-weather-mini-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vn-weather-mini-date {
    max-width:100%;
    text-align:center;
    /*background:#003f46;*/
    padding:12px 5px;
    /*color:#ffffff;*/
    font-weight:bold;
    border-radius:5px;
    margin-bottom: 10px;
}

.vn-weather-mini-icon,
.vn-weather-mini-temp {
    width:50%;
    padding:0;
    text-align:center;
    margin: 15px 0 0;
}

.vn-weather-mini-temp { border-left:2px solid #f7f8f9; }

/* MINI CLEAN*/
.vn-mini-clean-wrapper {
    border-radius: 10px;
    padding: 5px 15px 15px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vn-mini-clean-date {
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;
    width: 100%;
}

.vn-mini-clean-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.vn-mini-clean-icon,
.vn-mini-clean-temp {
    flex: 1;
    text-align: center;
}

.vn-mini-clean-description {
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
}

.current-temp-clean {
    font-size: 2.2rem;
    font-weight: 600;
}


@media only screen and (max-width: 900px) {
    .history-left, .history-right { width:100%; float:none; }
    .vn-weather-info > div { flex: 1 1 calc(50% - 10px); padding:0 5px; margin-bottom:0px; }
    .vn-weather-temp-7 { border-right: none!important; }
    .vn-weather-pressure-7 { border-right: 2px solid #cccccc!important; }
    .vn-weather-wind-7 { border-right: none!important; }
}

@media only screen and (max-width: 470px) {
    .vn-weather-info > div {
        flex: 1 1 100%;
        border-right: none;
        background:none;
    }
}
