body {
    font-size: 16px;
    font-family: Lucida Bright, Helvetica Neue, Helvetica, sans-serif;
}

@font-face {
    font-family: "amalfi";
    src: url("AmalfiCoast.woff") format('woff');
}

tbody {
    cursor: pointer;
}

button:focus {
  outline:none !important;
  box-shadow: none !important;
}

.option-text {
    padding: 4px;
    background-color: #050f36;
    width: 200px;
    margin: auto;
    color: white;
    border-radius: 20px;
}


.btn-grad {
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)
}

.btn-grad {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.button-stripe:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #292580;
    border-color: #292580; /*set the color you want here*/
}


/* FULLCALENDAR */
.fc-daygrid-day-top {
  justify-content: center;
}

.fc-daygrid-day-events {
    display: none;
}

.fc td, .fc th {
  border-style: none !important;
}

.table {
    border-color: none;
}

.fc-theme-standard .fc-scrollgrid{
    border: none !important;
}

.fc-day-today {
    background-color: white !important;
}

.fc-date-full-booked {
    color:rgba(0, 0, 0, 0.3);
}

.fc .fc-toolbar {
    justify-content: space-evenly;
}


.fc-daygrid-day.fc-day-past .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-number {
    color: rgba(0, 0, 0, 0.3) !important;
}

.fc-daygrid-day.fc-day-today .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-number {
    color: rgba(0, 0, 0, 0.3) !important;
}

.fc-daygrid-day.fc-day-past.fc-day-other .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-number {
    color: inherit !important;
}


/*header*/

.back-button {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 50px;
    margin-left: auto;
}

.btn-back {
  background-color: #FFEFCA;
  border-radius: 20px;
}

