/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/clientfiles/public/fonts/google/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.mapbody {
  padding: 0;
  margin: 0;
  font-family: arial;

}
.map {
  height: 100%;
  width: 100%;
  position: absolute !important;
  user-select: none;
}
.leaflet-tile {border: 0;}
#radar-clouds{
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
/*------------------------------| MapPopUp |----------------------------*/
.leaflet-popup-close-button {left:0;right: auto!important;padding: 4px 0 0 4px!important;}
.leaflet-popup-content {margin: 5px;}
.leaflet-popup-content {direction:rtl;text-align:right!important;}

.kml-popup .leaflet-popup-content-wrapper{
  padding: 8px!important;
}
.kml-popup h2 {
  font-size: 14px!important;
  margin: 0  0 10px 0;
  font-weight: bold;  
}
.dust-popup {
  padding: 8px!important;
  width: 100px;
}
.dust-popup .leaflet-popup-content {
  width: 100px;
}
.dust-popup > a.leaflet-popup-close-button {
  top: 5px;
  left: 5px;
}
/*------------------------------| MapButtons |----------------------------*/
.prevent-highlight {
  -webkit-tap-highlight-color:transparent;
}
.labels_settings {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 36px;
  line-height: 36px;
}
#labelsButton {
  margin-left: 14px;
  font-size: 16px;
}
#labelsButton > i.labelsToggle:after {
  font-family: fontawesome;
  content: "\f204";
}
#labelsButton.active > i.labelsToggle:after {
  font-family: fontawesome;
  content: "\f205";
}
.map_settings {
  padding: 0.5em ;
  position: relative;
  overflow: hidden;
  margin: 8px;
  border-radius: 8px;
  cursor: pointer;
  background: rgb(255 255 255 / 15%);
  color: #fff;
  margin: 10px 10px; 
  font-size: 12px;  
  pointer-events: all;
}
.map_settings > .subtitle {
  color: #d3d3d3;
  margin: 2px 0 8px 0;
  line-height: 10px;
}

.map_settings label {
  color: #fff;
}
.opacity_settings {
  height: 36px;
  line-height: 36px;
}
.opacity_settings >.thumb{
  display: none;
}


#opacityRange {
  background: linear-gradient(to right, #ffffff, rgb(52 117 148 / 24%)) no-repeat;
  border-radius: 5px;
  height: 8px;
  width: 52%;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
}
#opacityRange input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
#opacityRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #D4EFFD; /* Thumb color */
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}

#opacityRange::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #D4EFFD;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}
.transparent-bar,div:has(> button.transparent-bar) {
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  background-color: transparent!important;
  border-radius: 0!important;
}
.leaflet-control-layers label {
  color: #000;
}
[type="radio"]:not(:checked), [type="radio"]:checked {
  margin-top: 2px;
  position: relative;
  top: 1px;
  opacity: 1;
}
.leaflet-top {z-index: 505;}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar , .leaflet-bar{
  border: 0;
  box-shadow: none;
}

.leaflet-control-simpleMapScreenshoter {
  border: none!important;
  box-shadow: 0 1px 5px rgb(0 0 0 / 40%);
  border-radius: 5px;
}
.leaflet-control-simpleMapScreenshoter a {
  border-bottom: 0!important;
  border-radius: 5px!important;
}

