#windy {
    font-family:
        -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", sans-serif;
    color: white;
    background-color: #4d4d4d;
    font-weight: normal;
    overflow: hidden;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    line-height: 1;
    position: relative;
}
#windy .leaflet-pane,
#windy .leaflet-tile,
#windy .leaflet-marker-icon,
#windy .leaflet-marker-shadow,
#windy .leaflet-tile-container,
#windy .leaflet-pane > svg,
#windy .leaflet-pane > canvas,
#windy .leaflet-zoom-box,
#windy .leaflet-image-layer,
#windy .leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
#windy .leaflet-container {
    overflow: hidden;
}
#windy .leaflet-tile,
#windy .leaflet-marker-icon,
#windy .leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
#windy .leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
#windy .leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}
#windy .leaflet-marker-icon,
#windy .leaflet-marker-shadow {
    display: block;
}
#windy .leaflet-container .leaflet-overlay-pane svg,
#windy .leaflet-container .leaflet-marker-pane img,
#windy .leaflet-container .leaflet-shadow-pane img,
#windy .leaflet-container .leaflet-tile-pane img,
#windy .leaflet-container img.leaflet-image-layer,
#windy .leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}
#windy .leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y;
}
#windy .leaflet-container.leaflet-touch-drag {
    touch-action: none;
    touch-action: pinch-zoom;
}
#windy .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    touch-action: none;
}
#windy .leaflet-container {
    -webkit-tap-highlight-color: transparent;
}
#windy .leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
#windy .leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
#windy .leaflet-tile-loaded {
    visibility: inherit;
}
#windy .leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800;
}
#windy .leaflet-overlay-pane svg {
    -moz-user-select: none;
}
#windy .leaflet-tile-pane {
    z-index: 200;
}
#windy .leaflet-overlay-pane {
    z-index: 400;
}
#windy .leaflet-shadow-pane {
    z-index: 500;
}
#windy .leaflet-marker-pane {
    z-index: 600;
}
#windy .leaflet-tooltip-pane {
    z-index: 650;
}
#windy .leaflet-popup-pane {
    z-index: 700;
}
#windy .leaflet-map-pane canvas {
    z-index: 100;
}
#windy .leaflet-map-pane svg {
    z-index: 200;
}
#windy .leaflet-vml-shape {
    width: 1px;
    height: 1px;
}
#windy .lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}
#windy .leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto;
}
#windy .leaflet-top,
#windy .leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}
#windy .leaflet-top {
    top: 0;
}
#windy .leaflet-right {
    right: 0;
}
#windy .leaflet-bottom {
    bottom: 0;
}
#windy .leaflet-left {
    left: 0;
}
#windy .leaflet-control {
    float: left;
    clear: both;
}
#windy .leaflet-right .leaflet-control {
    float: right;
}
#windy .leaflet-top .leaflet-control {
    margin-top: 10px;
}
#windy .leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
#windy .leaflet-left .leaflet-control {
    margin-left: 10px;
}
#windy .leaflet-right .leaflet-control {
    margin-right: 10px;
}
#windy .leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity 0.2s linear;
}
#windy .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}
#windy .leaflet-zoom-animated {
    transform-origin: 0 0;
}
#windy .leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}
#windy .leaflet-zoom-anim .leaflet-zoom-animated {
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
#windy .leaflet-zoom-anim .leaflet-tile,
#windy .leaflet-pan-anim .leaflet-tile {
    transition: none;
}
#windy .leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}
#windy .leaflet-interactive {
    cursor: pointer;
}
#windy .leaflet-grab {
    cursor: -webkit-grab;
    cursor: grab;
}
#windy .leaflet-crosshair,
#windy .leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}
#windy .leaflet-popup-pane,
#windy .leaflet-control {
    cursor: auto;
}
#windy .leaflet-dragging .leaflet-grab,
#windy .leaflet-dragging .leaflet-grab .leaflet-interactive,
#windy .leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
#windy .leaflet-marker-icon,
#windy .leaflet-marker-shadow,
#windy .leaflet-image-layer,
#windy .leaflet-pane > svg path,
#windy .leaflet-tile-container {
    pointer-events: none;
}
#windy .leaflet-marker-icon.leaflet-interactive,
#windy .leaflet-image-layer.leaflet-interactive,
#windy .leaflet-pane > svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    pointer-events: auto;
}
#windy .leaflet-container {
    background: #ddd;
    outline: 0;
}
#windy .leaflet-container a {
    color: #0078a8;
}
#windy .leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}
#windy .leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}
#windy .leaflet-container {
    font:
        12px/1.5 -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        sans-serif;
}
#windy .leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}
#windy .leaflet-bar a,
#windy .leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}
#windy .leaflet-bar a,
#windy .leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
#windy .leaflet-bar a:hover {
    background-color: #f4f4f4;
}
#windy .leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#windy .leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}
#windy .leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}
#windy .leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
#windy .leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#windy .leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
#windy .leaflet-control-zoom-in,
#windy .leaflet-control-zoom-out {
    font:
        bold 18px "Lucida Console",
        Monaco,
        monospace;
    text-indent: 1px;
}
#windy .leaflet-touch .leaflet-control-zoom-in,
#windy .leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}
#windy .leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}
#windy .leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}
#windy .leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}
#windy .leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}
#windy .leaflet-control-layers .leaflet-control-layers-list,
#windy .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
#windy .leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
#windy .leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}
#windy .leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}
#windy .leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
#windy .leaflet-control-layers label {
    display: block;
}
#windy .leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}
#windy .leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}
#windy .leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}
#windy .leaflet-control-attribution,
#windy .leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}
#windy .leaflet-control-attribution a {
    text-decoration: none;
}
#windy .leaflet-control-attribution a:hover {
    text-decoration: underline;
}
#windy .leaflet-container .leaflet-control-attribution,
#windy .leaflet-container .leaflet-control-scale {
    font-size: 11px;
}
#windy .leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}
#windy .leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}
#windy .leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}
#windy .leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}
#windy .leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}
#windy .leaflet-touch .leaflet-control-attribution,
#windy .leaflet-touch .leaflet-control-layers,
#windy .leaflet-touch .leaflet-bar {
    box-shadow: none;
}
#windy .leaflet-touch .leaflet-control-layers,
#windy .leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}
#windy .leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}
#windy .leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}
#windy .leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}
#windy .leaflet-popup-content p {
    margin: 18px 0;
}
#windy .leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}
#windy .leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    transform: rotate(45deg);
}
#windy .leaflet-popup-content-wrapper,
#windy .leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
#windy .leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font:
        16px/14px Tahoma,
        Verdana,
        sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}
#windy .leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}
#windy .leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
#windy .leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
}
#windy .leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-0.70710678, M22=.70710678);
}
#windy .leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}
#windy .leaflet-oldie .leaflet-control-zoom,
#windy .leaflet-oldie .leaflet-control-layers,
#windy .leaflet-oldie .leaflet-popup-content-wrapper,
#windy .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}
#windy .leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}
#windy .leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#windy .leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}
#windy .leaflet-tooltip-top:before,
#windy .leaflet-tooltip-bottom:before,
#windy .leaflet-tooltip-left:before,
#windy .leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}
#windy .leaflet-tooltip-bottom {
    margin-top: 6px;
}
#windy .leaflet-tooltip-top {
    margin-top: -6px;
}
#windy .leaflet-tooltip-bottom:before,
#windy .leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}
#windy .leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}
#windy .leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}
#windy .leaflet-tooltip-left {
    margin-left: -6px;
}
#windy .leaflet-tooltip-right {
    margin-left: 6px;
}
#windy .leaflet-tooltip-left:before,
#windy .leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}
#windy .leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}
#windy .leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}
#windy * {
    box-sizing: border-box;
}
#windy fieldset,
#windy img {
    border: 0;
}
@font-face {
    font-family: "bariolnumbers";
    font-display: auto;
    src: url("./bariol-medium-numbers.otf");
    src:
        url("./bariol-medium-numbers.woff2") format("woff2"),
        url("./bariol-medium-numbers.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
#windy .fg-red {
    color: #9d0300;
}
#windy .fg-lred {
    color: #946051;
}
#windy .fg-yellow {
    color: #fff3e1;
}
#windy .fg-error {
    color: #c42f2f;
}
#windy .fg-ok {
    color: #026f00;
}
#windy .fg-gray {
    color: #6b6b6b;
}
#windy .fg-lgray {
    color: #e5e5e5;
}
#windy .fg-white {
    color: white;
}
#windy .bg-red {
    background-color: #9d0300;
}
#windy .bg-lred {
    background-color: #946051;
}
#windy .bg-transparent {
    background-color: rgba(68, 65, 65, 0.84);
}
#windy .bg-orange {
    background-color: #d49500;
}
#windy .bg-yellow {
    background-color: #fff3e1;
}
#windy .bg-error {
    background-color: #c42f2f;
}
#windy .bg-lblue {
    background-color: #337ab7;
}
#windy .bg-ok {
    background-color: #026f00;
}
#windy .bg-lgray {
    background-color: #e5e5e5;
}
#windy .bg-gray {
    background-color: #4d4d4d;
}
#windy .bg-white {
    background-color: #f8f8f8;
}
#windy .dotted {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0.36);
    text-decoration-color: rgba(0, 0, 0, 0.36);
}
#windy .clickable {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
}
#windy .shaky {
    -webkit-animation-name: spaceboots;
    animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 80;
    animation-iteration-count: 80;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
#windy .clickable-size {
    cursor: pointer;
    transition: all 0.3s;
}
#windy .clickable-size:hover {
    transform: scale(1.05, 1.05);
}
#windy .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#windy .flat {
    transform-style: flat;
    -webkit-transform-style: flat;
}
#windy .nomouse {
    pointer-events: none;
}
#windy .uiyellow {
    text-shadow: 0px 0px 4px black;
    color: #fff3e1;
}
#windy .grab {
    cursor: -webkit-grab;
    cursor: grab;
}
#windy .notap {
    -webkit-tap-highlight-color: transparent !important;
}
#windy .disabled {
    opacity: 0.6;
    pointer-events: none;
}
#windy .enabled {
    opacity: 1;
    pointer-events: all;
}
#windy .first-big:first-letter {
    text-transform: uppercase;
}
#windy .capitalize {
    text-transform: lowercase;
}
#windy .capitalize:first-letter {
    text-transform: uppercase;
}
#windy .fullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    height: calc(100 * var(--vh));
}
.no-css-vars #windy .fullscreen {
    height: 100vh;
}
#windy .flex-container {
    display: flex;
    flex-direction: column;
}
#windy .centered {
    display: block;
    width: 100%;
    text-align: center;
}
#windy .centered > * {
    display: inline-block;
}
#windy .left-border {
    left: 0;
}
#windy .right-border {
    right: 0;
}
#windy .top-border {
    top: 0;
}
#windy .bottom-border {
    bottom: 0;
}
#windy .shy {
    transition: 0.7s opacity 0s;
    -webkit-transition: 0.7s opacity 0s;
}
#windy .moooving .shy {
    opacity: 0 !important;
}
@font-face {
    font-family: "iconfont";
    src: url("iconfont.eot");
    src:
        url("iconfont.eot#iefix") format("embedded-opentype"),
        url("iconfont.woff") format("woff"),
        url("iconfont.woff2") format("woff2"),
        url("iconfont.ttf") format("truetype"),
        url("iconfont.svg#iconfont") format("svg");
    font-weight: normal;
    font-style: normal;
}
#windy .iconfont {
    font-family: iconfont;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