.header-img {
  width: 200px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

/* ---------------------------------- */

/* prenota page */
.prenota-input {
  background: white;
	width: 80%;
	height: 100%;
	padding: 25px 25px 25px 25px;
	margin: auto;
	margin-top: 20px;
	border-radius: 10px;
}

.btn-option {
  background-color: white;
  padding: 0;
  border: none;
  background: none;
}

.fc-highlight {
  background: #349bd8 !important;
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 50%;
}

.fc-date-full-booked {
    background: #34a1d8b5 !important;
    width: 25px;
    height: 25px;
    margin: auto;
    border-radius: 50%;
}


/* ---------------------------------- */

.btn:focus {
    border-color:transparent!important;
    outline:none;
}





.opacity-7 {
    color: red;
}

h1 {
    text-align: center;
}

h3 {
    text-align: center;
    font-size: 1rem;
}

/*.fc .fc-daygrid-day.fc-day-today {
    background-color: #FFEFCA;
    background-color: var(--fc-today-bg-color,rgba(236,226,198));
}

.fc .fc-daygrid-day-frame {
  background-color: #FFEFCA;
  background-color: var(--fc-today-bg-color,rgba(236,226,198));
  border: solid 1px #cccccc;
}*/

.fc .fc-button-primary{
    color: #fff;
    color: var(--fc-button-text-color,#fff);
    background-color: #060F36;
    background-color: var(--fc-button-bg-color,#060F36);
    border-color: #060F36;
    border-color: var(--fc-button-border-color,#060F36);
}

.fc-daygrid-day-number {
    font-size: 14px;
}

/*border-radius: 81px;
background: linear-gradient(45deg,#0b67b2, #349bd8a3);*/

.disabled-link{ cursor: default; pointer-events: none; text-decoration: none; color: grey; opacity: 50%;}

.option-button:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

/*.boat-image:before{
    background-image : url('../img/boat_icon.jpg');
    text-align: center;
    width: 30vw;
    height: 30vh;
    mix-blend-mode: multiply;
    border-radius: 30px;
}*/

/*
.user-image:before{
    background-image : url('../img/user_icon.jpg');
    text-align: center;
    width: 30vw;
    height: 30vh;
    mix-blend-mode: multiply;
    background-color: #060F36;
    border-radius: 30px;
}

.btn-primary {
    background-color: #060F36;
    border-radius: 20px;
}


.text-center {
    text-align: center;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.color-white {
    color: white;
}

.input-form-suggestion {
  font-size: 0.7rem;
  color: red;
  display: none;
}

/*.notify-badge{
    position: absolute;
    right: 0px;
    top: 0px;
    background: #060F36;
    text-align: center;
    border-radius: 100px;
    color: white;
    font-size: 20px;
    width: 100px;
    height: 100px;
    padding: 35px 0px;
    -webkit-box-shadow: 2px -2px 15px 1px rgba(0,0,0,0.43);
    -moz-box-shadow: 2px -2px 15px 1px rgba(0,0,0,0.43);
    box-shadow: 2px -2px 15px 1px rgba(0,0,0,0.43);
}*/

.input-form-suggestion {
  font-size: 0.7rem;
  color: red;
  display: none;
}

.color-white {
  color: white;
}

.seats-badge{
  position: absolute;
  left: 3px;
  top: 30px;
  background: #23737e;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  width: 46px;
  padding: 4px 18px;
  -webkit-box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
  -moz-box-shadow: 2px -2px 15px 1px rgba(0,0,0,0.43);
  box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
}

.green-input {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #0a561a !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.font-size-12rem {
  font-size: 1.2rem;
}

ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
  }
  
  ul.social-network li {
	display: inline;
	margin: 0 5px;
  }
  
  
  /* footer social icons */
  
  .social-network a.icoFacebook:hover {
	background-color: #3B5998;
  }
  
  .social-network a.icoInstagram:hover {
	background-color: #990b2f;
  }
  
  .social-network a.icoFacebook:hover i,
  .social-network a.icoInstagram:hover i {
	color: #fff;
  }
  
  .social-network a.socialIcon:hover,
  .socialHoverClass {
	color: #44BCDD;
  }
  
  .social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 15px;
  }
  
  .social-circle li i {
	margin: 0;
	line-height: 30px;
	text-align: center;
  }
  
  .social-circle li a:hover i,
  .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
  }
  
  .social-circle i {
	color: #595959;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
  }
  
  .social-network a {
	background-color: #F9F9F9;
  }


/* Pagina di checkout */
.icons {
  margin-left: auto;
}


.input-payment {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1vh;
  margin-bottom: 4vh;
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247)
}

.input-payment:focus::-webkit-input-placeholder {
  color: transparent
}

.lower {
  line-height: 2
}

.payment-row {
  margin: 0px;
}

.payment-btn {
  background-color: #050F36;
  border-color: #050F36;
  color: white;
  width: 170px;
  font-size: 0.7rem;
  margin: 4vh 0 1.5vh 0;
  padding: 6px;
  border-radius: 20px;
  font-size: medium;
  font-weight: bold;
}

/* Pagina di prenotazione */  

