.ck-editor__editable {
    max-height: 300px;
}

.termo-uso-editor .ck-editor__editable {
    min-height: 520px;
    max-height: 70vh;
}

.nav-link i {
    padding-right: 10px;
}

.input-info {
    font-size: 12px;
    margin-top: -13px;
    color: #1d2a56;
}

.cursor-pointer {
    cursor: pointer;
}

.modal {
    padding-right: 0 !important;
}

.table-th-full-line th {
    white-space: nowrap;
}

.white-space-nowrap {
    white-space: nowrap;
}

.nav-item-break-line a {
    white-space: inherit !important;
    padding: 8px 16px !important;
}

.upcase {
    text-transform: uppercase;
}

.modal-nivel2 {
    background: rgb(0 0 0 / 56%)
}

@media (min-width: 1000px) {
    .fieldset-checkbox-inline fieldset {
        display: flex;
    }

    .fieldset-checkbox-inline fieldset legend {
        padding-right: 10px;
        width: fit-content;
    }
}

.input-azul, .input-azul:focus {
    background-color: #f7faff
}

/* Quando o input utilizar a biblioteca choices */
.input-div-invalid .choices__inner {
    border-color: var(--cui-form-invalid-border-color);
}

.input-div-invalid .invalid-feedback {
    display: block;
}

.mb-3-cancel {
    margin-bottom: 0 !important;
}
.kanban {
    font-family: sans-serif;
    color: #172b4d;
    display: flex;
    align-items: start;
    overflow-x: auto;
}

.kanban::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 0 20px;
}

.kanban::-webkit-scrollbar {
    width: 12px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
}

.kanban::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #2c417e;
}

.kanban div {
    border-radius: 3px;
}

.kanban #main {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.kanban .title {
    margin: 0;
    background: #fff;
    border-radius: 8px 8px 0 0;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 500;
}

.kanban .editable {
    user-select: none;
    outline: none;
    display: block;
}

.kanban .editing {
    background: white;
    color: #172b4d !important;
    box-shadow: inset 0 0 0 2px #0279bf;
}

.kanban .editing:hover {
    background: white !important;
}

.kanban .card {
    min-height: 39px;
    margin: 7px;
    cursor: pointer !important;
    display: flow-root;
}

.kanban .list {
    min-width: 305px;
    margin: 10px 5px;
    position: relative;
    background: none;
    align-self: stretch;
}

.kanban #main .list:first-child {
    margin-left: 0;
}

.kanban .add-list {
    min-width: 280px;
    margin: 10px 5px;
    position: relative;
    background: rgba(0, 0, 0, .12);
    color: hsla(0, 0%, 100%, .8);
}

.kanban .ghost {
    opacity: .1;
    color: #000;
    background-color: #000;
}

.kanban .add-card {
    width: calc(100% - 35px);
    display: inline-block;
    padding: 10px;
    margin-top: 0;
    color: gray;
    text-decoration: none;
    margin: 7px;
    padding: 10px;
    /*   border-bottom: 1px solid #dfe1e6; */
}

.kanban .add-card:hover {
    background-color: rgba(9, 30, 66, .13);
}

.kanban .del {
    font-weight: 600;
    color: gray;
    float: right;
}

.kanban .content {
    border-bottom: 1px solid #cecece;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 20px;
    border-radius: 0 0 3px 3px;
    border-top: 5px solid #f1f2f5;
    min-height: 600px;
    height: 99%;
}

.kanban-text {
    float: left;
    width: 100%;
    padding: 10px;
    background: #efefef;
    border-radius: 0 0 3px 3px !important;
}