.leaflet-bar button:last-of-type , .leaflet-control-locate a:last-of-type{
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.leaflet-touch .leaflet-bar button {
  line-height: 1;
  color: black;
}
.leaflet-bar a,.leaflet-bar a, .leaflet-bar a:hover {
  width: 32px;
  height: 32px;
  line-height: 32px;
} 

.leaflet-touch .leaflet-bar a:first-child {
  border-radius: 5px;
}
.leaflet-control-scale {display:none;}
.leaflet-left .leaflet-control-scale {
  margin-left: 0;
}
.star {
  font-size: 22px;
}
.map-button {
  width: 30px;
  height: 30px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
.center_icon_button {
  font-size: 20px;
  line-height: 1;
}
.leaflet-control-scale-line, .leaflet-control-scale-line:not(:first-child) {
  border: 0;
  padding: 1px 5px;
  margin-bottom: 66px;
  background: none;
}
.leaflet-control-scale-line:not(:first-child) {display: none;}
.leaflet-control-layers {background: #FFF;}
.leaflet-touch .leaflet-control-layers-toggle {width: 30px;height: 30px;}
.leaflet-touch .leaflet-bar a {
  width: 32px;
  height: 32px;
  line-height: 1;
}
.leaflet-control-layers-toggle {
  width: 30px;
  height: 30px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-size: 20px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.leaflet-control-layers-overlays [type="checkbox"]:checked,[type="checkbox"]:not(:checked) {
  position: relative;
  opacity: 1;
  vertical-align: text-bottom;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  direction: rtl;
  text-align: right;
}
.leaflet-control-layers {box-shadow:none;}
.leaflet-control-zoom.leaflet-bar.leaflet-control{
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.zoomingOut i{color:#fc8428;}

.app .leaflet-control-zoom.leaflet-bar.leaflet-control, .mini .leaflet-control-zoom.leaflet-bar.leaflet-control {
  display:none;
}
.mini .layers-button {
  display:none!important;
}
@media screen and (max-width: 736px) {
  .leaflet-control-zoom.leaflet-bar.leaflet-control{
    display:none;
  }
  .leaflet-control-scale {
    margin-bottom: 0!important;
  }
}
.webcam-icon {font-size:10px;color: lightgreen; text-shadow: 0 0 4px black;}


/*------------------------------| Map bar |----------------------------*/
.select-type {
  display: flex;
  direction: rtl;
}

a.type-option {
  background-color: #35353582;
  color: #fff;
  padding: 6px 8px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #e9ecef;
  transition: background-color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  user-select: none; 
  height: 8px;
  line-height: 10px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: content-box;
}

.type-option.blocked,
.type-option.blocked:hover {
  background: lightgray;
  cursor: not-allowed;
  color: black;
}

.type-option.active {
  background: #007bff;
  color: white;
}

.type-option:first-child {
  border-radius: 0 10px 10px 0;
}

.type-option:last-child {
  border-radius: 10px 0 0 10px;
}

.type-option:not(:first-child) {
  border-right-width: 0;
}

.type-option.active {
  background-color: #007bff;
  color: white;
}
.type-option:hover {
  background-color: #007bff;
  color: #fff;
}  

.satellite-type-bar {
  position: absolute;
  z-index: 1001;
  bottom: 110px;
  right: 6px;
}
/*------------------------------| MapRuler |----------------------------*/
.leaflet-ruler{
  height: 32px;
  width: 32px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 40%)!important;
  border-radius: 5px;
  background-image: url("/clientfiles/public/leaflet/images/measure.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.leaflet-ruler:hover{
  background-image: url("/clientfiles/public/leaflet/images/measure-colored.png");
  background-size: 18px;
}
.leaflet-ruler-clicked{
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/clientfiles/public/leaflet/images/measure-colored.png");
  border-color: chartreuse !important;
  background-size: 18px;
}
.leaflet-bar{
  background-color: #ffffff;
}
.leaflet-control {
  cursor: pointer;
}

.leaflet-control > a,
.leaflet-control > button,
.leaflet-control > a:hover,
.leaflet-control > button:hover {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  cursor: pointer;
  text-decoration: none;
  
}

.result-tooltip{
  background-color: white;
  font-size: smaller;
  text-align: right;
}
.moving-tooltip{
  background-color: rgba(255, 255, 255, .7);
  background-clip: padding-box;
  opacity: 0.5;
  border: dotted;
  border-color: red;
  font-size: smaller;
  text-align: right;
}
.plus-length{
  padding-left: 45px;
}
.unitlabel {
  font-weight: bold;
  font-size: 14px;  
  margin-left: 6px;
}
.unitvalue {
  font-size: 14px;  
}
.distance span:nth-of-type(3) {
	margin: 0 4px;
}
.unit {
  font-size: 14px;  
}
.leaflet-tooltip-pane {
  direction: ltr;
}
/*------------------------------| geosearch control |-----------------------------*/


.geocoder-control-input {
  background-position: 6px !important;
  text-align: right;
}

.geocoder-control {background: #ffffff;border-radius: 5px;}
input:not([disabled]):not([type="submit"]):focus {
  border: none;
  box-shadow: none;
  direction:rtl;
}
ul.geocoder-control-suggestions.leaflet-bar {
  direction: rtl;
  z-index: 1000;
}
.geocoder-control-suggestions.leaflet-bar div ul li{direction:rtl;text-align:right}
/*------------------------------| CloudsTime |-----------------------------*/
.clouds-time
{
  display: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  direction: ltr;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 3px;
  z-index:500;
  position: relative;
  top: 10px;
  width: max-content;
  max-width: 90vw;
  margin: auto;
  text-align: center;
  white-space: nowrap;
}
.clouds-time.is-visible{
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
  border: 1px solid rgba(0, 0, 0, .06);  
}
.title
{
  direction: ltr;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 3px;
  z-index:500;
  position: relative;
  top: 10px;
  width: max-content;
  text-align: center;
  margin: auto;
  display: table;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
  border: 1px solid rgba(0, 0, 0, .06);   
}

.clouds-time-meta{
  margin-top:4px;
  font-size:12px;
  font-weight:600;
  color:#555;
  display:none;
  gap:6px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
}
.clouds-time-meta.is-visible{
  display:flex;
  flex-direction: row-reverse;
}
.clouds-time-chip{
  padding:1px 7px;
  border-radius:999px;
  background:rgba(0,0,0,.06);
  color:#333;
}
.clouds-time-sep{
  opacity:.6;
}
.clouds-time-param{
  font-weight:700;
  color:#222;
}
.clouds-time-param, .clouds-time-ref, .clouds-time-time{
  direction: rtl;
}
.clouds-time-time{
  font-weight:600;
  color:#333;
  display:inline-block;
  max-width: 200px;
  overflow:hidden;
  white-space: nowrap;
  min-width:0;
  text-overflow: ellipsis;
}
@media screen and (max-width: 400px) {
  .clouds-time-ref {
    display: none;
  }
  .clouds-time-meta .clouds-time-sep-ref,
  .clouds-time-meta .clouds-time-sep:last-of-type,
  .clouds-time-meta .clouds-time-sep:last-child {
    display: none !important;
  }
}
.takingScreenShot {
  width: auto!important;
  float: left;
  left: 1em;
}
.note
{
  user-select: none;
  z-index: 55555;
  text-align: center;
  right: 5px;
  position: absolute;
  direction: rtl;
  bottom: 65px!important;
  display: none;
  background: #FFF;
  font-size: 9px;
}
.aqi-title,.floods-title
{
  direction: ltr;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 3px;
  z-index:500;
  position: relative;
  top: 10px;
  width: max-content;
  text-align: center;
  margin: auto;
  display: table;
  white-space: nowrap;
}
img.legend
{
  top: 35px !important;
  right: 5px !important;
  height: 70%;
  opacity: .8;
}
/*------------------------------| Slider |----------------------------------*/
#slider-container
{
  visibility: hidden;
  position: absolute;
  height: 90px;
  bottom: 0;
  z-index: 500;
  width: 96%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
.player-controls
{
  cursor: pointer;
  float: left;
  margin: 5px;
  -webkit-tap-highlight-color: transparent;
  direction: rtl;
}
#minus1{
  margin-right: 10px;
}
#plus1, #minus1{
  font-size: 36px;
  color: #6c6c6c;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: 0 0 2px 0 black;
}
#pause.web, #pause.app{
  line-height: 36px;
  font-size: 26px;
  height: 36px;
  width: 36px;
  text-align: center;
}
#play, #pause,#refresh{
  font-size: 36px;
  color: #6c6c6c;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: 0 0 2px 0 black;
}
#play.app, #pause.app, #refresh.app, #plus1.app, #minus1.app {
  box-shadow: 0 0 2px 0 black;
}
#play.app:active, #pause:active.app,#refresh.app:active, #plus1.app:active, #minus1.app:active{
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#refresh{
  -webkit-transition-duration: 2s linear;
  -moz-transition-duration: 2s linear;
  -o-transition-duration: 2s linear;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  outline: 0;
}
#refresh:active,
#refresh.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#play.web, #pause.web, #refresh.web, #plus1.web, #minus1.web {
  color: #387DB5;
  background: #D4EFFD;
  box-shadow: 0 0 2px 0 #387DB5;
}
#refresh.web:active, #plus1.web:active, #minus1.web:active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#slider
{
  background:rgba(255, 255, 255, 0.8);
  border-color: #333;
  height: 6px;
  top: 15px;
  cursor: pointer;
  margin-left: 115px;
  margin-right: 135px;
  width: auto;
  left: auto;
}

#slider .ui-slider-handle
{
  background: url(/images/logo/sliderBlue.svg);
  background-repeat: no-repeat;
  background-size: 38px;
  width: 38px;
  border: none;
  height: 38px;
  margin-top: -11px;
  cursor: e-resize;
}

/*-------------------------------| fly to location |-------------------------------*/
.fly-to {
  display: flex;
  padding: 6px;
  text-align: center;
  position: absolute;
  bottom: 135px;
  right: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  flex-direction: column;
  justify-content: space-around;
}
.fly-to .location, .fly-to .arrows, .fly-to .arrows-off {
  background: #35353582;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 0 8px;
  text-align: center;
  line-height: 20px;
  margin: 5px 0;
  z-index: 555;
  display: flex;
  justify-content: center;
  border: 1px solid rgb(128 128 128 / 20%);
  transition: border-color 0.5s ease; 
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  text-decoration: none;
}
.fly-to .location.active, .fly-to .arrows:active{
  border: 1px solid #ffe3a1;
}
.fly-to .location:hover, .fly-to .arrows:hover{
  background: #007bff;
}
.fly-to .arrows{
  background: #fff;
  color: #000;
}
.fly-to .arrows svg{
  fill: black;
}
.fly-to .arrows:hover{
  background: #007bff;
  color: #fff;
}
a.arrows-off {
  background: #007bff!important;
  color: #fff!important;  
}
.arrows-off .direction-arrow {
  color: #fff!important;  
}
.direction-arrow {
  width: 20px;
  height: 20px;
  transform: rotate(315deg);
}

.arrows-off .direction-arrow {
  color: gray;
}
    
/*------------------------------| fly to location END |----------------------------*/
/*------------------------------| ObservationLegend |------------------------------*/
.TemperatureLegend2{display:none;}
.TemperatureLegend{display:none;}
.WindLegend{display:none;}
.HumidityLegend{display:none;}
.RainLegend{display:none;}
.HeatMapRainLegend{display:none;}
.HeatMapRainLegendWeek{display:none;}
.HeatMapRainLegendMonthly{display:none;}
.HeatMapRainLegendSeason{display:none;}
.SeasonalRainLegend{display:none;}
.AvrageRainLegend{display:none;}
.FloodsLegend{display:none;}
.FloodsContainerLegend{display:none;}
.dust-legend{display:none;}

.FloodsLegend {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  position: absolute;
  direction: rtl;
  bottom: 65px!important;
  z-index: 500;
  left: 10px;
  font-size: 11px;
  border-radius: 5px;
  overflow: hidden;
  overflow-y: auto;  
  width: 75px;
}
.FloodsLegend .colorsWrapper {
  text-align: center;
  display: inline;
}
.FloodsLegend .colorsWrapper .legend {
  font-size: 10px;
  height: 20px;
  position: relative;
}
.FloodsLegend .colorsWrapper .legendTitle {
  margin: 8px 0 0 0;
  display: inline-block;
  width: 100%;
}
.FloodsLegend .colorsWrapper .legend .legendBreak {
  width: 10px;
  height: 20px;
  opacity: 0.7;
  position: absolute;
  right: 5px;
  top: 5px;
}
 .FloodsLegend .colorsWrapper .legend span{
  position: absolute;
  right: 20px;
  top: 8px;
  text-align: right;
  width: 100%;
}
.app.dust-legend {
  bottom: 85px!important;
}
.dust-legend {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  position: absolute;
  direction: rtl;
  bottom: 80px!important;
  z-index: 500;
  left: 10px;
  font-size: 11px;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
  overflow-y: auto;  
  width: 52px;
}
.dust-legend .colorsWrapper {
  text-align: center;
  display: inline;
}
.dust-legend .colorsWrapper .legend {
  font-size: 10px;
  height: 20px;
  position: relative;
}
.dust-legend .colorsWrapper .legendTitle {
  margin: 8px 0 0 0;
  display: inline-block;
  width: 100%;
}
.dust-legend .colorsWrapper .legend .legendBreak {
  width: 10px;
  height: 20px;
  opacity: 0.7;
  position: absolute;
  right: 8px;
  top: 5px;
}
 .dust-legend .colorsWrapper .legend span{
  position: absolute;
  right: 8px;
  top: 8px;
  text-align: center;
  width: 100%;
}


.ObservationLegend {
  display:none;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  position: absolute;
  direction: rtl;
  bottom: 45px!important;
  z-index: 500;
  left: 10px;
  font-size: 11px;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
  overflow-y: auto;  
  width: 55px;
}
@media screen and (max-width: 736px) {
  .ObservationLegend.web::-webkit-scrollbar {display:none;width:0;}
  .ObservationLegend.app::-webkit-scrollbar {display:none;width:0;}
  .ObservationLegend {bottom: 85px!important;}
}
.ObservationLegend .legendTitle {
  top: auto;
  left: auto;
  display: block;
}
.ObservationLegend .colorsWrapper {
  text-align: center;
  display: inline;
}
.ObservationLegend .colorsWrapper .legend {
  font-size: 9px;
  text-align: center;
  height: 8px;
}

.ObservationLegend .colorsWrapper .legend .legendBreak {
  width: 17px;
  height: 6px;
  display: inline-block;
  opacity: 0.7;
}
 .ObservationLegend .colorsWrapper .legend span{
  direction: ltr;
  display: inline-block;
  width: 20px;
}
/* width */
.ObservationLegend::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.ObservationLegend.web::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  background: #f1f1f1;
}
/* Handle */
.ObservationLegend.web::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
/* Handle on hover */
.ObservationLegend.web::-webkit-scrollbar-thumb:hover {
  background: #555;
} 
/*------------------------------| rainRadarLegend |------------------------------*/
.RadarLegend {
  display:none;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  position: absolute;
  direction: rtl;
  bottom: 45px!important;
  z-index: 500;
  left: 10px;
  font-size: 11px;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
  overflow-y: auto;  
  width: 55px;
}
.night-map .RadarLegend, .night-map .ObservationLegend {
  background: rgb(128 128 128 / 20%);
  color: #ffe3a1;
}
.RadarLegend.app {bottom: 80px!important;}

