/* ../i/weatherSprite1.webp*/

.subMenu.weather {
    background: rgb(255 255 255 / 85%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0px 0px 20px 20px;
    min-width: 252px;
    height: auto;
    position: absolute;
    top: 100px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    padding: 12px;
    font-family: "Cairo", sans-serif;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
}


@media (min-width: 992px) {
    .header-temp:hover > .subMenu.weather {
        opacity: 1;
        visibility: visible;
    }
}

.subMenu.weather .wtrCnts {
    display: inline-block;
    width: 100%;
    height: 254px;
    background: none;
    margin-bottom: 0;
    box-shadow: none;
}
.subMenu.weather .wtrCnts .location {
    display: inline-block;
    width: 100%;
    color: #008840;
    font-size: 24px;
    margin: 12px 0;
    text-align: right;
}
.subMenu.weather .wtrCnts .weatherDtls {
    display: block;
    width: 100%;
}
.subMenu.weather .wtrCnts .weatherDtls .weatherIcon {
    float: right;
    width: 70px;
    height: 70px;
    margin-left: 24px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

.subMenu.weather .wtrCnts .weatherDtls .highTemp {
    float: right;
    position: relative;
    margin-left: 10px;
    width: 76px;
    height: 70px;
    text-align: center;
    font-family: "Cairo", sans-serif;
    font-size: 48px;
    color: #008840;
    line-height: 1.8;
}
.subMenu.weather .wtrCnts .weatherDtls .lowTemp {
    float: right;
    position: relative;
    width: 62px;
    height: 70px;
    text-align: center;
    font-family: "Cairo", sans-serif;
    font-size: 32px;
    color: #20282d;
    line-height: 2.8;
}

.subMenu.weather .wtrCnts .windHum {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -ms-tap-highlight-color: rgba(0,0,0,0);
    -o-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.subMenu.weather .wtrCnts .windHum .hum {
    margin-bottom: 2px;
}
.subMenu.weather .wtrCnts .windHum > div {
    width: 100%;
    float: right;
    color: #20282d;
    font-size: 13px;
    display: inline-block;
}

.subMenu.weather .wtrCnts .windHum > div {
    width: 100%;
    float: right;
    color: #20282d;
    font-size: 16px;
    display: inline-block;
}
.subMenu.weather .wtrCnts .windHum > div span {
    color: #008840;
}
.subMenu .more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    background: #008840;
    font-size: 14px;
    text-align: center;
    color: #fff;
    float: right;
    line-height: 2.8;
}
.subMenu .more:hover {
    background: #0b8a06;
}
.subMenu.weather .wtrCnts .weatherDtls .weatherIcon.lazyLoaded.clearDay {
    background: url(../i/weatherSprite1.webp) 0 0 no-repeat;
    height: 70px;
    margin: 2px 0 12px 24px;
    background-size: 70px;
}

.header-temp .weather .weatherIconHeader.lazyLoaded.visible.clearDay {
    background: url(../i/weatherSprite1.webp) 0 0 no-repeat;
    background-size: 30px;
    height: 30px;
}


.header-temp .weather .weatherIconHeader.visible.clearDay {
    background: url("../i/weatherSprite1.webp") 0 0 no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.clearNight {
    background: url(../i/weatherSprite1.webp) 0px -225px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.clouds {
    background: url(../i/weatherSprite1.webp) 0px -32px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.showerRain {
    background: url(../i/weatherSprite1.webp) 0 -130px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.rainDay {
    background: url(../i/weatherSprite1.webp) 0 -96px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.rainNight {
    background: url(../i/weatherSprite1.webp) 0 -130px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.drizzle {
    background: url(../i/weatherSprite1.webp) 0 -310px no-repeat;
    background-size: 33px;
    height: 25px;
    width: 35px;
}
.header-temp .weather .weatherIconHeader.visible.mist {
    background: url(../i/weatherSprite1.webp) 0 -254px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.smoke {
    background: url(../i/weatherSprite1.webp) 0 -254px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.haze {
    background: url(../i/weatherSprite1.webp) 0 -254px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.dust {
    background: url(../i/weatherSprite1.webp) 0 -254px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.fog {
    background: url(../i/weatherSprite1.webp) 0 -254px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.sand {
    background: url(../i/weatherSprite1.webp) 0 -254px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.ash {
    background: url(../i/weatherSprite1.webp) 0 -254px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.squall {
    background: url(../i/weatherSprite1.webp) 0 -254px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.tornado {
    background: url(../i/weatherSprite1.webp) 0 -254px no-repeat;
    background-size: 30px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.snow {
    background: url(../i/weatherSprite1.webp) 0 -174px no-repeat;
    background-size: 33px;
    height: 30px;
}
.header-temp .weather .weatherIconHeader.visible.thunderstorm {
    background: url(../i/weatherSprite1.webp) 0 -194px no-repeat;
    background-size: 30px;
    height: 30px;
}


.header-temp .weather .weatherIconHeader {
    background: transparent;
    background-size: 30px;
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
   /* left: 8px;*/
}

.header-temp .weather > span {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.2;
    margin-left: 50px;
    position: relative;
}



/** Model Temp **/
.modal-temp {
    --modal-input-height: 50px;
    --color-background: linear-gradient(184.15deg, rgba(28, 37, 57, 40%) -187.51%, #1c2539 96.62%);
    --color-foreground:  rgba(255, 255, 255, 1);
    --color-input-background: rgba(255, 255, 255, 0);
    --color-input-text: rgba(255, 255, 255, 1);
    --color-input-border: rgba(255, 255, 255, 1);
    --color-input-hover-background: rgba(255, 255, 255, 0);
    --color-input-hover-text: rgba(255, 255, 255, 1);
    --color-input-hover-border: rgba(255, 255, 255, 1);
    --color-primary-button-background: rgba(255, 255, 255, 0);
    --color-primary-button-hover-background: rgba(255, 255, 255, 0);
    --color-primary-button-icon: rgba(255, 255, 255, 1);
    --color-primary-button-icon-background: rgba(255, 255, 255, 0);
    --color-primary-button-hover-icon: rgba(255, 255, 255, 1);
    --color-primary-button-hover-icon-background: rgba(255, 255, 255, 0);
}
.weatherCnts {
    width: calc(100% - 320px);
    margin-left: 20px;
    padding: 0;
    background: none;
    box-shadow: none;
    margin-bottom: 0;
}

.weatherCnts .main {
    padding: 20px;
    background: url(../i/weatherBg.jpg) no-repeat right center;
    background-size: cover;
}