#windy [data-icon]::before {
    content: attr(data-icon);
}
#windy [data-icon].inlined::before {
    position: relative;
    vertical-align: middle;
    margin-right: 0.3em;
}
#windy [data-icon-after]::after {
    content: attr(data-icon-after);
}
#windy [data-icon-after].inlined::after {
    position: relative;
    vertical-align: middle;
    margin-left: 0.3em;
}
#device-mobile #windy .mobilehide {
    display: none !important;
}
#device-mobile #windy .mobiletablethide,
#device-tablet #windy .mobiletablethide {
    display: none !important;
}
#windy .textshadow {
    text-shadow: 0px 0px 4px black;
}
#windy .boxshadow {
    box-shadow: 0 0 4px 0 black;
}
#windy .outline {
    text-shadow:
        -1px 0 1px rgba(0, 0, 0, 0.6),
        1px 0 1px rgba(0, 0, 0, 0.6),
        0 1px 1px rgba(0, 0, 0, 0.6),
        0 -1px 1px rgba(0, 0, 0, 0.6);
}
#windy .heavyshadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.63);
}
#windy .noshadow {
    text-shadow: none;
}
#windy .size-xxs {
    font-size: 8px;
}
#windy .size-xs {
    font-size: 10px;
}
#windy .size-s {
    font-size: 12px;
}
#windy .size-m {
    font-size: 14px;
}
#windy .size-l {
    font-size: 16px;
}
#windy .size-xl {
    font-size: 18px;
}
#windy .size-xxl {
    font-size: 20px;
}
#windy .size-xxxl {
    font-size: 24px;
}
#windy .size-ultra {
    font-size: 40px;
}
#windy .animation,
#windy #windy .window,
#windy #windy #windy .drop-down-window {
    visibility: hidden;
    opacity: 0;
    transition:
        visibility 0s linear 0.3s,
        opacity 0.3s linear;
}
#windy .animation.open,
#windy .animation.show,
#windy #windy .window.open,
#windy #windy .window.show,
#windy #windy #windy .drop-down-window.open,
#windy #windy #windy .drop-down-window.show {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
@-webkit-keyframes enter-and-leave {
    0% {
        display: none;
        opacity: 0;
    }
    10% {
        display: block;
        opacity: 1;
    }
    90% {
        display: block;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
    }
}
@keyframes enter-and-leave {
    0% {
        display: none;
        opacity: 0;
    }
    10% {
        display: block;
        opacity: 1;
    }
    90% {
        display: block;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
    }
}
@-webkit-keyframes hide-and-appear {
    0% {
        display: none;
        opacity: 0;
    }
    70% {
        display: block;
        opacity: 0;
    }
    100% {
        display: none;
        opacity: 1;
    }
}
@keyframes hide-and-appear {
    0% {
        display: none;
        opacity: 0;
    }
    70% {
        display: block;
        opacity: 0;
    }
    100% {
        display: none;
        opacity: 1;
    }
}
@-webkit-keyframes from-bottom-and-back {
    0% {
        bottom: -60px;
    }
    10% {
        bottom: 0px;
    }
    90% {
        bottom: 0px;
    }
    100% {
        bottom: -60px;
    }
}
@keyframes from-bottom-and-back {
    0% {
        bottom: -60px;
    }
    10% {
        bottom: 0px;
    }
    90% {
        bottom: 0px;
    }
    100% {
        bottom: -60px;
    }
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate-opacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@keyframes pulsate-opacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes come-from-right {
    0% {
        right: -100%;
    }
    100% {
        right: 0;
    }
}
@keyframes come-from-right {
    0% {
        right: -100%;
    }
    100% {
        right: 0;
    }
}
@-webkit-keyframes pulsate-size {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
@keyframes pulsate-size {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
@-webkit-keyframes pulsate-size-big {
    0% {
        transform: scale(0.7, 0.7);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(0.7, 0.7);
    }
}
@keyframes pulsate-size-big {
    0% {
        transform: scale(0.7, 0.7);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(0.7, 0.7);
    }
}
@-webkit-keyframes fadein-half {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.6;
    }
}
@keyframes fadein-half {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.6;
    }
}
@-webkit-keyframes fadein-full {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadein-full {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0) rotate(1deg);
    }
    30% {
        transform: translate(0, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
@keyframes spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0) rotate(1deg);
    }
    30% {
        transform: translate(0, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
#windy [data-icon]::before {
    font-family: iconfont;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
#windy [data-icon-after]::after {
    font-family: iconfont;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
#windy .loading-circle {
    -webkit-animation: rotate 0.75s infinite linear;
    animation: rotate 0.75s infinite linear;
    border: 0.1em solid #946051;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    height: 0.8em;
    width: 0.8em;
}
#windy .loading {
    pointer-events: none;
    animation: fadein-full 0.5s;
    -webkit-animation: fadein-full 0.5s;
    color: transparent !important;
    min-height: 0.8em;
    position: relative;
    display: none;
}
#windy .loading.show {
    display: inline-block;
}
#windy .loading::after {
    z-index: 1;
    left: 50%;
    top: 50%;
    display: block;
    margin-top: -0.4em;
    position: absolute;
}
#windy .loading.ld-white::after {
    border-left-color: #f8f8f8;
    border-bottom-color: #f8f8f8;
}
#windy .loading.ld-gray::after {
    border-left-color: #6b6b6b;
    border-bottom-color: #6b6b6b;
}
#windy .loading.ld-lgray::after {
    border-left-color: #e5e5e5;
    border-bottom-color: #e5e5e5;
}
#windy .loading.ld-red::after {
    border-left-color: #9d0300;
    border-bottom-color: #9d0300;
}
#windy .loading.full {
    font-size: 40px;
    width: 1em;
    height: 1em;
    top: 50%;
    left: 50%;
    position: absolute;
    margin: -0.8em -1em;
    z-index: 100;
}
#windy .big-loader,
#windy .big-loader:before,
#windy .big-loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
#windy .big-loader {
    color: #ffffff;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
