.main-bg-head
{
  height: 450px;
  background-image: linear-gradient(to right bottom, rgb(31 147 239 / 69%), rgb(3 169 244 / 80%), rgb(255 255 255)), url(https://storage.aerocrs.com/323/system/chair_01_00088.jpg);
}

.main-bg-head__title
{
  font-size: 20px;
  font-family: 'EuclidCircularB-Bold';
  height: 100%;
}

.seat-search-wraper
{
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
}

#contentPageDestination:has(.seat-search-wraper) .titelTop
{
  display: none;
}

.seats-main
{
  margin-bottom: 60px;
  color: #10133f;
}

.seat-search-dates
{
  margin-top: 10px;
}

h2.seat-title
{
  font-size: 25px;
  font-family: 'EuclidCircularB-Regular';
  margin-bottom: 0;
}

p.seat-text
{
  font-size: 18px;
  line-height: 26px;
  margin: 21px 0;
}

.btn-date--done
{
  border-radius: 5px;
  font-family: 'EuclidCircularB-Regular';
  font-weight: normal;
}

.month-arrow-right
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.date-picker-wrapper
{
  padding: 19px;
  border-radius: 3px;
  position: relative;
  background: #fff;
  box-shadow: none;
  border: 1px solid #eaeaea;
}