.legendTitle {
  text-align: center;
  vertical-align: top;
  margin: 2px 5px;
  display: inline-block;
}

.rainRadarLegend .colorsWrapper {
  text-align: center;
}
.rainRadarLegend .colorsWrapper .legend {
  font-size: 9px;
  text-align: center;
  height: 8px;
  display: inherit;
  padding: 0;
}
.rainRadarLegend .colorsWrapper .legend .legendBreak {
  width: 17px;
  height: 6px;
  display: inline-block;
  opacity: 0.7;
}
.rainRadarLegend .colorsWrapper .legend span {
  direction: ltr;
  display: inline-block;
  width: 24px;
}
.radar-credits.app {
  left: auto;
  right: 10px;
}
.radar-credits {
  position: absolute;
  direction: rtl;
  bottom: 15px!important;
  z-index: 500;
  text-align: center;
  right: 5px;
}

@media screen and (max-width: 736px) {
  .RadarLegend {bottom: 75px!important;}
  .radar-credits {bottom: 85px!important}
  .radar-credits .mekorot img{width: 80px;}
  .legendTitle {top:0;}
}


.rain-layer{display: none;}
.geojson-layer{display: none;}
.rainRadarLegend {display:none;}
.compositeLegend {display:none;}
.daltonLegend {display:none;}
.DaltonText {font-size: 10px;font-weight: bold;line-height: 22px;display: block;}
.mekorot {display:none;}
.mekorot img{width: 100px;border-radius: 4px;}
.radar-credits.app .mekorot img{width: 80px;}
/*------------------------------| weatherData |------------------------------*/
#streams {display:none;}
#floodsTitle {display:none;}
.temperature,.temperature_max,.temperature_min {display: none;}
.wind {display: none;}
.windgust {display: none;}
.humidity {display: none;}
.rain1 {display: none;}
.rain24 {display: none;}
.rain48 {display: none;}
.storm {display: none;}
.rain_weekly {display: none;}
.monthly_rain {display: none;}
.seasonal_rain {display: none;}

.rain1_heatmap {display: none;}
.rain24_heatmap {display: none;}
.rain48_heatmap {display: none;}
.storm_heatmap {display: none;}
.rain_weekly_heatmap {display: none;}
.monthly_rain_heatmap {display: none;}
.seasonal_rain_heatmap {display: none;}

.force_heatmap_title {display: block!important;}
.avg_seasonal_rain {display: none;}
.cosmo_rain_total_title {display: none;}
.wrf_rain_total_title {display: none;}
.wrf12_rain_total_title {display: none;}
.gfs_rain_total_title {display: none;}
.rain_total_title {display: none;}
.rain_heatmap_by_month_title {display: none;}
.hidden {display: none!important;}

.refresh-observations,
.refresh-flood-observations,
.refresh-rain-heatmap,
.refresh-rain-heatmap-by-month
{
  display: none;
  position: absolute;
  direction: rtl;
  bottom: 35px!important;
  text-align: center;
  right: 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;   
  z-index:555;
  cursor: pointer;
}

.inner-refresh-observations,
.inner-refresh-flood-observations,
.inner-refresh-rain-heatmap,
.inner-refresh-rain-heatmap-by-month
{
  padding: 5px;
  border-radius: 5px;
  background: #FFF;
  color: black;
  display: inline-block;
  border: 2px solid #008CBA;
  -webkit-transition-duration: 2s linear;
  -moz-transition-duration: 2s linear;
  -o-transition-duration: 2s linear;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  box-shadow: 0 0 2px 0 #387db5;

}

