/* Contenitore scrollabile */
button.next,input.next{
background-color:#dd3333!important;
color:#fff!important;
}
#hotel-table-container {
  overflow-x: auto;
  width: 100%;
  margin-top: 20px;
}

/* Tabella base */
.hotel-table {
 /* min-width: 1200px;*/
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

/* Celle e intestazioni */
.hotel-table th,
.hotel-table td {
  padding: 8px 12px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}

/* Immagini nella tabella */
.hotel-table img {
  max-height: 50px;
  display: block;
}

/* Colonne da nascondere */
.hotel-table .tohide {
  display: none;
}

.riga-selezionata td:not(.col-hotel) {
    color: #3032E1 !important;
    background-color: #3032e10f;
    font-weight: 700;
}
p.errore {
    font-weight: 800;
    color: red;
}
input#continua-btn[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}


.riga-disabilitata td:not(.col-hotel) {
  background-color: #eee !important;
  color: #888;
}

.non-disponibile {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.85em;
  font-weight: bold;
  color: #a00;
}
div#riepilogo-hotel{
	display:none!important;
}

div.bottoni{
	display: flex;
    justify-content: space-between;
}
img.imghotel{
	width: 100% !important;
    height: auto !important;
    max-height: none!important;
}
/**** Mobile ***/
/* Nasconde intestazioni su mobile */
@media (max-width: 768px) {
  .hotel-table {
    border: 0;
  }

  .hotel-table thead {
    display: none;
  }

  .hotel-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }

  .hotel-table tbody td {
    display: block;
    text-align: left;
    border: none;
    padding: 5px 0;
  }

  .hotel-table tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
    color: #555;
  }



  .hotel-table .col-hotel {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  
  td.col-hotel {
    background: #3032E1;
    color: #fff !important;
	}
	.hotel-table tbody td.col-hotel::before{
		 color: #fff !important;
	}
	.hotel-table {
    min-width: auto;
	}

}

ul li.nav-item {
    list-style-type: none;
}
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.25);
}
div.tab-pane select.form-select {
    padding: 10px!important;
}
.bg-color1 {
    background-color: #3433e3 !important;
}
.text-color1 {
    color: #3433e3 !important;
}
.bg-color2 {
    background-color: #e5e5f9 !important;
}

.bg-color3{
    background: #ED0606 !important;
	  color: #ffff !important;
}
.form-check li, .form-check ul {
    list-style-type: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.nav-pills button.nav-link {
    background: gray !important;
	color: #ffff !important;
}
.nav-pills button.nav-link.active {
    background: #ED0606 !important;
	  color: #ffff !important;
}
a.tornaindietro,input.tornaindietro ,button.tornaindietro {
    background: #000;
    color: #fff;
}
a.tornaindietro:hover ,input.tornaindietro:hover  ,button.tornaindietro:hover {
    background: #da0505 !important;
    color: #fff;
}

td.col-hotel {
    max-width: 250px;
}
/****************** Style colonna camera hotel *****************/

.custom-radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 12px;
  transition: all 0.2s ease-in-out;
}

.custom-radio:hover {
  background-color: #f0f8ff;
}

.custom-radio input[type="radio"] {
  width: 22px;
  height: 22px;
  accent-color: #007bff;
}

tr.riga-selezionata td {
  background-color: #e6f0ff !important;
}

/**************************************************************/
.custom-checkbox-big {
  width: 24px;
  height: 24px;
  accent-color: #007bff;
  margin-top: 2px;
}

.form-check.privacy {
    display: flex;
}

textarea.form-control {
    min-height: 120px!important;
}

a {
    text-decoration: none!important;
}

a.button.scaricapdf,a.booking_pdf  {
    background: #cf0b10;
    color: #fff;
    border-radius: 11px;
}
a.modifica {
    color: #3433E3 !important;
    font-weight: 600 !important;
    text-decoration: revert-layer!important;
}