/*
    This is the core css file for the weather plugin if you need to change it please extended it on your client 
*/
.mm-menu .sv-weather-widget-icon {
    display: flex;
    align-items: center;
}

.mm-menu .sv-weather-widget-icon .icon.white {
    display: none;
}

.mm-menu .sv-weather-widget-icon .icon {
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}

.mm-menu .sv-weather-widget-icon .sv-weather-widget-temp {
    font-family: superblue;
    font-size: 14px;
    line-height: 16px;
    color: #022741;
    margin-left: 8px;
}