.container-fluid {
	padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.subsection {
	padding-top: 30px;
}

.user-input {
	background: white;
	width: 80%;
	height: 100%;
	padding: 25px 25px 25px 25px;
	margin: auto;
	margin-top: 20px;
	border-radius: 10px;
}

.anagrafica-input {
  background: white;
	width: 80%;
	height: 100%;
	padding: 25px 25px 25px 25px;
	margin: auto;
	margin-top: 20px;
	border-radius: 10px;
}


.background-prenota {
	background-image: url("../img/background-prenota.jpg");
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 20px;
}

.background-anagrafica {
	background-image: url("../img/background-anagrafica.jpg");
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 20px;
}

.background-checkout {
	background-image: url("../img/background-checkout.jpg");
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 20px;
}

.width-80 {
  width: 80%;
}

.width-60 {
  width: 60%;
}

.width-payment {
  width: 170px;
  height: auto;
  background-color: #060f36;
  border-color: #060f36;
  border-radius: 20px;
  font-weight: bold;
}

.btn:disabled {
    opacity: 0.35;
}

.margin-auto {
  margin: auto;
}

.h1-subsection-title {
	text-align: center;
	background-color: #050F36;
	color: white;
	font-weight: 400;
	text-align: center;
	border-radius: 10px;
  margin: auto;
  padding: 20px;
}

.subsection .list-no-style {
	list-style-type: none;
}


.btn-back {
  background-color: #FFEFCA;
  border-radius: 20px;
}

.checkout-odd-row {
  background-color: rgb(183 193 204 / 50%);
  padding: 10px;
  text-align: center;
  border-top: solid 1px grey;
}

.checkout-pair-row {
  background-color: rgb(255 255 255 / 50%);
  padding: 10px;
  text-align: center;
  border-top: solid 1px grey;
}

@media (max-width:480px)  { /* smartphones, iPhone, portrait 480x320 phones */ 
  
  /* ------------------- HEADER ------------------- */
  #calendar {
    margin: auto;
  }
  
.fc-toolbar-title{
    background: linear-gradient(162deg, #050f36, #050f3666);
    padding: 4px 2px;
    border-radius: 23px;
}

  .fc .fc-button-primary{
    font-size: 0.7rem;
  }

  .btn {
    font-size: 0.8rem;
  }
  
  .fc-scrollgrid-sync-inner {
      font-size: 0.7rem;
  }
  
  .fc td, .fc th {
        padding: 4px;    
    }

  #container {
    width: 400px;
    height: 900px;
  }

  .back-button {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    margin-left: auto;
  }

  .header-img {
    width: 200px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .display-4 {
    font-size:1.5rem;
  }
  
  .display-5 {
    font-size:2.5rem;
    font-weight: normal;
  }

  .margin-bottom-50 {
    margin-bottom: 20px;
  }

.fc-toolbar-title {
    color: white;
    font-size: 16px !important;
}

  .font-size-12rem {
    font-size: 1rem;
  }

  .selected-date {
    font-size: 0.9rem;
  }

  .boat-image:before{
    background-image : url('../img/boat_icon.jpg');
    text-align: center;
    width: 55vw;
    height: 22vh;
    mix-blend-mode: multiply;
    border-radius: 30px;
    /*background-color: #060F36;*/
    
  }

  .user-image:before{
    background-image : url('../img/user_icon.jpg');
    text-align: center;
    width: 55vw;
    height: 22vh;
    mix-blend-mode: multiply;
    border-radius: 30px;
  }

  .carousel {
    width: 100%;
    margin: auto;
  }

  .margin-medium-30 {
    margin-top: 30px;
  }

  .margin-top-50 {
    margin-top: 30px;
  }
  
  .margin-50 {
      margin: 30px;
  }
  
  .margin-left-50 {
    margin-left: 30px;
  }

  .margin-between-option-20 {
    margin-top: 30px;
  }

  .font-size-option {
    font-size: 1.5rem;
  }

  .margin-top-selection {
    margin-top: 60px;
  }

  .img-prenota-availability {
    width: 100%; 
    height: 150px; 
    border-radius: 10px;
  }

    .margin-auto {
        margin: auto;
    }

    .notify-badge-destination {
        position: absolute;
        font-family: 'amalfi';
        left: -11px;
        top: 40px;
        background-color: #23737e;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
        font-size: 0.7rem;
    }
  
    .notify-badge-boat{
        position: absolute;
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
        font-size: 0.7rem;
    }
    
    .notify-badge-event{
        position: absolute;
        font-family: 'amalfi';
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
        font-size: 0.7rem;
    }

    .seats-badge {
        position: absolute;
        left: -11px;
        top: 39px;
        background: #23737e;
        text-align: center;
        border-radius: 40px;
        color: white;
        font-size: 20px;
        width: auto;
        padding: 4px 18px;
        -webkit-box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
        -moz-box-shadow: 2px -2px 15px 1px rgba(0,0,0,0.43);
        box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
        font-size: 0.6rem;
    }

  /* ------------------- ANAGRAFICA ------------------- */
  .form-control {
    font-size: 16px !important;
  }

  /* -------------------- CHECKOUT --------------------- */

  .ElementsApp .InputElement:-ms-input-placeholder{
    font-size: 10px !important;
  }


  #paypal-button-container {
    width: 100%;
  }
  
  .margin-top-mobile {
      margin-top: 50px;
  }
  
    .font-size-table{
        font-size: 12px;
    }
    
    .card-image{
        width: 28px;
    }
    
    .credit-card-width {
        width: 314px !important;
    }
    
    .font-size-stripe{
        font-size: 18px;
    }
    
    .button-stripe {
        background-color: #635bff;
        vertical-align: middle;
        border-radius: 54px;
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
        width: 170px;
        padding-left: 28px;
        padding-left: 28px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .width-payment-button{
        width: 200px;
    }

     /* ------------------- SUCCESS PAGE ------------------- */
  
    .width-text-success{
        padding: 6px 12px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
    }
    
    .map-size{
        width: 300px;
        height: auto;
    }

    .table-success {
        width: 300px;
        font-size: 12px;
    }

}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
  /* ------------------- HEADER ------------------- */
  #calendar {
    margin: auto;
  }

  .btn {
    font-size: 0.8rem;
  }

  .fc .fc-button-primary{
    font-size: 1rem;
  }
  
  .fc td, .fc th {
        padding: 15px;    
    }
  
  .fc-scrollgrid-sync-inner {
      font-size: 1rem;
  }

  #container {
    width: 400px;
    height: 900px;
  }
  