#windy .big-loader:before,
#windy .big-loader:after {
    content: "";
    position: absolute;
    top: 0;
}
#windy .big-loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
#windy .big-loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
#windy .button {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
    display: inline-block;
    border-radius: 2em;
    padding: 0.25em 1em;
    margin: 0.5em;
    line-height: normal;
    position: relative;
    border: 1px solid;
    font-weight: 300;
    text-align: center;
    color: #9d0300;
    border-color: #9d0300;
}
#windy .button::after {
    border-left-color: #9d0300;
    border-bottom-color: #9d0300;
    margin-top: -0.5em;
    margin-left: -0.3em;
}
#windy .button.btn-lred {
    color: #946051;
    border-color: #946051;
}
#windy .button.btn-lred::after {
    border-left-color: #946051;
    border-bottom-color: #946051;
}
#windy .button.btn-gray {
    color: #6b6b6b;
    border-color: #6b6b6b;
}
#windy .button.btn-gray::after {
    border-left-color: #6b6b6b;
    border-bottom-color: #6b6b6b;
}
#windy .button.btn-white {
    color: white;
    border-color: #f8f8f8;
}
#windy .button.btn-white::after {
    border-left-color: #f8f8f8;
    border-bottom-color: #f8f8f8;
}
#windy .button[data-icon]::before {
    position: relative;
    vertical-align: middle;
    margin-right: 0.3em;
}
#windy [data-tooltip] {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
    position: relative;
    text-transform: none;
}
#windy [data-tooltip]:hover::before {
    -webkit-animation: hide-and-appear 1s;
    animation: hide-and-appear 1s;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-left-color: #4d4d4d;
    border-width: 5px;
    z-index: 99;
    line-height: 1;
    pointer-events: none;
}
#windy [data-tooltip]:hover::after {
    -webkit-animation: hide-and-appear 1s;
    animation: hide-and-appear 1s;
    background: #4d4d4d;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    content: attr(data-tooltip);
    font-family:
        -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", sans-serif;
    text-shadow: none;
    padding: 3px 15px;
    position: absolute;
    z-index: 98;
    font-size: 11px;
    height: 20px;
    box-sizing: border-box;
    margin-top: -10px;
    margin-right: 10px;
    top: 50%;
    right: 100%;
    line-height: 1;
    pointer-events: none;
    border-radius: 3px;
}
#windy [data-tooltip].tooltip-down:hover::after {
    top: 100%;
    margin-top: 15px;
    left: -5px;
    right: initial;
    display: inline-table;
    padding: 3px 15px;
}
#windy [data-tooltip].tooltip-down:hover::before {
    top: 100%;
    bottom: initial;
    left: 50%;
    margin-left: -5px;
    margin-top: 5px;
    border-bottom-color: #4d4d4d;
    border-left-color: transparent;
}
#device-mobile #windy [data-tooltip].tooltip-down:hover::before,
#device-tablet #windy [data-tooltip].tooltip-down:hover::before,
#device-mobile #windy [data-tooltip].tooltip-down:hover::after,
#device-tablet #windy [data-tooltip].tooltip-down:hover::after {
    display: none;
}
#windy [data-tooltip].tooltip-up:hover::after {
    top: -100%;
    left: -5px;
    right: initial;
    display: inline-table;
    padding: 3px 15px;
}
#windy [data-tooltip].tooltip-up:hover::before {
    bottom: 100%;
    top: initial;
    left: 50%;
    margin-left: -5px;
    margin-top: 5px;
    border-top-color: #4d4d4d;
    border-left-color: transparent;
}
#device-mobile #windy [data-tooltip].tooltip-up:hover::before,
#device-tablet #windy [data-tooltip].tooltip-up:hover::before,
#device-mobile #windy [data-tooltip].tooltip-up:hover::after,
#device-tablet #windy [data-tooltip].tooltip-up:hover::after {
    display: none;
}
#windy [data-tooltip].tooltip-right:hover::after {
    left: 100%;
    margin-left: 5px;
    right: initial;
}
#windy [data-tooltip].tooltip-right:hover::before {
    left: 100%;
    right: initial;
    margin-left: -5px;
    border-right-color: #4d4d4d;
    border-left-color: transparent;
}
#device-mobile #windy [data-tooltip].tooltip-right:hover::before,
#device-tablet #windy [data-tooltip].tooltip-right:hover::before,
#device-mobile #windy [data-tooltip].tooltip-right:hover::after,
#device-tablet #windy [data-tooltip].tooltip-right:hover::after {
    display: none;
}
#device-mobile #windy [data-tooltip]:hover::before,
#device-tablet #windy [data-tooltip]:hover::before,
#device-mobile #windy [data-tooltip]:hover::after,
#device-tablet #windy [data-tooltip]:hover::after {
    display: none;
}
#windy .drop-down-menu {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #c1c1c1;
    cursor: pointer;
    margin: 0 0.2em;
    line-height: normal;
}
#windy .drop-down-menu::before {
    content: attr(data-content);
}
#windy .drop-down-menu::after {
    font-family: iconfont;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\67";
    margin-left: 0.3em;
    font-size: 0.8em;
    color: #946051;
}
#windy .drop-down-menu.opened::before {
    content: "";
    display: block;
    background: transparent;
    z-index: 10;
}
#windy .drop-down-menu ul {
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    background-color: #f8f8f8;
    list-style: none;
    position: absolute;
    top: 0;
    margin: 3px -1px;
    min-width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.29);
    line-height: 1.6;
    z-index: 20;
}
#windy .drop-down-menu ul li {
    list-style: none;
    white-space: nowrap;
    padding: 0 0.8em;
}
#windy .drop-down-menu ul li.selected {
    background-color: #946051;
    color: white;
}
#device-mobile #windy .drop-down-menu ul {
    font-size: 1.3em;
}
#windy .drop-down-menu.open-up ul {
    bottom: -3px;
    top: unset;
}
#windy .menu {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    line-height: 1;
    text-transform: none;
    font-variant: normal;
    display: block;
    list-style: none;
}
#windy .menu .loader {
    position: absolute;
    display: block;
    left: -1.875em;
    top: 0.625em;
}
#windy .menu a {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    position: relative;
    margin: 0;
    display: block;
    list-style: none;
    font-weight: normal;
    padding: 0.31em 1.56em 0.31em 0.75em;
    white-space: nowrap;
}
#windy .menu a.selected {
    background-color: #d49500;
}
#windy .menu.with-left-yellow a {
    color: white;
    font-size: 12px;
    width: 100%;
    margin: 10px 0 0 0;
    padding-top: 0;
    padding-bottom: 0.6em;
    padding-left: 0.5em;
    white-space: nowrap;
    border-left: solid 5px transparent;
}
@media screen and (max-height: 600px) {
    #windy .menu.with-left-yellow a {
        margin: 8px 0 0 0;
    }
}
@media screen and (max-height: 500px) {
    #windy .menu.with-left-yellow a {
        margin: 4px 0 0 0;
    }
}
#windy .menu.with-left-yellow a .checkbox {
    font-size: 1.2em;
    display: inline-block;
    opacity: 0.6;
}
#windy .menu.with-left-yellow a .checkbox::before {
    margin-right: 0.15em;
}
#windy .menu.with-left-yellow a [data-icon-after] {
    overflow: hidden;
}
#windy .menu.with-left-yellow a [data-icon-after]::after {
    opacity: 0.6;
    font-size: 1.2em;
    margin-left: 0.5em;
}
#windy .menu.with-left-yellow a.selected {
    background: #71581b;
    border-left-color: #d49500;
}
#windy .menu-items {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
    line-height: 2;
}
#windy .menu-items > a {
    color: #6b6b6b;
    white-space: nowrap;
    position: relative;
    display: block;
    margin-left: 2em;
}
#windy .menu-items > a:first-letter {
    text-transform: uppercase;
}
#windy .menu-items > a::before {
    color: #9d0300;
    display: block;
    position: absolute;
    left: -1.5em;
    font-size: 1.2em;
    top: 0.35em;
}
#windy .ch-icon-on {
    content: "\49";
    font-size: 1.4em;
    display: inline-block;
    position: relative;
    top: 0.22em;
}
#windy .ch-icon-off {
    content: "\47";
}
#windy .checkbox {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent !important;
    position: relative;
}
#windy .checkbox:not(.behind)::before {
    margin-right: 0.3em;
}
#windy .checkbox.behind::after {
    margin-left: 0.3em;
}
#windy .play-pause {
    display: block;
    font-size: 25px;
    color: #9d0300;
    width: 1.2em;
    height: 1.2em;
    border-radius: 1.2em;
    box-shadow: 0 0 4px 0 black;
    background-color: #e5e5e5;
}
#windy .play-pause::before {
    content: "\65";
    position: relative;
    left: 0.1em;
    top: 0.1em;
}
#windy .play-pause.off:before {
    content: "\66";
    left: 0.17em;
}
#windy .progress-bar {
    position: relative;
}
#windy .progress-bar .progress-line {
    height: 6px;
    cursor: pointer;
    position: relative;
    border: 10px solid transparent;
    background-clip: padding-box;
    border-right: none;
    border-left: none;
    top: -10px;
    transition: width ease-in-out 0.7s;
}
#windy .progress-bar .progress-line .played {
    background-color: #e5e5e5;
    height: 6px;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 15%;
}
#windy .progress-bar .progress-line .avbl {
    height: 6px;
    background-color: rgba(68, 65, 65, 0.84);
    width: 100%;
    border-radius: 6px;
}
#windy .progress-bar .progress-line i {
    display: block;
    width: 3px;
    height: 6px;
    position: absolute;
    background-color: #946051;
    top: 0;
}
#windy .progress-bar.anim-allowed .played {
    transition: all ease-in-out 0.25s;
}
#windy .progress-bar.anim-allowed .timecode {
    transition: all ease-in-out 0.25s;
}
#windy .slider-wrapper {
    padding: 5px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: none;
}
#windy .slider-wrapper canvas {
    position: absolute;
    left: 5px;
    right: 5px;
    width: calc(100% - 10px);
    top: 0;
    height: 60px;
}
#windy .slider-wrapper table {
    width: 100%;
    position: relative;
}
#windy .slider-wrapper table td {
    cursor: pointer;
    color: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 9px;
    text-transform: uppercase;
    border-right: 1px solid rgba(239, 239, 239, 0.3);
}
#windy .slider-wrapper table td img {
    width: 27px;
    margin: 2px auto 2px auto;
    display: block;
}
#windy .slider-wrapper table td big {
    display: block;
    font-size: 12px;
    padding-bottom: 3.5px;
}
#windy .slider-wrapper table td:last-child {
    border: none;
}
#windy .slider-wrapper .slider {
    position: relative;
    height: 9px;
    border-radius: 5px;
    width: 100%;
    box-sizing: content-box;
}
#windy .slider-wrapper .slider-rain {
    width: 100%;
    height: 12px;
    position: relative;
}
#windy .slider-wrapper .slider-rain i {
    font-family: iconfont;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: block;
    position: absolute;
    font-style: normal;
    font-size: 12px;
    margin-left: -6px;
    margin-top: 2px;
    opacity: 0.6;
}
#windy .slider-wrapper .alerts-line {
    height: 5px;
    width: 100%;
}
#windy .slider-wrapper .handle {
    display: block;
    border: 2px solid #9d0300;
    border-radius: 5px;
    width: 25px;
    position: absolute;
    bottom: -1px;
    top: -1px;
}
#windy .slider-wrapper .handle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}
#windy .transparent-switch {
    line-height: initial;
    letter-spacing: 0.05em;
    border-radius: 1em;
    display: table;
    white-space: nowrap;
}
#windy .transparent-switch > div,
#windy .transparent-switch a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent !important;
    display: table-cell;
    padding: 0.3em 1em;
    margin-right: 1px;
    text-align: center;
}
#windy .transparent-switch > div:not(.selected),
#windy .transparent-switch a:not(.selected) {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
}
#windy .transparent-switch .selected {
    border-radius: 1em;
    color: white;
    background-color: #946051;
}
#windy .transparent-switch.compact > div,
#windy .transparent-switch a {
    padding: 0.2em 0.6em;
}
#windy .transparent-switch.gray .selected {
    background: #777;
}
#windy .transparent-switch.background {
    background: #ececec;
}
#windy .ui-switch {
    color: #fff3e1;
    background-color: rgba(68, 65, 65, 0.84);
    line-height: initial;
    letter-spacing: 0.05em;
    border-radius: 1em;
    display: table;
}
#windy .ui-switch > div,
#windy .ui-switch > span,
#windy .ui-switch a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent !important;
    display: table-cell;
    padding: 0.3em 1em;
    margin-right: 1px;
    text-align: center;
}
#windy .ui-switch > span {
    line-height: 1;
}
#windy .ui-switch > div:not(.selected),
#windy .ui-switch a:not(.selected) {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
}
#windy .ui-switch .selected {
    border-radius: 1em;
    color: white;
    background-color: #d49500;
    box-shadow: 0 0 4px 0 black;
}
#windy .ui-switch.flex {
    display: flex;
    align-items: stretch;
}
#windy .ui-switch.flex > div,
#windy .ui-switch.flex > span,
#windy .ui-switch.flex a {
    padding: 0;
    margin-right: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#windy .switch {
    white-space: nowrap;
    line-height: initial;
    color: #6b6b6b;
    border-color: #6b6b6b;
    letter-spacing: 0.03em;
    display: inline-flex;
}
#windy .switch > div,
#windy .switch a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent !important;
    display: inline-block;
    text-align: center;
    border-bottom: solid 1px;
    border-top: solid 1px;
    border-right: solid 1px;
    padding: 0.3em 1.2em;
}
#windy .switch > div:first-child,
#windy .switch a:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
#windy .switch > div:last-child,
#windy .switch a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#windy .switch > div:not(.selected),
#windy .switch a:not(.selected) {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
}
#windy .switch > div:not(.selected):first-child,
#windy .switch a:not(.selected):first-child {
    border-left: solid 1px;
}
#windy .switch .selected {
    color: white;
    background-color: #6b6b6b;
    border-color: #6b6b6b;
}
#windy .switch.compact > div,
#windy .switch a {
    padding: 0.2em 0.6em;
}
#windy .timecode {
    font-size: 10px;
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: -2.4em;
    margin-left: -2em;
}
#windy .timecode .loading {
    position: absolute;
    top: 0.2em;
    left: -1.4em;
}
#windy .timecode .box {
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
    background-color: #d49500;
    color: white;
    height: 1.8em;
    box-sizing: border-box;
    padding: 0 0.8em;
    white-space: nowrap;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 0.5em;
    box-shadow: 0 0 4px 0 black;
}
#windy .timecode .box::before {
    top: 100%;
    left: 2em;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #d49500;
    border-width: 0.5em;
    margin-left: -0.5em;
}
#windy .timecode .box[data-zulu]::after {
    content: attr(data-zulu);
    font-size: 0.8em;
    opacity: 0.7;
    margin-left: 5px;
}
#windy .timecode.ghost-timecode {
    transition: 0.3s opacity 0s;
    -webkit-transition: 0.3s opacity 0s;
    opacity: 0;
    pointer-events: none;
}
#windy .timecode.ghost-timecode .box {
    box-shadow: none;
    cursor: pointer;
    color: white;
    background-color: rgba(68, 65, 65, 0.84);
}
#windy .timecode.ghost-timecode .box::before {
    border-top-color: rgba(68, 65, 65, 0.84);
}
#windy .adtype {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    padding: 2px 3px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
#windy .adtypeU {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    padding: 2px 3px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    background: none;
}
#windy .adtypeV::after {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    padding: 2px 3px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    background-color: #59a759;
    content: "VFR";
}
#windy .adtypeI::after {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    padding: 2px 3px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    background-color: #9d3737;
    content: "IFR";
}
#windy .adtypeM::after {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    padding: 2px 3px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    background-color: #4b4bdb;
    content: "MVFR";
}
#windy .adtypeL::after {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    padding: 2px 3px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    background-color: #9e6262;
    content: "LIFR";
}
#windy .closing-x {
    font-family: iconfont;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: white;
    background-color: #9d0300;
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
    position: absolute;
    margin: 10px;
    font-size: 40px;
    right: -1em;
    z-index: 10;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    display: none;
}
#windy .closing-x::before {
    content: "\e013";
}
#windy .bordered-box,
#windy #windy .window,
#windy #windy #windy .drop-down-window {
    color: #6b6b6b;
    background-color: #f8f8f8;
    padding: 0.3em 1em;
    line-height: 1.8;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}
#windy .window,
#windy #windy .drop-down-window {
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    overflow: initial;
    padding: 0.3em 1em;
    line-height: 1.8;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}
