@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap);
:root {
  --bs-primary: #389b46;
  --bs-font-sans-serif: "Kanit";
  --green-dark: #1e9a35;
  --green-light: #24a637;
  --bs-dark: #4c4c4c;
  --bs-dark-rgb: #4c4c4c;
  --bs-black-rgb: #4c4c4c;
  --bs-primary-rgb: 56, 155, 70;
  --bs-primary-bg-subtle: #24a6372a;
  --bs-primary-bg-subtle-rgb: 36, 166, 55;
  --bs-tooltip-bg: white;
  --bs-tooltip-color: #4c4c4c;
  --background-primary: rgba(20, 26, 34, 0.8);
  --background-primary-rgb: 20, 26, 34;
  --backdrop-filter-blur: 5px; }

.btn-primary {
  --bs-btn-disabled-bg: #24a637; }

body {
  font-family: var(--bs-font-sans-serif);
  color: #4c4c4c;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden; }

hr {
  margin-top: 10px;
  margin-bottom: 4px; }

hr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

.hover-gray:hover {
  background-color: #f0f0f0 !important; }

.cursor-pointer {
  cursor: pointer; }

.cursor-move {
  cursor: move; }

.hide {
  opacity: 0;
  visibility: hidden;
  height: 0; }

.btn-primary {
  color: white !important;
  background-color: var(--green-light);
  border: none !important; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: var(--green-dark) !important; }

.btn-disabled {
  pointer-events: none; }
  .btn-disabled:disabled {
    border: none; }

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.text-dark {
  color: var(--bs-dark); }

.color-af {
  color: #afafaf; }

.modal-content {
  background-color: #f5f5f5; }

.modal-body {
  max-height: 70vh;
  overflow-y: auto; }

.bg-green-light {
  background-color: #24a6372a; }

.d-height-none {
  height: 0 !important; }

.footer {
  background-color: var(--green-dark); }

.tooltip {
  --bs-tooltip-bg: white;
  --bs-tooltip-color: #4c4c4c; }

.bg-gray-subtle {
  background-color: #f5f5f5; }

.text-gray-subtle {
  color: #f5f5f5; }

.bg-white-subtle {
  background-color: rgba(255, 255, 255, 0.8); }

.border-gray {
  border-color: #dee2e6 !important; }

.fs-7 {
  font-size: 0.875rem; }

.align-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-outline-light:hover {
  background-color: #ddd; }

.btn-outline-light.active {
  background-color: #ddd; }

.circle {
  aspect-ratio: 1/1; }

.flex-center {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.flex-center-not-important {
  display: flex;
  align-items: center;
  justify-content: center; }

.template {
  display: none !important; }

input[type="range"]::-webkit-slider-thumb, input[type="range"]::-moz-range-thumb {
  background-color: var(--bs-primary);
  transform: scale(0.8); }

.d-none {
  display: none !important; }

.shadow-xl {
  box-shadow: 0 0 4px 0 #000; }

.fa-times {
  margin-right: 1px; }

.header {
  height: 4rem !important;
  max-height: 4rem !important;
  backdrop-filter: blur(var(--backdrop-filter-blur));
  background: rgba(0, 99, 18, 0.8);
  opacity: 0.98;
  box-shadow: 0 0 4px 0 #000;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3; }
  .header .logo {
    /* height: 6vh; */
    height: 90% !important;
    max-height: 90% !important;
    max-width: 400px !important;
    /* width: auto; */ }
    .header .logo img {
      width: 460px; }

.popover-body {
  margin: 0.3rem;
  padding: 0.3rem;
  background-color: #f8f9fa; }

.avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #4c4c4c; }

.header-temp {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-size: 2.3rem;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 5px black;
  line-height: 1em; }

.logo-funceme-new {
  width: 100px;
  height: 100px; }

.sitec-header {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  backdrop-filter: blur(var(--backdrop-filter-blur));
  background-color: var(--background-primary);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  padding: 12px 24px;
  min-width: 390px;
  max-width: 90vw; }
  .sitec-header .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
  .sitec-header .brand-section {
    display: flex;
    align-items: center;
    gap: 16px; }
    .sitec-header .brand-section .logo-container {
      position: relative; }
      .sitec-header .brand-section .logo-container .funceme-logo {
        height: 50px;
        width: auto;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
        transition: transform 0.3s ease; }
        .sitec-header .brand-section .logo-container .funceme-logo:hover {
          transform: scale(1.05); }
    .sitec-header .brand-section .title-container {
      display: flex;
      flex-direction: column;
      gap: 2px; }
      .sitec-header .brand-section .title-container .sitec-title {
        margin: 0;
        font-size: 2.2rem;
        font-weight: 800;
        color: #ffffff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 255, 255, 0.3);
        letter-spacing: 1px;
        line-height: 1; }
      .sitec-header .brand-section .title-container .sitec-subtitle {
        margin: 0;
        font-size: 0.85rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.9);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        letter-spacing: 0.5px;
        line-height: 1.2; }
  .sitec-header .system-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end; }
    .sitec-header .system-info .info-item {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 6px 12px;
      background: rgba(255, 255, 255, 0.15);
      border-radius: 12px;
      backdrop-filter: blur(5px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      transition: all 0.3s ease; }
      .sitec-header .system-info .info-item:hover {
        background: rgba(255, 255, 255, 0.25);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
      .sitec-header .system-info .info-item i {
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.9);
        width: 16px;
        text-align: center; }
      .sitec-header .system-info .info-item span {
        font-size: 0.8rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.95);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        white-space: nowrap; }

@media (max-width: 768px) {
  .sitec-header {
    min-width: auto;
    width: 95vw;
    padding: 10px 16px; }
    .sitec-header .header-container {
      flex-direction: column;
      gap: 12px; }
    .sitec-header .brand-section {
      justify-content: center; }
      .sitec-header .brand-section .title-container .sitec-title {
        font-size: 1.8rem; }
      .sitec-header .brand-section .title-container .sitec-subtitle {
        font-size: 0.75rem;
        text-align: center; }
    .sitec-header .system-info {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 12px; }
      .sitec-header .system-info .info-item {
        padding: 4px 8px; }
        .sitec-header .system-info .info-item span {
          font-size: 0.7rem; } }

@media (max-width: 480px) {
  .sitec-header .brand-section .logo-container .funceme-logo {
    height: 40px; }
  .sitec-header .brand-section .title-container .sitec-title {
    font-size: 1.5rem; }
  .sitec-header .system-info {
    flex-direction: column;
    gap: 6px; }
    .sitec-header .system-info .info-item span {
      font-size: 0.65rem; } }

.layers-panel-brand {
  margin-bottom: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.brand-container {
  display: flex;
  align-items: center;
  gap: 8px; }

.logo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .logo-wrapper .logo-funceme-new-layers-panel {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
    z-index: 2;
    position: relative; }
    .logo-wrapper .logo-funceme-new-layers-panel:hover {
      transform: scale(1.05);
      filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4)); }
  .logo-wrapper .logo-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1; }
  .logo-wrapper:hover .logo-glow {
    opacity: 1; }

.title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1; }

.sitec-title-layers {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1;
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.sitec-subtitle-layers {
  margin: 0;
  font-size: 0.55rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 1.2; }

#map {
  height: 100%; }

/* CONTROLS */
.control-title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: black; }

.custom-control input {
  margin: 5px 0; }

.custom-zoom-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  backdrop-filter: blur(var(--backdrop-filter-blur));
  background-color: var(--background-primary);
  box-shadow: 0 0 2px 0 #000;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  padding: 2px;
  color: white !important; }
  .custom-zoom-controls button {
    width: 26px;
    height: 26px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: transparent;
    margin: 2px;
    border-radius: 3px;
    color: white !important; }
    .custom-zoom-controls button:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .custom-zoom-controls .selected {
    background-color: var(--bs-primary) !important;
    box-shadow: 0 0 3px 0 #000; }

.ol-scale-bar {
  right: 8px;
  left: unset !important;
  display: none; }

.global-loading-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  color: white; }

.legend-overlay {
  background-color: rgba(var(--background-primary-rgb), 0.8);
  backdrop-filter: blur(var(--backdrop-filter-blur));
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  transform: translateY(-101%); }
  .legend-overlay p {
    margin: 0; }

.legend-overlay-container {
  pointer-events: none !important; }

.base-layers-selector {
  transform: rotateY(180deg);
  width: 45px;
  max-height: 45px;
  transition: width 0.4s ease-in-out, max-height 0.4s ease-in-out, border-radius 0.4s ease-in-out;
  backdrop-filter: blur(var(--backdrop-filter-blur));
  background-color: var(--background-primary);
  box-shadow: 0 0 2px 0 #000;
  color: white;
  overflow: hidden;
  justify-content: start;
  border-radius: 45px;
  opacity: 0.97; }
  .base-layers-selector #base-layers-selector-icon {
    margin: 5px;
    margin-top: 18px; }
  .base-layers-selector .collapse-wrapper {
    width: fit-content; }
  .base-layers-selector .base-layer-item {
    border-radius: 42px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .base-layers-selector .base-layer-item i {
      margin: 0 !important; }
    .base-layers-selector .base-layer-item img {
      width: 38px;
      height: 38px;
      border-radius: 38px; }
    .base-layers-selector .base-layer-item:hover {
      background-color: var(--bs-secondary-bg-subtle); }
    .base-layers-selector .base-layer-item.active {
      background-color: #6f6f6f;
      box-shadow: 0 0 2px 0 #6f6f6f; }
    .base-layers-selector .base-layer-item.selected {
      background-color: white;
      box-shadow: 0 0 2px 0 #000; }
  .base-layers-selector #base-layers-settings-button {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50%); }

.base-layers-selector-wrapper:hover .base-layers-selector {
  max-height: 500px; }

#base-layers-settings-button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translate(30%, -30%);
  background-color: var(--background-primary);
  backdrop-filter: blur(var(--backdrop-filter-blur));
  box-shadow: 0 0 2px 0 #000;
  border-radius: 15px;
  opacity: 0.97; }
  #base-layers-settings-button-wrapper:not(.active) {
    transition: transform 0.2s ease-in-out;
    transition-delay: 0.4s; }
  #base-layers-settings-button-wrapper.active {
    transform: unset; }
    #base-layers-settings-button-wrapper.active #base-layers-settings-button {
      display: none; }

.base-layers-settings-button {
  backdrop-filter: blur(var(--backdrop-filter-blur));
  background-color: var(--background-primary);
  box-shadow: 0 0 2px 0 #000;
  color: white;
  border-radius: 45px;
  opacity: 0.97;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative; }
  .base-layers-settings-button:hover {
    opacity: 1;
    transform: scale(1.05); }
  .base-layers-settings-button #base-layers-settings-button {
    color: #fafafa;
    cursor: pointer;
    padding: 6px; }

#base-layers-settings-button {
  color: #fafafa;
  cursor: pointer;
  padding: 6px; }

.base-layer-settings-popover {
  color: #fafafa;
  white-space: nowrap;
  padding: 10px;
  background-color: var(--background-primary);
  backdrop-filter: blur(var(--backdrop-filter-blur));
  box-shadow: 0 0 2px 0 #000;
  border-radius: 15px;
  opacity: 0.97;
  position: absolute;
  bottom: -200px;
  right: 49px;
  transform: translateY(0);
  z-index: 1000;
  min-width: 250px; }
  .base-layer-settings-popover .popover-header .btn-close-popover {
    background: none;
    border: none;
    color: #fafafa;
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease; }
    .base-layer-settings-popover .popover-header .btn-close-popover:hover {
      background-color: rgba(255, 255, 255, 0.1); }
    .base-layer-settings-popover .popover-header .btn-close-popover i {
      font-size: 12px; }
  .base-layer-settings-popover hr {
    width: unset;
    min-height: unset; }
  .base-layer-settings-popover .background-settings-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0; }
    .base-layer-settings-popover .background-settings-item label {
      margin: 0;
      color: #fafafa;
      cursor: pointer; }
    .base-layer-settings-popover .background-settings-item input[type="radio"],
    .base-layer-settings-popover .background-settings-item input[type="checkbox"] {
      margin: 0; }

.legends-table {
  min-width: 200px; }

.legends-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: grab; }

.legend-overlay-content {
  transform: translate(50%);
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: white;
  border-color: rgba(0, 0, 0, 0.5) !important; }

.legend-overlay-color {
  width: 15px;
  height: 15px; }

/* Measure Tool */
.ol-tooltip {
  position: relative;
  background: #1E9A35;
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  font-size: 12px;
  cursor: default;
  user-select: none; }
  .ol-tooltip-measure {
    opacity: 1 !important;
    font-weight: bold !important; }
  .ol-tooltip-static {
    background-color: #1E9A35;
    color: white;
    border: 1px solid white; }
    .ol-tooltip-static:before {
      border-top-color: #1E9A35; }
  .ol-tooltip-measure:before, .ol-tooltip-static:before {
    border-top: 6px solid #1E9A35;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%; }

.measure-tooltip-element {
  opacity: 1 !important;
  font-weight: bold !important; }

.ol-scale-bar {
  right: 20px;
  left: unset; }

.ol-helper-tooltip {
  background-color: white;
  color: #4c4c4c;
  border: 1px dashed #4c4c4c;
  padding: 5px;
  border-radius: 5px; }

@charset "UTF-8";
#layer-groups-panel {
  width: 480px;
  position: absolute;
  top: 70px;
  right: 10px;
  z-index: 1000;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  --panel-bg-primary-color: rgb(208, 230, 211);
  --panel-bg-primary-color-rgb: 208, 230, 211;
  --panel-primary-color: rgb(56, 155, 70);
  --panel-primary-color-rgb: 56, 155, 70;
  background-color: #f5f5f5; }
  #layer-groups-panel .nav-link.active {
    background-color: rgba(var(--panel-bg-primary-color-rgb), 0.3);
    font-weight: bold;
    border-bottom-color: rgba(var(--panel-bg-primary-color-rgb), 0.3); }

.layer-groups-panel-header .fa-window-maximize {
  transform: translate(-2px, -3px); }

.layer-groups-panel-body {
  padding: 10px;
  background-color: rgba(var(--panel-bg-primary-color-rgb), 0.3);
  max-height: 500px;
  overflow-y: auto; }

.panel-header {
  height: 50px;
  z-index: 2; }
  .panel-header.active {
    background-color: rgba(var(--panel-primary-color-rgb), 0.9) !important;
    color: white;
    font-weight: bold; }
  .panel-header:hover {
    background-color: rgba(var(--panel-bg-primary-color-rgb), 0.6);
    filter: brightness(0.9); }

.panel-item {
  background-color: #fafafa;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ddd; }
  .panel-item:nth-child(2) {
    /* O primeiro filho é o template */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-width: 1px; }
    .panel-item:nth-child(2) .panel-header {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
  .panel-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-width: 1px; }

input[role="switch"] {
  cursor: pointer; }
  input[role="switch"]:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
    box-shadow: unset;
    border: var(--bs-border-width) solid var(--bs-border-color); }
  input[role="switch"]:checked {
    background-color: white;
    border-color: white;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb(36, 166, 55)'/%3e%3c/svg%3e") !important; }

.panel-collapse-handle {
  display: none; }

.panel-header:hover .panel-collapse-handle {
  display: block; }

.panel-collapse-handle:hover {
  display: block; }
  .panel-collapse-handle:hover div {
    background-color: #e5e5e5 !important; }

.panel-collapse-close:hover div {
  background-color: #e5e5e5 !important;
  cursor: pointer; }

.panel-item-collapse {
  background-color: white; }

.time-select:empty {
  display: none; }

.wind-layer-selector {
  width: 45px;
  height: 45px;
  backdrop-filter: blur(var(--backdrop-filter-blur));
  background-color: var(--background-primary);
  box-shadow: 0 0 2px 0 #000;
  color: #fafafa;
  cursor: pointer;
  opacity: 0.97; }
  .wind-layer-selector:hover {
    background-color: #141a22; }
  .wind-layer-selector.active {
    text-shadow: 0 0 5px #fff;
    box-shadow: 0 0 6px 0 #737373; }

.walkthrough-button {
  width: 45px;
  height: 45px;
  backdrop-filter: blur(var(--backdrop-filter-blur));
  background-color: var(--background-primary);
  box-shadow: 0 0 2px 0 #000;
  color: #fafafa;
  cursor: pointer;
  opacity: 0.97;
  display: flex;
  align-items: center;
  justify-content: center; }
  .walkthrough-button:hover {
    background-color: #141a22; }
  .walkthrough-button.active {
    text-shadow: 0 0 5px #fff;
    box-shadow: 0 0 6px 0 #737373; }

#colormaps-container {
  padding: 0px 4px;
  position: absolute;
  border-radius: 5px;
  color: #4c4c4c; }

.light-theme #colormaps-container {
  color: #fff; }

.colormap {
  width: 23vw;
  height: 19px;
  border-radius: 19px;
  box-shadow: 0 0 2px 0 #000 !important;
  padding: 0 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: opacity 200ms linear; }
  .colormap.show {
    opacity: 1; }
  .colormap .colormap-item {
    font-size: 12px;
    font-weight: bold;
    height: inherit;
    -webkit-background-clip: text;
    background-clip: text !important;
    color: transparent;
    text-align: center;
    filter: invert(1) grayscale(1) contrast(10) drop-shadow(0.05em 0.05em #4c4c4c); }

.colormap-label {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  filter: drop-shadow(0.02em 0.02em 0.02em #4c4c4c);
  white-space: nowrap;
  overflow: hidden;
  display: block;
  opacity: 0;
  transition: opacity 200ms linear; }
  .colormap-label.show {
    opacity: 1; }

@keyframes elevationSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes elevationPulseGlow {
  0%,
  100% {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  50% {
    box-shadow: 0 3px 12px rgba(76, 175, 80, 0.3); } }

.elevation-control-inline-checkbox {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-top: 6px;
  padding: 10px 12px 8px;
  background: linear-gradient(145deg, rgba(76, 175, 80, 0.14) 0%, rgba(76, 175, 80, 0.08) 100%);
  border-radius: 8px;
  border: 1px solid rgba(76, 175, 80, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  animation: elevationSlideDown 0.35s cubic-bezier(0.4, 0, 0.2, 1), elevationPulseGlow 2s ease-in-out;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative; }
  .elevation-control-inline-checkbox:hover {
    background: linear-gradient(145deg, rgba(76, 175, 80, 0.2) 0%, rgba(76, 175, 80, 0.12) 100%);
    border-color: rgba(76, 175, 80, 0.45);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.25);
    transform: translateY(-1px); }
  .elevation-control-inline-checkbox.sliding {
    border-color: rgba(76, 175, 80, 0.6);
    box-shadow: 0 4px 16px rgba(76, 175, 80, 0.35); }
  .elevation-control-inline-checkbox .elevation-inline-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.7rem; }
    .elevation-control-inline-checkbox .elevation-inline-header i {
      color: #4caf50;
      font-size: 12px;
      filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
      margin-right: 2px; }
    .elevation-control-inline-checkbox .elevation-inline-header .elevation-inline-label {
      color: rgba(255, 255, 255, 0.8);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-size: 0.65rem;
      flex: 1; }
    .elevation-control-inline-checkbox .elevation-inline-header .elevation-inline-value {
      display: flex;
      align-items: baseline;
      gap: 3px;
      padding: 4px 10px;
      background: linear-gradient(135deg, rgba(76, 175, 80, 0.25) 0%, rgba(76, 175, 80, 0.18) 100%);
      border-radius: 6px;
      border: 1px solid rgba(76, 175, 80, 0.35);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
      transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: transform; }
      .elevation-control-inline-checkbox .elevation-inline-header .elevation-inline-value .current-elevation-value {
        color: #fff;
        font-weight: 700;
        font-size: 0.9rem;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        min-width: 32px;
        text-align: right; }
      .elevation-control-inline-checkbox .elevation-inline-header .elevation-inline-value .elevation-unit {
        color: rgba(255, 255, 255, 0.85);
        font-size: 0.7rem;
        font-weight: 600; }
  .elevation-control-inline-checkbox .elevation-slider-wrapper {
    position: relative;
    width: 100%;
    padding: 2px 0 4px; }
    .elevation-control-inline-checkbox .elevation-slider-wrapper .elevation-slider {
      width: 100%;
      height: 5px;
      border-radius: 4px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.25) 100%);
      outline: none;
      appearance: none;
      -webkit-appearance: none;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      margin: 4px 0;
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
      position: relative; }
      .elevation-control-inline-checkbox .elevation-slider-wrapper .elevation-slider:hover {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 100%);
        box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(76, 175, 80, 0.4); }
      .elevation-control-inline-checkbox .elevation-slider-wrapper .elevation-slider::-webkit-slider-thumb {
        appearance: none;
        -webkit-appearance: none;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: linear-gradient(145deg, #66bb6a 0%, #4caf50 100%) !important;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35), 0 0 0 3px rgba(255, 255, 255, 0.95);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border: none;
        margin-top: -6.5px;
        position: relative;
        transform: scale(1) !important; }
        .elevation-control-inline-checkbox .elevation-slider-wrapper .elevation-slider::-webkit-slider-thumb:hover {
          transform: scale(1.2) !important;
          box-shadow: 0 4px 12px rgba(76, 175, 80, 0.6), 0 0 0 4px rgba(255, 255, 255, 0.95);
          background: linear-gradient(145deg, #81c784 0%, #66bb6a 100%) !important; }
        .elevation-control-inline-checkbox .elevation-slider-wrapper .elevation-slider::-webkit-slider-thumb:active {
          transform: scale(1.1) !important;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), 0 0 0 3px rgba(255, 255, 255, 0.95); }
      .elevation-control-inline-checkbox .elevation-slider-wrapper .elevation-slider::-moz-range-thumb {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: linear-gradient(145deg, #66bb6a 0%, #4caf50 100%) !important;
        cursor: pointer;
        border: 3px solid rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transform: scale(1) !important; }
        .elevation-control-inline-checkbox .elevation-slider-wrapper .elevation-slider::-moz-range-thumb:hover {
          transform: scale(1.2) !important;
          box-shadow: 0 4px 12px rgba(76, 175, 80, 0.6);
          background: linear-gradient(145deg, #81c784 0%, #66bb6a 100%) !important; }
        .elevation-control-inline-checkbox .elevation-slider-wrapper .elevation-slider::-moz-range-thumb:active {
          transform: scale(1.1) !important;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45); }
      .elevation-control-inline-checkbox .elevation-slider-wrapper .elevation-slider::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        border-radius: 4px;
        background: transparent; }
      .elevation-control-inline-checkbox .elevation-slider-wrapper .elevation-slider::-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        border-radius: 4px;
        background: transparent; }

@charset "UTF-8";
.layers-panel-container {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  box-shadow: 0 0 4px 0 #000;
  padding: 8px 16px;
  padding-bottom: 12px;
  border-radius: 8px;
  padding-bottom: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  backdrop-filter: blur(var(--backdrop-filter-blur));
  background-color: var(--background-primary);
  transition: max-height 0.3s ease-in-out; }
  .layers-panel-container .layers-panel-header i {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out; }
  .layers-panel-container .layers-panel-title-open {
    display: none;
    padding-left: 13px; }
  .layers-panel-container.show .layers-panel-header i {
    transform: rotate(180deg); }
  .layers-panel-container.show .layers-panel-title-open {
    display: block; }
  .layers-panel-container.show .layers-panel-title-closed {
    display: none; }
  .layers-panel-container.collapsed .layers-panel-content,
  .layers-panel-container.collapsed .layers-panel-header,
  .layers-panel-container.collapsed .loading-div {
    display: none !important; }
  .layers-panel-container.collapsed .layers-panel-toggle-btn i {
    transform: rotate(180deg); }
  .layers-panel-container button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0px 10px;
    cursor: pointer;
    font-weight: bold;
    color: white; }
  .layers-panel-container .layers-panel-toggle-btn {
    background-color: rgba(20, 26, 34, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: absolute;
    bottom: -19px;
    left: 40%;
    backdrop-filter: blur(var(--backdrop-filter-blur));
    box-shadow: 0 0 2px 0 #000; }
    .layers-panel-container .layers-panel-toggle-btn:hover {
      background-color: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 0.4);
      transform: translateY(-1px); }
    .layers-panel-container .layers-panel-toggle-btn i {
      font-size: 16px;
      transition: transform 0.3s ease-in-out; }
    .layers-panel-container .layers-panel-toggle-btn:active {
      transform: translateY(0); }

.layers-panel-brand {
  position: relative; }
  .layers-panel-brand .brand-container {
    position: relative; }

.layers-panel-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white; }
  .layers-panel-header h5 {
    margin: 5px 0;
    padding: 0; }

.layer-group-item {
  color: white;
  margin-bottom: 0;
  position: relative; }
  .layer-group-item .form-select {
    background-color: transparent;
    border: none;
    color: white; }
  .layer-group-item .layer-group-item-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 8px;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 2px 0;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 10px; }
    .layer-group-item .layer-group-item-header:hover {
      background-color: rgba(128, 128, 128, 0.3);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      transform: translateY(-0.5px); }
      .layer-group-item .layer-group-item-header:hover h6 {
        cursor: pointer;
        font-weight: 600;
        text-shadow: 0 0 1px #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility; }
  .layer-group-item.selected .layer-group-item-header {
    background-color: rgba(128, 128, 128, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transform: translateY(-0.5px); }
  .layer-group-item h6 {
    margin: 0;
    padding: 0; }
  .layer-group-item .layer-selected-text {
    font-size: 14px;
    color: #4caf50;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%; }
  .layer-group-item .layer-selected {
    margin-left: 15px;
    margin-top: 5px;
    font-weight: normal;
    text-shadow: 0 0 1px #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px; }

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1.8);
    opacity: 0.5; }
  100% {
    transform: scale(2.5);
    opacity: 0; } }
    .layer-group-item .layer-selected .layer-selected-delete {
      display: none;
      color: rgba(255, 255, 255, 0.7);
      font-size: 12px;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      padding: 2px 4px;
      border-radius: 3px; }
      .layer-group-item .layer-selected .layer-selected-delete:hover {
        color: #ff4444;
        background-color: rgba(255, 68, 68, 0.2);
        transform: scale(1.1); }
    .layer-group-item .layer-selected .layer-selected-item {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 4px 8px;
      border-radius: 4px;
      background-color: rgba(76, 175, 80, 0.1);
      border: 1px solid rgba(76, 175, 80, 0.3);
      transition: all 0.2s ease-in-out; }
      .layer-group-item .layer-selected .layer-selected-item:hover {
        background-color: rgba(76, 175, 80, 0.15);
        border-color: rgba(76, 175, 80, 0.5); }
        .layer-group-item .layer-selected .layer-selected-item:hover .layer-selected-item-delete {
          opacity: 1; }
      .layer-group-item .layer-selected .layer-selected-item .layer-selected-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        min-width: 16px;
        position: relative; }
        .layer-group-item .layer-selected .layer-selected-item .layer-selected-check .pulse-dot {
          position: absolute;
          width: 10px;
          height: 10px;
          background-color: #4caf50;
          border-radius: 50%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          box-shadow: 0 0 4px rgba(76, 175, 80, 0.8); }
          .layer-group-item .layer-selected .layer-selected-item .layer-selected-check .pulse-dot::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #4caf50;
            border-radius: 50%;
            top: 0;
            left: 0;
            animation: pulse 1.5s ease-out infinite; }
      .layer-group-item .layer-selected .layer-selected-item .layer-selected-item-text {
        flex: 1;
        font-size: 13px;
        color: #4caf50;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: help; }
      .layer-group-item .layer-selected .layer-selected-item .layer-selected-item-delete {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        min-width: 20px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 11px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        border-radius: 3px;
        background-color: transparent;
        border: none;
        padding: 0;
        opacity: 0.7; }
        .layer-group-item .layer-selected .layer-selected-item .layer-selected-item-delete:hover {
          color: #ff4444;
          background-color: rgba(255, 68, 68, 0.2);
          transform: scale(1.15);
          opacity: 1; }
        .layer-group-item .layer-selected .layer-selected-item .layer-selected-item-delete i {
          pointer-events: none; }
  .layer-group-item.selected h6 {
    font-weight: 600;
    text-shadow: 0 0 1px #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }
  .layer-group-item.selected .layer-selected {
    border-radius: 4px;
    padding: 2px 8px; }
    .layer-group-item.selected .layer-selected .layer-selected-check,
    .layer-group-item.selected .layer-selected .layer-selected-delete {
      display: inline-block; }

.layer-group-item-content {
  display: none;
  padding: 5px 30px 5px 30px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  position: static;
  left: auto;
  top: auto;
  backdrop-filter: none;
  background-color: rgba(255, 255, 255, 0.02);
  box-shadow: none;
  border-radius: 0 0 8px 8px;
  min-width: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
  position: relative; }

.layer-group-item-content::-webkit-scrollbar {
  width: 6px; }

.layer-group-item-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px; }

.layer-group-item-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px; }

.layer-group-item-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5); }

.layer-group-item.active .layer-group-item-content {
  display: block; }

.layer-group-item.active .layer-group-item-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
  margin-bottom: 0; }

.variable-group-selector,
.timescale-group-selector {
  margin-bottom: 15px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative; }
  .variable-group-selector::before,
  .timescale-group-selector::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 12px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3); }
  .variable-group-selector .form-label,
  .timescale-group-selector .form-label {
    color: white;
    margin-bottom: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .variable-group-selector .form-select,
  .timescale-group-selector .form-select {
    background-color: var(--background-secondary, #2c3e50);
    border: 1px solid var(--border-color, #495057);
    color: white;
    border-radius: 0;
    font-size: 0.85rem; }
    .variable-group-selector .form-select:focus,
    .timescale-group-selector .form-select:focus {
      border-color: var(--accent-color, #007bff);
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      background-color: var(--background-secondary, #2c3e50);
      color: white; }
    .variable-group-selector .form-select option,
    .timescale-group-selector .form-select option {
      background-color: var(--background-secondary, #2c3e50);
      color: white; }

.layers-container {
  border-top: 1px solid var(--border-color, #495057);
  padding-top: 12px;
  margin-top: 10px;
  position: relative; }
  .layers-container::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 12px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3); }

.layer-item {
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6px;
  padding-left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 8px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.02);
  transition: all 0.2s ease-in-out;
  display: none !important; }
  #pcds-group .layer-item {
    display: block !important; }
  .layer-item::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 12px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3); }
  .layer-item:hover {
    font-weight: 600;
    text-shadow: 0 0 1px #fff;
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateX(2px); }
  .layer-item i.fa-check {
    margin-right: 8px;
    color: transparent;
    text-shadow: none; }
  .layer-item .layer-item-check {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .layer-item .layer-item-check .pulse-dot {
      display: none;
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: #4caf50;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 0 4px rgba(76, 175, 80, 0.8); }
      .layer-item .layer-item-check .pulse-dot::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #4caf50;
        border-radius: 50%;
        top: 0;
        left: 0;
        animation: pulse 1.5s ease-out infinite; }
  .layer-item.active {
    font-weight: 600;
    text-shadow: 0 0 1px #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3); }
    .layer-item.active i.fa-check {
      color: #4caf50;
      text-shadow: 0 0 2px rgba(76, 175, 80, 0.5); }
    .layer-item.active .layer-item-check .pulse-dot {
      display: block; }
  .layer-item[data-variable-group]:not([data-variable-group=""]) {
    position: relative;
    padding-left: 25px; }
    .layer-item[data-variable-group]:not([data-variable-group=""])::before {
      content: "";
      position: absolute;
      left: 8px;
      top: 50%;
      width: 8px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.3);
      transform: translateY(-50%); }
  .layer-item[data-timescale-group]:not([data-timescale-group=""]) span {
    position: relative; }
    .layer-item[data-timescale-group]:not([data-timescale-group=""]) span::after {
      content: attr(data-timescale-context);
      position: absolute;
      right: 0;
      font-size: 0.7rem;
      opacity: 0.7;
      font-style: italic;
      color: rgba(255, 255, 255, 0.6); }
  .layer-item:not(:first-child)[data-timescale-group]:not([data-timescale-group=""])[data-timescale-group="Diário"]:first-of-type, .layer-item:not(:first-child)[data-timescale-group]:not([data-timescale-group=""])[data-timescale-group="Horário"]:first-of-type, .layer-item:not(:first-child)[data-timescale-group]:not([data-timescale-group=""])[data-timescale-group="Subhorário"]:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    padding-top: 8px; }

.layer-group-item-separator {
  height: 2px;
  background-color: #e5e5e5;
  width: 97%;
  margin-bottom: 10px;
  border-radius: 2px; }
  .layer-group-item-separator hr {
    display: none; }

.timescale-group-header {
  padding: 6px 12px 6px 6px;
  margin: 4px 0 4px 0;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out; }
  .timescale-group-header i {
    opacity: 0.6;
    font-size: 0.75rem; }
  .timescale-group-header::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    opacity: 0.7;
    font-size: 0.8rem;
    transition: transform 0.2s ease-in-out; }
  .timescale-group-header.expanded::after {
    transform: translateY(-50%) rotate(180deg); }
  .timescale-group-header:hover {
    background-color: rgba(255, 255, 255, 0.1); }
    .timescale-group-header:hover::after {
      opacity: 1; }
  .timescale-group-header:first-child {
    margin-top: 0; }

.timescale-group-header + .layer-item {
  margin-top: 4px;
  margin-left: 0px; }

.variable-group-header {
  padding: 10px 12px;
  padding-left: 4px;
  margin: 8px 0 6px 0;
  margin-left: -18px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  border-left: 4px solid rgba(255, 255, 255, 0.4);
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.3px; }
  .variable-group-header i {
    opacity: 0.8;
    font-size: 0.85rem;
    margin-left: 10px; }
  .variable-group-header:first-child {
    margin-top: 0; }
  .variable-group-header:hover {
    background-color: rgba(255, 255, 255, 0.15); }

.lateral-dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: transparent;
  cursor: default; }

.layer-lateral-dropdown {
  position: fixed;
  left: 320px;
  top: 10px;
  background-color: rgba(40, 44, 52, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px;
  min-width: 250px;
  max-width: 300px;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 10000;
  display: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6); }
  .layer-lateral-dropdown::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid rgba(40, 44, 52, 0.95); }
  .layer-lateral-dropdown .lateral-dropdown-item {
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    color: white;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
    margin-bottom: 4px;
    background-color: rgba(255, 255, 255, 0.05); }
    .layer-lateral-dropdown .lateral-dropdown-item:last-child {
      margin-bottom: 0; }
    .layer-lateral-dropdown .lateral-dropdown-item:hover {
      background-color: rgba(255, 255, 255, 0.15);
      border-color: rgba(255, 255, 255, 0.3);
      transform: translateX(2px); }
    .layer-lateral-dropdown .lateral-dropdown-item.selected {
      background-color: rgba(76, 175, 80, 0.3);
      border-color: rgba(76, 175, 80, 0.5);
      font-weight: 600; }
    .layer-lateral-dropdown .lateral-dropdown-item .layer-title {
      font-size: 0.9rem;
      margin-bottom: 2px;
      font-weight: 500; }
    .layer-lateral-dropdown .lateral-dropdown-item .layer-description {
      font-size: 0.75rem;
      opacity: 0.8;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.2; }

@media (max-width: 768px) {
  .layer-lateral-dropdown {
    left: 10px;
    right: 10px;
    min-width: auto;
    max-width: none; }
    .layer-lateral-dropdown::before {
      display: none; } }

.variable-group-header.active-border,
.timescale-group-header.active-border {
  border-left: 4px solid #24a637 !important; }

.container-camada-timeline {
  border: 1px solid #4caf50;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.4); }

.timescale-layers-inline {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
  padding: 8px 12px;
  margin: 0 0 8px 0;
  border-left: 2px solid rgba(255, 255, 255, 0.15); }
  .timescale-layers-inline .timescale-checkbox-item {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin-bottom: 4px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative; }
    .timescale-layers-inline .timescale-checkbox-item:last-child {
      margin-bottom: 0; }
    .timescale-layers-inline .timescale-checkbox-item:hover {
      background-color: rgba(255, 255, 255, 0.08); }
    .timescale-layers-inline .timescale-checkbox-item .timescale-checkbox {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .timescale-layers-inline .timescale-checkbox-item .toggle-switch {
      width: 36px;
      height: 20px;
      min-width: 36px;
      background-color: rgba(0, 0, 0, 0.3);
      border: 2px solid rgba(255, 255, 255, 0.4);
      border-radius: 10px;
      margin-right: 10px;
      position: relative;
      display: inline-block;
      transition: all 0.3s ease-in-out;
      cursor: pointer; }
      .timescale-layers-inline .timescale-checkbox-item .toggle-switch .toggle-slider {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 12px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    .timescale-layers-inline .timescale-checkbox-item .timescale-checkbox:checked ~ .toggle-switch {
      background-color: #4caf50;
      border-color: #4caf50; }
      .timescale-layers-inline .timescale-checkbox-item .timescale-checkbox:checked ~ .toggle-switch .toggle-slider {
        transform: translateX(16px);
        background-color: white; }
    .timescale-layers-inline .timescale-checkbox-item .timescale-checkbox-item:hover .toggle-switch {
      border-color: rgba(255, 255, 255, 0.6); }
    .timescale-layers-inline .timescale-checkbox-item .layer-title {
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.9);
      flex: 1;
      line-height: 1.3; }
    .timescale-layers-inline .timescale-checkbox-item.has-elevation-control {
      flex-wrap: wrap;
      align-items: flex-start; }
      .timescale-layers-inline .timescale-checkbox-item.has-elevation-control > .toggle-switch {
        flex-shrink: 0;
        align-self: flex-start;
        margin-top: 0; }
      .timescale-layers-inline .timescale-checkbox-item.has-elevation-control > .layer-title {
        flex: 1;
        flex-shrink: 0;
        align-self: flex-start; }
      .timescale-layers-inline .timescale-checkbox-item.has-elevation-control > .elevation-control-inline-checkbox {
        flex-basis: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
        max-width: 100%; }

.partial-collapse {
  transition: max-height 0.4s ease-in;
  transition-delay: 0s;
  position: relative;
  overflow: hidden;
  max-height: 0px; }
  .partial-collapse.show {
    max-height: 500px;
    transition: max-height 0.4s ease-in; }
  .partial-collapse.partial {
    max-height: 20px;
    transition: max-height 0.4s ease-out; }
    .partial-collapse.partial:after {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      content: "";
      background: linear-gradient(to top, white 5%, rgba(255, 255, 255, 0) 60%);
      pointer-events: none; }

.pcds-layer-selector {
  width: 45px;
  height: 45px;
  backdrop-filter: blur(3px);
  background-color: rgba(64, 64, 64, 0.78);
  box-shadow: 0 0 2px 0 #000;
  color: white;
  cursor: pointer;
  opacity: 0.8; }
  .pcds-layer-selector:hover {
    background-color: #e5e5e5; }
  .pcds-layer-selector.active {
    color: white;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary); }
  .pcds-layer-selector.disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
    filter: brightness(0.7); }

.pcd-overlay {
  font-size: 11px;
  border-radius: 5px;
  padding: 0px 4px;
  transform: translateX(50%); }
  .pcd-overlay:not(:hover) {
    box-shadow: 0 0 2px 0 black;
    font-weight: bold;
    border: 1px solid #515151a3; }
    .pcd-overlay:not(:hover) .pcd-overlay-text {
      height: inherit;
      -webkit-background-clip: text;
      background: inherit;
      background-clip: text !important;
      color: transparent !important;
      text-align: center;
      filter: invert(1) grayscale(1) contrast(50) drop-shadow(0.05em 0.05em #4c4c4c); }
  .pcd-overlay .pcd-overlay-metadata {
    display: none; }
  .pcd-overlay:hover {
    font-weight: bold;
    filter: brightness(0.9);
    cursor: context-menu;
    padding: 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid black !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important; }
    .pcd-overlay:hover .pcd-overlay-text {
      display: none; }
    .pcd-overlay:hover .pcd-overlay-metadata {
      display: block; }

.ol-pcd-overlay:hover {
  z-index: 2; }

.loader-circle-7 {
  position: relative;
  width: 70px;
  height: 70px;
  display: inline-block; }

.loader-circle-7:before,
.loader-circle-7:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border-color: #bbb;
  top: 0;
  left: 0; }

.loader-circle-7:before {
  animation: loader-circle-7-scale 1s linear 0s infinite; }

.loader-circle-7:after {
  opacity: 0;
  animation: loader-circle-7-scale 1s linear 0.5s infinite; }

@keyframes loader-circle-7-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    transform: scale(0.7);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }

.overlay-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(var(--background-primary-rgb), 0.8);
  backdrop-filter: blur(var(--backdrop-filter-blur));
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  flex-direction: column;
  gap: 1rem; }

.overlay-spinner-text {
  color: #afafaf;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 1px #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle; }

.time-dividers div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold; }
  .time-dividers div:not(:first-child) {
    border-left: 1px solid #4c4c4c; }

.time-picker {
  padding-right: 100px; }
  .time-picker input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 7px;
    height: 24px;
    opacity: 0.8;
    background: transparent;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent; }
    .time-picker input::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      height: 0px;
      width: 0px;
      background-color: #fff;
      border-radius: 50%;
      border: none;
      box-shadow: -800px 0 0 800px #f50; }
    .time-picker input::-moz-range-thumb {
      height: 0px;
      width: 0px;
      background-color: #fff;
      border-radius: 50%;
      border: none;
      box-shadow: -800px 0 0 800px var(--bs-primary); }
    .time-picker input::-webkit-slider-runnable-track {
      height: 7px;
      background: #ddd;
      border-radius: 5px; }
    .time-picker input::-moz-range-track {
      height: 7px;
      background: rgba(64, 64, 64, 0.8);
      border-radius: 5px; }
    .time-picker input::-ms-track {
      height: 7px;
      background: #ddd;
      border-radius: 5px; }
  .time-picker .progress-bar-container {
    padding: 10px 0 5px;
    cursor: pointer;
    position: relative; }
  .time-picker .progress {
    height: 9px;
    box-shadow: 0 0 1px 0 #000; }
  .time-picker .time-dividers {
    display: flex;
    justify-content: space-between;
    margin-top: -4px; }
  .time-picker .time-marker {
    position: absolute;
    bottom: 7px;
    width: 2px;
    height: 5px;
    background-color: #ccc;
    border-radius: 7px; }
    .time-picker .time-marker.current-time-marker {
      bottom: 3px;
      width: 2px;
      height: 14px;
      background-color: #ff6f6f; }
      .time-picker .time-marker.current-time-marker::before {
        content: '';
        position: absolute;
        bottom: -2px;
        transform: translateX(-40%);
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 8px solid #ff6f6f; }
      .time-picker .time-marker.current-time-marker::after {
        content: '';
        position: absolute;
        top: -2px;
        transform: translateX(-40%);
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #ff6f6f; }
    .time-picker .time-marker.interval-marker {
      bottom: 7px;
      background-color: #f4a261;
      height: 5px; }

.play-control-container {
  border-radius: 35px;
  box-shadow: 0 0 4px 0 #000 !important;
  margin-bottom: 12px; }
  .play-control-container .play-control, .play-control-container .buffer-control {
    width: 35px;
    height: 35px;
    box-shadow: 0 0 2px 0 #000 !important; }
  .play-control-container .buffer-control {
    font-size: 0.9rem;
    font-weight: bold;
    position: relative;
    --fill-progress: 20; }
    .play-control-container .buffer-control span {
      font-size: 13px;
      margin-top: 0.25rem; }
    .play-control-container .buffer-control:hover {
      --fill-progress: 41; }
    .play-control-container .buffer-control .outer-shadow,
    .play-control-container .buffer-control .inner-shadow {
      z-index: 4;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 100%; }
    .play-control-container .buffer-control .inner-shadow {
      width: 84%;
      height: 84%;
      border-radius: 100%;
      background-color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center; }
    .play-control-container .buffer-control .outer-shadow.left {
      background-image: linear-gradient(calc(90deg + max(var(--fill-progress),50)*3.6deg), var(--bs-primary) 50%, transparent 50%), linear-gradient(90deg, transparent 50%, var(--bs-primary) 50%);
      transition: all 0.4s ease-in-out;
      clip-path: inset(0 50% 0 0);
      background-color: white; }
    .play-control-container .buffer-control .outer-shadow.right {
      background-image: linear-gradient(calc(270deg + min(var(--fill-progress),50)*3.6deg), transparent 50%, var(--bs-primary) 50%), linear-gradient(90deg, var(--bs-primary) 50%, transparent 50%);
      transition: all 0.4s ease-in-out;
      clip-path: inset(0 0 0 50%);
      background-color: white; }
  .play-control-container .play-control-options {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out; }
    .play-control-container .play-control-options .loopback-control {
      width: 32px;
      height: 32px; }
  .play-control-container:hover .play-control-options {
    max-height: 500px; }
  .play-control-container.disabled {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed !important;
    filter: grayscale(0.6); }
    .play-control-container.disabled .play-control {
      color: #ccc; }

.time-picker-tooltip {
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  pointer-events: none; }
  .time-picker-tooltip .tooltip-arrow {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.7); }

.time-picker-popover {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  transition: all 0.6s ease; }
  .time-picker-popover .popover-arrow {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc; }
  .time-picker-popover .popover-inner-arrow {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white; }
  .time-picker-popover .popover-text {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.progress {
  --bs-progress-bar-bg: transparent;
  background-color: rgba(64, 64, 64, 0.8); }

#timeline-container {
  width: 100%;
  position: relative;
  backdrop-filter: blur(var(--backdrop-filter-blur));
  background-color: var(--background-primary);
  box-shadow: 0 0 10px 0 #000;
  color: #fafafa;
  --vis-selected-color: #ff9797;
  --vis-driving-color: white;
  --vis-secondary-color: white; }
  #timeline-container .vis-item {
    border-color: var(--vis-secondary-color) !important;
    margin-left: 1px; }
    #timeline-container .vis-item.vis-point.vis-selected {
      background-color: transparent; }
    #timeline-container .vis-item.vis-dot.vis-selected {
      outline: 1px solid var(--vis-secondary-color);
      outline-offset: 2px;
      border-color: var(--vis-secondary-color); }
    #timeline-container .vis-item.vis-dot:hover {
      box-shadow: 0 0 4px 0 black; }
    #timeline-container .vis-item.vis-dot {
      border-radius: 0px !important; }
  #timeline-container .vis-time-axis .vis-text {
    color: white !important; }
  #timeline-container .vis-time-axis .vis-grid.vis-minor {
    background: transparent; }
  #timeline-container .vis-current-time {
    border-left: 2px solid #bd4f4f; }
  #timeline-container .vis-selected:not(.vis-dot) {
    border-color: white !important; }
  #timeline-container .vis-custom-time {
    background-color: var(--vis-selected-color) !important;
    top: unset !important;
    bottom: 0 !important; }
    #timeline-container .vis-custom-time::before {
      content: "";
      position: absolute;
      top: -2px;
      transform: translateX(-45%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 20px solid var(--vis-selected-color); }
  #timeline-container .vis-content span {
    color: white; }
  #timeline-container .vis-label {
    min-width: 230px; }
  #timeline-container .driving-group .vis-item {
    border-color: var(--vis-driving-color) !important; }
    #timeline-container .driving-group .vis-item.vis-point.vis-selected {
      background-color: transparent; }
    #timeline-container .driving-group .vis-item.vis-dot.vis-selected {
      border-color: var(--vis-driving-color) !important;
      outline-color: var(--vis-driving-color) !important; }
  #timeline-container .driving-group.vis-label span {
    color: var(--vis-driving-color) !important;
    font-weight: bold; }
  #timeline-container .layer-label {
    font-size: 16px;
    color: white;
    padding-left: 0px;
    width: 100%; }
  #timeline-container #time-control-panel {
    z-index: 2;
    margin: 10px;
    color: white;
    border: none;
    text-align: center; }
    #timeline-container #time-control-panel button {
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-shadow: 2px 1px 2px #4c4c4c; }
  #timeline-container #prev-button,
  #timeline-container #next-button,
  #timeline-container #loopback-button {
    background-color: rgba(255, 255, 255, 0.911);
    color: #4c4c4c;
    border: none;
    box-shadow: 0 0 2px 0 black;
    text-shadow: 1px 1px 2px #4c4c4c !important; }
    #timeline-container #prev-button.loading,
    #timeline-container #next-button.loading,
    #timeline-container #loopback-button.loading {
      filter: brightness(0.8);
      pointer-events: none; }
  #timeline-container #loopback-button.active {
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid green;
    color: green;
    text-shadow: 1px 1px 2px green !important; }