.fc-toolbar-title{
    background: linear-gradient(162deg, #050f36, #050f3666);
    padding: 9px 22px;
    border-radius: 23px;
}

  .back-button {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 20px;
    margin-left: auto;
  }

  .header-img {
    width: 200px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .display-4 {
    font-size:2.5rem;
  }
  
  .display-5 {
    font-size:2.5rem;
    font-weight: normal;
  }

  .margin-bottom-50 {
    margin-bottom: 20px;
  }

.fc-toolbar-title {
    color: white;
    font-size: 16px !important;
}

  .selected-date {
    font-size: 0.9rem;
  }

  .font-size-12rem {
    font-size: 1rem;
  }

  .boat-image:before{
    background-image : url('../img/boat_icon.jpg');
    text-align: center;
    width: 50vw;
    height: 30vh;
    mix-blend-mode: multiply;
    border-radius: 30px;
    /*background-color: #060F36;*/
  }

  .user-image:before{
    background-image : url('../img/user_icon.jpg');
    text-align: center;
    width: 50vw;
    height: 30vh;
    mix-blend-mode: multiply;
    /*background-color: #060F36;*/
    border-radius: 30px;
  }

  .carousel {
    width: 100%;
    margin: auto;
  }

  .margin-medium-30 {
    margin-top: 30px;
  }

  .margin-top-50 {
    margin-top: 30px;
  }
  
  .margin-50 {
      margin: 30px;
  }
  
  .margin-left-50 {
    margin-left: 30px;
  }

  .margin-between-option-20 {
    margin-top: 30px;
  }

  .font-size-option {
    font-size: 1.5rem;
  }

  .margin-top-selection {
    margin-top: 60px;
  }

  .img-prenota-availability {
    width: 100%; 
    height: 200px; 
    border-radius: 10px;
  }

  .notify-badge-destination {
    position: absolute;
    font-family: 'amalfi';
    left: -11px;
    top: 50px;
    background-color: #23737e;
    color: white;
    border-radius: 40px;
    text-shadow: 2px 2px 4px #000000;
    padding: 4px 18px;
  }
  
    .notify-badge-boat{
        position: absolute;
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
    }
    
    .notify-badge-event{
        position: absolute;
        font-family: 'amalfi';
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
    }

  .seats-badge {
    position: absolute;
    left: -11px;
    top: 50px;
    background: #23737e;
    text-align: center;
    border-radius: 40px;
    color: white;
    font-size: 20px;
    width: auto;
    padding: 4px 18px;
    -webkit-box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
    -moz-box-shadow: 2px -2px 15px 1px rgba(0,0,0,0.43);
    box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
    font-size: 0.6rem;
  }

  /* ------------------- ANAGRAFICA ------------------- */
  .form-control {
    font-size: 0.9rem !important;
  }


  /* -------------------- CHECKOUT --------------------- */

  .InputElement {
    font-size: 10px !important;
  }

  #paypal-button-container {
    width: 250px;
  }
  
  .margin-top-mobile {
      margin-top: 50px;
  }
  
    .font-size-table{
        font-size: 16px;
    }
    
    .card-image{
        width: 42px;
    }
    
    .button-stripe {
        background-color: #635bff;
        vertical-align: middle;
        border-radius: 54px;
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
        width: 170px;
        padding-left: 28px;
        padding-right: 28px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .font-size-stripe{
        font-size: 18px;
    }
    
    .width-payment-button{
        width: 310px;
    }
    
     /* ------------------- SUCCESS PAGE ------------------- */
  
    .width-text-success{
        padding: 6px 12px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
    }
    
    .map-size{
        width: 450px;
        height: auto;
    }
    
    .table-success {
        width: 450px;
    }

}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
  #calendar {
    margin: auto;
  }

  .btn {
    font-size: 1rem;
  }

  .fc .fc-button .fc-icon {
    font-size: 1.5em;
  }
  
    .fc td, .fc th {
        padding: 15px;    
    }

  #container {
    width: 400px;
    height: 900px;
  }

