@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/*default version*/
@font-face {
  font-family: "PlayfairDisplay";
  src: url("/assets/fonts/PlayfairDisplay-Regular.ttf");
}
/*bold version*/
@font-face {
  font-family: "PlayfairDisplay";
  src: url("/assets/fonts/PlayfairDisplay-Bold.ttf");
  font-weight: bold;
}
/*  Calendar  */
#reservation-system {
  font-family: "Roboto", sans-serif;
  line-height: 125%;
  min-height: 720px;
  max-width: 1024px;
  background: white;
  padding: 25px;
  position: relative;
  color: #373536;
}
#reservation-system .dropdown.bootstrap-select .btn-light {
  background-color: white;
}
#reservation-system input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  width: 1.3ex;
  height: 1ex;
  background: rgba(0, 0, 0, 0);
  top: 0.6ex;
  left: 0.4ex;
  border: 2px solid #b8806f;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#reservation-system input[type=checkbox] {
  line-height: 2.1ex;
}
#reservation-system input[type=radio],
#reservation-system input[type=checkbox] {
  position: absolute;
  left: -999em;
}
#reservation-system input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-left: 25px;
}
#reservation-system input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  height: 2ex;
  left: 0;
  top: 3px;
  position: absolute;
  width: 2ex;
  background-color: white;
  border: 1px solid #a6a6a6;
  margin-right: 0.5em;
}
#reservation-system #rs-btn-delete-coupon {
  background-color: #F8BA95 !important;
  border-color: #F8BA95 !important;
}
#reservation-system .open-times {
  cursor: pointer;
}
#reservation-system .open-times:hover {
  text-decoration: underline;
}
#reservation-system .text-custom-muted-primary {
  color: #8C8B8C;
}
#reservation-system .text-custom-muted {
  color: #8d8d8d;
}
#reservation-system .btn {
  cursor: pointer !important;
}
#reservation-system .text-muted {
  color: #373536 !important;
}
#reservation-system .dropdown {
  border: 1px solid #CCCCCC;
}
#reservation-system .dropdown ul.dropdown-menu .dropdown-item:focus {
  outline: unset;
}
#reservation-system .dropdown ul.dropdown-menu .dropdown-item.active {
  background-color: #B8806F;
}
#reservation-system .dropdown ul.dropdown-menu .dropdown-item.active small {
  color: white !important;
}
#reservation-system .dropdown ul.dropdown-menu .dropdown-item:active {
  background-color: #B8806F !important;
  color: white !important;
}
#reservation-system .dropdown ul.dropdown-menu .dropdown-item:active small {
  color: white !important;
}
#reservation-system .dropdown ul.dropdown-menu li {
  border-bottom: 1px solid #DDDDDD;
}
#reservation-system .dropdown ul.dropdown-menu li:last-of-type {
  border-bottom: unset;
}
#reservation-system .dropdown ul.dropdown-menu li small {
  padding: 0;
}
#reservation-system .dropdown-menu li a {
  color: black;
}
@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#reservation-system .cancel-reservation-container {
  display: none;
}
#reservation-system .cancel-reservation {
  border-radius: 25px;
  padding: 5px 40px;
  background: #a9b7c4;
  border-color: #a9b7c4;
}
#reservation-system .next-page {
  background-color: #F8BA95;
  border-color: #F8BA95;
  border-radius: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#reservation-system .next-page.disabled {
  color: white;
}
#reservation-system .next-page:focus {
  box-shadow: unset;
}
#reservation-system .rs-price-for-pay {
  font-size: 30px;
  color: #373536;
}
#reservation-system .was-validated .form-check-input:valid ~ .form-check-label {
  color: #373536;
}
#reservation-system input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#reservation-system input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#reservation-system input[type=number] {
  -moz-appearance: textfield;
}
#reservation-system .disabled {
  color: #AAAAAA;
  pointer-events: none;
}
#reservation-system .rs-text-primary {
  color: #B8806F !important;
}
#reservation-system .rs-delete-coupon {
  background-color: #EEEEEE;
  color: #373536;
  border: none;
  font-weight: bold;
}
#reservation-system #rs-popup-container {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-content: center;
}
#reservation-system #rs-popup-container-box {
  width: calc(100% - 50px);
  left: 0;
  padding: 25px;
  border-radius: 5px;
  margin: 25px;
  position: fixed;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#reservation-system > #rs-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  color: #B8806F;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
}
#reservation-system > #rs-loader.hide {
  animation: 0.5s fadeOut;
  animation-fill-mode: forwards;
  visibility: hidden;
}
#reservation-system > #rs--header {
  display: flex;
  justify-content: space-between;
}
#reservation-system > #rs--header > .logo {
  margin-bottom: 25px;
  padding-left: 0;
  justify-content: center;
  display: flex;
}
#reservation-system > #rs--header > .logo > img {
  width: 175px;
  height: 100%;
}
#reservation-system > #rs--header > .logo .name {
  font-family: "PlayfairDisplay", serif;
  font-size: 45px;
  color: #373536;
}
#reservation-system > #rs--header > .logo .name span {
  color: #B8806F;
}
#reservation-system > #rs--header > #rs--h--steps {
  display: flex;
  justify-content: center;
}
#reservation-system > #rs--header > #rs--h--steps > .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: unset;
  width: 150px;
  margin: 0 10px;
}
#reservation-system > #rs--header > #rs--h--steps > .step > .circle {
  width: 50px;
  height: 50px;
  background: white;
  border: 2px solid #B8806F;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  font-size: 1rem;
}
#reservation-system > #rs--header > #rs--h--steps > .step > .circle .number {
  color: #B8806F;
}
#reservation-system > #rs--header > #rs--h--steps > .step > .line-step {
  transform: translateX(80px);
  height: 3px;
  background-color: #B8806F;
  width: 75px;
  position: absolute;
  border-radius: 3px;
  margin: 25px 5px 0 5px;
}
#reservation-system > #rs--header > #rs--h--steps > .step > .line-step.selected {
  background: #B8806F;
}
#reservation-system > #rs--header > #rs--h--steps > .step > .name {
  font-family: "Roboto", sans-serif;
  color: #CDB1A8;
  font-weight: bold;
  margin-top: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  text-align: center;
}
#reservation-system > #rs--header > #rs--h--steps > .step > .name svg {
  width: 12.5px;
  height: 20px;
  margin-left: 10px;
}
#reservation-system > #rs--header > #rs--h--steps > .step.selected > .circle {
  background: #B8806F;
}
#reservation-system > #rs--header > #rs--h--steps > .step.selected > .circle > .number {
  color: white;
}
#reservation-system > #rs--header > #rs--h--steps > .step.selected > .name {
  color: #373536;
}
#reservation-system > #rs--header > #rs--h--steps > .step.active {
  cursor: pointer;
}
#reservation-system > #rs--header > #rs--h--steps > .step.active > .name {
  color: #B8806F;
}
#reservation-system .open-calendar {
  color: #373536;
}
#reservation-system > .content {
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
#reservation-system > .content .rs-primary-btn {
  background-color: #F8BA95;
  color: white;
  padding: 15px 50px;
  font-size: 16px;
  border-radius: 25px;
  font-weight: bold;
  box-shadow: none;
  outline: none;
  border: 0;
  width: 300px;
  transition: 0.5s;
  margin-bottom: 25px;
}
#reservation-system > .content .rs-primary-btn:hover {
  box-shadow: 0 0 5px #B8806F;
}
#reservation-system > .content .search {
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
}
#reservation-system > .content .search > .services {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}
#reservation-system > .content .search > .services > svg {
  font-size: 25px;
  margin-top: 5px;
  color: #B8806F;
}
#reservation-system > .content .search > .services > .information {
  position: relative;
  width: 100%;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}