.inner-refresh-observations:active,
.inner-refresh-flood-observations:active,
.inner-refresh-rain-heatmap:active,
.inner-refresh-rain-heatmap-by-month:active
{
  transform: translateY(2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #e7e7e7;
}

/*------------------------------| pullotionLegend |------------------------------*/
#aqi {display:none;}
.AqiLegend {display:none;}
.AqiLegend{
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  position: absolute;
  direction: rtl;
  bottom: 65px!important;
  z-index: 500;
  left: 10px;
  font-size: 11px;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
  overflow-y: auto;  
  width: 75px;	
}

.AqiLegend .colorsWrapper {
  text-align: center;
  display: inline;
}
.AqiLegend .colorsWrapper .legend {
  font-size: 12px;
  height: 20px;
  position: relative;
}
.AqiLegend .colorsWrapper .legendTitle {
  margin: 8px 0 0 0;
  display: inline-block;
  width: 100%;
}
.AqiLegend .colorsWrapper .legend .legendBreak {
  width: 10px;
  height: 20px;
  opacity: 0.7;
  position: absolute;
  right: 5px;
  top: 5px;
}
.AqiLegend .colorsWrapper .legend span{
  position: absolute;
  right: 20px;
  top: 8px;
  text-align: right;
  width: 100%;
}

/*------------------------------| HeatStressLegend |------------------------------*/
#heatstress {display:none;}
.HeatStressLegend {display:none;}
.HeatStressLegend {display:none;}
.HeatStressLegend{
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  position: absolute;
  direction: rtl;
  bottom: 75px!important;
  z-index: 500;
  left: 10px;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
  overflow-y: auto;  
  width: 60px;	
}

.HeatStressLegend .colorsWrapper {
  text-align: center;
  display: inline;
}
.HeatStressLegend .colorsWrapper .legend {
  font-size: 12px;
  height: 20px;
  position: relative;
}
.HeatStressLegend .colorsWrapper .legendTitle {
  margin: 8px 0 0 0;
  display: inline-block;
  width: 100%;
}
.HeatStressLegend .colorsWrapper .legend .legendBreak {
  width: 10px;
  height: 20px;
  opacity: 0.7;
  position: absolute;
  right: 5px;
  top: 5px;
}
.HeatStressLegend .colorsWrapper .legend span{
  position: absolute;
  right: 20px;
  top: 8px;
  text-align: right;
  width: 100%;
}
/*------------------------------| WindChillLegend |------------------------------*/

.WindChillLegend {display:none;}
/*------------------------------| app |------------------------------*/
.map-attribution-control {
  background-color: transparent;
}
.map-attribution {
  -webkit-tap-highlight-color: transparent;
  background-color: rgb(255 255 255 / 80%)!important;
  border: none!important;
  box-shadow: none!important;
  border-radius: 26px!important;  
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.map-attribution i {
  font-size: 22px;
  color: #008CBA;
  display: block;
}
.map-attribution:active {
  transform: scale(0.95); /* Shrink the element a bit */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Darker shadow to simulate a press */
}
/* contributors on app */
.leaflet-control-container > .leaflet-bottom.leaflet-right > div {
  visibility: hidden;
  font-size: 8px;
  z-index: 111;
  right: 3.5em;
  bottom: 0.8em;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition:all linear 0.15s;
  transition:all linear 0.15s;
}
.leaflet-control-container > .leaflet-bottom.leaflet-right > div.visible {
  visibility: visible;
  -webkit-transition:all ease 0.5s;
  transition:all ease 0.5s;
  opacity: 1;
}

@media screen and (max-width: 736px) {
  /* .web > .leaflet-control-container > .leaflet-bottom.leaflet-right > div { */
  /* bottom: 3em; */
  /* right: 0; */
  /* } */
}
.leaflet-container .leaflet-control-attribution{background: #fff;}
#clouds-map.web > div.leaflet-control-container > div.leaflet-bottom.leaflet-left > div > div:nth-child(1) {
  margin-bottom: auto;
  width: auto!important;
}

.leaflet-control-layers-overlays {
  direction: rtl;
  text-align: right;
}
.map.web.fullscreen {
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#slider-container.web.fullscreen {
  position: fixed!important;
  z-index: 9999;
  margin-right: auto;
}
#loading.fullscreen {
  z-index: 11111;
  position: relative;
  width: 40%;
  margin: 0 auto;
  text-align: center;
} 
.leaflet-bar.leaflet-control-Fullscreen.leaflet-control.active i {
  color: #00adef;
}
@media screen and (max-width: 736px) {
  #loading.fullscreen {width: 60%; }
}
#main-nav.fullscreen,.location-search.fullscreen, .w2dwarnings.fullscreen, .user-menu.fullscreen{
  display: none;
}
button.fullmap {
  line-height: 44px!important;
}
.external-link{
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m13 3l3.293 3.293l-7 7l1.414 1.414l7-7L21 11V3z'/%3E%3Cpath fill='%23000' d='M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2z'/%3E%3C/svg%3E");
}
.map.web {
  width: 100%!important;
  height: 650px!important;
  position: relative!important;
}
.map.mini {
  height: inherit!important;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 0.35);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.makam-mini {
  position: relative;
  max-width: 436px;
  height: 380px!important;
  max-height: 380px;
}
@media screen and (max-width: 736px) {
  .map.web {height: 540px!important;width: 100%!important; }
}
@media screen and (max-width: 767px) {
  .map.mini {height: 380px!important;max-height: -webkit-fill-available;}
  .makam-mini {max-width: 90%;margin: 38px auto 0;}
}


.leaflet-bar .leaflet-control.web {
  position: relative;
}

.clouds-time.web {
  font-weight: bold;
}
#slider-container.mini {
  margin: 0 0 8px !important;
  width: auto!important;
}
#slider-container.web {
  position: absolute;
  height: auto;
  bottom: 1.5em;
  margin: 20px 25% 15px auto;
  width: 50%;
  /* margin-right: 15%; */
}
@media screen and (max-width: 736px) {
  #slider-container.web {
    width: 96%;
    bottom: 0.8em;
    margin: 15px auto 15px auto;
  }
}
#slider.web
{
  background: #D4EFFD;
  border-color: #387DB5;
}
/* .RadarLegend.web { */
  /* bottom: 0!important; */
  /* width: auto; */
/* } */
/* @media screen and (max-width: 736px) { */
  /* .RadarLegend.web { */
    /* bottom: 0!important; */
    /* width: auto; */
    /* width: 100%; */
  /* } */
/* } */
/* scale button on app */
#clouds-map.app > div.leaflet-control-container > div.leaflet-bottom.leaflet-left > div > div:nth-child(1) {
  margin-bottom: 32px!important;
  display:none;
  width: auto!important;
}
/* hide location button on app */
/*#clouds-map.app > div.leaflet-control-container > div.leaflet-top.leaflet-left > div:nth-child(2) {display:none}*/

