iframe {
  min-height: 70vh;
}

.close.text-white {
  opacity: 1 !important;
}

#step1 label {
  font-weight: 600;
}

.card.current-selection .card-header {
  background-color: var(--bs-primary);
  border-bottom: 0 !important;
  color: white;
}

.card.current-selection .card-header, .card.current-selection .card-body {
  border: 3px solid var(--bs-primary);
}

.bootstrap-select button, select {
  border: 1px solid rgb(206, 212, 218) !important;
}

.list-group-item {
  background-color: transparent;
}

table.align-vertical th, table.align-vertical td {
  vertical-align: middle;
}

table.clickable-row tr:not(.unavailable) {
  cursor: pointer;
}

#services_packs tr.selected {
  background-color: rgba(255, 0, 0, .1);
}

#services_packs tr.selected td:first-of-type::before {
  left: 0 !important;
  margin: auto;
  width: 100%;
  text-align: center;
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  color: var(--bs-primary);
  content: "\f00c";
}

.unavailable span, .unavailable a, .unavailable li, .unavailable img, .unavailable h6, .unavailable strong, .unavailable .badge {
  opacity: .3;
}

#v-pills-tab .nav-link:not(.disabled) {
  color: var(--bs-primary);
}

#v-pills-tab .nav-link.active {
  background-color: var(--bs-primary);
  color: white;
}

.aside {
  max-height: calc(100vh - 1.5rem - 35px);
  overflow-y: scroll;
  z-index: 0;
}

.aside::-webkit-scrollbar {
  display: none;
}

/* Tariffe CVT: una card per ogni tariffa */
#cvt_tariffe_table {
  border-collapse: separate !important;
  border-spacing: 0 1.5rem !important;
  border: none !important;
}
#cvt_packs tr {
  background: #fff !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  border: 2px solid #dee2e6;
  border-radius: 12px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
#cvt_packs tr:hover:not(.unavailable) {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
  border-color: #adb5bd;
}
#cvt_packs tr td:first-child {
  border-radius: 12px 0 0 12px;
}
#cvt_packs tr td:last-child {
  border-radius: 0 12px 12px 0;
}
#cvt_packs tr td {
  padding: 1rem 1rem !important;
  border: none !important;
  vertical-align: middle;
}
#cvt_packs tr.unavailable {
  opacity: 0.6;
}

/* Facile: bordo esterno arancione molto chiaro (1px), nessun bordo interno */
body.facile .view-cvt-add #v-pills-2 #cvt_packs tr {
  border: none !important;
  box-shadow: 0 0 0 1px rgba(255, 107, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.12) !important;
}
body.facile .view-cvt-add #v-pills-2 #cvt_packs tr:hover {
  box-shadow: 0 0 0 1px rgba(255, 107, 0, 0.4), 0 8px 32px rgba(255, 107, 0, 0.12) !important;
}
body.facile .view-cvt-add #v-pills-2 #cvt_packs tr td {
  border: none !important;
}

/* Loader Facile: colori arancione e verde */
body.facile #loader {
  border-top-color: rgba(255, 107, 0, 0.3);
}
body.facile #loader:before {
  border-top-color: #FF6B00;
}
body.facile #loader:after {
  border-top-color: #7CC540;
}
