  :root {

    --default-text-color: rgb(247, 248, 249);
    --default-text-color-light-theme: rgb(69, 66, 63);
    --default-border: rgba(255, 139, 45, 0.7);
    --default-border-focus: rgb(255, 87, 42);
    --default-background: rgb(247, 248, 249);
    --primary-background: rgba(255, 139, 45);
    --primary-background-focus: rgba(255, 139, 45);
  }

  a {
    color: #4444fc;
  }

  .text-color-light-theme {
    color: var(--default-text-color-light-theme);
  }


  ul.trilha {
    display: inline-flex;
  }

  ul.trilha>li:not(:last-child):after {
    content: '>';
    margin: 0 0.2rem;
    color: silver;
  }

  a[disabled=""],
  a[disabled="disabled"] {
    pointer-events: none;
  }

  input,
  select,
  textarea {
    border: 1px solid var(--default-border) !important;
    padding: 6px;
  }

  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    outline: 1px solid var(--default-border-focus);
  }

  .icon-left {
    margin-left: 9px;
  }

  .icon-right {
    margin-right: 9px;
  }

  .notice {}

  .notice.red {
    background-color: rgb(255, 111, 111);
    color: #fff;
  }

  .notice.orange {
    background-color: orange;
    color: #fff;
  }

  .notice.yellow {
    background-color: rgb(187, 187, 0);
    color: #fff;
  }

  .notice.blue {
    background-color: rgb(98, 98, 247);
    color: #fff;
  }

  .notice.green {
    background-color: rgb(92, 255, 92);
    color: #464646;
  }

  .notice.grey {
    background-color: rgb(89, 89, 89);
    color: #fff;
  }

  .notice.light {
    background-color: rgb(240, 240, 240);
    border: 1px solid silver;
    color: #464646;
  }

  .view-list {
    list-style: none;
  }

  .py-collapse {
    margin: 6px;
  }

  .py-collapse>.py-collapse-content {
    display: none;
  }

  .py-collapse.open>.py-collapse-content {
    display: block;
  }

  .py-collapse>.py-collapse-content {
    display: none;
  }

  .py-collapse.open>.py-collapse-content {
    display: block;
  }

  .py-collapse>button>.fa-chevron-down {
    transform: rotate(270deg);
  }

  .py-collapse.open>button>.fa-chevron-down {
    transform: rotate(0deg);
  }

  .map-marker {
    border: 4px solid grey;
    border-radius: 9px;
    padding: 9px;
  }

  .map-marker.red {
    border-color: rgb(225, 80, 80);
  }

  .map-marker.orange {
    border-color: rgb(230, 162, 35);
  }

  .map-marker.blue {
    border-color: rgb(85, 85, 227);
  }

  .map-marker.green {
    border-color: rgb(55, 177, 55);
  }

  .pointer {
    cursor: pointer;
  }

  .icon-stack {
    position: relative;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
  }

  .icon-stack-left {
    left: 0;
  }

  .icon-stack-right {
    left: 30%;
  }

  .icon-stack-1x,
  .icon-stack-2x,
  .icon-stack-3x {
    position: absolute;
    width: 100%;
    text-align: right;
  }

  .icon-stack-1x {
    line-height: inherit;
  }

  .icon-stack-2x {
    font-size: 1.5em;
  }

  .icon-stack-3x {
    font-size: 2em;
  }

  .mr-1 {
    margin-right: 1px;
  }

  .mr-2 {
    margin-right: 2px;
  }

  .mr-3 {
    margin-right: 3px;
  }

  .mr-4 {
    margin-right: 4px;
  }

  .mr-5 {
    margin-right: 5px;
  }

  .mr-6 {
    margin-right: 6px;
  }

  .mr-7 {
    margin-right: 7px;
  }

  .mr-8 {
    margin-right: 8px;
  }

  .mr-9 {
    margin-right: 9px;
  }

  .mr-10 {
    margin-right: 10px;
  }

  .mr-11 {
    margin-right: 11px;
  }

  .mr-12 {
    margin-right: 12px;
  }

  .ml-1 {
    margin-left: 1px;
  }

  .ml-2 {
    margin-left: 2px;
  }

  .ml-3 {
    margin-left: 3px;
  }

  .ml-4 {
    margin-left: 4px;
  }

  .ml-5 {
    margin-left: 5px;
  }

  .ml-6 {
    margin-left: 6px;
  }

  .ml-7 {
    margin-left: 7px;
  }

  .ml-8 {
    margin-left: 8px;
  }

  .ml-9 {
    margin-left: 9px;
  }

  .ml-10 {
    margin-left: 10px;
  }

  .ml-11 {
    margin-left: 11px;
  }

  .ml-12 {
    margin-left: 12px;
  }

  .input-group {
    border: 1px solid rgb(255, 139, 45) !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 0.5rem;
  }

  .input-group label {
    display: block;
  }

  .input-group input {
    border: 0 !important;
    width: auto;
    background-color: #f5f5f5;
    height: 38px;
    margin: 0;
    border-radius: 0.5rem;
    /*Manter border-radius para que outline:focus-visible tenha efeito*/
  }

  :is(.dark .input-group input) {
    background-color: transparent;
  }

  .input-group-item {
    margin: 3px;
  }

  .input-group-btn {
    height: 38px;
  }

  .input-group-btn button {
    border-top-right-radius: 0.5rem;
    background-color: var(--primary-background);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 38px;
    border-bottom-right-radius: 0.5rem;
    opacity: 0.8;
  }

  .input-group-btn button:focus {
    opacity: 1;
  }

  .input-group-btn button:hover {
    opacity: 1;
  }

  .select2-search__field {
    border: 0 !important;
  }

  .select2-selection {
    border: 1px solid rgb(255, 139, 45) !important;
  }

  .select2-dropdown {
    border: 1px solid rgb(255, 139, 45) !important;
  }

  .gm-style {
    background-color: #737373 !important;
  }


  .ol-popup {
    position: absolute;
    background-color: #3a3a3a;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: max-content;
    bottom: 12px;
    left: -50px;
    z-index: 999;
  }

  .ol-popup:after,
  .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }

  .ol-popup-closer {
    text-decoration: none;
    position: absolute;

    top: 2px;
    right: 8px;
    font-size: 18px;
  }

  .map-icons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    left: 8px;
    top: 60px;
    z-index: 100;

  }

  .map-icon {
    border: 1px solid #FF8B2D;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.8);
    width: 28px;
  }

  .apexcharts-text.apexcharts-yaxis-label tspan,
  .apexcharts-text.apexcharts-xaxis-label tspan {
    fill: #A2A2A2;
  }

  .apexcharts-text.apexcharts-datalabel-label,
  .apexcharts-text.apexcharts-datalabel-value {
    fill: #A2A2A2;
  }

  .apexcharts-canvas>svg {
    background-color: transparent !important;
  }

  .gota-0-overlay {
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('/assets/images/icons/plu_0.svg');
    /* Ícone da gota */
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    /* não interfere nos cliques no mapa */
  }

  .gota-1-overlay {
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('/assets/images/icons/plu_1.svg');
    /* Ícone da gota */
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    /* não interfere nos cliques no mapa */
  }

  .gota-2-overlay {
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('/assets/images/icons/plu_2.svg');
    /* Ícone da gota */
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    /* não interfere nos cliques no mapa */
  }

  .gota-fail-overlay {
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('/assets/images/icons/plu_fail.svg');
    /* Ícone da gota */
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    /* não interfere nos cliques no mapa */
  }