#windy .window:not(.normal-closing-x) > .closing-x,
#windy #windy .drop-down-window:not(.normal-closing-x) > .closing-x {
    font-size: 20px;
    color: #6b6b6b;
    background: none;
    display: block;
    right: -5px;
    top: -5px;
}
#windy .window.transparent-window,
#windy #windy .drop-down-window.transparent-window {
    background-color: rgba(68, 65, 65, 0.84);
    color: #fff3e1;
    border: none;
}
#windy .window.transparent-window .closing-x,
#windy #windy .drop-down-window.transparent-window .closing-x {
    color: #fff3e1;
}
#windy .drop-down-window:not(.down) {
    top: calc(100% + 15px);
    left: -15px;
}
#windy .drop-down-window::after,
#windy .drop-down-window::before {
    bottom: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 25px;
    position: absolute;
    pointer-events: none;
}
#windy .drop-down-window::after {
    border-bottom-color: #f8f8f8;
    border-width: 9px;
    margin-left: -9px;
}
#windy .drop-down-window::before {
    border-bottom-color: #c1c1c1;
    border-width: 10px;
    margin-left: -10px;
}
#windy .drop-down-window.right::after {
    left: initial;
    right: 6px;
}
#windy .drop-down-window.right::before {
    left: initial;
    right: 5px;
}
#windy .drop-down-window.down {
    top: inherit;
    bottom: calc(100% + 15px);
    left: inherit;
}
#windy .drop-down-window.down::after,
#windy .drop-down-window.down::before {
    top: 100%;
    bottom: initial;
    left: initial;
    border-bottom-color: transparent;
    margin-right: -9px;
}
#windy .drop-down-window.down::after {
    border-top-color: #f8f8f8;
    right: calc(50% + 1px);
}
#windy .drop-down-window.down::before {
    margin-left: 0;
    border-top-color: #c1c1c1;
    right: 50%;
}
#windy .drop-down-window.left {
    top: -15px;
    left: calc(100% + 15px);
}
#windy .drop-down-window.left::after,
#windy .drop-down-window.left::before {
    bottom: initial;
    left: 0;
    border-bottom-color: transparent;
}
#windy .drop-down-window.left::after {
    top: 16px;
    border-right-color: #f8f8f8;
    margin-left: -18px;
}
#windy .drop-down-window.left::before {
    top: 15px;
    border-right-color: #c1c1c1;
    margin-left: -20px;
}
#windy .avatar {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
    width: 3em;
    height: 3em;
    border-radius: 3em;
}
#windy .form-group label {
    font-size: 14px;
    display: block;
    line-height: 1.2em;
    padding: 0.3em 0;
}
#windy .form-group textarea,
#windy .form-group input[type="text"],
#windy .form-group input[type="password"],
#windy .form-group input[type="number"],
#windy .form-group input[type="email"],
#windy .form-group input[type="date"] {
    color: #6b6b6b;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    border: 1px solid #bcc3ce;
    border-radius: 0.2em;
    display: block;
    font-size: 1em;
    height: 1.8em;
    line-height: 1.2em;
    max-width: 100%;
    outline: 0;
    padding: 0.25em 0.4em;
    position: relative;
    transition: all 0.2s ease;
    width: 100%;
    margin: 0;
    font-family: inherit;
}
#windy .form-group textarea:focus,
#windy .form-group input[type="text"]:focus,
#windy .form-group input[type="password"]:focus,
#windy .form-group input[type="number"]:focus,
#windy .form-group input[type="email"]:focus,
#windy .form-group input[type="date"]:focus {
    border-color: #946051;
    box-shadow: 0 0 4px 0 black;
}
#windy .form-group input:-moz-read-only {
    background-color: #e9e9e9;
    cursor: not-allowed;
}
#windy .form-group input[readonly],
#windy .form-group input:read-only {
    background-color: #e9e9e9;
    cursor: not-allowed;
}
#windy .form-group textarea {
    height: 3.8em;
    resize: vertical;
}
#windy .form-group small {
    font-size: 12px;
    display: block;
    opacity: 0.6;
    margin-top: 0.3em;
}
#windy .form-group.error textarea,
#windy .form-group.error input[type="text"],
#windy .form-group.error input[type="password"],
#windy .form-group.error input[type="email"],
#windy .form-group.error input[type="number"],
#windy .form-group.error input[type="date"] {
    border-color: #c42f2f;
}
#windy .form-group.error small {
    color: #c42f2f;
    opacity: 1 !important;
    font-weight: bold;
}
#windy .wx {
    font-size: 11px;
    color: #4f4f4f;
    white-space: nowrap;
    background: #ddd;
    margin: 2px 6px;
    width: 200px;
    height: 45px;
    cursor: pointer;
    position: relative;
    padding: 3px 5px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    line-height: 1;
}
#windy .wx .rounded-box {
    display: inline;
    padding: 0.5px 3px;
    margin-right: 3px;
    background: #f5e6c4;
}
#windy .wx .rounded-box[data-type="ad"] {
    background: #a0e1b4;
}
#windy .wx .rounded-box[data-type="pws"] {
    background: #f1d5ee;
}
#windy .wx .rounded-box[data-type="wmo"] {
    background: #cdd6f7;
}
#windy .wx .rounded-box[data-type="ship"] {
    background: #a3e2e5;
}
#windy .wx .rounded-box[data-type="buoy"] {
    background: #94b7cf;
}
#windy .wx .rounded-box[data-type="dbuoy"] {
    background: #a3bae5;
}
#windy .wx span {
    position: absolute;
    font-size: 16px;
    top: 19px;
    bottom: 0;
    padding-top: 4px;
}
#windy .wx span.station-box-temp {
    text-align: center;
    left: 30%;
    width: 35%;
}
#windy .wx span.station-box-wind {
    left: 65%;
    right: 0;
    padding-left: 20px;
    font-size: 12px;
    padding-top: 7px;
    overflow: hidden;
    border-bottom-right-radius: 4px;
}
#windy .wx span.station-box-wind .iconfont {
    display: block;
    position: absolute;
    left: 5px;
}
#windy .wx span.station-box-time {
    font-size: 9px;
    border-bottom-left-radius: 4px;
    left: 0;
    width: 30%;
    line-height: 1.3;
    padding-top: 0px;
    padding-left: 8px;
}
#windy .rounded-box {
    padding: 0.5em 1em;
    border-radius: 0.5em;
}
#windy .card-left {
    box-shadow: 0 0 4px 0 black;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-radius: 8px;
    margin-bottom: 20px;
    min-height: 100px;
    background-color: white;
    overflow: hidden;
}
#windy .card-left > span:first-child {
    width: 30%;
    background-size: cover;
    background-position: center;
    padding: 5px 7px;
}
#windy .card-left .content {
    text-align: left;
    padding: 5px 10px 5px 15px;
    width: 70%;
}
#windy .premium-flag {
    pointer-events: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    font-size: 15px;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    z-index: 1;
}
#windy .subs-premium .premium-flag {
    display: none;
}
#windy .fav-on {
    display: none;
}
#windy .isfav .fav-on {
    display: block;
}
#windy .isfav .fav-off {
    display: none;
}
#windy .fav-lines .fav-line {
    font-family: iconfont;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    border: 5px solid transparent;
    background-clip: padding-box;
    top: 4px;
    left: 0px;
    font-size: 24px;
    margin: -5px 0 0 -5px;
}
#device-tablet #windy .fav-lines .fav-line,
#device-desktop #windy .fav-lines .fav-line {
    text-shadow: 0px 0px 4px black;
}
.oncap-alert#device-tablet #windy .fav-lines .fav-line,
.oncap-alert#device-desktop #windy .fav-lines .fav-line,
.onairport#device-tablet #windy .fav-lines .fav-line,
.onairport#device-desktop #windy .fav-lines .fav-line {
    text-shadow: none;
}
#windy #bottom {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all ease-in-out 0.4s;
    position: fixed;
}
#device-tablet #windy #bottom {
    left: 0px;
    right: 0px;
}
#device-desktop #windy #bottom {
    margin-right: 320px;
    height: 60px;
}
#device-mobile #windy #bottom,
#device-tablet #windy #bottom {
    bottom: 0;
    bottom: var(--margin-bottom);
}
.no-css-vars#device-mobile #windy #bottom,
.no-css-vars#device-tablet #windy #bottom {
    bottom: 0;
}
#device-mobile .onsearch #windy #bottom,
#device-mobile .onmenu #windy #bottom {
    opacity: 0;
}
#device-mobile .onhurricanes #windy #bottom {
    transform: translateY(-20vh);
    transform: translateY(calc(-20 * var(--vh)));
    bottom: 0;
}
.no-css-vars#device-mobile .onhurricanes #windy #bottom {
    transform: translateY(-20vh);
}
#windy #bottom #progress-bar {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: -120px;
    transition: 0.5s margin-bottom ease-in-out 0s;
    -webkit-transition: 0.5s margin-bottom ease-in-out 0s;
    position: absolute;
    left: 10px;
    right: 0;
    height: 30px;
    bottom: 0;
    margin-bottom: 0;
}
.overlay-fires #windy #bottom #progress-bar,
.overlay-sst #windy #bottom #progress-bar {
    margin-bottom: -180px;
}
#device-mobile #windy #bottom #progress-bar {
    display: none;
}
#device-tablet #windy #bottom #progress-bar {
    left: 0px;
    right: 0;
    width: 100%;
    height: 60px;
}
#windy #bottom #progress-bar .progress-line {
    width: 50%;
    z-index: 1;
    left: 45px;
}
#device-desktop #windy #bottom #progress-bar .timecode {
    font-size: 13px;
}
#device-tablet #windy #bottom #progress-bar .timecode {
    font-size: 15px;
}
#windy #bottom #progress-bar #playpause {
    position: absolute;
    top: -12px;
    left: 5px;
    z-index: 10;
}
#windy #bottom #progress-bar #calendar {
    position: absolute;
    left: 45px;
    right: 0;
    top: 6px;
    white-space: nowrap;
}
#windy #bottom #progress-bar #calendar div {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    padding: 6px 0 0 8px;
    font-size: 12px;
    line-height: 1;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
}
#windy #bottom #progress-bar #calendar div:not(:first-child) {
    border-left: 1px solid rgba(68, 65, 65, 0.84);
}
#device-tablet #windy #bottom #progress-bar #calendar div {
    padding-top: 9px;
    height: 40px;
    font-size: 16px;
}
#device-tablet #windy #bottom #progress-bar #calendar::before {
    height: 40px;
}
#windy #bottom #accumulations {
    margin-bottom: -120px;
    transition: 0.5s margin-bottom ease-in-out 0s;
    -webkit-transition: 0.5s margin-bottom ease-in-out 0s;
    position: absolute;
    bottom: 15px;
    left: 20px;
    white-space: nowrap;
}
#device-tablet #windy #bottom #accumulations {
    bottom: 40px;
    left: 10px;
}
#windy #bottom #accumulations span {
    letter-spacing: 2px;
    display: none;
    margin: 5px;
}
#device-mobile .overlay-rainAccu #windy #bottom #accumulations,
#device-mobile .overlay-snowAccu #windy #bottom #accumulations,
#device-mobile .overlay-gustAccu #windy #bottom #accumulations {
    position: relative;
    margin: 0px;
    left: 0;
    bottom: 18px;
    background-color: rgba(68, 65, 65, 0.84);
}
#device-mobile .overlay-rainAccu #windy #bottom #accumulations span,
#device-mobile .overlay-snowAccu #windy #bottom #accumulations span,
#device-mobile .overlay-gustAccu #windy #bottom #accumulations span {
    display: none;
}
#device-mobile .overlay-rainAccu #windy #bottom #accumulations .ui-switch,
#device-mobile .overlay-snowAccu #windy #bottom #accumulations .ui-switch,
#device-mobile .overlay-gustAccu #windy #bottom #accumulations .ui-switch {
    display: block;
    background: none;
    overflow: auto;
    padding: 1em 1em;
    border-radius: 0;
}
#device-tablet .overlay-rainAccu #windy #bottom #accumulations,
#device-tablet .overlay-snowAccu #windy #bottom #accumulations,
#device-tablet .overlay-gustAccu #windy #bottom #accumulations,
#device-desktop .overlay-rainAccu #windy #bottom #accumulations,
#device-desktop .overlay-snowAccu #windy #bottom #accumulations,
#device-desktop .overlay-gustAccu #windy #bottom #accumulations {
    margin-bottom: 0px;
}
#device-tablet .overlay-rainAccu #windy #bottom #progress-bar,
#device-tablet .overlay-snowAccu #windy #bottom #progress-bar,
#device-tablet .overlay-gustAccu #windy #bottom #progress-bar,
#device-desktop .overlay-rainAccu #windy #bottom #progress-bar,
#device-desktop .overlay-snowAccu #windy #bottom #progress-bar,
#device-desktop .overlay-gustAccu #windy #bottom #progress-bar {
    margin-bottom: -180px;
}
.overlay-rainAccu #windy #bottom #acc-title-rain {
    display: inline-block;
}
.overlay-snowAccu #windy #bottom #acc-title-snow {
    display: inline-block;
}
.overlay-gustAccu #windy #bottom #acc-title-gust {
    display: inline-block;
}
.overlay-map #windy #bottom {
    display: none;
}
#windy #bottom #logo-mobile-app {
    transition: opacity 0.3s;
    width: 100px;
    position: absolute;
    left: 10px;
    top: 5px;
    opacity: 0.8;
    pointer-events: none;
}
.hide-mobile-logo #windy #bottom #logo-mobile-app {
    opacity: 0;
}
#windy #legend-mobile {
    pointer-events: none;
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    max-height: 18px;
    max-height: calc(18px + var(--margin-bottom));
}
.no-css-vars #windy #legend-mobile {
    max-height: 18px;
}
#windy #legend-mobile[data-overlay="awp"] span {
    height: 18px;
    height: calc(18px + var(--margin-bottom));
}
.no-css-vars #windy #legend-mobile[data-overlay="awp"] span {
    height: 18px;
}
#windy #legend-mobile > span {
    padding-bottom: 0;
    padding-bottom: var(--margin-bottom);
}
.no-css-vars #windy #legend-mobile > span {
    padding-bottom: 0;
}
#device-mobile .onhurricanes #windy #legend-mobile > span {
    padding-bottom: 0;
}
#device-mobile #windy #legend-mobile,
#device-tablet #windy #legend-mobile {
    display: table;
}
#device-tablet #windy #legend-mobile {
    font-size: 14px;
}
#device-tablet #windy #legend-mobile > span {
    padding-bottom: -5px;
    padding-bottom: calc(-5px + var(--margin-bottom));
}
.no-css-vars#device-tablet #windy #legend-mobile > span {
    padding-bottom: -5px;
}
#windy #contrib {
    position: fixed;
    right: 10px;
    bottom: 0px;
    font-size: 10px;
    color: white;
    text-shadow: 0px 0px 4px black;
    color: #fff3e1;
}
#windy .metric-legend {
    width: 100%;
    background-color: #7c7c7c;
    white-space: nowrap;
    font-size: 12px;
    box-shadow: 0 0 4px 0 black;
}
#windy .metric-legend span {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}
#windy .metric-legend[data-overlay="ptype"],
#windy .metric-legend[data-overlay="awp"] {
    display: table;
}
#windy .metric-legend[data-overlay="ptype"] span,
#windy .metric-legend[data-overlay="awp"] span {
    display: table-cell;
    font-size: 8px;
    white-space: normal;
    line-height: 1.2;
    vertical-align: middle;
    overflow: hidden;
    padding: 4px 3px 3px 3px;
}
#windy #window-message {
    position: fixed;
    top: 0;
    width: 100vw;
    text-align: center;
    height: 0;
    font-size: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 100;
}
.onwindow-message #windy #window-message {
    padding: 0.5em 2em;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    min-height: 32px;
    border-top-width: 0;
    min-height: calc(32px + var(--margin-top));
    border-top-width: var(--margin-top);
    border-top-style: solid;
}
.no-css-vars .onwindow-message #windy #window-message {
    min-height: 32px;
    border-top-width: 0;
}
.onwindow-message #windy #window-message .closing-x {
    border: 10px solid transparent;
    background-clip: padding-box;
    font-size: 20px;
    margin: -10px;
    left: 5px;
    display: block;
    right: initial;
    top: 5px;
}
.onwindow-message #windy #window-message a {
    text-decoration: underline;
}
#windy #window-message.bg-error {
    border-color: #c42f2f;
}
#windy #window-message.bg-ok {
    border-color: #026f00;
}
#windy .onwindow-message .top-border {
    top: 32px;
}
#windy #rh-icons {
    color: white;
    position: fixed;
    z-index: 100;
    margin: 10px 50px 0 0;
}
#windy #rh-icons span[data-plugin="user"] {
    display: none;
}
.user-logged-in #windy #rh-icons span[data-plugin="user"] {
    display: block;
}
#windy #rh-icons #login {
    display: none;
    font-size: 14px;
    color: #fff3e1;
    background-color: rgba(68, 65, 65, 0.84);
    padding: 0.3em 1em 0.3em 28px;
    border-radius: 1em;
    position: relative;
}
#windy #rh-icons #login::before {
    font-size: 16px;
    position: absolute;
    left: 7px;
    top: 5px;
}
.user-logged-out #windy #rh-icons #login {
    display: inline-block;
}
#windy .loading-path .loader-path {
    display: block;
}
#windy .loading-level .loader-level {
    display: block;
}
@-webkit-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -1728px;
    }
}
@keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -1728px;
    }
}
#windy #logo-wrapper {
    position: fixed;
    pointer-events: none;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