.layer-button.active i,.layer-button.active svg path{
  color: #00adef;
  fill: #00adef;
}
.icon-radar-hd {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 3px;
}
.icon-sea {
  width: 18px;
  vertical-align: middle;
  margin: 0 4px;
}
.icon-satellite {
  width: 18px;
  vertical-align: middle;
  margin: 0 4px;
}
.fluent-stream {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 4px;
}
.temperature-and-weather {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 4px;
}
.layers-button {
  background-image: url(/images/layers.svg);
  background-size: 22px 22px;
}
/*------------------------------| CONTEXTMENU |------------------------------*/
.leaflet-contextmenu {
  display: none;
  box-shadow: 0 1px 7px rgba(0,0,0,0.4);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 0;
  background-color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  direction: rtl;
}
.leaflet-contextmenu a.leaflet-contextmenu-item {
  display: block;
  color: #222;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  padding: 0 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  cursor: default;
  outline: none;
}
.leaflet-contextmenu a.leaflet-contextmenu-item-disabled {
  opacity: 0.5;
}
.leaflet-contextmenu a.leaflet-contextmenu-item:hover {
  background-color: #f4f4f4;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.leaflet-contextmenu a.leaflet-contextmenu-item-disabled.over {
  background-color: inherit;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.leaflet-contextmenu-icon {
  margin: 0 0 0 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: 0;
}
span.leaflet-contextmenu-icon {
  line-height: 16px;
  font-size: 16px;
}
.leaflet-contextmenu-separator {
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
}
/*------------------------------| MENU SIDEBAR |------------------------------*/
/* MENU SIDEBAR button location */
.overlays__menu-toggle {
 border: none;
 width: 24px;
 height: 24px;
 padding: 0;
 margin: 0;
 color: #333;
}

/* MENU SIDEBAR */
.overlays-nav {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
 pointer-events: none;
 direction: rtl;
 z-index: 1111;
}

/* WHEN MENU SIDEBAR DISPLAY */
.overlays-nav--visible { pointer-events: auto; }

/* MENU SIDEBAR WIDTH AND PUSH LOCATION */
.overlays-nav__container {
 position: relative;
 text-align: right;
 width: 235px;
 max-width: 235px;
 background: #FFF;
 height: 100%;
 box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
 transform: translateX(170%);
 display: flex;
 flex-direction: column;
 user-select: none;
 transition: transform .5s ease;
}

/* MENU SIDEBAR ADDING PAGE OPCITY */
.overlays-nav::before {
 content: '';
 position: absolute;
 display: block;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.1);
 opacity: 0;
 transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.overlays-nav--visible::before { opacity: 1; }

.overlays-nav--visible .overlays-nav__container { transform: none; }

/* MENU SIDEBAR OPENING EFFECT */
.overlays-nav--visible .overlays-nav__container { transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1); }

.overlays-nav--visible .overlays-nav--animatable .overlays-nav__container { transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1); }

.overlays-nav__hide {
  position: absolute;
  left: -50px;
  top: 5px;
  height: 34px;
  width: 34px;
  z-index: 1;
  border: none;
  color: #fff;
  background: #9d0300;
  border-radius: 22px;
  line-height: 0;
}
.overlays-nav__hide button:focus {
  background: #9d0300;
}
.overlays-nav__hide i{
  display: block;
  line-height: 1;
}
/* MENU SIDEBAR DESIGN */
.overlays-nav__header {
 height: 0;
 /* line-height: 16px; */
 background: rgba(16, 48, 85, 0.85);
 /* color: rgba(255,255,255,0.9); */
 /* padding: 0 10px; */
 align-items: center;
}

@media only screen and (min-width: 768px) {
  .overlays-nav__content::-webkit-scrollbar {
     width: 4px;
  }
  .overlays-nav__content::-webkit-scrollbar-track {
     background: transparent;
  }
  .overlays-nav__content::-webkit-scrollbar-track:hover {
     background: transparent;
  }  
  .overlays-nav__content::-webkit-scrollbar-thumb {
     background: #888;
     border-radius: 16px;
  }
  .overlays-nav__content::-webkit-scrollbar-thumb:hover {
     background: #555;
  }
}
.overlays-nav__content {
 flex: 1;
 list-style: none;
 padding: 0;
 margin: 0;
 overflow-x: hidden;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 background: rgba(16,48,85,0.85);
 direction: rtl;
}
.overlays-nav__content > li {
  float: none;
}
.overlays-nav__content > li > a > .far {
 padding: 5px;
}
.overlays-nav__content > li > a > .fa,.overlays-nav__content > li > a > .wi {
 width: 26px;
 vertical-align: middle;
 text-align: center;
 display: inline;
 margin: 0 5px;
}

.overlays-nav__content > li > a {
 height: 44px;
 line-height: 44px;
 font-size: 14px;
 padding: 0 8px 0 5px;
 color: #fff;
 cursor: pointer;
 display: block;
}
.overlays-nav__content a {
 font-weight: normal;
 text-decoration: none;
}

