[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
html,
body {
  width: 100%;
  height: 100vh;
  margin: 0;
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  overflow-x: hidden;
}
* {
  outline: none;
  box-sizing: border-box;
}
img {
  border: 0;
}
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
.l-container {
  height: 100%;
  display: grid;
  grid-template-rows: [header] 5rem [body] auto [footer] 4rem;
  grid-template-columns: 1fr;
}
.l-header,
.l-footer {
  grid-column: 1;
  width: 100vw;
  padding: 4px;
  display: flex;
  flex-direction: row;
  z-index: 100;
}
@media screen and (max-height: 414px) {
  .l-header.hidden,
  .l-footer.hidden {
    display: none;
  }
}
.l-header {
  grid-row-start: header;
}
.l-header.mobile .menu,
.l-header.mobile .clear-btn {
  width: 58px;
  min-width: 58px;
}
.l-footer {
  grid-row-start: footer;
  background: linear-gradient(0, rgba(12, 43, 74, 0.5) 0%, rgba(12, 43, 74, 0) 100%);
}
.l-content {
  grid-row: header / span 3;
  grid-column: 1;
  position: relative;
  width: 100vw;
}
.l-weather-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-pane-left,
.l-pane-center,
.l-pane-right {
  position: absolute;
  top: 0;
  overflow-y: auto;
  height: 0;
  bottom: auto;
  z-index: 200;
}
.l-pane-left.show,
.l-pane-center.show,
.l-pane-right.show {
  height: auto;
  box-shadow: 0px 3px 36px #0c2b4a;
}
.l-pane-left h1,
.l-pane-center h1,
.l-pane-right h1 {
  font-size: 20px;
  font-weight: 400;
  margin: 24px 0;
}
.l-pane-left h2,
.l-pane-center h2,
.l-pane-right h2 {
  font-size: 16px;
  font-weight: 200;
  margin: 24px 0 12px;
}
.l-pane-left,
.l-pane-right {
  width: 320px;
}
.l-pane-center {
  top: 4px;
  left: 66px;
  right: 4px;
  display: flex;
  border-radius: 6px;
  max-width: 800px;
}
.l-pane-left {
  left: 4px;
  border-radius: 6px;
  top: 4px;
}
.l-pane-left.l-pane-left-details-showed {
  width: 626px;
}
@media screen and (max-height: 414px) {
  .l-pane-left.expanded {
    bottom: 4px;
  }
}
.l-pane-left.mobile {
  right: 4px;
  width: auto;
  top: 4px;
  bottom: 4px;
}
.l-pane-right {
  right: 0;
}
.pane-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 12px 24px 24px;
}
.pane-header:hover {
  background-image: linear-gradient(270deg, rgba(13, 185, 240, 0.15), transparent);
  cursor: pointer;
}
.pane-header h1 {
  margin: 0;
}
.l-keyscale {
  position: absolute;
  top: 128px;
  right: 16px;
  bottom: 128px;
  height: auto;
  width: auto;
  pointer-events: none;
}
.l-pane-option-details {
  position: absolute;
  left: 288px;
  top: 0;
  bottom: 64px;
  width: 338px;
  height: 100%;
  cursor: auto;
  user-select: none;
  overflow: hidden;
}
.m-logo img {
  display: block;
  height: 64px;
  width: 125px;
  cursor: pointer;
}
.toolbar {
  display: flex;
}
.toolbar > .toolbar-group {
  margin-right: 2px;
}
.toolbar-group {
  display: flex;
  flex: 0 1 auto;
  padding: 1px;
  background-color: rgba(12, 43, 74, 0.7);
  border-radius: 6px;
  transition: background-color 100ms ease-in-out;
}
.toolbar-group:hover {
  background-color: #0c2b4a;
}
.l-footer .toolbar {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.pane-current-meteotypes {
  display: flex;
  background-color: #0c2b4a;
  opacity: 0.8;
  border-radius: 6px;
  margin: 2px 4px;
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 2;
}
.m-current-forecast {
  display: flex;
  align-items: center;
  min-width: 208px;
  cursor: pointer;
  padding: 9px 10px;
  box-sizing: border-box;
}
.m-current-forecast .current-forecast-preview {
  margin-right: 10px;
}
.m-current-forecast .description {
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-current-forecast .description span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0px;
  max-width: 130px;
}
.m-current-forecast .description span.title {
  font-size: 14px;
  text-align: left;
  font-weight: Medium;
  color: #ffffff;
}
.m-current-forecast .description span.details {
  font-size: 12px;
  text-align: left;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.6;
}
.m-current-forecast.mobile {
  flex: 1 1 auto;
  min-width: auto;
}
.m-toolbar-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 100%;
  border-radius: 4px;
  transition: background 100ms ease-in-out;
  cursor: pointer;
  font-size: 0.75rem;
}
.m-toolbar-button:hover {
  background-color: #004c73;
}
.m-toolbar-button:active {
  background-color: #148ac7;
}
.m-toolbar-button img,
.m-toolbar-button .svg-icon {
  display: block;
  width: 40px;
  height: 40px;
}
.m-toolbar-button label {
  display: block;
  line-height: 18px;
  box-sizing: border-box;
}
.m-toolbar-button label:hover {
  cursor: pointer;
}
.m-settings.opened {
  height: 76px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px 5px 0px 0px;
}
.m-settings.opened span {
  color: #0c2b4a;
  margin-top: 12px;
}
.m-settings.opened img {
  width: 16px;
  height: 16px;
  margin: 4px;
}
.m-meteotypes {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.m-meteotypes.m-meteotypes-expanded {
  height: max-content;
  background-color: #0c2b4a;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.m-meteotypes.m-meteotypes-expanded .m-meteotype {
  height: 4.5rem;
}
.m-meteotypes.mobile {
  max-width: 100%;
}
.m-meteotypes.mobile .m-meteotype {
  flex: 1 1 0px;
}
.m-meteotype {
  margin-right: 1px;
  text-align: center;
  cursor: pointer;
}
.m-meteotype:last-child {
  margin: 0;
}
.m-meteotype.current {
  background-color: #148AC7;
}
.m-meteotype.current .svg-icon svg path,
.m-meteotype.current .svg-icon svg circle {
  fill: white;
}
.m-meteotype.current .svg-icon svg path:first-child {
  fill: none;
}
.m-meteotype.disabled {
  opacity: 0.5;
}
.m-meteotype.disabled .svg-icon svg path,
.m-meteotype.disabled .svg-icon svg circle {
  fill: white;
}
.m-meteotype.disabled .svg-icon svg path:first-child {
  fill: none;
}
.m-meteotype .svg-icon svg path,
.m-meteotype .svg-icon svg circle {
  fill: #1FB8E7;
}
.m-meteotype .svg-icon svg path:first-child {
  fill: none;
}
#more-meteotypes.active {
  background-color: #148ac7;
}
#more-meteotypes.active img {
  transform: rotate(180deg);
}
.more-mobile {
  flex: 0 1 160px;
}
.more-mobile .more-icon {
  width: 32px;
}
.more-mobile .m-toolbar-button {
  flex: 1 1 95px;
  flex-flow: row;
  padding: 0 8px;
}
.more-mobile .m-toolbar-button .more-action {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.more-mobile .m-toolbar-button .more-action .svg-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.more-mobile .m-toolbar-button .more-action .svg-icon svg path,
.more-mobile .m-toolbar-button .more-action .svg-icon svg circle {
  fill: #1FB8E7;
}
.more-mobile .m-toolbar-button .more-action .svg-icon svg path:first-child {
  fill: none;
}
.m-button {
  height: 64px;
  padding: 0 4px;
  border: 0;
  background-color: transparent;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.m-button img {
  cursor: pointer;
}
.m-clock {
  padding: 0 8px;
  font-size: 0.75rem;
  line-height: 18px;
  width: 90px;
  display: flex;
  align-items: center;
}
.m-timeline-buttons .m-toolbar-button {
  min-width: 54px;
}
.m-timeline-buttons img.bwd-btn {
  transform: rotate(180deg);
}
.m-timeline-buttons .icon.svg .a {
  opacity: 1;
}
.m-timeline {
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  flex-grow: 1;
}
.m-timeline .day {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 auto;
  margin-right: 1px;
}
.m-timeline .day.hl {
  background-color: #148ac7;
  border-radius: 4px;
}
.m-timeline .day.hl .frame {
  border-color: rgba(255, 255, 255, 0.2);
}
.m-timeline .dayframes {
  flex: 1 1 50%;
  display: flex;
}
.m-timeline .frame {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 4px solid #148ac7;
  overflow: hidden;
}
.m-timeline .frame:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.m-timeline .frame.hl {
  border-color: white !important;
  justify-content: center;
}
.m-timeline .frame.hl .delta {
  width: 15px;
  height: 15px;
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 17.5px;
}
.m-timeline .frame.hl .hours {
  position: absolute;
  font-size: 10px;
  top: 3px;
}
.m-timeline .frame:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 4px;
  top: 8px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.m-timeline .frame:first-child::after {
  background: transparent;
}
.m-timeline .daytitle {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 50%;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.75rem;
  align-items: center;
  justify-content: center;
  /*
    &::after {
      content: "";
      position: absolute;
      width: 2px;
      height: 4px;
      background-color: #0c2b4a;
      top: 20px;
      right: -1px;
    }

    &::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 4px;
      background-color: #0c2b4a;
      top: 20px;
      left: 0px;
    }*/
}
.m-timeline .daytitle.hl::after,
.m-timeline .daytitle.hl::before {
  background-color: transparent;
}
.scrollable {
  overflow-y: auto ;
  scrollbar-width: thin;
}
.scrollable::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: #b9c6d5;
  cursor: pointer;
  -webkit-border-radius: 4px;
}
.scrollable::-webkit-scrollbar-corner {
  background-color: #0c2b4a;
}
.m-select-forecast {
  background: linear-gradient(307deg, #215a92 0%, #0b1f33 100%);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.m-select-forecast .scrollable {
  padding: 0 1rem;
  margin: 0 .5rem 1rem;
}
.m-select-forecast .precision {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.m-select-forecast .forecast {
  border: 1px solid transparent;
  flex-basis: 240px;
  display: flex;
  flex-direction: row;
  padding: 12px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 150ms ease-in-out;
}
.m-select-forecast .forecast.current {
  border-color: rgba(20, 138, 199, 0.4);
}
.m-select-forecast .forecast:hover {
  background: rgba(20, 138, 199, 0.2);
}
.m-select-forecast .forecast-description {
  flex-grow: 1;
  display: flex;
  margin-left: 12px;
  flex-direction: column;
  justify-content: center;
}
.m-select-forecast .forecast-description .forecast-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}
.m-select-forecast .forecast-description .forecast-details {
  font-size: 14px;
  font-weight: 300;
}
.modal-close {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal-close img {
  width: 12px;
  height: auto;
  margin: 8px;
}
.m-favs {
  width: 300px;
}
.m-favs,
.m-favs ul,
.m-favs li {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  margin: 0;
}
.m-favs button {
  cursor: pointer;
  margin: 0.25em;
  border: none;
  text-align: left;
  color: #fff;
  background-color: transparent;
  font-size: 16px;
}
.m-favs button.back {
  color: #0c2b4a;
  background-color: #6eaae7;
}
.zoom {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 82px;
  display: flex;
  flex-direction: column;
  left: 16px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.zoom button {
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  transition: all 150ms ease-in-out;
}
.zoom img {
  border: 0;
}
.keyscale {
  position: absolute;
  bottom: 62px;
  right: 4px;
  height: auto;
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 0px 3px black;
}
.keyscale,
.keyscale * {
  pointer-events: none;
}
.keyscale .keyscale-cell {
  padding: 0.2em 0.5em 0.2em 1em;
  vertical-align: middle;
  text-align: right;
}
.keyscale .keyscale-cell:first-child {
  border-radius: 4px 4px 0 0;
}
.keyscale .keyscale-cell:last-child {
  border-radius: 0 0 4px 4px;
}
.keyscale .keyscale-units {
  height: 1.5em;
  text-align: center;
}
.mgram {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.settings-pane {
  display: grid;
  grid-template-rows: [header] 72px [body] auto;
  grid-template-columns: [list] 320px [details] 0;
  background-color: white;
  color: #0C2B4A;
  width: auto;
}
.settings-pane.expanded {
  grid-template-columns: [list] 320px [details] 340px;
}
.settings-pane .pane-header {
  grid-row: header;
  grid-column: 1 / span 2;
}
.settings-pane .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  margin-left: 4px;
  padding-left: 19px;
  padding-right: 12px;
  user-select: none;
  cursor: pointer;
}
.settings-pane .option .option-name {
  font-size: 16px;
  color: #0c2b4a;
}
.settings-pane .option.option-selected {
  border-radius: 6px 0 0 6px;
  background: linear-gradient(110deg, rgba(32, 184, 232, 0.4) 0%, #ebf1f8);
}
.settings-pane .option.option-selected .option-name {
  margin-left: 4px;
}
.settings-list {
  grid-row: body;
  grid-column: list;
  display: flex;
  flex-flow: column;
  flex: 1;
}
.settings-details {
  grid-row: body;
  grid-column: details;
  display: flex;
  flex-flow: column;
}
.form.mobile {
  /*right: 4px;
  width: auto;*/
}
.form.mobile .options {
  width: auto;
}
.form.mobile .l-pane-option-details {
  left: 0px;
  right: 0px;
  width: auto;
}
.form.mobile .sections {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form.mobile .sections .form-field.map-type {
  width: 100%;
}
.opacity-lr {
  position: relative;
  width: 284px;
}
.opacity-lr .opacity-lr-sldr {
  padding: 0 10px;
}
.opacity-lr .percentage {
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 47px;
}
.form-header {
  margin: 0;
  background-color: #1e4e83;
  line-height: 2em;
  text-align: center;
  font-size: 1.4em;
  color: #ffffff;
}
.form-slider {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 1rem 1.5rem;
}
.form-slider:last-child {
  border-bottom: 0;
}
.form-label {
  line-height: 1.4em;
  color: #000;
}
.form-button-group {
  width: 100%;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.form-button {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  border: 1px solid white;
  background: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
  align-items: center;
  transition: all ease-in-out 100ms;
}
.form-button.hl {
  border-color: #2867ac;
}
.form-button:hover {
  background-color: rgba(20, 138, 199, 0.1);
}
.map-type-preview {
  width: 64px;
  height: 64px;
  background: #ccc;
  margin-bottom: 8px;
}
.rzslider .rz-pointer {
  background-color: #1965b1;
  width: 20px !important;
  height: 20px !important;
  top: -9px !important;
}
.rzslider .rz-pointer:after {
  top: 6px !important;
  left: 6px !important;
  background-color: white !important;
}
.rz-limit {
  opacity: 1 !important;
}
.rz-floor,
.rz-ceil {
  font-size: 12px;
  bottom: -24px !important;
}
.rzslider {
  margin: 16px 0 24px !important;
}
.opt-details {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(110deg, #ebf1f8 0%, white 100%);
}
.opt-details .details {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 12px 18px 18px 18px;
  font-size: 14px;
  box-sizing: border-box;
}
.opt-details .details.details-toolbar {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}
.opt-details .back {
  padding: 12px 12px 0 12px;
}
.opt-details .back button {
  width: 100%;
  height: 44px;
  border: 2px solid #148ac7;
  border-radius: 21px;
  color: white;
  background-color: #148ac7;
  font-size: 14px;
}
.opt-details .back button:active {
  background-color: #006295;
}
.opt-details .tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
}
.opt-details .tab:last-child {
  border-radius: 0 6px 0 0;
}
.opt-details .tab-selected {
  background-color: #0c2b4a;
  color: white;
}
.opt-details .note {
  font-size: 14px;
  height: 34px;
  text-align: center;
  color: #0c2b4a;
  white-space: pre-line;
}
.opt-details .options-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
  overflow: auto;
  padding: 0 14px;
  scrollbar-width: thin;
}
.opt-details .options-selector::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.opt-details .options-selector::-webkit-scrollbar-thumb {
  background-color: #b9c6d5;
  cursor: pointer;
  -webkit-border-radius: 4px;
}
.opt-details .options-selector::-webkit-scrollbar-corner {
  background-color: #0c2b4a;
}
.opt-details .opt-mt-tab {
  align-items: center;
  display: flex;
  flex-shrink: 1;
  position: relative;
  width: 140px;
  height: 48px;
  border: 1px solid rgba(12, 43, 74, 0.1);
  border-radius: 4px;
  margin: 6px;
  box-sizing: border-box;
  padding: 8px;
  cursor: pointer;
}
.opt-details .opt-mt-tab.mt-tab-checked {
  border: none;
  background-color: rgba(185, 198, 213, 0.4);
  padding-left: 9px;
}
.opt-details .opt-mt-tab .mt-tab-icon {
  width: 32px;
  height: 32px;
}
.opt-details .opt-mt-tab .mt-tab-icon svg path,
.opt-details .opt-mt-tab .mt-tab-icon svg circle {
  fill: #006295;
}
.opt-details .opt-mt-tab .mt-tab-icon svg path:first-child {
  fill: none;
}
.opt-details .opt-mt-tab .mt-tab-name {
  margin-left: 6px;
  font-size: 14px;
}
.opt-details .opt-mt-tab .mt-tab-checked-icon {
  position: absolute;
  right: -4px;
  top: -4px;
}
@media screen and (max-width: 360px) {
  .opt-details .opt-mt-tab {
    flex-grow: 1;
  }
}
.custom-marker {
  width: 105px;
  height: 74px;
  background: #0c2b4a;
  border-radius: 6px 6px 6px 0px;
  opacity: 0.9;
}
.gm-style-iw-a .gm-style-iw.gm-style-iw-c,
.gm-style-iw-a .gm-style-iw-d {
  display: flex;
  padding: 0 !important;
  width: 114px;
  background: #0c2b4a;
  border-radius: 6px 6px 6px 0px;
  opacity: 0.8 !important;
}
.gm-style-iw-a .gm-style-iw.gm-style-iw-c {
  top: -18px !important;
  left: 51px !important;
}
.gm-style-iw-a .gm-style-iw.gm-style-iw-c button {
  display: none !important;
}
.gm-style-iw-a .gm-style-iw.gm-style-iw-c .arrow-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1px;
  padding-right: 5px;
  width: 20px;
  height: 54px;
  border-radius: 6px;
  cursor: pointer;
}
.gm-style-iw-a .gm-style-iw.gm-style-iw-c .arrow-btn-box:hover {
  background-color: #004c73;
}
.gm-style-iw-a .gm-style-iw.gm-style-iw-c .arrow-btn-box.active {
  padding: 0 0 0 5px;
}
.gm-style-iw-a .gm-style-iw.gm-style-iw-c .arrow-btn-box.active .arrow-btn {
  transform: rotate(135deg);
}
.gm-style-iw-a .gm-style-iw.gm-style-iw-c .arrow-btn {
  width: 11px;
  height: 11px;
  border: 2px solid white;
  box-sizing: border-box;
  transform: rotate(-45deg);
  border-left: none;
  border-top: none;
}
.gm-style-iw-a .gm-style-iw.gm-style-iw-c .flex-container {
  display: flex !important;
  align-items: center !important;
  width: 114px;
  justify-content: space-between;
  box-sizing: border-box;
}
.gm-style-iw-a .gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style-iw-a .gm-style-iw-t {
  right: -4px !important;
  bottom: 27px !important;
}
.gm-style-iw-a .gm-style-iw-t::after {
  content: "";
  height: 31px;
  position: absolute;
  top: -19px !important;
  left: -6px !important;
  width: 0;
  border-right: 2px solid #0c2b4a;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.gm-style-iw-a .gm-style-iw-t::before {
  content: "";
  border: 2px solid #0c2b4a;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  left: -9px;
  bottom: -21px;
  box-shadow: 0px 0px 0px 2px #ffffff !important;
  background-color: white;
}
ul.lat-lng-data {
  list-style-type: none !important;
  padding: 10px 4px 10px 10px;
  margin: 0;
  line-height: 18px;
  user-select: none;
}
ul.lat-lng-data li {
  text-align: left;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
}
ul.lat-lng-data li div {
  opacity: 1;
}
.gm-fullscreen-control {
  top: 70px !important;
}
.panel-meteo-details {
  display: flex;
  flex-flow: column;
  top: 50%;
  bottom: 64px;
  left: 4px;
  box-shadow: 0px 3px 36px #0c2b4a;
  background-color: #0a1c39;
  opacity: 1;
  position: absolute;
  width: 260px;
  border-radius: 6px;
  scrollbar-width: thin;
}
.panel-meteo-details::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.panel-meteo-details::-webkit-scrollbar-thumb {
  background-color: #b9c6d5;
  cursor: pointer;
  -webkit-border-radius: 4px;
}
.panel-meteo-details::-webkit-scrollbar-corner {
  background-color: #0c2b4a;
}
.panel-meteo-details.mgrm-showed {
  width: calc(100% - 8px);
}
.panel-meteo-details .top-box {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 8px 1px 8px 24px;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.panel-meteo-details .top-box .waypoint {
  display: flex;
  align-items: center;
}
.panel-meteo-details .top-box .waypoint span {
  margin-left: 15px;
}
.panel-meteo-details .top-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.panel-meteo-details .top-box .icon img svg path,
.panel-meteo-details .top-box .icon img svg circle {
  fill: #8eceff;
}
.panel-meteo-details .top-box .icon img svg path:first-child {
  fill: none;
}
.panel-meteo-details .top-box .mgrm-icon {
  height: 57px !important;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
}
.panel-meteo-details .top-box .mgrm-icon svg path,
.panel-meteo-details .top-box .mgrm-icon svg circle,
.panel-meteo-details .top-box .mgrm-icon svg .c {
  fill: #1fb8e7;
}
.panel-meteo-details .top-box .mgrm-icon svg .b {
  stroke: #148ac7;
  fill: none;
}
.panel-meteo-details .top-box .mgrm-icon svg .c,
.panel-meteo-details .top-box .mgrm-icon svg .b {
  opacity: 1;
}
.panel-meteo-details .top-box .mgrm-icon svg path:first-child {
  fill: none;
}
.panel-meteo-details .top-box .mgrm-icon:hover {
  background-color: #004c73;
}
.panel-meteo-details .top-box .m-meteotype.m-toolbar-button {
  height: 69px;
  margin: 1px 0px;
}
.panel-meteo-details .mgrm-hide-btn {
  height: 57px !important;
  position: absolute;
  right: 0px;
  top: 0px;
}
.panel-meteo-details .mgrm-hide {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 6px;
  transform: rotate(90deg);
}
.panel-meteo-details .bottom-box {
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 2px;
  scrollbar-width: thin;
}
.panel-meteo-details .bottom-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.panel-meteo-details .bottom-box::-webkit-scrollbar-thumb {
  background-color: #b9c6d5;
  cursor: pointer;
  -webkit-border-radius: 4px;
}
.panel-meteo-details .bottom-box::-webkit-scrollbar-corner {
  background-color: #0c2b4a;
}
.panel-meteo-details .bottom-box .mt {
  display: flex;
  width: 260px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.panel-meteo-details .bottom-box .mt .icon {
  width: 32px;
  height: 32px;
  margin: 10px 0;
}
.panel-meteo-details .bottom-box .mt .icon svg path,
.panel-meteo-details .bottom-box .mt .icon svg circle {
  fill: #8eceff;
}
.panel-meteo-details .bottom-box .mt .icon svg path:first-child {
  fill: none;
}
.panel-meteo-details .bottom-box .mt:last-child {
  border: none;
}
.panel-meteo-details .bottom-box .mt-icon-name-box {
  display: flex;
  width: 140px;
}
.panel-meteo-details .bottom-box .mt-name {
  width: 76px;
  font-size: 12px;
  margin: 0 12px;
  display: flex;
  align-items: center;
}
.panel-meteo-details .bottom-box .mt-values {
  display: flex;
  width: 100%;
}
.panel-meteo-details .bottom-box .mt-value {
  width: 100%;
  font-size: 12px;
  position: relative;
  margin-left: 10px;
}
.panel-meteo-details .bottom-box .mt-value::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 4px;
  height: 16px;
}
.panel-meteo-details .bottom-box .mt-value.yellow::before {
  background-color: #f18c16;
}
.panel-meteo-details .bottom-box .mt-value.red::before {
  background-color: #f64a4a;
}
.panel-meteo-details .bottom-box .mt-value.blue::before {
  background-color: #148ac7;
}
.panel-meteo-details .bottom-box .mt-value-single {
  display: flex;
  align-items: center;
  padding-left: 2px;
  height: 60px;
}
.panel-meteo-details .bottom-box ul {
  list-style-type: none !important;
  padding: 0;
  line-height: 18px;
  margin: 0 !important;
}
.panel-meteo-details .bottom-box ul li {
  display: flex;
  align-items: center;
  padding-left: 2px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 30px;
  box-sizing: border-box;
}
.panel-meteo-details .bottom-box ul li:last-child {
  border-bottom: none;
}
.panel-meteo-details .bottom-box .no-data {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100px;
  font-size: 30px;
  z-index: 1;
  align-self: center;
  font-size: 14px;
}
.meteo-scan-and-mgrm {
  display: flex;
  flex-direction: row;
}
.meteo-scan {
  display: flex;
  flex-direction: column;
}
.mgrm {
  display: flex;
  cursor: auto;
  user-select: none;
  width: calc(100% - 305px);
}
.mgrm.border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mgrm .charts {
  display: flex;
  margin-left: 60px;
  margin-right: 10px;
  position: relative;
  flex-grow: 1;
}
.mgrm .charts canvas {
  position: absolute;
  top: 67px;
  height: 173px !important;
  pointer-events: none;
}
.mgrm .charts .axis {
  display: flex;
  flex-direction: column;
  top: 67px;
  position: absolute;
  font-size: 12px;
}
.mgrm .charts .axis.press-axis {
  right: -15px;
}
.mgrm .charts .axis.press-axis .scale::after {
  content: "";
  width: 12px;
  position: absolute;
  border-top: solid 1px #f64a4a;
  left: -15px;
}
.mgrm .charts .axis.temp-axis {
  left: -15px;
}
.mgrm .charts .axis.temp-axis .scale {
  justify-content: flex-end;
}
.mgrm .charts .axis.temp-axis .scale::after {
  content: "";
  width: 12px;
  position: absolute;
  border-top: solid 1px #f18c16;
  right: -15px;
}
.mgrm .charts .axis .tick-box {
  display: flex;
  flex-direction: column;
}
.mgrm .charts .axis .tick {
  flex-grow: 1;
}
.mgrm .charts .axis .tick::after {
  content: "";
  width: 5px;
  position: absolute;
  border-top: solid 1px #f18c16;
  right: -15px;
}
.mgrm .charts .axis.press-axis .tick::after {
  border-color: #f64a4a;
  right: 10px;
}
.mgrm .charts .value {
  position: absolute;
  top: -7px;
}
.mgrm .charts .scale {
  display: flex;
  position: relative;
  height: 28.84px;
}
.mgrm .charts .scale:last-child .tick-box {
  display: none;
}
.mgrm .mgrm-step {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.mgrm .mgrm-step-item {
  height: 60px;
  position: relative;
  min-height: 60px;
}
.mgrm .step-even {
  background-color: rgba(20, 138, 199, 0.1) !important;
}
.mgrm .hl {
  background-color: rgba(20, 138, 199, 0.9) !important;
}
.mgrm .direction-icon {
  display: flex;
  position: absolute;
  top: 8px;
  margin-left: 25%;
  fill: #40d900;
}
.mgrm .direction-icon svg {
  width: 10px;
  height: 10px;
}
.mgrm .wind-value,
.mgrm .precip-value,
.mgrm .wave-value {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
}
.mgrm .wind-value {
  align-items: center;
  height: 30px;
  color: #0c2b4a;
  font-size: 10px;
  bottom: 0;
}
.mgrm .precip-value {
  background-color: #148ac7;
  bottom: 0;
  border-bottom: solid 0.1px #148ac7;
}
.mgrm .precip-value .value {
  font-size: 11px;
  color: #8eceff;
  position: absolute;
  top: -20px;
  width: 20px;
  white-space: nowrap;
  transform: rotate(-90deg);
}
.mgrm .wave-value {
  align-items: center;
  height: 30px;
  color: #0c2b4a;
  font-size: 10px;
  bottom: 0;
}
.close-panel-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(75% - 72px);
  left: 264px;
  opacity: 0.2;
  height: 50px;
  width: 15px;
  background-color: #0a1c39;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.close-panel-btn svg {
  width: 8px;
  height: 8px;
  fill: white;
}
.close-panel-btn:hover {
  opacity: 1;
}
.spinner {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100px;
  font-size: 30px;
  z-index: 1;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:before {
  display: inline-block;
  content: " ";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0);
  border-top-color: white;
  border-left-color: white;
  animation: spinner 0.6s linear infinite;
}
.angular-tooltip {
  background: #0c2b4a;
  border: 2px solid #0c2b4a;
  font-size: 0.75rem;
  transition: all ease-in-out 200ms;
}
@media (max-width: 800px) {
  #meteotypes-selector {
    position: absolute;
    top: 4rem;
    right: 4px;
    padding: 0;
    width: 160px;
    background: none;
    max-height: 70vh;
    overflow-y: auto;
  }
  .m-meteotypes-expanded {
    width: 100%;
    flex-direction: column;
    overflow-y: scroll;
  }
  .m-meteotypes-expanded .m-meteotype {
    flex-flow: row;
    justify-content: flex-start;
    height: 4.5rem;
  }
  .m-meteotypes-expanded .m-meteotype .svg-icon {
    width: 32px;
    height: 32px;
    margin: 0 12px;
  }
  .m-meteotype {
    flex: 0 1 3rem;
  }
  .current-forecast-preview {
    display: none;
  }
  .l-container {
    grid-template-rows: [header] 4rem [body] auto [footer] 4rem;
  }
  .l-pane-center.show {
    max-height: unset;
    bottom: 4px;
    left: 4px;
    right: 4px;
  }
  .m-timeline {
    overflow-x: scroll;
  }
  .m-timeline .day {
    min-width: 65%;
  }
  .toolbar .m-clock {
    display: none;
  }
  .toolbar .m-fullscreen {
    display: none;
  }
  #main-toolbar {
    flex: 1 1 auto;
  }
  .settings-pane {
    grid-template-columns: [list] 100% [details] 0;
  }
  .settings-pane.expanded {
    grid-template-columns: [list] 0 [details] 100%;
  }
  .m-settings label {
    display: none;
  }
  .zoom {
    display: none;
  }
}

/*# sourceMappingURL=app.css.map */