#reservation-system > .content .search > .points {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
#reservation-system > .content .search > .points > svg {
  font-size: 25px;
  margin-top: 5px;
  color: #B8806F;
}
#reservation-system > .content .search > .points > .information {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
#reservation-system > .content .search > .points > .information > a {
  color: #B8806F;
}
#reservation-system > .content .search > .points > .information .address-line-1 {
  color: #373536;
  font-weight: bold;
}
#reservation-system > .content .search > .points > .information .address-line-2 {
  color: #373536;
}
#reservation-system > .content .search > .selected-time {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
#reservation-system > .content .search > .selected-time > .information {
  margin-left: 16px;
}
#reservation-system > .content .search > .selected-time > .information > .warning-message .icon {
  margin-right: 10px;
}
#reservation-system > .content .search > .selected-time > .information > .date {
  font-weight: bold;
}
#reservation-system > .content .search > .selected-time > .information > .row > .col-md-12 > .btn {
  padding: 0;
  margin-top: 5px;
}
#reservation-system > .content .search > .selected-time > svg {
  font-size: 25px;
  color: #B8806F;
  margin-right: 10px;
}
#reservation-system > .content .search > .receipt {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
#reservation-system > .content .search > .receipt > .information {
  margin-left: 5px;
}
#reservation-system > .content .search > .receipt > .information > .price-section {
  font-weight: bold;
}
#reservation-system > .content .search > .receipt > .information > .price-section > span {
  font-size: 1.5rem;
}
#reservation-system > .content .search > .receipt > .information > .coupon-section {
  font-weight: bold;
}
#reservation-system > .content .search > .receipt > .information > .coupon-section > span {
  font-size: 1.5rem;
}
#reservation-system > .content .search > .receipt > .information > .row > .col-md-12 > .btn {
  padding: 0;
}
#reservation-system > .content .search > .receipt > svg {
  font-size: 20px;
  color: #B8806F;
  margin-right: 19px;
}
#reservation-system > .content .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
}
#reservation-system > .content .left > form .form-control {
  padding-right: calc(1.5em + .75rem);
}
#reservation-system > .content .times > .container {
  display: flex;
  justify-content: center;
  padding: 0;
}
#reservation-system > .content .times > .container > .prev-days-btn {
  cursor: pointer;
  width: 25px;
  align-items: center;
  font-size: 1.5rem;
}
#reservation-system > .content .times > .container > .prev-days-btn path {
  fill: #B8806F;
}
#reservation-system > .content .times > .container > .prev-days-btn.disabled {
  color: #CDB1A8;
  pointer-events: none;
}
#reservation-system > .content .times > .container > .prev-days-btn.disabled path {
  fill: #CDB1A8;
}
#reservation-system > .content .times > .container > .time-calendar > .days {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day {
  width: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day > .header {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day > .header > .name {
  color: #8C8B8C;
  font-size: 20px;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day > .header > .name.today {
  font-weight: bold;
  color: #373536;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day > .header > .date {
  color: #8C8B8C;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day.selected > .header > .name {
  font-weight: bold;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day > .times > .time {
  width: 70px;
  padding: 1px 5px;
  background: white;
  border: 1px solid #373536;
  border-radius: 15px;
  margin-bottom: 15px;
  transition: 0.5s;
  cursor: pointer;
  color: #373536;
  text-align: center;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day > .times > .time:hover {
  border: 1px solid #B8806F;
  background-color: #B8806F;
  color: white;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day > .times > .time.selected {
  background: #B8806F;
  border: 1px solid #B8806F;
  color: white;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day > .times > .time.reserved {
  background: white;
  color: #CDB1A8;
  border: 1px solid #CDB1A8;
  pointer-events: none;
  padding: 1px 3px;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day > .times > .time.reserved svg {
  margin-left: 2.5px;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day > .times > .time.reserved-and-pay {
  background: white;
  color: red;
  border: 1px solid red;
  pointer-events: none;
  padding: 1px 3px;
}
#reservation-system > .content .times > .container > .time-calendar > .days > .day > .times > .time.reserved-and-pay svg {
  margin-left: 2.5px;
}
#reservation-system > .content .times > .container > .next-days-btn {
  cursor: pointer;
  width: 25px;
  align-items: center;
  font-size: 1.5rem;
}
#reservation-system > .content .times > .container > .next-days-btn path {
  fill: #B8806F;
}
#reservation-system > .content .times > .footer {
  border-top: 1px dashed #AAAAAA;
  justify-content: center;
  font-size: 13px;
  color: #AAAAAA;
  padding-top: 10px;
}
#reservation-system > .content .times > .footer > .message {
  display: flex;
  align-items: baseline;
  margin-bottom: 3px;
}
#reservation-system > .content .times > .footer > .message:first-of-type {
  margin-top: 5px;
}
#reservation-system > .content .times > .footer > .message > .icon {
  margin-right: 10px;
}
#reservation-system > .content .times > .footer > .message > .text {
  text-align: left;
  font-size: 14px;
  line-height: 1.1;
}
#reservation-system > .content > .footer {
  padding-top: 25px;
  justify-content: center;
  display: flex;
}
#reservation-system > .content > .footer > button {
  max-width: 300px;
}
#reservation-system > .content .right {
  margin-top: 75px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#reservation-system > .content.selected {
  display: flex;
}
#reservation-system .calendar {
  width: 350px;
}
#reservation-system .calendar > .header {
  display: flex;
  justify-content: space-between;
  min-height: 75px;
}
#reservation-system .calendar > .header > .prev-month-btn {
  cursor: pointer;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
