/* -- MISC -- */
body, html {
  font-family: 'Cormorant Garamond';
}
.color_red {
	color: #dc3545;
}
.color_evidence {
    color: #aa8453
}
.bgcolor_evidence {
    background-color: #aa8453
}
.btn.bgcolor_evidence:hover{
	 background-color: #aa8453;
	opacity:0.8
}

.btn.bgcolor_evidence:disabled{
	background-color: #aa8453;
	opacity:0.3
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2rem;
  }
}

.textlive {
	color: #f4516c !important;
	font-size: 1em;
	line-height: 1.5em;
}
.success {	
  color: #119611;
}

.warning {
  color: #ebab34;
}

.danger {
  color: #960000;
}

/* -- HEADER -- */
.navbar-brand img {
    max-width: 140px
}
.navbar p, .navbar div {
  /*font-size: 18px;*/
  color: #000000;
  line-height:28px
}

.dropdown-lang * {
	border:0px
}
.dropdown-lang img {
	width:20px;
	margin-top: -3px;
  margin-right: 5px;
}
.dropdown-lang .dropdown-item {
  padding: 0.25rem 0.8rem;
}
/* Personalizzazione CSS */
@media (max-width: 1200px) {
    .custom-bg {
        min-height: 350px;
        margin-bottom: 30px;
    }
    .reserve .custom-bg {
        min-height: 120px;
		margin-bottom: 0px;
        background-image:unset
    }	
    .masthead {
        padding-top: 0rem;
    }
}
/*.custom-bg {
    background-image: url('../assets/img/piscina.jpg');
    background-size: cover;
    background-position: center;
}
*/
.img-container {
    background-image: url('../assets/img/piscina.jpg');
    background-size: cover;
    background-position: center;
    height: 350px;
}

@media screen and (min-width: 992px) {
    .img-container {
        height: unset;
    }
}

/* Garantire che le colonne abbiano la stessa altezza */
.equal-height {
    display: flex;
}

    .equal-height> .col {
        display: flex;
        flex-direction: column;
    }

    .equal-height >.col-md-6 {
        flex: 1;
    }
	
/* -- Calendario -- */	
.calendar-styled .table > :not(caption) > * > * {
  padding: 0.15rem 0.15rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0px;
}
.calendar-styled .table-bordered > :not(caption) > * > * {
  border-width: 0px;
}
.calendar-styled .table-bordered > :not(caption) > * {
  border-width: 0px;
}
.zabuto-calendar__day>.row, .zabuto-calendar__day--today>.row {
  border:1px solid #aa8453
}
.day-number {
	font-size: 24px;
	padding: 16px 0px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.day-number {
	  padding: 2px 0px;
	}
}

.day-qty {
  background: #e4e7e4;
  font-size: 18px;
  padding: 8px 0;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-weight: bold;*/
}
.day-qty>div {
  line-height: 1.2rem;
}
.day-qty div>div {
    font-size: 0.8em;
    margin-top: -0.5em;
}
.day-past {
  cursor: unset;
  opacity: 0.5;
}

.calbg-success .day-qty{
	background: #d5f2d9;
}

.calbg-warning .day-qty {
	background: #f2f1d5;
}

.calbg-danger .day-qty {
	background: #f2d5d7;
}
/* -- Modal -- */
.booking_modal{
	
}
.modal-header{border:0px}
.modal div {
	/*font-size: 16px;*/
}
.modal-body .single_pro{
	background-color:#f7f7f7;
	padding:15px;
	margin-bottom:12px;
	border-radius: 6px;
}
.human {
  line-height:19px
}
.more_details {
  color:#aa8453;
}
.more_details:hover {
  color:#ba996e;
}

.change_date {
  color:#aa8453;
  font-size:0.8em;
   text-decoration:none;
}
.change_date:hover {
  color:#ba996e;
  text-decoration:underline;
}

.modal_details h6 {
  margin:10px 0;
  font-family: var(--bs-body-font-family);
}

/* -- reserve -- */
.box_reservevidence {
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 6px;
}

/* -- Modal Product -- */
.product_image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* -- Footer -- */
footer {
	background-color: #212121;
	color: #fff;
	padding: 40px 0;
	text-align:left;
}

