#datepicker {background-color: #fff; margin-bottom: 30px; border-radius: 10px; max-width: 400px;}
    .day {padding: 12px; font-weight: 400;}  
    .table-condensed {width: 100%;}
    .datepicker-inline {width: 100%;}
    .datepicker-switch {padding: 20px; font-size: 1.5em;}
    
    td.disabled.day { border: none;}
    td.old.disabled.day {border: none;}
    td.day { border: 1px solid rgb(205,220,226);}
    td.active.day {border-radius: 2px !important; background-color: #2d7a54 !important; background-image: none !important; }
    
    .next {font-size: 26px; border-radius: 0px;}
    .selpax  {background-color: #fff; margin-bottom: 30px; padding-top: 15px; padding-bottom: 15px;  padding-left: 10px; border-radius: 0px; border: 1px solid rgb(205,220,226); }  
    .form_radio_btn {display: inline-block;	margin-right: 10px;}

    .form_radio_btn input[type=radio] {	display: none;}
    .form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    width: 97px;
    text-align: center;
    /* padding: 0px 30px; */
    line-height: 34px;
    border: 1px solid rgb(205,220,226);
    border-radius: 0px;
    margin-bottom: 11px;
    user-select: none;
}
.tc {text-align: center;}
  body {
		font-family: 'Poppins' !important;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        height: 100vh;
        margin: 0;
    }
    .container {
        background-color: #f0f0f0;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 300px;
    }
    .container h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .date-picker {
		font-family: 'Poppins' !important;
        display: flex;
        align-items: center;
        background-color: white;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .date-picker i {
        margin-right: 10px;
	}
	.datepicker td.day { border: none !important;}
		
	.datepicker td, th {
      font-family: 'Poppins', sans-serif !important;
      font-size: 16px !important;
  }	
td.active.a {
border-radius: 5px;
  }

.booking-button {
    width: 100%;
    background: #2d7a54;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

    .guest-selector {
        display: flex;
        align-items: top;
        justify-content: space-between;
        background-color: white;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 5px;
		border:1px solid #dfdfdf;
    }
    .guest-selector i {
        margin-right: 10px;
        font-size: 9px;
        vertical-align: top;
        padding-top: 4px;
    }
    .guest-selector span {
        flex-grow: 1;
    }
    .guest-selector .counter {
        display: flex;
        align-items: center;
    }
    .guest-selector button {
        background-color: #2d7a54;
        color: white;
        border: none;
        padding: 5px;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
        width: 30px;
        height: 30px;
    }
    .guest-selector input {
        text-align: center;
        width: 40px;
        border: none;
        background-color: #f0f0f0;
        font-size: 16px;
        height: 30px;
    }
    .check-availability {
        background-color: #f5a623;
        color: white;
        padding: 10px;
        border: none;
        border-radius: 5px;
        width: 100%;
        font-size: 16px;
        cursor: pointer;
    }
    #children-ages {
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: 0;
      text-align: right;
	  border-radius: 5px;
	  border: 1px solid #fcfcfc;
	 background-color: #FFFFFF;	
	padding: 10px;	
  }
  #children-ages input {
      width: 60px; /* Campo più largo */
      padding: 5px;
      margin: 5px 0;
      border: 1px solid #dfdfdf;
      border-radius: 5px;
      text-align: center;
      background-color: #fff;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  #children-ages label {
      font-size: 12px;
      margin-right: 5px;
      color: #555;
  }
	.ver1 { background-color: #2d7a54;
    color: white;
    border: none;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    width: 30px;
    height: 30px; }
	
	#datepicker {max-width: 100% !important;}	