#device-mobile #windy #logo-wrapper,
#device-tablet #windy #logo-wrapper {
    top: 0;
    top: var(--margin-top);
    left: 0;
    overflow: visible;
    z-index: 10;
}
.no-css-vars#device-mobile #windy #logo-wrapper,
.no-css-vars#device-tablet #windy #logo-wrapper {
    top: 0;
}
@media only screen and (max-width: 1000px) {
    #device-desktop #windy #logo-wrapper {
        left: 200px;
    }
}
@media all and (display-mode: minimal-ui) {
    #windy #logo-wrapper {
        display: none;
    }
}
#windy #logo {
    position: absolute;
    pointer-events: auto;
    left: 50%;
    margin-left: -70px;
    top: 10px;
}
#device-mobile #windy #logo,
#device-tablet #windy #logo {
    transition: 0.3s opacity 1.5s;
    -webkit-transition: 0.3s opacity 1.5s;
    margin-left: 0px;
    left: 12px;
    top: 12px;
}
#device-mobile #windy #logo {
    left: 0px;
    top: 5px;
    transform: scale(0.8, 0.8);
}
#device-mobile .onweather #windy #logo,
#device-mobile .ondetail #windy #logo,
#device-mobile .onstation #windy #logo,
#device-mobile .onsearch #windy #logo {
    display: none;
}
#device-mobile .target-mobile #windy #logo {
    display: none;
}
#windy #logo img,
#windy #logo .w-sprite {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.8));
    pointer-events: none;
}
#windy #logo .w-sprite {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url("../../img/sprite_32.png");
    background-size: 1728px 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    #windy #logo .w-sprite {
        background-image: url("../../img/sprite_64.png");
    }
}
.animate-logo #windy #logo .w-sprite {
    -webkit-animation: play 2s steps(48) infinite;
    animation: play 2s steps(48) infinite;
}
#windy #logo .text {
    width: 105px;
    position: relative;
    left: 8px;
}
#device-mobile .onweather #windy #logo .text,
#device-mobile .onstation #windy #logo .text,
#device-mobile .onmultimodel #windy #logo .text,
#device-mobile .oncap-alert #windy #logo .text,
#device-mobile .ondetail #windy #logo .text,
#device-mobile .onsearch #windy #logo .text,
#device-tablet .onweather #windy #logo .text,
#device-tablet .onstation #windy #logo .text,
#device-tablet .onmultimodel #windy #logo .text,
#device-tablet .oncap-alert #windy #logo .text,
#device-tablet .ondetail #windy #logo .text,
#device-tablet .onsearch #windy #logo .text {
    display: none;
}
#windy #logo .beta-flag {
    background-color: #9d0300;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    padding: 0.2em 0.5em;
    border-radius: 0.3em;
    position: absolute;
    top: 85%;
    left: 85%;
}
#windy #open-in-app {
    border: 10px solid transparent;
    background-clip: padding-box;
    white-space: nowrap;
    font-size: 16px;
    position: fixed;
    margin-top: 40px;
    margin-top: calc(40px + var(--margin-top));
    left: 50%;
    transform: translateX(-50%);
    background-color: #e4a000;
    padding: 0.18em 1em;
    border-radius: 2em;
    transition: 2s background-color;
    display: none;
}
.no-css-vars #windy #open-in-app {
    margin-top: 40px;
}
#device-mobile #windy #open-in-app {
    display: block;
}
#device-mobile .onsearch #windy #open-in-app,
#device-mobile .onweather #windy #open-in-app,
#device-mobile .ondetail #windy #open-in-app,
#device-mobile .onstation #windy #open-in-app,
#device-mobile .ondistance #windy #open-in-app,
#device-mobile .onpicker #windy #open-in-app,
#device-mobile .onmenu #windy #open-in-app {
    display: none;
}
#windy #top-messages {
    display: none;
}
#device-mobile #windy #top-messages,
#device-tablet #windy #top-messages {
    position: fixed;
    top: 90px;
    left: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