.fc-toolbar-title{
    background: linear-gradient(162deg, #050f36, #050f3666);
    padding: 11px 40px;
    border-radius: 23px;
}

  .back-button {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 20px;
    margin-left: auto;
  }

  .header-img {
    width: 200px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .display-4 {
    font-size:3rem;
  }
  
  .display-5 {
    font-size:3rem;
    font-weight: normal;
  }

  .margin-bottom-50 {
    margin-bottom: 20px;
  }

  .margin-top-30 {
    margin-top: 30px !important;
  }

.fc-toolbar-title {
    color: white;
    font-size: 16px !important;
}

  .selected-date {
    font-size: 1rem;
  }

  .font-size-12rem {
    font-size: 1rem;
  }

  .margin-between-option-20 {
    margin-top: 30px;
  }

  .boat-image:before{
    background-image : url('../img/boat_icon.jpg');
    text-align: center;
    width: 50vw;
    height: 30vh;
    mix-blend-mode: multiply;
    border-radius: 30px;
    /*background-color: #060F36;*/
  }

  .user-image:before{
    background-image : url('../img/user_icon.jpg');
    text-align: center;
    width: 50vw;
    height: 30vh;
    mix-blend-mode: multiply;
    /*background-color: #060F36;*/
    border-radius: 30px;
  }

  .carousel {
    width: 80%;
    margin: auto;
  }

  .margin-medium-30 {
    margin-top: 0px;
  }

  .margin-top-50 {
    margin-top: 50px;
  }
  
  .margin-50 {
      margin: 50px;
  }
  
  .margin-left-50 {
    margin-left: 50px;
  }

  .font-size-option {
    font-size: 1.5rem;
  }

  .margin-top-selection {
    margin-top: 60px;
  }

  .img-prenota-availability {
    width: 100%; 
    height: 240px; 
    border-radius: 10px;
  }

  .notify-badge-destination {
    position: absolute;
    font-family: 'amalfi';
    left: -11px;
    top: 50px;
    background-color: #23737e;
    color: white;
    border-radius: 40px;
    text-shadow: 2px 2px 4px #000000;
    padding: 4px 25px;
  }
  
    .notify-badge-boat{
        position: absolute;
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
    }
    
    .notify-badge-event{
        position: absolute;
        font-family: 'amalfi';
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
    }

  .seats-badge {
    position: absolute;
    left: -11px;
    top: 50px;
    background: #23737e;
    text-align: center;
    border-radius: 40px;
    color: white;
    font-size: 20px;
    width: auto;
    padding: 4px 18px;
    -webkit-box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
    -moz-box-shadow: 2px -2px 15px 1px rgba(0,0,0,0.43);
    box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
    font-size: 0.8rem;
  }

  /* ------------------- ANAGRAFICA ------------------- */

  /* -------------------- CHECKOUT --------------------- */
  

  .InputElement {
    font-size: 10px !important;
  }
  
  .label-credit-card {
      margin: auto;
  }
  
  .margin-top-mobile {
      margin-top: 50px;
  }
    
    .card-image{
        width: 50px;
    }
    
    
  
    /* ------------------- SUCCESS PAGE ------------------- */
    .width-text-success{
        padding: 6px 12px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
    }
    
    .map-size{
        width: 600px;
        height: auto;
    }
    
    .table-success {
        width: 500px;
    }

}

@media (min-width:768px)  { /* solve the md-6 column problem */
  #calendar {
    margin: auto;
  }

  .btn {
    font-size: 1rem;
  }

  #container {
    width: 400px;
    height: 900px;
  }
  
  .fc td, .fc th {
        padding: 14px;    
    }

  .fc .fc-button-primary{
    font-size: 1.3rem;
  }
  