.overlays-nav__content > li > a:hover { background: rgba(16, 48, 85, 0.4); color: #fff;}
.overlays-nav__content li a.active {
  background: rgba(16,48,85,0.5);
}

/* MENU SIDEBAR SUBMENU */
.overlays-nav__content .overlaysbar-submenu {
 flex: 1;
 list-style: none;
 padding: 0;
 margin: 0;
 overflow-x: hidden;
 overflow-y: hidden;
 -webkit-overflow-scrolling: touch;
 background: rgba(16, 48, 85, 0.2);
 direction: rtl;
}
.overlays-nav__content .overlaysbar-submenu li {
  float:none;
}

.overlays-nav__content .overlaysbar-submenu li i {
 width: 26px;
 vertical-align: middle;
 text-align: center;
 display: inline;
 margin: 0 5px;
}

.overlays-nav__content .overlaysbar-submenu > li > a {
 height: 32px;
 line-height: 32px;
 font-size: 12px;
 padding: 0 8px;
 color: #b8c7ce;
 cursor: pointer;
 display: block;
}

.overlays-nav__content .overlaysbar-submenu a {
 font-weight: normal;
 text-decoration: none;
}

.submenu-circle {
 font-size: 0.8em;
}
.overlays-nav__content .overlaysbar-submenu > li > a:hover { color: #FFF;}
.current .sub-plus:before {color: #b8c7ce;display: inline-block; float: left;content: "\f067";font-family: FontAwesome;font-size: 10px;}
.current.active .sub-plus:before {color: #b8c7ce;display: inline-block;content: "\f068";font-family: FontAwesome;font-size: 10px;}

.label {
 display: inline;
 padding: .2em .2em .2em;
 font-size: 75%;
 line-height: 1;
 color: #fff;
 float: left;
 margin: 8px 0 0 0;
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 border-radius: .25em;
}

.label-warning {
 background-color: #f0ad4e;
}
.label-danger {
 background-color: #d9534f;
}
.label-info {
 background-color: #5bc0de;
}
.label-primary {
 background-color: #337ab7;
}
.label-info-strong {
 background-color: #ff00f4;
 font-weight: 700;
 font-size: 14px;
}
.switch_map i.switch::before {
 font-family: "FontAwesome";
 content:"\f204 ";
}
.switch_map.active i.switch::before  {
 font-family: "FontAwesome";
 content:"\f205";
}
.switch_weather i.switch::before {
 font-family: "FontAwesome";
 content:"\f204 ";
}
.switch_weather.active i.switch::before  {
 font-family: "FontAwesome";
 content:"\f205";
}
.switch_weather.active i{color: #b8c7ce;}
/*------------------------------| MENU SIDEBAR END |------------------------------*/
/*------------------------------| location |------------------------------*/
.leaflet-control-locate a{font-size:20px;color:#444;cursor:pointer;line-height: 32px;}
.leaflet-control-locate.active a{color:#fc8428}
.leaflet-control-locate.active.following a{color:#fc8428}
.leaflet-control-locate-location circle{animation:leaflet-control-locate-throb 4s ease infinite}
@keyframes leaflet-control-locate-throb{0%{stroke-width:1}50%{stroke-width:3;transform:scale(0.8, 0.8)}100%{stroke-width:1}}
/*------------------------------| gesture-handling-2fingers |------------------------------*/
@-webkit-keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}@keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}.leaflet-container:after{-webkit-animation:leaflet-gestures-fadein 2.5s backwards;animation:leaflet-gestures-fadein 2.5s backwards;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:555;pointer-events:none}.leaflet-gesture-handling-scroll-warning:after,.leaflet-gesture-handling-touch-warning:after{-webkit-animation:leaflet-gestures-fadein 2.5s forwards;animation:leaflet-gestures-fadein 2.5s forwards}.leaflet-gesture-handling-touch-warning:after{content:attr(data-gesture-handling-touch-content)}.leaflet-gesture-handling-scroll-warning:after{content:attr(data-gesture-handling-scroll-content)}

/*------------------------------| searchbar |------------------------------*/
input.geocoder-control-input.leaflet-bar::-webkit-input-placeholder {
  /* WebKit browsers */
  color: black;
}
input.geocoder-control-input.leaflet-bar {border-bottom:0;}
.geocoder-control-input {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("/images/new-search.svg");
  background-size: 22px !important;
  border: 0;
  padding: 0;
  text-indent: 6px;
  font-size: 13px;
  height: 32px;
  width: 100%;
  line-height: 32px;
  background-position: left center;
  cursor: pointer
}

.geocoder-control {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  width: 32px;
  height: 32px;
  -webkit-transition: width .175s ease-in;
  -moz-transition: width .175s ease-in;
  -ms-transition: width .175s ease-in;
  -o-transition: width .175s ease-in;
  transition: width .175s ease-in
}

.geocoder-control-expanded,
.leaflet-touch .geocoder-control-expanded {
  width: 200px;
  z-index:1000;
}

.geocoder-control-input.geocoder-control-loading {
  background-image: url(https://www.weather2day.co.il/images/loading@1x.gif);
  background-size: 26px
}

@media only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
  /* .geocoder-control-input {
    background-image: url(https://www.weather2day.co.il/images/search@2x.png)
  }
  .geocoder-control-input.geocoder-control-loading {
    background-image: url(https://www.weather2day.co.il/images/loading@2x.gif)
  } */
}

.geocoder-control-input:focus {
  outline: 0;
  cursor: text
}

.geocoder-control-input::-ms-clear {
  display: none
}

.geocoder-control-suggestions {
  width: 100%;
  position: absolute;
  top: 26px;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  overflow: hidden;
  display: none;
}
.geocoder-control-suggestions .geocoder-control-suggestion {
  font-size: 13px;
  padding: 7px;
  background: #fff;
  border-top: 1px solid #f1f1f1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.geocoder-control-suggestions .geocoder-control-suggestion:first-child {
  border: 0
}

.geocoder-control-suggestions .geocoder-control-suggestion.geocoder-control-selected,
.geocoder-control-suggestions .geocoder-control-suggestion:hover {
  background: #00c0ff;
  border-color: #00c0ff
}

.leaflet-right .geocoder-control-suggestions {
  left: auto;
  right: 0
}

.leaflet-right .geocoder-control-input {
  left: auto;
  right: 0
}

.leaflet-touch .geocoder-control {
  width: 32px;
  height: 32px
}

.leaflet-touch .geocoder-control.geocoder-control-expanded {
  width: 200px;
}

.leaflet-touch .geocoder-control-input {
  line-height: 1;
}

.leaflet-touch .geocoder-control-suggestions {
  top: 30px
}

.leaflet-oldie .geocoder-control-input,
.leaflet-oldie .geocoder-control-suggestions {
  border: 1px solid #999
}

.observation-marker
{
  text-align: center;
  border: 2px solid #334e6e;
  box-shadow: 0 0 0 #8888a9;
  color: #334e6e;
  border-radius: 30px;
  height: 28px;
  font-weight: bold;
  font-size: 12px;
  width: 28px;
  line-height: 28px;
  direction: ltr;
  pointer-events: auto;
}

.marker {
  pointer-events: none!important;
  direction:rtl;
  -webkit-box-sizing: unset!important;
  box-sizing: unset!important;
  padding: 1px;
}

.observation-marker .fa-arrow-down
{
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  padding: 50px 24px 0 24px;
  left: -39px;
  top: -21px;
  color: #334e6e;
  pointer-events: none;
}

.observation-popup > div
{
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin: -6px -6px .5em -6px;
  line-height: 30px;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid silver;
}

.observation-popup table
{
  width: 230px;
}
.observation-popup td, th
{
  padding: 0;
}
.observation-popup table td:nth-child(even) .value
{
  direction: ltr;
  display: inline-block;
  white-space: nowrap;
}

.observation-popup table td:nth-child(even) .value.unit-height::before
{
  display: inline-block;
  color: gray;
  content: 'מטר';
  padding-right: .25em;
}

.observation-popup table td:nth-child(even) .value.unit-kph::before
{
  display: inline-block;
  color: gray;
  content: 'קמ"ש';
  padding-right: .25em;
}

.observation-popup table td:nth-child(even) .value.unit-mm::before
{
  display: inline-block;
  color: gray;
  content: 'מ"מ';
  padding-right: .25em;
}

.observation-popup table td:nth-child(even) .value.unit-cm::before
{
  display: inline-block;
  color: gray;
  content: 'ס"מ';
  padding-right: .25em;
}

.observation-popup table td:nth-child(even) .value.unit-meter::before
{
  display: inline-block;
  color: gray;
  content: 'מטר';
  padding-right: .25em;
}

.observation-popup table td:nth-child(even) .value.unit-m3s::before
{
  display: inline-block;
  color: gray;
  content: 'מ"ק/שניה';
  padding-right: .25em;
}

/* popup styling */
#loading {
  position: absolute;
  top: 35%;
  background: white;
  border-radius: 10px;
  height: 4em;  
  padding: 20px 10px;
  margin-right: 40%;
  z-index: 1001;
  user-select: none;
  display: none;  
}
#loading .capture-text {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1781cd;
  line-height: 2.2em;
}

#clouds-map.app > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-popup-pane > div > div.leaflet-popup-content-wrapper > div > div > button.capturePopupButton{
  display:none !important;
}
#clouds-map.web > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-popup-pane > div > div.leaflet-popup-content-wrapper > div > div > button.capturePopupButton{
  display:block;
  position: absolute;
  left: 10px;
  bottom: 6px;  
}
.capturePopupButton {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJjYW1lcmEiPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMTYsOS41MDFjLTQuNDE5LDAtOCwzLjU4MS04LDhjMCw0LjQxOCwzLjU4MSw4LDgsOGM0LjQxOCwwLDgtMy41ODIsOC04UzIwLjQxOCw5LjUwMSwxNiw5LjUwMXogTTIwLjU1NSwyMS40MDZjLTIuMTU2LDIuNTE2LTUuOTQzLDIuODA3LTguNDU5LDAuNjVjLTIuNTE3LTIuMTU2LTIuODA3LTUuOTQ0LTAuNjUtOC40NTljMi4xNTUtMi41MTcsNS45NDMtMi44MDcsOC40NTktMC42NUMyMi40MiwxNS4xMDIsMjIuNzExLDE4Ljg5MSwyMC41NTUsMjEuNDA2eiIvPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMTYsMTMuNTAxYy0yLjIwOSwwLTMuOTk5LDEuNzkxLTQsMy45OTl2MC4wMDJjMCwwLjI3NSwwLjIyNCwwLjUsMC41LDAuNXMwLjUtMC4yMjUsMC41LTAuNVYxNy41YzAuMDAxLTEuNjU2LDEuMzQzLTIuOTk5LDMtMi45OTljMC4yNzYsMCwwLjUtMC4yMjQsMC41LTAuNVMxNi4yNzYsMTMuNTAxLDE2LDEzLjUwMXoiLz48cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTI5LjQ5Miw4LjU0MmwtNC4zMzQtMC43MjNsLTEuMzczLTMuNDM0QzIzLjMyNiwzLjI0LDIyLjIzMiwyLjUsMjEsMi41SDExYy0xLjIzMiwwLTIuMzI2LDAuNzQtMi43ODYsMS44ODZMNi44NDIsNy44MTlMMi41MDksOC41NDJDMS4wNTUsOC43ODMsMCwxMC4wMjcsMCwxMS41djE1YzAsMS42NTQsMS4zNDYsMywzLDNoMjZjMS42NTQsMCwzLTEuMzQ2LDMtM3YtMTVDMzIsMTAuMDI3LDMwLjk0NSw4Ljc4MywyOS40OTIsOC41NDJ6IE0zMCwyNi41YzAsMC41NTMtMC40NDcsMS0xLDFIM2MtMC41NTMsMC0xLTAuNDQ3LTEtMXYtMTVjMC0wLjQ4OSwwLjM1NC0wLjkwNiwwLjgzNi0wLjk4Nkw4LjI4LDkuNjA3bDEuNzkxLTQuNDc4QzEwLjIyNCw0Ljc1LDEwLjU5MSw0LjUsMTEsNC41aDEwYzAuNDA4LDAsMC43NzUsMC4yNDksMC45MjgsMC42MjlsMS43OTEsNC40NzhsNS40NDUsMC45MDdDMjkuNjQ2LDEwLjU5NCwzMCwxMS4wMTEsMzAsMTEuNVYyNi41eiIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+');
  background-color: #FFF;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: 0;
  text-align: center;
}
.white-popup {
  position: relative;
  background: #FFF;
  max-width: 400px;
  width:auto;
  top: 15%;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 10001;
  display: none;  
}
.OutsideWindow {
  left: -9999px;
}
.white-popup .popup-title {
  margin: 0;
  padding: 0.2em;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
  opacity: 0.9;
  background-color: rgb(16, 48, 85);
  color: rgba(255,255,255,0.9);
  border-radius: 10px 10px 0 0;
}
.white-popup .popup-title span {
  font-size: 16px;
  position: absolute;
  padding: 0px 4px;
  margin: 6px 8px;
  left: 0;
  color: #fff;
  width: 20px;
  cursor: pointer;
}
.white-popup .popup-title span i:hover {
  background: white;
  color: gray;
  border-radius: 5px;
  margin: 0px 0;
  padding: 0px;
  width: 20px; 
  height: 20px;
  line-height: 20px;
  opacity: 0.8;
}

.white-popup .content {
 margin: 6px;
 text-align: center;
}
.white-popup .content #screens img{
  width: 100%;
}
.white-popup .buttons {
  text-align: center;
  height: 45px;
}
.white-popup .buttons a {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  border: none;
  padding: 0.625rem 16px;
  height: 16px;
  line-height: 16px;  
  background-color: #f35800;
  border-color: #f85a00;
  color: #fff;
  text-shadow: 1px 1px 1px #387db5;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 3rem; 
  text-decoration: none;
}
.white-popup .buttons a:hover {
  background-color: #E64506;
}
/* Attribution Modal */
.attribution-modal {
  display: none; 
  position: absolute;
  z-index: 10001;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}


/* Animation for the modal to slide in */
@keyframes slideUp {
    from {
        transform: translateX(-50%) translateY(100%); /* Start off-screen */
        opacity: 0;
    }
    to {
        transform: translateX(-50%) translateY(0); /* End in place */
        opacity: 1;
    }
}

/* Animation for the modal to slide down */
@keyframes slideDown {
    from {
        transform: translateX(-50%) translateY(0); /* Start in place */
        opacity: 1;
    }
    to {
        transform: translateX(-50%) translateY(100%); /* End off-screen */
        opacity: 0;
    }
}
.attribution-modal.show {
  visibility: visible; /* Make visible */
  opacity: 1; /* Fully visible */
  transform: translateX(-50%) translateY(0); /* Slide into place */
  animation: slideUp 0.3s ease-out;
}

.attribution-modal.slide-down {
  visibility: visible; /* Keep visible during animation */
  opacity: 0; /* Fully transparent */
  transform: translateX(-50%) translateY(100%); /* Slide off-screen */
  animation: slideDown 0.3s ease-out;
}

.attribution-modal .content {
  padding: 16px;
  text-align: center;
}

#attribution-modal-body {
  direction: ltr;
  font-size: 16px;
}

