.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  padding: 1px !important;
}

.calendar-table .active {
  background-color: #c8175f
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #f28db6;
  border-color: transparent;
  color: #fff;
}

.daterangepicker .in-range {
  background-color: #f28db6;
  border-color: transparent;
  color: #fff;
}

.text-white {
  color: #fff !important;
}

.boat-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 150px;
  padding: 3rem 0;
  width: 100%;
}

.boat-list .boat-list-wrapper {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

@media (max-width: 991px) {
  .boat-list {
    margin-top: 2rem;
  }

  .boat-list .boat-list-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }

}

.boat-list .boat-list-wrapper .boat-card {
  padding: 1rem 2rem;
}

.boat-list .boat-list-wrapper .boat-card .main-row {
  border: 0.6rem solid #F5F5F5;
}

.boat-list .boat-list-wrapper .img-responsive {
  width: 100%;
  height: auto;
  max-height: 17rem;
  object-fit: cover;
}

.boat-list .boat-list-wrapper .boat-card .name {
  padding: 1rem 1.5rem;
  font-size: 2rem;
}

.boat-list .boat-list-wrapper .boat-card .info-row {
  padding: 0rem 1rem;
  color: #191919;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}


.boat-list .boat-list-wrapper .boat-card .info-row:last-child .inner-row {
  padding: 1.5rem 0;
}

.boat-list .boat-list-wrapper .boat-card .info-row .inner-row {
  border-top: 1px solid rgba(103, 103, 103, 0.7);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.8rem 0;
}

.boat-list .boat-list-wrapper .boat-card .info-row .price {
  color: rgba(200, 23, 95, 0.6);
}

.boat-list .boat-list-wrapper .boat-card .info-row a {
  border: 1px solid #c8175f;
  color: #c8175f;
  padding: 0.75rem 1.5rem;
  transition: 0.3s;
  text-decoration: none;
}

.boat-list .boat-list-wrapper .boat-card .info-row a:hover {

  background-color: #c8175f;
  color: #fff;
}

/*Single boat fixes*/
@media (max-width: 991px) {
  .flex.space-x-6 {
    flex-wrap: wrap;
  }

  .w-2-3,
  .w-1-3 {
    width: 100%
  }
}