#device-mobile .onsearch #windy #top-messages,
#device-mobile .onweather #windy #top-messages,
#device-mobile .ondetail #windy #top-messages,
#device-mobile .onstation #windy #top-messages,
#device-mobile .ondistance #windy #top-messages,
#device-mobile .onpicker #windy #top-messages,
#device-mobile .onmenu #windy #top-messages,
#device-tablet .onsearch #windy #top-messages,
#device-tablet .onweather #windy #top-messages,
#device-tablet .ondetail #windy #top-messages,
#device-tablet .onstation #windy #top-messages,
#device-tablet .ondistance #windy #top-messages,
#device-tablet .onpicker #windy #top-messages,
#device-tablet .onmenu #windy #top-messages {
    display: none;
}
#windy #unlegal-embed {
    position: relative;
}
#windy #unlegal-embed a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#windy #mobile-ovr-info {
    pointer-events: none;
    position: absolute;
    margin-right: 12px;
    margin-top: 12px;
    margin-top: calc(12px + var(--margin-top));
    display: none;
    opacity: 0.8;
}
.no-css-vars #windy #mobile-ovr-info {
    margin-top: 12px;
}
#windy #mobile-ovr-info span::after {
    content: attr(data-notes);
    position: absolute;
    font-size: 0.7em;
    white-space: nowrap;
    top: 100%;
    margin-top: 5px;
    text-align: right;
    right: 0;
}
#device-mobile #windy #mobile-ovr-info,
#device-tablet #windy #mobile-ovr-info {
    display: inline-block;
}
#device-mobile .onweather #windy #mobile-ovr-info,
#device-mobile .onstation #windy #mobile-ovr-info,
#device-mobile .onmultimodel #windy #mobile-ovr-info,
#device-mobile .oncap-alert #windy #mobile-ovr-info,
#device-mobile .ondetail #windy #mobile-ovr-info,
#device-mobile .onsearch #windy #mobile-ovr-info,
#device-mobile .onarticles #windy #mobile-ovr-info,
#device-mobile .onmenu #windy #mobile-ovr-info,
#device-tablet .onweather #windy #mobile-ovr-info,
#device-tablet .onstation #windy #mobile-ovr-info,
#device-tablet .onmultimodel #windy #mobile-ovr-info,
#device-tablet .oncap-alert #windy #mobile-ovr-info,
#device-tablet .ondetail #windy #mobile-ovr-info,
#device-tablet .onsearch #windy #mobile-ovr-info,
#device-tablet .onarticles #windy #mobile-ovr-info,
#device-tablet .onmenu #windy #mobile-ovr-info {
    display: none;
}
#windy #map-container {
    background-color: #888;
}
#device-mobile #windy #map-container {
    transition: transform 0.5s;
    overflow: hidden;
}
#windy #map-container .leaflet-tile-pane .basemap-layer {
    z-index: 20;
}
.zoom12 #windy #map-container .leaflet-tile-pane .basemap-layer,
.zoom13 #windy #map-container .leaflet-tile-pane .basemap-layer,
.zoom14 #windy #map-container .leaflet-tile-pane .basemap-layer,
.zoom15 #windy #map-container .leaflet-tile-pane .basemap-layer,
.zoom16 #windy #map-container .leaflet-tile-pane .basemap-layer,
.zoom17 #windy #map-container .leaflet-tile-pane .basemap-layer,
.zoom18 #windy #map-container .leaflet-tile-pane .basemap-layer,
.zoom19 #windy #map-container .leaflet-tile-pane .basemap-layer {
    z-index: 5;
}
#windy #map-container .leaflet-tile-pane .cap-layer {
    z-index: 19;
}
#windy #map-container .leaflet-tile-pane .sea-mask-layer {
    z-index: 18;
}
#windy #map-container .leaflet-tile-pane .land-mask-layer {
    z-index: 18;
}
#windy #map-container .leaflet-tile-pane .particles-layer {
    z-index: 15;
    pointer-events: none;
}
#windy #map-container .leaflet-tile-pane .radar-layer,
#windy #map-container .leaflet-tile-pane .satellite-layer,
#windy #map-container .leaflet-tile-pane .overlay-layer {
    z-index: 10;
}
.onglobe #windy #map-container .leaflet-tile-pane {
    display: none;
}
.onglobe #windy #map-container .leaflet-overlay-pane {
    display: none;
}
.onsearch #windy #map-container .leaflet-marker-pane {
    opacity: 0.3;
}
#windy #map-container .leaflet-marker-pane .isolines-layer {
    pointer-events: none;
}
#windy #map-container .leaflet-marker-pane .labels-layer {
    z-index: 40;
}
.onpicker #windy #map-container .leaflet-marker-pane .labels-layer,
.onisolines #windy #map-container .leaflet-marker-pane .labels-layer {
    opacity: 0.75;
}
.overlay-clouds #windy #map-container .leaflet-marker-pane .labels-layer,
.overlay-hclouds #windy #map-container .leaflet-marker-pane .labels-layer,
.overlay-lclouds #windy #map-container .leaflet-marker-pane .labels-layer,
.overlay-map #windy #map-container .leaflet-marker-pane .labels-layer,
.overlay-dewpoint #windy #map-container .leaflet-marker-pane .labels-layer,
.overlay-mclouds #windy #map-container .leaflet-marker-pane .labels-layer,
.overlay-satellite #windy #map-container .leaflet-marker-pane .labels-layer,
.overlay-radar #windy #map-container .leaflet-marker-pane .labels-layer,
.overlay-ccl #windy #map-container .leaflet-marker-pane .labels-layer,
.overlay-awr_0_40 #windy #map-container .leaflet-marker-pane .labels-layer,
.overlay-awr_0_100 #windy #map-container .leaflet-marker-pane .labels-layer {
    text-shadow:
        -1px 0 1px rgba(0, 0, 0, 0.6),
        1px 0 1px rgba(0, 0, 0, 0.6),
        0 1px 1px rgba(0, 0, 0, 0.6),
        0 -1px 1px rgba(0, 0, 0, 0.6);
}
.overlay-clouds #windy #map-container .leaflet-marker-pane .labels-layer div,
.overlay-hclouds #windy #map-container .leaflet-marker-pane .labels-layer div,
.overlay-lclouds #windy #map-container .leaflet-marker-pane .labels-layer div,
.overlay-map #windy #map-container .leaflet-marker-pane .labels-layer div,
.overlay-dewpoint #windy #map-container .leaflet-marker-pane .labels-layer div,
.overlay-mclouds #windy #map-container .leaflet-marker-pane .labels-layer div,
.overlay-satellite #windy #map-container .leaflet-marker-pane .labels-layer div,
.overlay-radar #windy #map-container .leaflet-marker-pane .labels-layer div,
.overlay-ccl #windy #map-container .leaflet-marker-pane .labels-layer div,
.overlay-awr_0_40 #windy #map-container .leaflet-marker-pane .labels-layer div,
.overlay-awr_0_100
    #windy
    #map-container
    .leaflet-marker-pane
    .labels-layer
    div {
    font-weight: 500;
}
.ondistance #windy #map-container .leaflet-marker-pane .labels-layer {
    pointer-events: none;
}
.overlay-capAlerts #windy #map-container .leaflet-marker-pane .labels-layer {
    text-shadow:
        -1px 0 1px rgba(0, 0, 0, 0.6),
        1px 0 1px rgba(0, 0, 0, 0.6),
        0 1px 1px rgba(0, 0, 0, 0.6),
        0 -1px 1px rgba(0, 0, 0, 0.6);
    pointer-events: none;
    z-index: 50;
}
#windy #map-container .leaflet-marker-pane .windy-pois {
    z-index: 45;
}
#windy
    #map-container
    .leaflet-marker-pane
    .windy-pois
    .leaflet-tile-container
    canvas {
    z-index: unset;
}
#windy #map-container .leaflet-marker-pane .leaflet-graticule {
    pointer-events: none;
    z-index: 30;
}
#windy #map-container .leaflet-marker-pane .leaflet-div-icon {
    background: none;
    border: none;
}
#windy #map-container .leaflet-marker-pane .picker {
    z-index: 60 !important;
}
.onglobe #windy #map-container .leaflet-marker-pane {
    display: none;
}
#windy #map-container .leaflet-control-container {
    display: none;
}
#windy #map-container .kml-popup td {
    text-align: left;
}
#windy .icon-dot {
    height: 6px;
    width: 6px;
    background-color: white;
    opacity: 0.7;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
#windy .icon-dot.mylocation {
    background-color: #3e4cff;
}
#windy .pulsating-icon {
    animation: pulsate 0.5s ease-out;
    -webkit-animation: pulsate 0.5s ease-out;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3;
    border: 3px solid #fff;
    pointer-events: none;
    height: 28px;
    width: 28px;
    margin-left: -9px;
    margin-top: -9px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    opacity: 0;
}
#windy .pulsating-icon.repeat {
    animation: pulsate 2s ease-out;
    -webkit-animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
#windy .icon-webcam .pulsating-icon {
    margin-top: -19px;
}
#windy .icon-webcam::before {
    color: white;
    animation: pulsate-size-big 2s;
    -webkit-animation: pulsate-size-big 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    content: "\6c";
    font-size: 11px;
    display: block;
}
#windy .labels-layer {
    pointer-events: none;
}
#windy .labels-layer [data-id] {
    transition: 0.3s opacity 0s;
    -webkit-transition: 0.3s opacity 0s;
    color: white;
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
    pointer-events: auto;
    position: absolute;
    text-align: center;
    vertical-align: bottom;
    font-size: 10.5px;
    line-height: 1.5;
    font-weight: 300;
}
#windy .labels-layer [data-id].country-1,
#windy .labels-layer [data-id].country-2,
#windy .labels-layer [data-id].country-3 {
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.5;
    max-width: 150px;
    z-index: 0;
}
#windy .labels-layer [data-id].city-1,
#windy .labels-layer [data-id].city-2,
#windy .labels-layer [data-id].city-3,
#windy .labels-layer [data-id].city-4 {
    max-width: 130px;
    z-index: 10;
    transition: 0.3s margin;
}
#windy .labels-layer [data-id].city-1:hover,
#windy .labels-layer [data-id].city-2:hover,
#windy .labels-layer [data-id].city-3:hover,
#windy .labels-layer [data-id].city-4:hover {
    text-decoration: underline;
}
.zoom4 #windy .labels-layer [data-id].country-1 {
    opacity: 0.7;
    letter-spacing: 0px;
}
.zoom4 #windy .labels-layer [data-id].country-2 {
    opacity: 0.7;
    letter-spacing: 0px;
    font-size: 8px;
}
.zoom5 #windy .labels-layer [data-id].city-1 {
    font-size: 11px;
}
.zoom5 #windy .labels-layer [data-id].city-2 {
    font-size: 11px;
}
.zoom5 #windy .labels-layer [data-id].city-3 {
    font-size: 10px;
}
.zoom5 #windy .labels-layer [data-id].city-4 {
    font-size: 9px;
}
.zoom5 #windy .labels-layer [data-id].country-1 {
    letter-spacing: 4px;
}
.zoom5 #windy .labels-layer [data-id].country-2 {
    letter-spacing: 0px;
    font-size: 9.5px;
}
.zoom6 #windy .labels-layer [data-id].city-1 {
    font-size: 12px;
}
.zoom6 #windy .labels-layer [data-id].city-2 {
    font-size: 11px;
}
.zoom6 #windy .labels-layer [data-id].city-3 {
    font-size: 11px;
}
.zoom6 #windy .labels-layer [data-id].city-4 {
    font-size: 10px;
}
.zoom6 #windy .labels-layer [data-id].country-1 {
    letter-spacing: 5px;
    font-size: 15px;
}
.zoom6 #windy .labels-layer [data-id].country-2 {
    letter-spacing: 1px;
    font-size: 12px;
}
.zoom6 #windy .labels-layer [data-id].country-3 {
    letter-spacing: 1px;
    font-size: 11px;
}
.zoom7 #windy .labels-layer [data-id].city-1 {
    font-size: 13px;
}
.zoom7 #windy .labels-layer [data-id].city-2 {
    font-size: 12px;
}
.zoom7 #windy .labels-layer [data-id].city-3 {
    font-size: 11px;
}
.zoom7 #windy .labels-layer [data-id].city-4 {
    font-size: 10px;
}
.zoom7 #windy .labels-layer [data-id].country-1 {
    letter-spacing: 6px;
    font-size: 17px;
}
.zoom7 #windy .labels-layer [data-id].country-2 {
    letter-spacing: 3px;
    font-size: 16px;
}
.zoom7 #windy .labels-layer [data-id].country-3 {
    letter-spacing: 1px;
    font-size: 14px;
}
.zoom8 #windy .labels-layer [data-id].city-1 {
    font-size: 13px;
}
.zoom8 #windy .labels-layer [data-id].city-2 {
    font-size: 12px;
}
.zoom8 #windy .labels-layer [data-id].city-3 {
    font-size: 10px;
}
.zoom8 #windy .labels-layer [data-id].city-4 {
    font-size: 10px;
}
.zoom9 #windy .labels-layer [data-id].city-1 {
    font-size: 14px;
}
.zoom9 #windy .labels-layer [data-id].city-2 {
    font-size: 13px;
}
.zoom9 #windy .labels-layer [data-id].city-3 {
    font-size: 12px;
}
.zoom9 #windy .labels-layer [data-id].city-4 {
    font-size: 11px;
}
.zoom10 #windy .labels-layer [data-id].city-1 {
    font-size: 15px;
}
.zoom10 #windy .labels-layer [data-id].city-2 {
    font-size: 14px;
}
.zoom10 #windy .labels-layer [data-id].city-3 {
    font-size: 13px;
}
.zoom10 #windy .labels-layer [data-id].city-4 {
    font-size: 12px;
}
.zoom11 #windy .labels-layer [data-id].city-1 {
    font-size: 16px;
}
.zoom11 #windy .labels-layer [data-id].city-2 {
    font-size: 15px;
}
.zoom11 #windy .labels-layer [data-id].city-3 {
    font-size: 14px;
}
.zoom11 #windy .labels-layer [data-id].city-4 {
    font-size: 13px;
}
#windy .labels-layer [data-id]::after {
    pointer-events: none;
    position: absolute;
    display: block;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    line-height: 1;
    content: attr(data-temp);
}
.overlay-capAlerts #windy .labels-layer [data-id]::after,
.overlay-radar #windy .labels-layer [data-id]::after,
.overlay-satellite #windy .labels-layer [data-id]::after,
.overlay-map #windy .labels-layer [data-id]::after,
.product-efi #windy .labels-layer [data-id]::after,
.product-intersuchoAWD #windy .labels-layer [data-id]::after,
.product-intersuchoAWP #windy .labels-layer [data-id]::after,
.product-intersuchoAWR #windy .labels-layer [data-id]::after,
.selectedpois-wind #windy .labels-layer [data-id]::after,
.selectedpois-temp #windy .labels-layer [data-id]::after,
.selectedpois-cities #windy .labels-layer [data-id]::after {
    display: none;
}
#windy .labels-layer [data-id].selected {
    text-decoration: underline;
    margin-top: -20px;
}
#windy .labels-layer [data-id].selected::after {
    display: none;
}
#windy .leaflet-popup:not(.leaflet-empty-popup) {
    color: black;
}
#windy .leaflet-empty-popup {
    max-width: 180px;
    background-color: rgba(97, 97, 97, 0.79);
    padding: 0.5em 1em;
    margin-bottom: 0;
}
#windy .leaflet-empty-popup .leaflet-popup-content {
    margin: 0;
}
#windy .leaflet-empty-popup .leaflet-popup-tip-container {
    display: none;
}
#windy .leaflet-empty-popup .leaflet-popup-content-wrapper {
    background: transparent;
    box-shadow: none;
    padding: 0px;
    text-align: left;
    border-radius: 8px;
}
#windy .windy-pois canvas.leaflet-tile {
    pointer-events: none;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}