.attribution-modal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.attribution-modal-title span {
  position: absolute;
  left: 14px;
  top: 6px;
  cursor: pointer;
}

.attribution-modal-title span:hover {
  color: gray;
}

.attribution-close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.attribution-close:hover,
.attribution-close:focus {
  color: black;
  text-decoration: none;
}

.manual-attribution {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.manual-attribution:empty {
  display: none;
}

#modal-background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: .50;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  z-index: 10000;
}

#modal-background.attribution-backdrop {
  background: rgba(0, 0, 0, 0.65);
  opacity: 0.85;
}
.loadingOverlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1050px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: .50;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  z-index: 1000;
  pointer-events: none;
}
.watermark {
  width: 50px;
  visibility: visible;
  bottom: 2.5em;
  right: 1em;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 736px) {
  .watermark {bottom: 1.8em;}
}
.watermark img {
  width: 40px;
}
@media screen and (max-width: 736px) {
  .white-popup {
    top: 1%; 
  }
  .white-popup{
    width: 80%;
    max-height: 100%;   
  }
  .white-popup .content #screens img {
    width: auto;
    height: 380px;
  }
  #loading {
    margin-right: 20%;
  }
  .loadingoverlay {
    width: 100%;
  }
}
.forecast-model {
  background: #415641;
  padding: 0.2em 0.5em;
  position: relative;
  overflow: hidden;
  margin: 8px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.forecast-model .subtitle {color: lightgray;line-height: 20px;}
.model {
  border-radius: 1em;
  display: inline-block;
  padding: 0.2em 0.6em;
  margin: 0.5em 0;
  color: #fff;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.forecast-model .selected {
  background-color: #d49500;
}
.forecast-model .update-time {
  float: left;
  font-size: 11px;
  opacity: 0.5;
  line-height: 20px;
  color: white;
}
.providers {
  font-size: 10px;
  color: gray;
  text-align: right;
  position: absolute;
  bottom: 8.5em;
  right: 0;
  z-index: 1000;
  margin: 0 8px 0 0;
  -webkit-tap-highlight-color: transparent;
}
.eumetsat img {
  width: 100px;
  opacity: 0.8;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
}
.imsgov img{ 
  opacity: 0.8; 
  max-height: 28px; 
  border-radius: 2px;
  /* filter: invert(100%) drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));  */
  /* -webkit-filter: invert(100%) drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));  */
}
.aemet img {
  width: 40px;
  opacity: 0.8;
  filter: invert(100%) drop-shadow(0 0 1px rgba(0, 0, 0, 0.8));
  -webkit-filter: invert(100%) drop-shadow(0 0 1px rgba(0, 0, 0, 0.8));
}
.app .eumetsat img {
  width: 50px;
  opacity: .8;
  margin: 4px 0;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
}
.watergov {
  line-height: 1em;
  position: relative;
  top: 5px;
}
.watergov img{
  width: 65px;
  opacity: .6;

}
.dwd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.app .dwd {
  align-items: flex-end;
}
.dwd .dwd{
  max-height: 36px;
  filter: invert(100%) drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
  -webkit-filter: invert(100%) drop-shadow(0 0 1px rgba(0, 0, 0, 0.6)); 
}
.noaa img{
  opacity: 0.8;
  width: 38px;
  
}
.dwd .openskiron{
  width: 75px;
  margin: 8px 0;
  filter: invert(100%) drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
  -webkit-filter: invert(100%) drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
}
.dwd .openwrf{
  width: 75px;
  margin: 8px 0;
}
.PoweredBy {
  position: absolute;
  direction: rtl;
  bottom: 5px!important;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 555;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;  
}
.PoweredBy .name img{
 filter: drop-shadow(0 0 2px rgba(0,0,0,0.8));
 pointer-events: none;
}
.PoweredBy.ScreenShot {
  bottom: 5px!important;
  justify-content: right!important; 
  margin-right: 10px;  
}
@media screen and (max-width: 736px) {
  .PoweredBy{
	bottom: 0!important;  
  }
  .PoweredBy.ScreenShot {
    bottom: 5px!important;
    justify-content: right!important; 
    margin-right: 10px;  
  }
 .PoweredBy .name img{
   width: 120px;
 }  
 .eumetsat img{
  width: 60px;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
 } 
}

.rain-layer.satellite_lightning
{
  filter: hue-rotate(190deg);
}
.leaflet-layer.satellite-natural-color-tile .leaflet-tile-container img {
  filter: brightness(1.0) contrast(1.3) saturate(1.2) hue-rotate(-15deg);
}
.leaflet-labels-layer-pane {
  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;
}
.location-label {
  text-shadow: 1px 0 0px #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  color: #496580;
  font-weight: 600;
  font-size: 11px;
}
#clouds-map.night-map > div.leaflet-pane > div.leaflet-labels-layer-pane > .label-container > .location-label {
  color: #fff;
  text-shadow: 0 0 2px #000, 0 0 1.75px #000, 0 0 1.5px #000, 0 0 1px #000, 0 0 1px #000;
}
#clouds-map.night-map {
  background: #343332;
}
.label-container {
  width: max-content !important;
  display: inline-block;
  opacity: 1;
}

