/* Add here all your CSS customizations */


/* calendario datepicker*/
.ui-datepicker-div{
	z-index: 100000 !important ;}
}
.ui-datepicker{
	z-index: 100000 !important ;}
}

.hover:hover{
	
background-color: #000F;
}

/* alinha os textos a direita */
right {
	text-align:right;
}

/* wizard form cadastro clientes*/
.step-line {
  background: #e0e0e0;
  height: 2px;
  width: 35vw;
  position: absolute;
  top: 30px;
  z-index: 1;
}
.nav-pills.custom li {
  background: transparent;
  margin: 0 30px;
  z-index: 2;
}
.nav-link.active.custom {
  background-color: transparent;
  color: #007bff;
}
.nav-link.custom {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 12vw;
}
.nav-link.custom span.icon {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50px;
  width: 46px;
  height: 46px;
  margin: 0 auto;
}
.nav-link.custom.active span.icon {
  background-color: #007bff;
  color: #fff;
}
.nav-link.custom i {
  font-size: 28px;
}
.tab-content.custom {
  display: flex;
  justify-content: center;
}
.tab-content.custom .tab-pane {
  width: 50vw;
}
@media screen and (min-width: 840px) {
  .tab-content.custom .tab-pane {
    width: 40vw;
  }
}

/* select multi usuarios */
/* Força o alinhamento à esquerda no botão do multiselect */
.multiselect {
    text-align: left !important;
}

/* Garante que o texto longo não fique cortado */
.multiselect .multiselect-selected-text {
    display: inline-block;
    white-space: normal;
    text-align: left !important;
}

/* fim select multi usuarios */

/* dashboard */
.info-card-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
}

.info-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #dfe7ef;
    color: #5c6f82;
    font-size: 11px;
    font-weight: 700;
    cursor: help;
    line-height: 1;
}

.dashboard-filter-card {
    border: 0;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
    background: #fff;
}

.dashboard-filter-card .card-header {
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 55%, #f7fbf4 100%);
    border-bottom: 1px solid rgba(148,163,184,.14);
    padding: 18px 22px;
}

.dashboard-filter-card .card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
}

.dashboard-filter-card .dashboard-filter-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d6efd 0%, #3b82f6 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    box-shadow: 0 10px 24px rgba(13,110,253,.22);
}

.dashboard-filter-card .dashboard-filter-subtitle {
    color: #64748b;
    font-size: .95rem;
    margin: 4px 0 0 58px;
}

.dashboard-filter-card .card-body {
    padding: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.dashboard-filter-grid {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.dashboard-filter-side {
    background: linear-gradient(135deg, #f8fbff 0%, #f1f6ff 100%);
    border: 1px solid #e5edf8;
    border-radius: 18px;
    padding: 20px;
    min-height: 100%;
}

.dashboard-filter-side .kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 6px;
}

.dashboard-filter-side .title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.15;
}

.dashboard-filter-side .text {
    color: #64748b;
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: 18px;
}

.dashboard-filter-summary {
    background: rgba(13,110,253,.08);
    border: 1px solid rgba(13,110,253,.12);
    border-radius: 14px;
    padding: 12px 14px;
    color: #0f172a;
    line-height: 1.45;
}

.dashboard-filter-summary strong {
    display: inline-block;
    margin-right: 6px;
}

.dashboard-filter-box {
    background: #fff;
    border: 1px solid #e7eef8;
    border-radius: 18px;
    padding: 20px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.dashboard-filter-box label {
    font-size: .82rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}

.dashboard-filter-box .form-control,
.dashboard-filter-box .form-select {
    min-height: 46px;
    border-radius: 12px;
    border: 1px solid #dbe3ef;
    box-shadow: none;
    background: #fff;
}

.dashboard-filter-box .form-control:focus,
.dashboard-filter-box .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .18rem rgba(13,110,253,.12);
}

.dashboard-filter-chip {
    min-height: 46px;
    border-radius: 12px;
    border: 1px solid #dbe3ef;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-weight: 600;
    color: #0f172a;
    gap: 10px;
}

.dashboard-filter-chip .badge {
    margin-left: auto;
}

.dashboard-filter-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 10px;
}

.dashboard-filter-actions .btn {
    min-height: 46px;
    border-radius: 12px;
    font-weight: 700;
    padding: 0 18px;
}

.dashboard-filter-actions .btn-primary {
    box-shadow: 0 10px 20px rgba(13,110,253,.16);
}

@media (max-width: 1199px) {
    .dashboard-filter-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .dashboard-filter-card .card-body {
        padding: 16px;
    }

    .dashboard-filter-box,
    .dashboard-filter-side {
        padding: 16px;
    }

    .dashboard-filter-card .dashboard-filter-subtitle {
        margin-left: 0;
        margin-top: 8px;
    }
}