#reservation-system .calendar > .header > .prev-month-btn > svg {
  transition: 0.5s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 13px;
}
#reservation-system .calendar > .header > .prev-month-btn > svg path {
  fill: #B8806F;
}
#reservation-system .calendar > .header > .prev-month-btn.disabled > svg path {
  fill: #CDB1A8;
}
#reservation-system .calendar > .header > .prev-month-btn:hover > svg {
  background-color: #EEEEEE;
}
#reservation-system .calendar > .header > .title {
  text-align: center;
  width: 200px;
}
#reservation-system .calendar > .header > .title > .month-name {
  font-family: "PlayfairDisplay", serif;
  font-weight: bold;
  font-size: 2rem;
  color: #373536;
}
#reservation-system .calendar > .header > .title > .year {
  margin-top: 10px;
  color: #AAAAAA;
}
#reservation-system .calendar > .header > .next-month-btn {
  cursor: pointer;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
#reservation-system .calendar > .header > .next-month-btn > svg {
  transition: 0.5s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 13px;
}
#reservation-system .calendar > .header > .next-month-btn > svg path {
  fill: #B8806F;
}
#reservation-system .calendar > .header > .next-month-btn:hover > svg {
  background-color: #EEEEEE;
}
#reservation-system .calendar > .week-days-name {
  display: flex;
}
#reservation-system .calendar > .week-days-name > .name {
  width: 50px;
  height: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reservation-system .calendar > .weeks {
  display: flex;
  flex-direction: column;
}
#reservation-system .calendar > .weeks > .week {
  display: flex;
}
#reservation-system .calendar > .weeks > .week > .day {
  width: 50px;
  height: 40px;
  cursor: pointer;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