.country-1, .country-2, .country-3 {
  pointer-events: none;
  text-transform: uppercase;
  opacity: .5;
  max-width: 150px;
  font-size: 10px;
  z-index: 0;
}

.city-1, .city-2, .city-3, .city-4
{
  max-width: 130px;
  z-index: 10;
}

.leaflet-labels-layer-pane .city-1:hover, .city-2:hover, .city-3:hover, .city-4:hover
{

}

.leaflet-labels-layer-pane .zoom4 .country-1
{
  opacity: .5;
  letter-spacing: 0;
}

.zoom4 .leaflet-labels-layer-pane .country-2
{
  opacity: .5;
  letter-spacing: 0;
  font-size: 8px;
}

.zoom5 .leaflet-labels-layer-pane .city-1
{
  font-size: 11px;
}

.zoom5 .leaflet-labels-layer-pane .city-2
{
  font-size: 11px;
}

.zoom5 .leaflet-labels-layer-pane .city-3
{
  font-size: 10px;
}

.zoom5 .leaflet-labels-layer-pane .city-4
{
  font-size: 9px;
}

.zoom5 .leaflet-labels-layer-pane .country-1
{
  letter-spacing: 4px;
}

.zoom5 .leaflet-labels-layer-pane .country-2
{
  letter-spacing: 0;
  font-size: 9.5px;
}

.zoom6 .leaflet-labels-layer-pane .city-1
{
  font-size: 12px;
}

.zoom6 .leaflet-labels-layer-pane .city-2
{
  font-size: 11px;
}

.zoom6 .leaflet-labels-layer-pane .city-3
{
  font-size: 11px;
}

.zoom6 .leaflet-labels-layer-pane .city-4
{
  font-size: 10px;
}

.zoom6 .leaflet-labels-layer-pane .country-1
{
  letter-spacing: 5px;
  font-size: 15px;
}

.zoom6 .leaflet-labels-layer-pane .country-2
{
  letter-spacing: 1px;
  font-size: 12px;
}

.zoom6 .leaflet-labels-layer-pane .country-3
{
  letter-spacing: 1px;
  font-size: 11px;
}

.zoom7 .leaflet-labels-layer-pane .city-1
{
  font-size: 13px;
}

.zoom7 .leaflet-labels-layer-pane .city-2
{
  font-size: 12px;
}

.zoom7 .leaflet-labels-layer-pane .city-3
{
  font-size: 11px;
}

.zoom7 .leaflet-labels-layer-pane .city-4
{
  font-size: 10px;
}

.zoom7 .leaflet-labels-layer-pane .country-1
{
  letter-spacing: 6px;
  font-size: 17px;
}

.zoom7 .leaflet-labels-layer-pane .country-2
{
  letter-spacing: 3px;
  font-size: 16px;
}

.zoom7 .leaflet-labels-layer-pane .country-3
{
  letter-spacing: 1px;
  font-size: 14px;
}

.zoom8 .leaflet-labels-layer-pane .city-1
{
  font-size: 13px;
}

.zoom8 .leaflet-labels-layer-pane .city-2
{
  font-size: 12px;
}

.zoom8 .leaflet-labels-layer-pane .city-3
{
  font-size: 10px;
}

.zoom8 .leaflet-labels-layer-pane .city-4
{
  font-size: 10px;
}

.zoom9 .leaflet-labels-layer-pane .city-1
{
  font-size: 14px;
}

.zoom9 .leaflet-labels-layer-pane .city-2
{
  font-size: 13px
}

.zoom9 .leaflet-labels-layer-pane .city-3
{
  font-size: 12px;
}

.zoom9 .leaflet-labels-layer-pane .city-4
{
  font-size: 11px;
}

.zoom10 .leaflet-labels-layer-pane .city-1
{
  font-size: 15px;
}

.zoom10 .leaflet-labels-layer-pane .city-2
{
  font-size: 14px;
}

.zoom10 .leaflet-labels-layer-pane .city-3
{
  font-size: 12px;
}

.zoom10 .leaflet-labels-layer-pane .city-4
{
  font-size: 12px;
}

.zoom11 .leaflet-labels-layer-pane .city-1
{
  font-size: 16px;
}

.zoom11 .leaflet-labels-layer-pane .city-2
{
  font-size: 15px;
}

.zoom11 .leaflet-labels-layer-pane .city-3
{
  font-size: 14px;
}

.zoom11 .leaflet-labels-layer-pane .city-4
{
  font-size: 10px;
}

.lock-base-map .overlays-nav__content .overlaysbar-submenu > li > a.switch_map
{
  color: gray;
  cursor: not-allowed;
}