#windy .windy-pois [data-id] {
    border: 0.5em solid transparent;
    background-clip: padding-box;
    font-size: 13px;
    width: 2em;
    height: 2em;
    margin: -1em 0 0 -1em;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: fadein-full 0.25s;
    animation: fadein-full 0.25s;
    pointer-events: auto;
}
.leaflet-zoom-anim #windy .windy-pois [data-id] {
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
#windy .pois-favs [data-id] {
    color: #ffe29c;
    font-size: 10px;
    white-space: nowrap;
    pointer-events: none;
    width: inherit;
    opacity: 0.6;
}
#windy .pois-favs [data-id]::before {
    display: inline-block;
    pointer-events: none;
}
.zoom3 #windy .pois-favs [data-id],
.zoom4 #windy .pois-favs [data-id] {
    font-size: 3px;
}
.zoom5 #windy .pois-favs [data-id] {
    font-size: 5px;
}
.zoom6 #windy .pois-favs [data-id] {
    font-size: 8px;
}
#windy .pois-favs [data-id]:hover::after,
.zoom10 #windy .pois-favs [data-id]::after,
.zoom11 #windy .pois-favs [data-id]::after,
.zoom12 #windy .pois-favs [data-id]::after,
.zoom13 #windy .pois-favs [data-id]::after,
.zoom14 #windy .pois-favs [data-id]::after,
.zoom15 #windy .pois-favs [data-id]::after {
    white-space: nowrap;
    display: inline-block;
    content: attr(data-text);
    margin-left: 3px;
    font-size: 10px;
    pointer-events: none;
    position: relative;
    line-height: 1;
    top: -1.5px;
}
.selectedpois-favs #windy .pois-favs [data-id] {
    opacity: 1;
    text-shadow: 0px 0px 4px black;
    pointer-events: auto;
}
.selectedpois-cities #windy .pois-favs [data-id] {
    display: none;
}
#windy .plugin-content {
    color: #6b6b6b;
    background-color: #f8f8f8;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}