.footer-logo img {
	max-width: 100%;
	height: auto;
}
footer h5 {
	margin-bottom: 20px;
	color:#fff
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
.footer-logo img {
	max-width:120px
}


footer .subfooter span, footer .subfooter a{
  font-family: Arial;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.1em; 
  word-spacing:0.4em;
  font-size:0.55em;
}

/* -- BOOKING PAGE -- */
.booking-page .bi-calendar-check-fill::before {
  content: "\f1e1";
  color: #ba996e;
}
.input-group-prepend .btn-outline-secondary{
	background-color:#eeeeee;
	border-color:#eeeeee;
	border-top-left-radius: 0.375rem;   
    border-bottom-left-radius: 0.375rem; 
    border-top-right-radius: 0;    
    border-bottom-right-radius: 0; 
	border: 1px solid #ced4da;
    border-right: none;       
}
.input-group-append .btn-outline-secondary{
	background-color:#eeeeee;
	border-color:#eeeeee;
	border-top-left-radius: 0;   
    border-bottom-left-radius: 0; 
    border-top-right-radius:0.375rem;     
    border-bottom-right-radius:0.375rem;   
	border: 1px solid #ced4da;
    border-left: none;       
}
.input-book .btn-outline-secondary:hover{
	color:#222;
	background-color:#dad7d7	
}


/* -- THANK PAGE -- */
@media screen and (min-width: 992px) {
  .min-height-thank{
	  min-height:500px
	  }
}


/* -- COOKIES CONSENT -- */
#cookieConsent h2 {font-size:1.5em;line-height:1.3em;}
#cookieConsent h5 {font-size:1em;line-height:1.2em;margin-bottom: 5px;}
#cookieConsent p {font-size:0.85em;line-height:1.5em;margin-bottom: 20px;}
#cookieConsent .btn {font-size:0.85em;}
#cookieConsent .btn-primary {background-color:#43bbbc;border-color:#43bbbc;}
#cookieConsent .btn-primary:hover {background-color:#43bbbc;border-color:#43bbbc;}
#cookieConsent .btn-primary:active {background-color:#43bbbc;border-color:#43bbbc;}
#cookieConsent .btn-primary:focus {background-color:#43bbbc;border-color:#43bbbc;}
#cookieConsent .modal-dialog {
	max-width: 500px;
}
#cookieConsent .btn-block {
  display: block;
  width: 100%;
}
#cookieConsent .form-check-input {
	display: block!important;
}


/* -- PAYMENT BOXES -- */
 .block-payments .card {
    border: none;
}

.block-payments .card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: none;
}

.block-payments .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5);
}

.block-payments .form-control {
    height: 50px;
    border: 2px solid #eee;
    border-radius: 6px;
    font-size: 18px;
}

.block-payments .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #039be5;
    outline: 0;
    box-shadow: none;
}


.block-payments .card-title-box {
   font-size: 1.4rem;

}


.block-payments .card-text {
    font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

.block-payments .certificate-text {
  font-size: 16px;
  font-style: italic;
}

.block-payments .billing {
    font-size: 11px;
}

.block-payments .super-price {
    top: 0px;
    font-size: 22px;
}

.block-payments .super-month {
    font-size: 11px;
}

.block-payments .line {
    color: #bfbdbd;
}

.block-payments .free-button {
    background: #1565c0;
    height: 52px;
    font-size: 15px;
    border-radius: 8px;
}

.block-payments .payment-card-body {
    flex: 1 1 auto;
    padding: 24px 1rem !important;
}


.block-payments  .input {
    position: relative;
}


.block-payments .input i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #989898;
    pointer-events: none; 
}

.block-payments .input input {
    padding-left: 30px; 
	text-indent: 25px;
}


/* Colore del pulsante quando è attivo (quando la sezione è espansa) */
.block-payments .accordion-button:not(.collapsed) {
    background-color: #e3e3e3; 
    border-color: #666666; 
}
/* Rimuovere il bordo blu quando l'accordion è in focus */
.accordion-button:focus {
    box-shadow: none; 
    outline: none;
}

.block-payments .accordion-body {
	background-color: #fafafa;
}

.block-payments input {
    border: 0.0625rem solid #909697;
    border-radius: 0.25rem;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 1.5rem;
    width: 100%;
    font-size: 18px;
    font-family: Arial;
    font-weight: normal;
    color: #333333;
    padding: 1em 0.7em;
}

span.sandbox {
    background-color: #28a745; /* verde */
    color: #ffffff; /* testo bianco */
    padding: 2px 6px; /* spazio interno */
    border-radius: 3px; /* bordi arrotondati */
    margin-left: 5px; /* spaziatura a sinistra */
    font-weight: bold; /* testo in grassetto */
}	