.kanban-card-title {
    color: #fff;
    font-weight: 300;
    border-radius: 3px 3px 0 0 !important;
    display: flex;
    padding: 5px 12px 2px 10px;
}
.kanban-card-title-x {
    width: 266px;
    max-width: 266px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.kanban .card::after {
    content: '-';
    background: rgb(255 0 0 / 0%);
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
}

.kanban-dark-blue .title {
    border-top: 6px solid #1d2a56;
    color: #1d2a56;
}
.kanban-dark-blue .kanban-card-title {
    background: #1d2a56;
}
.kanban-blue .title {
    border-top: 6px solid #1f8184;
    color: #1f8184;
}
.kanban-blue .kanban-card-title {
    background: #1f8184;
}
.kanban-orange .title {
    border-top: 6px solid #cba143;
    color: #cba143;
}
.kanban-orange .kanban-card-title {
    background: #cba143;
}
.kanban-red .title {
    border-top: 6px solid #b60f24;
    color: #b60f24;
}
.kanban-red .kanban-card-title {
    background: #b60f24;
}
.kanban-green .title {
    border-top: 6px solid #218429;
    color: #218429;
}
.kanban-green .kanban-card-title {
    background: #218429;
}
.kanban-green2 .title {
    border-top: 6px solid #6d792b;
    color: #6d792b;
}
.kanban-green2 .kanban-card-title {
    background: #6d792b;
}
.kanban-grey .title {
    border-top: 6px solid #7c7c7c;
    color: #7c7c7c;
}
.kanban-grey .kanban-card-title {
    background: #7c7c7c;
}

.kanban-content {
    color: #969696;
    font-weight: 300;
    font-size: 14px;
}

.kanban-badge {
    display: flex;
    width: fit-content;
    padding: 3px 7px;
    font-size: 9px;
    border-radius: 5px !important;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.kanban-badge-icon {
    margin-right: 5px;
}
.kanban-expired {
    background: rgb(208 2 2 / 24%);
    color: #c00000;
}
.kanban-on-schedule {
    background: rgb(76 175 80 / 24%);
    color: #4caf50;
}
.kanban-expiring {
    background: rgb(255 193 7 / 39%);
    color: #856300;
}

.kanban-qtd {
    color: #9b9b9b;
    font-weight: 300;
}
.kanban.leads-kanban #main {
  align-items: stretch;
}

.kanban.leads-kanban #main .list {
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  border: 1px solid #e3e5e8;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.kanban.leads-kanban #main .list .title {
  border-radius: 0;
}

.kanban.leads-kanban #main .list .content {
  flex: 1;
  min-height: 0;
  height: auto;
  border-bottom: 0;
  border-radius: 0;
}
.btn-primary {
    --cui-btn-color: #fff;
    --cui-btn-bg: #15522f;
    --cui-btn-border-color: #15522f;
    --cui-btn-hover-color: #fff;
    --cui-btn-hover-bg: #134f2e;
    --cui-btn-hover-border-color: #134f2e;
    --cui-btn-focus-shadow-rgb: 113, 111, 220;
    --cui-btn-active-color: #fff;
    --cui-btn-active-bg: #134f2e;
    --cui-btn-active-border-color: #134f2e;
    --cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
    --cui-btn-disabled-color: #fff;
    --cui-btn-disabled-bg: #15522f;
    --cui-btn-disabled-border-color: #15522f;
}

.btn-outline-primary {
    --cui-btn-color: #15522f;
    --cui-btn-border-color: #15522f;
    --cui-btn-hover-color: #fff;
    --cui-btn-hover-bg: #134f2e;
    --cui-btn-hover-border-color: #134f2e;
    --cui-btn-focus-shadow-rgb: 88, 86, 214;
    --cui-btn-active-color: #fff;
    --cui-btn-active-bg: #134f2e;
    --cui-btn-active-border-color: #134f2e;
    --cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
    --cui-btn-disabled-color: #15522f;
    --cui-btn-disabled-bg: transparent;
    --cui-gradient: none;
}

.btn-ghost-primary {
    --cui-btn-color: #15522f;
    --cui-btn-hover-bg: #134f2e;
    --cui-btn-hover-border-color: #134f2e;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #134f2e;
    --cui-btn-active-border-color: #134f2e;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #15522f;
    --cui-btn-shadow: rgba(14, 70, 150, 0.76);
}

[data-coreui-theme=light] {
    --cui-blue: #15522f;
    --cui-indigo: #134f2e;
    --cui-purple: #6f42c1;
    --cui-primary: #15522f;
    --cui-info: #134f2e;
    --cui-primary-text-emphasis: #134f2e;
    --cui-link-color: #15522f;
    --cui-link-hover-color: #15522f;
}

.btn-info {
    --cui-btn-color: #fff;
}

.sidebar-nav .nav-link.disabled {
    color: #7b7b7b !important;
}

a {
    text-decoration: none;
}

.modal-dialog-scrollable .modal-body {
    max-height: 600px;
}

.choices__list--multiple .choices__item {
    background-color: var(--cui-blue);
    border: 1px solid var(--cui-blue);
}