#reservation-system .calendar > .weeks > .week > .day.current-day > span {
  color: #B8806F;
  border: 2px solid #B8806F;
}
#reservation-system .calendar > .weeks > .week > .day.selected > span {
  color: white;
  background: #B8806F;
}
#reservation-system .calendar > .weeks > .week > .day > span {
  width: 30px;
  height: 30px;
  transition: 0.5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
}
#reservation-system .calendar > .weeks > .week > .day > span:hover {
  color: white;
  background: #B8806F;
}
#reservation-system > #rs--footer {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
#reservation-system > #rs--footer > .next-page-btn {
  padding: 7.5px;
  background: #B8806F;
  color: white;
  width: 200px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}
#reservation-system .timeleft-wrapper {
  background: white;
  height: 303px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
  color: white;
}
#reservation-system .timeleft-wrapper .mini-logo {
  width: 175px;
  height: 125px;
  background: #AAAAAA;
  background: url("./assets/images/mini-logo.jpg");
  background-size: cover;
  background-position: center;
}
#reservation-system .timeleft-wrapper .timer {
  background: #B8806F;
  width: auto;
  height: 125px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#reservation-system .timeleft-wrapper .timer h4 {
  font-size: 1.1rem;
}
@media (max-width: 575.98px) {
  #reservation-system .services {
    width: 85% !important;
  }
  #reservation-system .points {
    width: 85% !important;
  }
  #reservation-system .rs-open-calendar {
    border: 1px dashed #EEEEEE;
    display: flex;
    margin-bottom: 20px;
    border-left: 0;
    border-right: 0;
    justify-content: center;
    align-items: center;
  }
  #reservation-system > .content {
    margin-top: 25px;
  }
  #reservation-system > .content .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  #reservation-system > .content .search {
    margin-bottom: 25px;
  }
  #reservation-system > .content .right {
    margin-top: 25px;
  }
  #reservation-system > .content.selected .search {
    margin-left: 0;
    margin-bottom: 0;
  }
  #reservation-system > #rs--header > #rs--h--steps {
    display: flex;
  }
  #reservation-system > #rs--header > #rs--h--steps > .step {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    margin: 0 0;
    width: auto;
  }
  #reservation-system > #rs--header > #rs--h--steps > .step > .circle {
    width: 40px;
    height: 40px;
    background: white;
    border: 2px solid #B8806F;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  #reservation-system > #rs--header > #rs--h--steps > .step > .circle .number {
    color: #B8806F;
  }
  #reservation-system > #rs--header > #rs--h--steps > .step > .line-step {
    height: 3px;
    background-color: #B8806F;
    width: 25px;
    margin: 20px 5px 0 5px;
    transform: translateX(40px);
  }
  #reservation-system > #rs--header > #rs--h--steps > .step > .line-step.line-step.selected {
    background: #B8806F;
  }
  #reservation-system > #rs--header > #rs--h--steps > .step > .name {
    color: #AAAAAA;
    font-weight: bold;
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
  }
  #reservation-system > #rs--header > #rs--h--steps > .step > .name svg {
    margin-left: 5px;
    margin-right: 5px;
  }
  #reservation-system > #rs--header > #rs--h--steps > .step.selected > .circle {
    background: #B8806F;
  }
  #reservation-system > #rs--header > #rs--h--steps > .step.selected > .circle > .number {
    color: white;
  }
  #reservation-system > #rs--header > #rs--h--steps > .step.selected > .name {
    color: #373536;
  }
  #reservation-system > #rs--header > #rs--h--steps > .step.active > .name {
    color: #B8806F;
  }
  #reservation-system .calendar {
    width: 100%;
  }
}
#reservation-system .not-times-week {
  padding-bottom: 25px;
}
#reservation-system div.dropdown-menu .inner ul.dropdown-menu li.selected a.selected {
  color: white !important;
}
@media (max-width: 991px) {
  #reservation-system #rs--header .logo .name span {
    margin-top: 15px;
    display: block;
  }
}
@media (max-width: 800px) {
  #reservation-system .filter-option-inner-inner p.wrap {
    white-space: initial;
  }
  #reservation-system div.dropdown-menu {
    overflow: auto !important;
    max-height: 600px !important;
    min-height: 200px !important;
  }
  #reservation-system div.dropdown-menu .inner {
    max-height: 600px !important;
  }
  #reservation-system div.dropdown-menu .inner ul.dropdown-menu {
    max-height: 600px !important;
    overflow: auto !important;
    min-height: 116px !important;
    position: absolute !important;
    transform: translate3d(0px, 0px, 0px) !important;
    top: 0 !important;
    /* left: 0px; */
    /* right: 0; */
    width: 100% !important;
    will-change: transform !important;
  }
  #reservation-system div.dropdown-menu .inner ul.dropdown-menu li span {
    white-space: initial;
  }
  #reservation-system div.dropdown-menu .inner ul.dropdown-menu li.selected a.selected {
    color: white !important;
  }
  #reservation-system #rs--header .logo {
    text-align: center;
  }
  #reservation-system .timeleft-wrapper {
    background: white;
    height: 303px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    color: white;
  }
  #reservation-system .timeleft-wrapper .mini-logo {
    width: 150px;
    height: 150px;
    background: #AAAAAA;
    background: url("./assets/images/mini-logo.jpg");
    background-size: cover;
    background-position: center;
  }
  #reservation-system .timeleft-wrapper .timer {
    background: #B8806F;
    width: auto;
    height: 150px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #reservation-system .timeleft-wrapper .timer h4 {
    font-size: 1.1rem;
  }
}
@media (max-width: 778px) {
  #reservation-system #reservation-system > .content .times > .footer > .message > .text {
    font-size: 11px;
  }
  #reservation-system #reservation-system > #rs--header > .logo {
    padding-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