@keyframes rotation-animation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loopback-button-hover {
  0% {
    border: 1px solid green;
    color: green; }
  100% {
    border: 1px solid green;
    color: green; } }
  #timeline-container #play-button {
    background: white !important;
    color: rgba(0, 151, 27, 0.88) !important;
    color: white;
    border: none;
    box-shadow: 0 0 2px 0 black;
    text-shadow: 0 0 2px white; }
    #timeline-container #play-button.loading {
      text-shadow: none !important;
      pointer-events: none;
      filter: brightness(0.8); }
  #timeline-container #stop-button {
    background: white;
    color: #d72e2e !important;
    color: white;
    border: none;
    box-shadow: 0 0 2px 0 black;
    text-shadow: 0 0 1px black; }
  #timeline-container .vis-label .vis-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  #timeline-container .vis-timeline {
    border: none !important; }
  #timeline-container .vis-panel {
    border: none !important; }
  #timeline-container .vis-panel.vis-top:not(#time-control-panel),
  #timeline-container .vis-panel.vis-center {
    mask-image: linear-gradient(to right, transparent 0, #000 100px, #000 calc(100% - 100px), transparent 100%); }
  #timeline-container #scale-selector {
    box-shadow: 0 0 4px 0 #000; }
  #timeline-container .driving-group span::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.3rem;
    color: var(--vis-driving-color); }
  #timeline-container .vis-content .vis-label {
    text-indent: 5px;
    cursor: pointer; }
    #timeline-container .vis-content .vis-label:hover {
      color: #cacaca;
      text-shadow: 0 0 1px #cacaca; }
  #timeline-container .vis-labelset .vis-label,
  #timeline-container .vis-group {
    border: none !important; }
  #timeline-container .vis-group {
    transform: translateY(-15%); }
  #timeline-container .vis-group:last-child {
    transform: translateY(0); }
  #timeline-container .remove-layer-button {
    color: #d72e2e;
    border: none !important;
    background: transparent; }
  #timeline-container .loopback-start,
  #timeline-container .loopback-end {
    z-index: 10 !important;
    background-color: #a1aef7 !important;
    cursor: move !important;
    cursor: grab !important;
    pointer-events: auto !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important; }
    #timeline-container .loopback-start:hover,
    #timeline-container .loopback-end:hover {
      background-color: #8a9af5 !important; }
    #timeline-container .loopback-start:active,
    #timeline-container .loopback-end:active {
      cursor: grabbing !important;
      background-color: #7284f3 !important; }
    #timeline-container .loopback-start::before,
    #timeline-container .loopback-end::before {
      border-top-color: #a1aef7 !important;
      pointer-events: none; }
    #timeline-container .loopback-start.disabled,
    #timeline-container .loopback-end.disabled {
      opacity: 0.3;
      pointer-events: none;
      display: none !important; }
  #timeline-container .loopback-start::before {
    transform: none !important;
    border-left: none !important;
    border-right-width: 15px !important; }
  #timeline-container .loopback-end::before {
    border-right: none !important;
    border-left-width: 15px !important;
    transform: translateX(-13px) !important; }