.choices {
    margin-bottom: 0;
}
.digg_pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */ }
  .digg_pagination a, .digg_pagination span, .digg_pagination em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination .disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  .digg_pagination .current {
    font-style: normal;
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  .digg_pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #000033;
      border-color: #000033; }
  .digg_pagination .page_info {
    background: #2e6ab1;
    color: white;
    padding: 0.4em 0.6em;
    width: 22em;
    margin-bottom: 0.3em;
    text-align: center; }
    .digg_pagination .page_info b {
      color: #000033;
      background: #6aa6ed;
      padding: 0.1em 0.25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child + html .digg_pagination {
    overflow: hidden; }

.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
  cursor: default; }
  .apple_pagination a, .apple_pagination span {
    padding: 0.2em 0.3em; }
  .apple_pagination .disabled {
    color: #aaaaaa; }
  .apple_pagination .current {
    font-style: normal;
    font-weight: bold;
    background-color: #bebebe;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px; }
  .apple_pagination a {
    text-decoration: none;
    color: black; }
    .apple_pagination a:hover, .apple_pagination a:focus {
      text-decoration: underline; }

.flickr_pagination {
  text-align: center;
  padding: 0.3em;
  cursor: default; }
  .flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
    padding: 0.2em 0.5em; }
  .flickr_pagination .disabled {
    color: #aaaaaa; }
  .flickr_pagination .current {
    font-style: normal;
    font-weight: bold;
    color: #ff0084; }
  .flickr_pagination a {
    border: 1px solid #dddddd;
    color: #0063dc;
    text-decoration: none; }
    .flickr_pagination a:hover, .flickr_pagination a:focus {
      border-color: #003366;
      background: #0063dc;
      color: white; }
  .flickr_pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }
  .flickr_pagination .previous_page, .flickr_pagination .next_page {
    border-width: 2px; }
  .flickr_pagination .previous_page {
    margin-right: 1em; }
  .flickr_pagination .next_page {
    margin-left: 1em; }
.anexos-box {
    font-size: 14px;
}

.anexos-titulo {
    font-weight: bold;
}

.anexos-aviso {
    margin: 10px 0;
    font-size: 12px;
}

.arquivos-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.arquivos-box a:not(:first-child) > .arquivos {
    margin-top: 10px;
}

.arquivos {
    display: flex;
    background: #eaeaea;
    border-radius: 6px;
    padding: 7px;
    cursor: pointer;
}

.arquivos, .arquivos a {
    color: #787878;
}

.arquivos-nome {
    max-width: 220px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.arquivos-icone {
    font-size: 12px;
    padding-top: 3px;
    padding-right: 7px;
    color: #787878;
}
.route-report {
  --report-ink: #17352a;
  --report-muted: #667b72;
  --report-border: #dfe8e3;
  --report-surface: #ffffff;
  --report-canvas: #f3f7f5;
  --report-green: #1f6a45;
  --report-green-dark: #123d2b;
  --report-green-soft: #e5f4eb;
  --report-amber: #a15c08;
  --report-amber-soft: #fff3d8;
  --report-blue: #27647f;
  --report-blue-soft: #e7f3f8;
  background:
    radial-gradient(circle at 8% 5%, rgba(64, 148, 101, 0.08), transparent 28rem),
    var(--report-canvas);
  color: var(--report-ink);
  min-height: calc(100vh - 110px);
  padding: clamp(1.25rem, 3vw, 2.75rem);
}

.route-report__container {
  margin: 0 auto;
  max-width: 1800px;
}

.route-report__hero {
  align-items: flex-end;
  background:
    radial-gradient(circle at 85% 15%, rgba(157, 225, 180, 0.22), transparent 18rem),
    linear-gradient(135deg, #173f2e 0%, #205f40 58%, #2c7650 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(23, 63, 46, 0.16);
  color: #ffffff;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
}

.route-report__hero-content {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.route-report__back-link {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 600;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.route-report__back-link:hover {
  color: #ffffff;
  transform: translateX(-2px);
}

.route-report__eyebrow {
  align-items: center;
  color: #bce4c9;
  display: flex;
  font-size: 0.73rem;
  font-weight: 800;
  gap: 0.5rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.route-report__hero h1 {
  color: #ffffff;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
  max-width: 900px;
}

.route-report__metadata {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.3rem;
  margin-top: 1.25rem;
}

.route-report__metadata span {
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  display: inline-flex;
  font-size: 0.79rem;
  gap: 0.42rem;
}

.route-report__hero-total {
  align-items: flex-end;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 1.25rem 1.4rem;
  position: relative;
  text-align: right;
  z-index: 1;
}

.route-report__hero-total span,
.route-report__hero-total small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.74rem;
}

.route-report__hero-total strong {
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  letter-spacing: -0.03em;
  margin: 0.2rem 0 0.1rem;
  white-space: nowrap;
}

.route-report__summary {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 1.25rem 0;
}

.route-report__summary-card {
  align-items: center;
  background: var(--report-surface);
  border: 1px solid var(--report-border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(23, 53, 42, 0.055);
  display: flex;
  gap: 0.95rem;
  min-height: 112px;
  padding: 1.15rem;
}

.route-report__summary-icon {
  align-items: center;
  background: var(--report-green-soft);
  border-radius: 12px;
  color: var(--report-green);
  display: flex;
  flex: 0 0 44px;
  font-size: 1.05rem;
  height: 44px;
  justify-content: center;
}

.route-report__summary-card > div:last-child {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.route-report__summary-card span {
  color: var(--report-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.route-report__summary-card strong {
  color: var(--report-ink);
  font-size: 1.65rem;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.route-report__summary-card small {
  color: var(--report-muted);
  font-size: 0.73rem;
  line-height: 1.3;
}

.route-report__summary-card.is-waiting .route-report__summary-icon {
  background: var(--report-amber-soft);
  color: var(--report-amber);
}

.route-report__summary-card.is-pending .route-report__summary-icon {
  background: var(--report-blue-soft);
  color: var(--report-blue);
}


.route-report__table-card {
  background: var(--report-surface);
  border: 1px solid var(--report-border);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(23, 53, 42, 0.065);
  overflow: hidden;
}

.route-report__section-heading {
  align-items: center;
  border-bottom: 1px solid var(--report-border);
  display: flex;
  justify-content: space-between;
  padding: 1.35rem 1.5rem;
}

.route-report__section-heading > div:first-child > span {
  color: var(--report-green);
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.route-report__section-heading h2 {
  color: var(--report-ink);
  font-size: 1.15rem;
  font-weight: 750;
  margin: 0;
}

.route-report__section-count {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.route-report__section-count strong {
  color: var(--report-ink);
  font-size: 1.15rem;
  line-height: 1;
}

.route-report__section-count span {
  color: var(--report-muted);
  font-size: 0.68rem;
}

.route-report__table-scroll {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.route-report__table {
  border-collapse: separate;
  border-spacing: 0;
  color: var(--report-ink);
  font-size: 0.78rem;
  margin: 0;
  min-width: 1540px;
  width: 100%;
}

.route-report__table th,
.route-report__table td {
  border-bottom: 1px solid #c2d2c9;
  border-right: 1px solid #c2d2c9;
  padding: 0.9rem 0.8rem;
  text-align: left;
  vertical-align: top;
}

.route-report__table th:last-child,
.route-report__table td:last-child {
  border-right: 0;
}

.route-report__table thead th {
  background: #f7faf8;
  color: #51685e;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.route-report__table thead .route-report__table-groups th {
  background: #eef5f1;
  border-bottom-color: #dbe7e1;
  color: var(--report-green-dark);
  text-align: center;
}

.route-report__table thead .route-report__table-groups th:first-child {
  text-align: left;
}

.route-report__table tbody tr:last-child td {
  border-bottom: 0;
}

.route-report__table tbody tr {
  transition: background-color 150ms ease;
}

.route-report__table tbody tr:hover td {
  background: #fbfdfc;
}

.route-report__table th:first-child,
.route-report__table td:first-child {
  border-right: 1px solid #c2d2c9;
  left: 0;
  min-width: 280px;
  position: sticky;
  z-index: 2;
}

.route-report__table td:first-child {
  background: #ffffff;
}

.route-report__table tbody tr:hover td:first-child {
  background: #fbfdfc;
}

.route-report__table thead th:first-child {
  z-index: 3;
}

.route-report__traveler-heading {
  align-items: center;
  display: flex;
  gap: 0.7rem;
}

.route-report__traveler-heading > div:last-child,
.route-report__stacked-value,
.route-report__coupon {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.route-report__avatar {
  align-items: center;
  background: var(--report-green-soft);
  border-radius: 10px;
  color: var(--report-green);
  display: flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
}

.route-report__traveler-heading strong,
.route-report__stacked-value strong,
.route-report__coupon strong {
  font-weight: 750;
}

.route-report__traveler-heading small,
.route-report__stacked-value small,
.route-report__coupon small {
  color: var(--report-muted);
  font-size: 0.7rem;
}

.route-report__phone {
  align-items: center;
  color: var(--report-muted);
  display: flex;
  font-size: 0.72rem;
  gap: 0.4rem;
  margin: 0.55rem 0 0 2.75rem;
}

.route-report__dependents {
  border-left: 2px solid #dce9e2;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0.75rem 0 0 2.75rem;
  padding-left: 0.65rem;
}

.route-report__dependents > span {
  color: var(--report-muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.route-report__dependents small {
  font-size: 0.7rem;
}

.route-report__stacked-value + .route-report__stacked-value,
.route-report__vacancy + .route-report__vacancy {
  border-top: 1px dashed #dfe8e3;
  margin-top: 0.6rem;
  padding-top: 0.6rem;
}

.route-report__stacked-value > span {
  white-space: nowrap;
}

.route-report__stacked-value > span i {
  color: #6d887b;
  margin-right: 0.25rem;
}

.route-report__vacancy {
  align-items: baseline;
  display: flex;
  gap: 0.25rem;
  white-space: nowrap;
}

.route-report__vacancy strong {
  color: var(--report-green);
  font-size: 1rem;
}

.route-report__vacancy span {
  color: var(--report-muted);
  font-size: 0.68rem;
}

.route-report__status {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.69rem;
  font-weight: 750;
  gap: 0.35rem;
  padding: 0.38rem 0.58rem;
  white-space: nowrap;
}

.route-report__status.is-paid {
  background: var(--report-green-soft);
  color: #21643f;
}

.route-report__status.is-waiting {
  background: var(--report-amber-soft);
  color: var(--report-amber);
}

.route-report__status.is-pending {
  background: var(--report-blue-soft);
  color: var(--report-blue);
}

.route-report__money {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  white-space: nowrap;
}

.route-report__money.is-net {
  color: var(--report-green);
}

.route-report__unavailable {
  background: #f1f3f2;
  border-radius: 6px;
  color: #75827c;
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 650;
  padding: 0.3rem 0.45rem;
  white-space: nowrap;
}

.route-report__coupon strong {
  background: #eff5f2;
  border: 1px dashed #bbd3c6;
  border-radius: 6px;
  color: var(--report-green-dark);
  font-size: 0.7rem;
  padding: 0.28rem 0.42rem;
  width: fit-content;
}

.route-report__muted {
  color: #8a9992;
  font-size: 0.7rem;
}

.route-report__traveler-cell > .route-report__muted {
  margin: 0.65rem 0 0 2.75rem;
}


.route-report__empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 4rem 1.5rem;
  text-align: center;
}

.route-report__empty > span {
  align-items: center;
  background: var(--report-green-soft);
  border-radius: 16px;
  color: var(--report-green);
  display: flex;
  font-size: 1.35rem;
  height: 58px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 58px;
}

.route-report__empty h3 {
  font-size: 1rem;
  margin: 0 0 0.35rem;
}

.route-report__empty p {
  color: var(--report-muted);
  font-size: 0.78rem;
  margin: 0;
}

@media (max-width: 1100px) {
  .route-report__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .route-report {
    padding: 1rem;
  }

  .route-report__hero {
    align-items: stretch;
    flex-direction: column;
  }

  .route-report__hero-total {
    align-items: flex-start;
    text-align: left;
  }

  .route-report__summary {
    grid-template-columns: 1fr;
  }

  .route-report__summary-card {
    min-height: 92px;
  }
}

/* Simplified reservation table */
.route-report__table {
  min-width: 1080px;
  table-layout: fixed;
}

.route-report__table th,
.route-report__table td {
  padding: 1.15rem 1rem;
}

.route-report__table thead th {
  background: #eef5f1;
  border-bottom: 2px solid #9db5a8;
  color: var(--report-green-dark);
  font-size: 0.68rem;
  text-align: left;
}

.route-report__table th:nth-child(1) { width: 23%; }
.route-report__table th:nth-child(2) { width: 25%; }
.route-report__table th:nth-child(3) { width: 20%; }
.route-report__table th:nth-child(4) { width: 16%; }
.route-report__table th:nth-child(5) { width: 16%; }

.route-report__table th:first-child,
.route-report__table td:first-child {
  border-right: 1px solid #c2d2c9;
  left: auto;
  min-width: 0;
  position: static;
  z-index: auto;
}

.route-report__field-label,
.route-report__detail-item > span:first-child {
  color: var(--report-muted);
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.route-report__traveler-cell > .route-report__field-label {
  margin-bottom: 0.42rem;
}

.route-report__traveler-detail {
  border-top: 1px dashed #dfe8e3;
  margin-top: 0.8rem;
  padding-top: 0.7rem;
}

.route-report__traveler-detail > strong {
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  margin-top: 0.35rem;
}

.route-report__traveler-detail > strong i {
  color: var(--report-green);
  font-size: 0.68rem;
  margin-right: 0.3rem;
}

.route-report__traveler-detail .route-report__dependents {
  border-left: 0;
  gap: 0.3rem;
  margin: 0.4rem 0 0;
  padding-left: 0;
}

.route-report__traveler-detail > .route-report__muted {
  display: block;
  margin-top: 0.35rem;
}

.route-report__rooms {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.route-report__room-card {
  background: #f7faf8;
  border: 1px solid #e0e9e4;
  border-radius: 11px;
  padding: 0.8rem;
}

.route-report__room-heading {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.route-report__room-heading strong {
  font-size: 0.82rem;
  font-weight: 750;
}

.route-report__room-heading small {
  color: var(--report-muted);
  font-size: 0.68rem;
}

.route-report__detail-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.route-report__detail-list.is-compact {
  border-top: 1px dashed #d9e5df;
  margin-top: 0.65rem;
}

.route-report__detail-item {
  padding: 0.68rem 0;
}

.route-report__detail-item + .route-report__detail-item {
  border-top: 1px dashed #dfe8e3;
}

.route-report__detail-item > strong,
.route-report__detail-item > div,
.route-report__detail-item > .route-report__unavailable {
  display: block;
  margin-top: 0.35rem;
}

.route-report__detail-list > .route-report__detail-item:first-child {
  padding-top: 0;
}

.route-report__detail-list > .route-report__detail-item:last-child {
  padding-bottom: 0;
}

.route-report__detail-list.is-compact > .route-report__detail-item:first-child {
  padding-top: 0.68rem;
}

.route-report__detail-item > strong {
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.4;
}

.route-report__bed-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.route-report__bed-list strong {
  font-size: 0.7rem;
  font-weight: 700;
}

.route-report__bed-list i {
  color: #6d887b;
  margin-right: 0.25rem;
}

.route-report__vacancy-value {
  color: var(--report-green);
  font-size: 1rem !important;
}

.route-report__detail-item .route-report__coupon {
  align-items: flex-start;
  flex-direction: row;
  gap: 0.4rem;
}

.route-report__detail-item .route-report__coupon small {
  padding-top: 0.28rem;
}

.route-report__detail-item .route-report__money {
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .route-report__table-scroll {
    overflow: visible;
  }

  .route-report__table {
    display: block;
    min-width: 0;
    table-layout: auto;
  }

  .route-report__table thead {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .route-report__table tbody {
    display: grid;
    gap: 1rem;
    padding: 1rem;
  }

  .route-report__table tbody tr {
    background: #ffffff;
    border: 1px solid var(--report-border);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(23, 53, 42, 0.045);
    display: block;
    overflow: hidden;
  }

  .route-report__table td,
  .route-report__table td:first-child {
    background: #ffffff;
    border: 0;
    display: block;
    padding: 1rem;
    width: 100%;
  }

  .route-report__table td + td {
    border-top: 1px solid #c2d2c9;
  }

  .route-report__table td::before {
    color: var(--report-green-dark);
    content: attr(data-label);
    display: block;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
  }

  .route-report__table tbody tr:hover td,
  .route-report__table tbody tr:hover td:first-child {
    background: #ffffff;
  }
}
.report-async-loader {
  margin: 0 auto;
  width: 100%;
}

.report-async-loader__state {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dfe8e3;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(23, 53, 42, 0.065);
  color: #17352a;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  justify-content: center;
  min-height: 360px;
  padding: 2rem;
  text-align: center;
}

.report-async-loader__state[hidden] {
  display: none;
}

.report-async-loader__state > strong {
  font-size: 1.05rem;
}

.report-async-loader__state > span:not(.report-async-loader__spinner):not(.report-async-loader__error-icon) {
  color: #667b72;
  font-size: 0.82rem;
  line-height: 1.5;
  max-width: 480px;
}

.report-async-loader__spinner {
  animation: report-loader-spin 750ms linear infinite;
  border: 3px solid #d8e9df;
  border-radius: 50%;
  border-top-color: #1f6a45;
  height: 42px;
  margin-bottom: 0.3rem;
  width: 42px;
}

.report-async-loader__state.is-error {
  border-color: #efd8d4;
}

.report-async-loader__error-icon {
  align-items: center;
  background: #fff0ed;
  border-radius: 14px;
  color: #a44337;
  display: flex;
  font-size: 1.1rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 0.3rem;
  width: 48px;
}

.report-async-loader__retry {
  align-items: center;
  background: #176b46;
  border: 1px solid #176b46;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 750;
  gap: 0.45rem;
  justify-content: center;
  margin-top: 0.45rem;
  min-height: 42px;
  padding: 0 1rem;
}

.report-async-loader__retry:hover {
  background: #105a3a;
  border-color: #105a3a;
}

@keyframes report-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.route-report__detail-item,
.route-report__detail-item > div {
  max-width: 100%;
  min-width: 0;
}

.route-report__status {
  line-height: 1.3;
  max-width: 100%;
  white-space: normal;
}

.route-report__status > i {
  flex: 0 0 auto;
}

.route-report__status > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .report-async-loader__state {
    min-height: 300px;
    padding: 1.5rem;
  }
}
.financial-summary {
  --financial-ink: #14251d;
  --financial-muted: #617268;
  --financial-border: #e2e9e5;
  --financial-green: #0f6b43;
  min-height: calc(100vh - 56px);
  padding: 32px 20px 56px;
  background:
    radial-gradient(circle at 92% 4%, rgba(56, 151, 103, 0.12), transparent 24rem),
    #f5f8f6;
  color: var(--financial-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.financial-summary__container {
  width: min(1380px, 100%);
  margin: 0 auto;
}

.financial-summary__hero {
  position: relative;
  overflow: hidden;
  padding: 34px 38px;
  border-radius: 24px;
  background: linear-gradient(130deg, #0b3f2b 0%, #0f6b43 62%, #168155 100%);
  box-shadow: 0 20px 45px rgba(11, 63, 43, 0.18);
  color: #fff;
}

.financial-summary__hero::after {
  position: absolute;
  top: -80px;
  right: -40px;
  width: 280px;
  height: 280px;
  border: 54px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.financial-summary__hero-content {
  position: relative;
  z-index: 1;
}

.financial-summary__back-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}

.financial-summary__back-link:hover {
  color: #fff;
}

.financial-summary__eyebrow,
.financial-summary__section-label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.financial-summary__eyebrow {
  color: #a9e1c3;
}

.financial-summary__hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.financial-summary__hero p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.28rem);
}

.financial-summary__metadata {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 25px;
}

.financial-summary__metadata span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.87rem;
}

.financial-summary__filter {
  margin-top: 24px;
  padding: 24px 26px;
  border: 1px solid var(--financial-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 53, 39, 0.06);
}

.financial-summary__filter-heading {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.financial-summary__section-label {
  color: var(--financial-green);
}

.financial-summary__filter h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.financial-summary__selection {
  padding: 7px 11px;
  border-radius: 999px;
  background: #edf7f1;
  color: var(--financial-green);
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
}

.financial-summary__filter-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.financial-summary__field label {
  display: block;
  margin-bottom: 7px;
  color: #405149;
  font-size: 0.82rem;
  font-weight: 700;
}

.financial-summary__field .form-control {
  min-height: 44px;
  border-color: #dce5e0;
  border-radius: 11px;
  color: var(--financial-ink);
  box-shadow: none;
}

.financial-summary__field .form-control:focus {
  border-color: #63a984;
  box-shadow: 0 0 0 3px rgba(15, 107, 67, 0.11);
}

.financial-summary__filter-actions {
  display: flex;
  gap: 9px;
  align-items: center;
}

.financial-summary__filter-button,
.financial-summary__clear-button {
  display: inline-flex;
  min-height: 44px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 11px;
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.financial-summary__filter-button {
  border: 1px solid var(--financial-green);
  background: var(--financial-green);
  color: #fff;
}

.financial-summary__filter-button:hover {
  border-color: #0a5735;
  background: #0a5735;
}

.financial-summary__clear-button {
  border: 1px solid var(--financial-border);
  color: #52635a;
}

.financial-summary__clear-button:hover {
  border-color: #b8c8bf;
  color: var(--financial-ink);
}

.financial-summary__cards {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.financial-summary__card {
  --card-accent: #5c7969;
  grid-column: span 3;
  min-height: 205px;
  padding: 24px;
  border: 1px solid var(--financial-border);
  border-top: 4px solid var(--card-accent);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 53, 39, 0.065);
}

.financial-summary__card.is-estimated { --card-accent: #3568a7; }
.financial-summary__card.is-received { --card-accent: #158052; }
.financial-summary__card.is-fees { --card-accent: #c17a27; }
.financial-summary__card.is-net { --card-accent: #08756f; }
.financial-summary__card.is-pending { --card-accent: #b79520; }
.financial-summary__card.is-expenses { --card-accent: #a94e4e; }
.financial-summary__card.is-result { --card-accent: #0f6b43; }
.financial-summary__card.is-negative { --card-accent: #a83b3b; }

.financial-summary__card.is-featured {
  grid-column: span 6;
  background: linear-gradient(145deg, #fff 0%, #f1f8f4 100%);
}

.financial-summary__card.is-featured.is-negative {
  background: linear-gradient(145deg, #fff 0%, #fff4f2 100%);
}

.financial-summary__card-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #53665c;
  font-size: 0.86rem;
  font-weight: 720;
}

.financial-summary__card-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 11px;
  background: color-mix(in srgb, var(--card-accent) 12%, white);
  color: var(--card-accent);
}

.financial-summary__card > strong {
  display: block;
  margin-top: 28px;
  color: var(--financial-ink);
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
  font-weight: 790;
  letter-spacing: -0.045em;
  line-height: 1;
}

.financial-summary__card > small {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  margin-top: 13px;
  color: var(--financial-muted);
  font-size: 0.77rem;
  line-height: 1.45;
}

.financial-summary__card > small.is-partial {
  color: #9a651f;
  font-weight: 650;
}

@media (max-width: 1120px) {
  .financial-summary__card {
    grid-column: span 6;
  }

  .financial-summary__card.is-featured {
    grid-column: span 12;
  }
}

@media (max-width: 760px) {
  .financial-summary {
    padding: 16px 12px 36px;
  }

  .financial-summary__hero {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .financial-summary__filter {
    padding: 20px;
  }

  .financial-summary__filter-heading {
    display: block;
  }

  .financial-summary__selection {
    display: inline-block;
    margin-top: 12px;
  }

  .financial-summary__filter-form {
    grid-template-columns: 1fr;
  }

  .financial-summary__filter-actions,
  .financial-summary__filter-button,
  .financial-summary__clear-button {
    width: 100%;
  }

  .financial-summary__card,
  .financial-summary__card.is-featured {
    grid-column: span 12;
  }
}
/* CSS */
:root {
    --prm-color: #1d2a56;
    --prm-gray: #cbd5ef;
}

.steps-container .card {
    border: none;
}

.steps-container {
    padding: 0;
}

.steps-container .steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.steps-container .step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--prm-gray);
    transition: .4s;
}

.steps-container .step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: var(--prm-color);
    color: #fff;
}

.steps-container .done {
    background-color: var(--prm-color);
    color: #fff;
}

.steps-container #progress {
    -webkit-appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-left: 18px;
    margin-bottom: 18px;
}

.steps-container .step-item {
    z-index: 10;
    text-align: center;
}

/* to customize progress bar */
.steps-container #progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .5s ease;
}

.steps-container #progress::-webkit-progress-bar {
    background-color: var(--prm-gray);
}

.steps-container a {
    background-color: #ffff0047;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.

 * Adicione os arquivos css da aplicação aqui


 *
 */