.fc-toolbar-title{
    background: linear-gradient(162deg, #050f36, #050f3666);
    padding: 11px 40px;
    border-radius: 23px;
}

  .back-button {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 20px;
    margin-left: auto;
  }

  .header-img {
    width: 200px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .display-4 {
    font-size:3.5rem;
  }
  
  .display-5 {
    font-size:3.5rem;
    font-weight: normal;
  }

  .margin-bottom-50 {
    margin-bottom: 20px;
  }

  .margin-top-30 {
    margin-top: 30px !important;
  }

.fc-toolbar-title {
    color: white;
    font-size: 16px !important;
}

  .selected-date {
    font-size: 1.2rem;
  }

  .font-size-12rem {
    font-size: 1rem;
  }

  .margin-between-option-20 {
    margin-top: 0px;
  }

  .boat-image:before{
    background-image : url('../img/boat_icon.jpg');
    text-align: center;
    width: 35vw;
    height: 30vh;
    mix-blend-mode: multiply;
    border-radius: 30px;
    /*background-color: #060F36;*/
  }

  .user-image:before{
    background-image : url('../img/user_icon.jpg');
    text-align: center;
    width: 35vw;
    height: 30vh;
    mix-blend-mode: multiply;
    /*background-color: #060F36;*/
    border-radius: 30px;
  }

  .carousel {
    width: 80%;
    margin: auto;
  }

  .margin-medium-30 {
    margin-top: 0px;
  }

  .margin-top-50 {
    margin-top: 50px;
  }
  
  .margin-50 {
      margin: 50px;
  }
  
  .margin-left-50 {
    margin-left: 50px;
  }

  .font-size-option {
    font-size: 1.5rem;
  }

  .margin-top-selection {
    margin-top: 60px;
  }

  .img-prenota-availability {
    width: 100%; 
    height: 260px; 
    border-radius: 10px;
  }

  .notify-badge-destination {
    position: absolute;
    font-family: 'amalfi';
    left: -11px;
    top: 50px;
    background-color: #23737e;
    color: white;
    border-radius: 40px;
    text-shadow: 2px 2px 4px #000000;
    padding: 4px 25px;
  }
  
    .notify-badge-boat{
        position: absolute;
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
    }
    
    .notify-badge-event{
        position: absolute;
        font-family: 'amalfi';
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
    }

.seats-badge {
    position: absolute;
    left: -11px;
    top: 50px;
    background: #23737e;
    text-align: center;
    border-radius: 40px;
    color: white;
    font-size: 20px;
    width: auto;
    padding: 4px 18px;
    -webkit-box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
    -moz-box-shadow: 2px -2px 15px 1px rgba(0,0,0,0.43);
    box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
    font-size: 0.8rem;
}

  /* ------------------- ANAGRAFICA ------------------- */
  .form-control {
    font-size: 0.9rem !important;
  }
  
  .input-label {
    font-size: 0.9rem;
  }
  
  /* ------------------- CHECKOUT ------------------- */
  
  .margin-top-mobile {
      margin-top: 50px;
  }
  
    /* ------------------- SUCCESS PAGE ------------------- */
    .width-text-success{
        padding: 6px 12px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
    }
    
    .map-size{
        width: 730px;
        height: auto;
    }
    
    .table-success {
        width: 500px;
    }
}



@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
  #calendar {
    margin: auto;
  }
  
    .fc td, .fc th {
        padding: 17px;    
    }

  .btn {
    font-size: 1rem;
  }

  #container {
    width: 400px;
    height: 900px;
  }

  .back-button {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 20px;
    margin-left: auto;
  }

  .header-img {
    width: 200px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

.fc-toolbar-title{
    background: linear-gradient(162deg, #050f36, #050f3666);
    padding: 11px 40px;
    border-radius: 23px;
}

  .display-4 {
    font-size:3.5rem;
  }
  
  .display-5 {
    font-size:3.5rem;
    font-weight: normal;
  }

  .margin-bottom-50 {
    margin-bottom: 20px;
  }

  .margin-top-30 {
    margin-top: 30px !important;
  }

.fc-toolbar-title {
    color: white;
    font-size: 16px !important;
}

  .selected-date {
    font-size: 1.2rem;
  }

  .font-size-12rem {
    font-size: 1rem;
  }

  .margin-between-option-20 {
    margin-top: 0px;
  }

  .boat-image:before{
    background-image : url('../img/boat_icon.jpg');
    text-align: center;
    width: 35vw;
    height: 30vh;
    mix-blend-mode: multiply;
    border-radius: 30px;
    /*background-color: #060F36;*/
  }

  .user-image:before{
    background-image : url('../img/user_icon.jpg');
    text-align: center;
    width: 35vw;
    height: 30vh;
    mix-blend-mode: multiply;
    /*background-color: #060F36;*/
    border-radius: 30px;
  }

  .carousel {
    width: 80%;
    margin: auto;
  }

  .margin-medium-30 {
    margin-top: 0px;
  }

  .margin-top-50 {
    margin-top: 50px;
  }
  
  .margin-50 {
      margin: 50px;
  }
  
  .margin-left-50 {
    margin-left: 50px;
  }

  .font-size-option {
    font-size: 1.5rem;
  }

  .margin-top-selection {
    margin-top: 60px;
  }

  .img-prenota-availability {
    width: 100%; 
    height: 300px; 
    border-radius: 10px;
  }

    .notify-badge-destination {
        position: absolute;
        font-family: 'amalfi';
        left: -11px;
        top: 50px;
        background-color: #23737e;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 25px;
    }
    .notify-badge-boat{
        position: absolute;
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
    }
    
    .notify-badge-event{
        position: absolute;
        font-family: 'amalfi';
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
    }

.seats-badge {
    position: absolute;
    left: -11px;
    top: 50px;
    background: #23737e;
    text-align: center;
    border-radius: 40px;
    color: white;
    font-size: 20px;
    width: auto;
    padding: 4px 18px;
    -webkit-box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
    -moz-box-shadow: 2px -2px 15px 1px rgba(0,0,0,0.43);
    box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
    font-size: 0.8rem;
}

  /* ------------------- ANAGRAFICA ------------------- */
  .form-control {
    font-size: 0.9rem !important;
  }

  .form-control-select {
    font-size: 1rem !important;
  }
  
  .input-label {
    font-size: 1.1rem;
  }
  
  /* ------------------- CHECKOUT ------------------- */
  
  .margin-top-mobile {
      margin-top: 50px;
  }
  
    .width-payment-button{
        width: 475px;
    }
  
    /* ------------------- SUCCESS PAGE ------------------- */
    .width-text-success{
        padding: 6px 12px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
    }
    
    .map-size{
        width: 500px;
        height: auto;
    }
    
    .table-success {
        width: 560px;
    }

}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
  #calendar {
    margin: auto;
  }

  .btn {
    font-size: 1rem;
  }

    .fc td, .fc th {
        padding: 20px;    
    }
    
    .fc-highlight {
        background: #349bd8 !important;
        width: 50px;
        height: 50px;
        margin: auto;
        border-radius: 50%;
    }