#windy .plugin-content::-webkit-scrollbar {
    width: 8px;
}
#device-mobile #windy .plugin-content::-webkit-scrollbar {
    width: 2px;
}
#windy .plugin-content::-webkit-scrollbar-track {
    background: transparent;
}
#windy .plugin-content::-webkit-scrollbar-thumb {
    background: rgba(128, 128, 128, 0.5);
}
#device-tablet #windy .plugin-content .mobile-title,
#device-desktop #windy .plugin-content .mobile-title {
    display: none;
}
#windy .plugin-content p {
    margin-top: 0.5em;
}
#windy .plugin-content h1,
#windy .plugin-content h2,
#windy .plugin-content h3,
#windy .plugin-content h4,
#windy .plugin-content h5 {
    color: #9d0300;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.02em;
}
#windy .plugin-content .section-title {
    color: #9d0300;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: 300;
    letter-spacing: 0.15em;
}
#windy .plugin-content .menu-subtitle {
    font-size: 0.8em;
    color: lightgray;
    margin-left: 0.5em;
    margin-bottom: 0.7em;
    letter-spacing: 0.1em;
}
#windy .plugin-lhpane,
#windy .plugin-rhpane {
    transition: all ease-in-out 0.5s;
    position: fixed;
    bottom: 0;
}
#windy .plugin-lhpane.open,
#windy .plugin-rhpane.open {
    transform: none;
    will-change: auto;
}
#device-tablet #windy .plugin-lhpane,
#device-tablet #windy .plugin-rhpane {
    top: 0;
}
#windy .plugin-lhpane {
    will-change: transform;
    left: 0;
    transform: translateX(-120%);
}
#windy .plugin-lhpane > .closing-x {
    display: block;
}
#device-tablet #windy .plugin-lhpane .plugin-content {
    border-top: 0 solid transparent;
    border-top: var(--margin-top) solid transparent;
}
.no-css-vars#device-tablet #windy .plugin-lhpane .plugin-content {
    border-top: 0 solid transparent;
}
#windy .plugin-rhpane {
    transform: translateX(120%);
    will-change: transform;
    right: 0;
}
#windy .plugin-rhpane > .closing-x {
    right: 0;
    left: initial;
    top: 0;
    z-index: 10;
    font-size: 35px;
    display: block;
}
#device-tablet #windy .plugin-rhpane > .closing-x {
    left: -60px;
}
#windy .mobile-header {
    display: none;
}
#windy .plugin-mobile-bottom-red {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    bottom: 0;
    bottom: var(--margin-bottom);
}
.no-css-vars #windy .plugin-mobile-bottom-red {
    bottom: 0;
}
#windy .plugin-mobile-bottom-red > .closing-x {
    border: 20px solid transparent;
    background-clip: padding-box;
    color: white;
    font-size: 25px;
    margin: 0;
    width: 65px;
    height: 65px;
    border-radius: 3em;
    right: -10px;
    top: -32px;
    left: unset;
    position: absolute;
}
#windy .plugin-mobile-bottom-red > .sliding-x {
    display: block;
    top: -17px;
}
#device-mobile #windy .plugin-mobile-bottom-red::after {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    height: var(--margin-bottom);
    background-color: #9d0300;
    content: "";
    z-index: 200;
}
.no-css-vars#device-mobile #windy .plugin-mobile-bottom-red::after {
    height: 0;
}
#device-mobile #windy .plugin-mobile-bottom-red.open::after {
    display: block;
}
#windy .sliding-x {
    position: absolute;
    left: 80px;
    right: 80px;
    top: -15px;
    height: 40px;
    z-index: 10;
    transition: opacity 0.5s;
    opacity: 0.6;
    will-change: opacity;
}
#device-tablet #windy .sliding-x,
#device-desktop #windy .sliding-x {
    display: none;
}
#windy .sliding-x::after {
    content: "";
    display: block;
    position: absolute;
    background: #6b6b6b;
    width: 20%;
    left: 40%;
    height: 4px;
    border-radius: 5px;
    top: 20px;
}
#windy .plugin-mobile-bottom-slide {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #f8f8f8;
    left: 0;
    right: 0;
    top: 10px;
    top: calc(10px + var(--margin-top));
    bottom: 0;
    width: 100% !important;
    position: fixed;
    transform: translateY(100%);
    transition: transform 0.5s;
}
.no-css-vars #windy .plugin-mobile-bottom-slide {
    top: 10px;
}
#windy .plugin-mobile-bottom-slide .mobile-header {
    background-color: #f8f8f8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: absolute;
    display: block;
    width: 100vw;
    left: 0;
    right: 0;
    top: 0;
    height: 35px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0.5em 2em;
    z-index: 10;
    white-space: nowrap;
    text-align: center;
    color: transparent;
    transition:
        color 0.5s,
        background 0.5s;
    will-change: color, background;
}
#windy .plugin-mobile-bottom-slide .mobile-header .avatar-embed {
    position: absolute;
    text-align: left;
    z-index: 20;
    top: 5px;
    left: 10px;
}
#windy .plugin-mobile-bottom-slide .mobile-header .avatar-embed::after {
    color: #9d0300;
    top: -5px;
    display: inline-block;
    transition: all 1s;
}
#windy .plugin-mobile-bottom-slide .mobile-header .avatar-embed.size-m {
    top: 10px;
}
#windy .plugin-mobile-bottom-slide.show-header .mobile-header {
    color: #6b6b6b;
    background: #ececec;
}
#windy .plugin-mobile-bottom-slide.show-header .sliding-x {
    opacity: 0;
}
#windy .plugin-mobile-bottom-slide .plugin-content {
    top: 35px;
}
#windy .plugin-mobile-bottom-slide .plugin-content .mobile-title {
    color: #6b6b6b;
    font-size: 32px;
    margin-bottom: 0.5em;
    line-height: 1;
    text-align: center;
}
#windy .plugin-mobile-bottom-slide .plugin-content .mobile-title small {
    display: block;
    font-size: 0.6em;
    opacity: 0.7;
    margin-top: 0.4em;
}
#windy .plugin-mobile-bottom-slide .closing-x {
    font-size: 20px;
    color: #6b6b6b;
    background: none;
    display: block;
    right: -5px;
    top: -5px;
}
#windy .plugin-mobile-bottom-slide.open {
    transform: none;
}
#windy .plugin-mobile-bottom-slide.open.open-half {
    transform: translateY(40%);
}
#windy .plugin-mobile-bottom-slide.open.open-half .plugin-content {
    overflow: hidden;
}
#windy .plugin-mobile-bottom-slide.auto-height {
    top: auto !important;
    bottom: 0;
    max-height: calc(100vh - 50px);
    max-height: calc(100 * var(--vh) - 50px);
}
.no-css-vars #windy .plugin-mobile-bottom-slide.auto-height {
    max-height: calc(100vh - 50px);
}
#windy .plugin-mobile-bottom-slide.auto-height .plugin-content {
    position: relative;
    overflow: auto;
}
#windy .plugin-mobile-bottom-slide.dark-content {
    background-color: #4d4d4d;
}
#windy .plugin-mobile-bottom-slide.dark-content > .closing-x {
    color: white;
}
#windy .plugin-mobile-bottom-slide.dark-content > .sliding-x::after {
    background-color: #f8f8f8;
}
#windy .plugin-mobile-bottom-slide.dark-content > .mobile-header {
    background-color: #4d4d4d;
}
#windy
    .plugin-mobile-bottom-slide.dark-content
    > .mobile-header
    .avatar-embed::after {
    color: #e5e5e5;
}
#windy
    .plugin-mobile-bottom-slide.dark-content
    > .mobile-header
    [data-do="login"] {
    color: #e5e5e5;
}
#windy
    .plugin-mobile-bottom-slide.dark-content
    > .plugin-content
    > .mobile-title {
    color: white;
}
#windy .plugin-mobile-bottom-slide.dark-content.show-header > .mobile-header {
    color: white;
    background: #646464;
}
#windy .plugin-mobile-bottom-slide.no-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#windy .plugin-mobile-bottom-slide.no-header .closing-x {
    color: white;
}
#windy .plugin-mobile-bottom-slide.no-header .plugin-content {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    top: 0;
}
#windy .onhurricanes .plugin-mobile-bottom-slide.open-half {
    transform: translateY(calc(80vh - 10px));
    transform: translateY(calc(80 * var(--vh) - 10px - var(--margin-top)));
}
.no-css-vars #windy .onhurricanes .plugin-mobile-bottom-slide.open-half {
    transform: translateY(calc(80vh - 10px));
}
#device-mobile #windy .plugin-mobile-rhpane,
#device-tablet #windy .plugin-mobile-rhpane {
    top: 0;
}
#device-mobile #windy .plugin-mobile-rhpane > .closing-x,
#device-tablet #windy .plugin-mobile-rhpane > .closing-x {
    top: 0.2em;
    display: block;
    right: inherit;
    left: -60px;
    z-index: 0;
    font-size: 40px;
    margin-top: 0;
    margin-top: var(--margin-top);
}
.no-css-vars#device-mobile #windy .plugin-mobile-rhpane > .closing-x,
.no-css-vars#device-tablet #windy .plugin-mobile-rhpane > .closing-x {
    margin-top: 0;
}
#device-mobile #windy .plugin-mobile-rhpane > .closing-x::after {
    content: "";
    background: none;
    z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 220px;
    height: 100vh;
    height: calc(100 * var(--vh));
}
.no-css-vars#device-mobile #windy .plugin-mobile-rhpane > .closing-x::after {
    height: 100vh;
}
#windy .plugin-mobile-rhpane .plugin-content {
    color: white;
    background-color: rgba(68, 65, 65, 0.84);
    font-size: 16px;
    margin-right: -5px;
    border-top: solid 0 transparent;
    border-top: solid var(--margin-top) transparent;
}
.no-css-vars #windy .plugin-mobile-rhpane .plugin-content {
    border-top: solid 0 transparent;
}
#windy .login-to-save {
    margin: 40px 0 20px 0;
}
#windy .login-to-save .bottom-note {
    font-size: 10px;
    opacity: 0.6;
    margin: 10px;
    display: block;
    line-height: 1.4;
}
#windy .login-to-save .logged-in {
    display: none;
}
.user-logged-in #windy .login-to-save .non-logged-in {
    display: none;
}
.user-logged-in #windy .login-to-save .logged-in {
    display: block;
}
#windy .menu-block {
    width: calc(100% - 16px);
    padding: 10px 5px;
    position: relative;
    overflow: hidden;
    margin: 8px;
    border-radius: 8px;
}
#windy .menu-block::before {
    opacity: 0.15;
    position: absolute;
    font-size: 100px;
    top: -0.2em;
    right: -0.2em;
    pointer-events: none;
    z-index: 0;
}
#windy .menu-block .mb-next {
    border: 10px solid transparent;
    background-clip: padding-box;
    cursor: pointer;
    font-size: 0.8em;
    color: lightgrey;
    position: relative;
    z-index: 10;
    text-align: right;
    margin-top: 5px;
    margin-bottom: -10px;
    margin-right: -5px;
}
#windy .menu-block .mb-next::after {
    font-family: iconfont;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\3e";
    position: relative;
    top: 2.5px;
    margin-left: 3px;
}
#windy #search,
#windy #user,
#windy #share,
#windy .popup-drag-me,
#windy #pois-switch,
#windy #product-switch,
#windy #mobile-menu,
#windy #plugin-layers .mb-next,
#windy [data-do="set,nems"],
#windy #rh-icons,
#windy .rh-text {
    display: none !important;
}
#windy #plugin-menu .closing-x {
    font-size: 30px;
    left: -45px;
    top: 0px;
}
#windy #plugin-menu .plugin-content #layers-menu {
    font-size: 14px;
    margin: 15px 5px;
}
#windy #mobile-ovr-select {
    position: absolute;
    right: 10px;
    height: 34px;
    border-radius: 34px;
    background-color: rgba(68, 65, 65, 0.84);
    padding: 6.5px 40px 0 15px;
    line-height: 1;
    text-align: right;
    letter-spacing: 0.05em;
    font-size: 22px;
    max-width: 60%;
    white-space: nowrap;
    display: inline-block;
    transform: scale(0.6, 0.6);
    transform-origin: right;
    margin-top: 5px;
}
#windy #mobile-ovr-select span {
    font-size: 18px;
    line-height: 1;
    position: relative;
}
#windy #mobile-ovr-select::before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    line-height: 1.6;
    text-align: center;
    background-color: #d49500;
    box-shadow: 0 0 4px 0 black;
}
.onmenu #windy #mobile-ovr-select {
    display: none;
}
#windy #bottom {
    margin-right: 10px;
}
#windy #bottom #progress-bar {
    height: 40px;
    left: 8px;
}
#windy #bottom #progress-bar .progress-line {
    height: 4px;
}
#windy #bottom #progress-bar .progress-line i,
#windy #bottom #progress-bar .progress-line .avbl,
#windy #bottom #progress-bar .progress-line .played {
    height: 4px;
}
#windy #bottom #progress-bar::before,
#windy #bottom #progress-bar::after {
    height: 4px;
}
#windy #bottom #progress-bar #playpause {
    top: -14px;
}
#windy #bottom #progress-bar #calendar {
    display: none;
}
#windy #bottom #progress-bar .timecode {
    margin-left: -20px;
}
#windy #bottom #mobile-calendar {
    display: none;
}
#windy #bottom #note-message {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 13px;
}
#windy #bottom #note-message span {
    color: #e6cece;
}
@media screen and (max-width: 550px) {
    #windy #bottom #note-message {
        font-size: 12px;
    }
}
@media screen and (max-width: 400px) {
    #windy #bottom #note-message {
        display: none;
    }
}
#windy #bottom [data-tooltip]:hover::after {
    -webkit-animation: hide-and-appear 0.3s;
    animation: hide-and-appear 0.3s;
    top: -20px;
    left: -5px;
    right: inherit;
    background-color: #4f4f4f;
}
#windy #bottom [data-tooltip]:hover::before {
    -webkit-animation: hide-and-appear 0.3s;
    animation: hide-and-appear 0.3s;
    top: inherit;
    margin-left: 8px;
    margin-top: -22px;
    border-top-color: #4f4f4f;
    border-left-color: transparent;
}
#windy #bottom #accumulations {
    bottom: 25px;
}
#windy #logo {
    transform: scale(0.6, 0.6);
    top: 5px;
}
@media screen and (max-width: 375px) {
    #windy #logo {
        left: 0;
        margin-left: 0;
    }
}
#windy #legend-mobile {
    box-shadow: none;
}
#windy.hide-controls #mobile-ovr-select,
#windy.hide-controls #bottom {
    display: none;
}
@media screen and (max-width: 400px) {
    #windy #note-message {
        display: none;
    }
}
#windy.hide-message #note-message {
    display: none;
}
#windy #plugin-satellite,
#windy #plugin-radar {
    margin-right: 0;
}
#windy #plugin-satellite .note-message-radar-sat,
#windy #plugin-radar .note-message-radar-sat {
    display: block;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
}
#windy #plugin-satellite .note-message-radar-sat span,
#windy #plugin-radar .note-message-radar-sat span {
    color: white;
}
#windy #plugin-satellite .radar-sat-wrapper,
#windy #plugin-radar .radar-sat-wrapper {
    height: 45px;
}
#windy #plugin-satellite .radar-sat-wrapper .speed-switch,
#windy #plugin-radar .radar-sat-wrapper .speed-switch {
    display: none;
}
#windy #plugin-satellite .radar-sat-wrapper .range-switch,
#windy #plugin-radar .radar-sat-wrapper .range-switch {
    bottom: 10px;
}
@media screen and (max-width: 400px) {
    #windy #plugin-satellite .radar-sat-wrapper,
    #windy #plugin-radar .radar-sat-wrapper {
        border-right-width: 20px;
    }
    #windy #plugin-satellite .radar-sat-wrapper .range-switch,
    #windy #plugin-radar .radar-sat-wrapper .range-switch {
        display: none;
    }
}
#windy #legend-mobile {
    display: block;
    font-size: 9px;
}
#windy #detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#windy #detail .legend {
    margin-top: 8px;
}
#windy #detail .table-wrapper {
    background-color: #f8f8f8;
}
#windy #detail .table-wrapper .data-table {
    padding-bottom: 8px;
}
#windy #detail .closing-x {
    display: none;
}
#windy #detail #detail-box {
    display: none;
}
#windy #detail .stations,
#windy #detail .webcams {
    display: none;
}
#windy #plugin-station #station-detail-box a {
    color: #9d0300;
    font-size: 14px;
    margin: -3px 30px 0 0;
    padding-left: 20px;
    display: inline-block;
}
#windy #plugin-station .stations {
    display: none;
}
#windy #embed-zoom {
    position: absolute;
    right: 8px;
    top: 35px;
    transform: scale(0.85, 0.85);
}
#windy #embed-zoom .zoom-ctrl {
    font-size: 16px;
    line-height: 1.6;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: rgba(68, 65, 65, 0.84);
    margin-bottom: 4px;
    text-align: center;
    align-self: flex-end;
}
#windy #embed-zoom .zoom-ctrl:hover {
    background-color: rgba(183, 183, 183, 0.39);
}
.onmenu #windy #embed-zoom {
    display: none;
}
@media screen and (max-width: 200px) {
    #windy #logo {
        transform: scale(1, 1);
        top: 15px;
    }
    #windy #plugin-radar,
    #windy #legend,
    #windy #embed-zoom,
    #windy #bottom,
    #windy #mobile-ovr-select {
        display: none !important;
    }
}
@media only screen and (max-device-width: 736px) {
    #windy #plugin-radar .radar-sat-more {
        display: none;
    }
    #windy #plugin-radar .radar-sat-wrapper .radar-info {
        right: 0;
        left: initial;
        bottom: 65px;
    }
}
#windy .mobilehide {
    display: none !important;
}
#windy .menu {
    background-color: transparent;
}
#windy #logo-wrapper {
    position: absolute;
}
#windy #bottom {
    position: absolute;
    margin-right: 10px;
}
#windy #bottom #mobile-calendar {
    display: none;
}
#windy #bottom #progress-bar {
    display: block;
    background: none;
}
.overlay-rainAccu #windy #bottom #accumulations,
.overlay-snowAccu #windy #bottom #accumulations,
.overlay-gustAccu #windy #bottom #accumulations {
    margin-bottom: 0px;
}
.overlay-rainAccu #windy #bottom #progress-bar,
.overlay-snowAccu #windy #bottom #progress-bar,
.overlay-gustAccu #windy #bottom #progress-bar {
    margin-bottom: -180px;
}
#windy #legend-mobile {
    position: absolute;
    width: calc(100% + 10px);
}
#windy #plugin-menu {
    position: absolute;
    top: 0;
}
#windy #plugin-menu .plugin-content .mb-next,
#windy #plugin-menu .plugin-content #upper-ul,
#windy #plugin-menu .plugin-content #pois-switch-mobile,
#windy #plugin-menu .plugin-content #ovr-menu,
#windy #plugin-menu .plugin-content #menu-bottom {
    display: none;
}
#windy #plugin-satellite .note-message-radar-sat {
    display: none !important;
}
#windy.free-model #product-switch-mobile {
    display: none;
}
#windy #map-container {
    color: black;
    font:
        12px/1.5 "Helvetica Neue",
        Arial,
        Helvetica,
        sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
}
#windy #map-container .picker {
    color: white;
}
#windy #map-container .picker a {
    color: white;
}
#windy #map-container .picker .picker-content span {
    padding-right: 18px;
}
#windy #map-container .picker .picker-content i .iconfont {
    margin-left: -0.5em;
    margin-right: 0.5em;
}
#windy #map-container .picker .picker-content .picker-link,
#windy #map-container .picker .picker-content .picker-share {
    display: none;
}
#windy #map-container .labels-layer [data-id] {
    font-weight: normal;
    pointer-events: none;
}
#windy #map-container .labels-layer [data-id].city-1,
#windy #map-container .labels-layer [data-id].city-2,
#windy #map-container .labels-layer [data-id].city-3,
#windy #map-container .labels-layer [data-id].city-4 {
    transition: none;
    -webkit-animation: none;
    animation: none;
    font-weight: normal;
    opacity: 0.8;
}
#windy #logo {
    transform: scale(1, 1);
    text-align: center;
    text-decoration: none;
    margin-top: 1em;
}
#windy #logo img {
    width: 130px;
    display: block;
}
#windy #open-in-app {
    position: absolute;
    top: unset;
    bottom: 80px;
}

.product-intersuchoAWD #windy #plugin-day-switcher,
.product-intersuchoAWR #windy #plugin-day-switcher,
.product-intersuchoAWP #windy #plugin-day-switcher {
    margin-bottom: 15px !important;
}
.overlay-ptype #windy #legend-mobile,
.product-intersuchoAWD #windy #legend-mobile,
.product-intersuchoAWR #windy #legend-mobile,
.product-intersuchoAWP #windy #legend-mobile {
    display: flex;
    justify-content: center;
}
.overlay-ptype #windy #legend-mobile span,
.product-intersuchoAWD #windy #legend-mobile span,
.product-intersuchoAWR #windy #legend-mobile span,
.product-intersuchoAWP #windy #legend-mobile span {
    width: 100%;
}
.product-intersuchoAWD #windy #legend-mobile,
.product-intersuchoAWR #windy #legend-mobile,
.product-intersuchoAWP #windy #legend-mobile {
    bottom: 120px;
}