.fc-date-full-booked {
    background: #34a1d8b5 !important;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
}
    
  #container {
    width: 400px;
    height: 900px;
  }

  .back-button {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 50px;
    margin-left: auto;
  }

.fc-toolbar-title{
    background: linear-gradient(162deg, #050f36, #050f3666);
    padding: 11px 40px;
    border-radius: 23px;
}

  .header-img {
    width: 200px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .display-4 {
    font-size:3.5rem;
  }
  
  .display-5 {
    font-size:3.5rem;
    font-weight: normal;
  }

  .margin-bottom-50 {
    margin-bottom: 20px;
  }

  .margin-top-30 {
    margin-top: 30px !important;
  }

.fc-toolbar-title {
    color: white;
    font-size: 16px !important;
}

  .selected-date {
    font-size: 1.2rem;
  }

  .font-size-12rem {
    font-size: 1rem;
  }

  .margin-between-option-20 {
    margin-top: 0px;
  }

  .boat-image:before{
    background-image : url('../img/boat_icon.jpg');
    text-align: center;
    width: 30vw;
    height: 30vh;
    mix-blend-mode: multiply;
    border-radius: 30px;
    /*background-color: #060F36;*/
  }

  .user-image:before{
    background-image : url('../img/user_icon.jpg');
    text-align: center;
    width: 30vw;
    height: 30vh;
    mix-blend-mode: multiply;
    /*background-color: #060F36;*/
    border-radius: 30px;
  }

  .carousel {
    width: 100%;
    margin: auto;
  }

  .margin-medium-30 {
    margin-top: 0px;
  }

  .margin-top-50 {
    margin-top: 50px;
  }
  
  .margin-50 {
      margin: 50px;
  }
  
  .margin-left-50 {
    margin-left: 50px;
  }

  .font-size-option {
    font-size: 1.5rem;
  }

  .margin-top-selection {
    margin-top: 60px;
  }

  .img-prenota-availability {
    width: 100%; 
    height: 320px; 
    border-radius: 10px;
  }

    .notify-badge-destination {
        position: absolute;
        font-family: 'amalfi';
        left: -11px;
        top: 50px;
        background-color: #23737e;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 5px 30px;
    }
    .notify-badge-boat{
        position: absolute;
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
    }
    
    .notify-badge-event{
        position: absolute;
        font-family: 'amalfi';
        left: -11px;
        top: 12px;
        background-color: #195088;
        color: white;
        border-radius: 40px;
        text-shadow: 2px 2px 4px #000000;
        padding: 4px 18px;
    }

.seats-badge {
    position: absolute;
    left: -11px;
    top: 55px;
    background: #23737e;
    text-align: center;
    border-radius: 40px;
    color: white;
    font-size: 20px;
    width: auto;
    padding: 4px 18px;
    box-shadow: 2px -2px 15px 1px rgb(0 0 0 / 43%);
    font-size: 1rem;
}

  /* ------------------- ANAGRAFICA ------------------- */
  .form-control {
    font-size: 0.9rem !important;
  }
  
  .input-label {
    font-size: 1rem;
  }
  
  .margin-top-mobile {
      margin-top: 0px;
  }
  
    /* ------------------- CHECKOUT PAGE ------------------- */
    
    .width-payment-button{
        width: 500px;
    }
  
  
    /* ------------------- SUCCESS PAGE ------------------- */
    .width-text-success{
        padding: 6px 12px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
    }
    
    .map-size{
        width: 650px;
        height: auto;
    }
}

@media screen and (max-width: 1269px) and (min-width: 1025px) {
    
    .margin-top-blind-range{
        margin-top: 50px;   
    }
}