@import url("./bootstrap-icons.css");

@import url("./swiper-bundle.min.css");
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.4.4/swiper-bundle.min.js'); */

/* @import url('https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css'); */
/* @import url('https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js'); */
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.4.4/swiper-bundle.esm.browser.min.js'); */

.blog-text p {
  line-height: 2em !important;
  font-size: 0.9rem !important;
}

.blog-text * {
  text-align: justify !important;
}

/* appointment */
.blue-square {
  padding: 0.75em 0;
}

.blue-square::after {
  content: "";
  position: absolute;
  top: 2em;
  right: 36%;
  background-color: #49433e;
  width: 1.5em;
  height: 1.5em;
  transform: rotate(45deg);
}

.bg-lightGray {
  background-color: rgb(239 239 239);
}

.appointment-card {
  border-radius: 1em;
}

.appointment-card h6,
.card-header {
  font-size: 0.98rem;
}

.my-pl-3 {
  padding-left: 0.1em;
  font-size: 1.2rem;
}

.rounded-top-3 {
  border-top-right-radius: 0.3rem !important;
  border-top-left-radius: 0.3rem !important;
}

.rounded-bottom-3 {
  border-bottom-left-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}

.mt-6 {
  margin-top: 2.5em;
}

.date-slider {
  padding: 0 2.5em;
  overflow-y: visible;
  min-height: 8.5em;
}

.date-swiper .swiper-slide div {
  cursor: pointer;
  border-bottom: 5px solid rgb(206, 206, 206);
}

.date-swiper .swiper-slide div a {
  padding: 0em 0.5em 0.5em;
  display: block;
  color: gray;
  transition-duration: 0.15s;

  color: #a0a0a0;
  font-weight: bold;
}

.date-swiper .swiper-slide div p {
  margin-bottom: 0.3em;
  font-size: 0.75rem;
  transition-duration: 0.2s;
}

.date-swiper .swiper-slide div:hover a {
  color: rgb(103, 109, 104);

  color: rgb(255 193 7);
  color: rgb(180, 178, 170);

  color: rgb(133, 120, 120);
}

.date-swiper .swiper-slide div.active {
  border-bottom: 5px solid rgb(128, 120, 120);
}

.date-swiper .swiper-slide div:hover {
  border-bottom: 5px solid rgb(167 152 152);
}

.date-swiper .swiper-slide div:hover a p {
  color: rgb(136, 122, 122);
}

.date-swiper .swiper-slide div.active a {
  color: rgb(136, 122, 122);
}

.swiper-button {
  position: relative;
}

.swiper-button div::after {
  font-size: 1.1rem;
  border: 1px solid rgb(161, 115, 94);
  border-radius: 50%;
  padding: 0.5em 0.7em;
}

.swiper-button div {
  top: -0.2em;
}

.swiper-button .swiper-button-prev {
  left: -2.8em;
  color: rgb(161, 115, 94);
}

.swiper-button .swiper-button-next {
  right: -2.5em;
  color: rgb(161, 115, 94);
}

.date-values ul {
  padding-left: 1em;
  padding-right: 3em;
  width: 96%;
  text-align: center;
  direction: ltr;
}

.date-values ul li {
  background-color: rgb(238, 238, 238);
  list-style-type: none;
  display: inline-block;
  font-size: 1.05rem;
  color: rgb(117, 117, 117);
  padding-top: 0.35em;
  margin-left: 0.2em;
  margin-bottom: 0.5em;
  width: 5em;
  height: 2.1em;
  border-radius: 0.23em;
  cursor: context-menu;
  border: 1px solid rgb(212, 212, 212);

  height: 2.5em;
  padding-top: 0.5em;
  color: rgb(137, 134, 134);
}

.date-values ul li.available {
  background-color: rgb(236, 242, 255);
  color: #c9b9a5;
  cursor: pointer;

  background-color: transparent;
  border: 1px solid #c9b9a5;
  border: 1px solid #333;
  color: rgb(204, 182, 182);
  cursor: pointer;
}

.date-values ul li.available a {
  color: rgb(173, 153, 153);
  padding-top: 0.5em;
}

.date-values ul li p {
  display: inherit;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

.date-values ul li p span:first-child {
  text-decoration: line-through;
}

.date-values ul li.available p span:first-child {
  text-decoration: none;
}

.date-values ul li p span:last-child {
  font-size: 0.85rem;
}

.date-values ul li p span:last-child,
.date-values ul li:hover p span:first-child {
  display: none;
}

.date-values ul li:hover p span:last-child {
  display: block;
}

.date-values ul li.available:hover {
  color: rgb(49, 50, 51);
  background-color: #d5bf8382;
}

.date-values ul li.available:hover a {
  color: #fff;
}

.next-available-date {
  display: flex;
  justify-content: center;
}

.next-available-date p {
  box-shadow: rgb(117 150 183 / 53%) 1px 3px 5px 0px;
  cursor: pointer;
  line-height: 1.75;
  color: #c9b9a5;
  background-color: rgb(236, 242, 255);
  padding: 0.5em 1em;
  width: fit-content;
  border-radius: 18px;
  transition-duration: 0.2s;
}

.next-available-date p:hover {
  color: #fff;
  background-color: #c9b9a5;
}

.my-p-5,
.my-p-6 {
  /* padding: 2rem !important; */
  padding: 2rem 3em 2em 3em !important;
}

.my-p-4 {
  padding: 1.5rem !important;
}

/* appointment card page */
.payment-steps {
  padding: 1em 12%;
}

.payment-steps > div {
  position: relative;
  display: inline-grid;
  width: 22%;
  justify-content: center;
}

.payment-steps div p {
  background-color: #c9b9a5;
  background-color: #d5bf83ff;
  border-radius: 50%;
  width: 4.5em;
  height: 4.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-line {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  left: -0.5em;
  display: flex;
  flex: 1 0 auto;

  vertical-align: baseline;
  height: 6px;
  position: absolute;
  top: 2em;
  right: 5em;
  width: 100%;
  z-index: -1;
  background-color: #c9b9a5;
  background-color: #d5bf83ff;
}

.payment-steps div i {
  color: #fff;
  font-size: 2rem;
}

.payment-steps div span {
  display: block;
  color: #c9b9a5;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
  font-size: 1rem;
  color: #d5bf83ff;
}

.absolute-text {
  position: absolute;
  top: 4em;
  right: 3em;
}

.gray-step p,
.gray-line {
  background-color: #c9b9a5 !important;
}

.gray-step span {
  color: #c9b9a5 !important;
}

.icon-blue {
  margin-left: 0.6em;
  padding-top: 0.2em;
}

.icon-blue::before {
  content: "\f434";
  font-weight: bold !important;
  /* padding: 0.3em; */
  font-size: 1.1rem;
}

.bg-sky-blue {
  /* background-color: rgb(236, 242, 255); */
  /* background-color: rgb(255 245 213 / 27%); */
  /* background-color: rgb(255 254 246); */
  box-shadow: rgb(0 0 0 / 25%) 0px 1px 3px;
  border-radius: 5px;
  padding: 2em;
  margin-bottom: 1.5em;
  /* margin-top: 1.7em; */
}

.bg-sky-blue h5 {
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}

.payment-message {
  position: relative;
}

.payment-message i {
  font-size: 0.6rem;
  position: absolute;
  top: 1.5em;
}

.payment-message span {
  padding-right: 2em;
  color: #525050;
  font-size: 0.95rem;
}

/* .d-flex .w-lg-50:last-child {
  border-right: 1px solid #c2c1c1;
} */

.w-lg-50 {
  width: 49.6%;
  /* padding-left: 1.5em; */
  display: inline-block;
}

.w-lg-50 ul li {
  list-style-type: none;
  text-align: right;
  padding: 0.8em 0;
  font-size: 0.9rem;
  font-weight: bold;
  color: #555;
}

.w-lg-50 ul li {
  border-bottom: 1px solid rgba(173, 181, 189, 0.2);
}

.w-lg-50 ul li span:last-child {
  float: left;
}

.w-lg-50 h6 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

.w-lg-50 p {
  font-weight: bold;
  color: #666;
  font-size: 0.93rem;
}

.w-lg-50 p a {
  font-size: 1rem;
}

.w-lg-50 .banks div {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.3em 1.3em;
  border-radius: 0.3em;
  border: 1px solid #c2c1c1;
  transition-delay: 0.05s;
  cursor: pointer;
}

.w-lg-50 .banks div.active,
.w-lg-50 .banks div:hover {
  background-color: #fff;
  color: #c9b9a5;
  box-shadow: 0 0 4px #c9b9a5;
  border: 1px solid #c9b9a5;

  background-color: #fcf5e1;
  color: #7e7e7e;
  font-weight: bold;
  box-shadow: 0 0 4px #c9b9a5;
  border: 1px solid #666;
}

.w-lg-50 img {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}

.green-btn {
  background-color: #a47355;
  color: #fff !important;
  width: 100%;
  margin: 1em 0;
  padding: 0.7em;
  font-size: 1rem;
  font-weight: bold;
  transition-duration: 0.2s;
}

.green-btn:hover {
  background-color: #c9b9a5;
}

.discount-code {
  position: relative;
}

.discount-code input {
  padding: 0.7em 1em;
  border-radius: 0.3em;
}

.discount-code span {
  position: absolute;
  left: 1em;
  top: 0.8em;
  cursor: pointer;
  font-weight: bold;
  color: #c9b9a5;
  font-size: 1rem;
}

.doctor-info h6 {
  font-size: 1.15rem;
  color: #333;
  font-weight: bold;
  /* margin-bottom: 1em; */
}

.doctor-info span {
  color: rgb(173, 181, 189);
  font-size: 0.9rem;
}

.doctor-info p {
  font-weight: bold;
  margin: 1.5em 0;
  color: #555;
  font-size: 0.9rem;
}

.doctor-info ul li {
  list-style-type: none;
  /* border-top: 1px solid rgb(173, 181, 189); */
  padding: 0.8em 0;
}

.text-green {
  color: #c9b9a5 !important;
}

.doctor-info ul li span {
  font-weight: bold;
}

.doctor-info ul li span:not(:first-child) {
  float: left;
  color: #555;
  float: left;
  text-align: left;
}

.reserve-form label {
  width: 100%;
  text-align: right;
  margin-bottom: 0.3em;
  font-size: 1rem;
}

.reserve-form input {
  font-size: 0.83rem;
  margin-bottom: 1.5em;
  font-size: 1rem;
}

.my-px-4 {
  padding: 2em;
}

.top-sticky {
  position: sticky;
  top: 0;
}

.pr-0 {
  padding-right: 0;
}

/* profile */
.vertical-nav {
  min-width: 25%;
  text-align: right;
  box-shadow: 0 0 4px #b5b5b5;
  border-radius: 0.2em;
  background-color: #fff;
}

.vertical-nav .nav-link.actived,
.vertical-nav .nav-link,
.vertical-nav .show > .nav-link {
  color: gray;
  background-color: transparent;
  text-align: right;
  font-size: 0.85rem;
  padding: 0.9em 1em;
  border-bottom: 1px solid #ddd;
  transition-duration: 0.1s;
}

.vertical-nav .nav-link:hover,
.vertical-nav .nav-link.actived {
  color: #c9b9a5;
  background-color: #e5efff;
}

.vertical-nav .nav-link.actived {
  font-weight: bold;
}

.vertical-nav .nav-link i {
  font-size: 1.05rem;
  position: absolute;
}

.vertical-nav .nav-link span {
  padding-right: 2em;
}

.my-w-75 {
  width: 75%;
}

.my-w-75 .card {
  box-shadow: 0 0 7px #e5e5e5;
  border-radius: 0.9em;
}

.horizontal-nav .nav-link.actived,
.horizontal-nav .nav-link,
.horizontal-nav .show > .nav-link {
  color: #555454;
  background-color: rgb(245 245 245);
  border-radius: 18px;
  font-size: 0.75rem;
  padding: 0.3em 1.2em 0.2em;
  margin-right: 0.8em;
}

.horizontal-nav .nav-link:hover,
.horizontal-nav .nav-link.actived {
  background-color: #cccaca;
}

.horizontal-nav .nav-link.actived {
  background-color: #c9b9a5;
  color: #fff;
}

.horizontal-nav .nav-link.actived:hover {
  background-color: #c9b9a5;
}

.text-gray {
  color: #9f9f9f;
}

.banner-img {
  padding: 2em 2em 1em 1em;
  width: 15%;
  text-align: center;
  display: inline-block;
}

.banner-img img {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 3px solid rgb(236, 242, 255);
}

.banner-text {
  padding: 2em 1em;
  width: 85%;
  display: inline-block;
}

.banner-text ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 1em;
}

.banner-text ul li span:last-child {
  padding-right: 0.5em;
}

.banner-text ul li span:first-child {
  color: #9f9f9f;
}

.banner-text p {
  font-size: 0.8rem;
}

.banner-text .appointment-type {
  background-color: rgb(236, 242, 255);
  color: #c9b9a5;
  border-radius: 18px;
  padding: 0.3em 1.2em;
  font-size: 0.8rem;
  height: fit-content;
  margin-left: 1em;
}

.empty-appoint h6 {
  font-weight: bold;
  font-size: 0.8rem;
}

.empty-appoint p {
  font-weight: bold;
  font-size: 0.8rem;
  margin-top: 1em;
}

/* reciept */
.reciept-info {
  padding: 3em;
  text-align: center;
  display: block;
}

.reciept-info div h6 {
  color: #c9b9a5;
  font-weight: bold;
  margin-bottom: 1em;
}

.reciept-info div p {
  color: #c9b9a5;
  font-weight: bold;
}

.reciept-info div p:last-child {
  color: #525050;
  margin-bottom: 1em;
  font-weight: normal;
  padding: 0.5em 2em;
}

.reciept-info a {
  color: #fff !important;
}

/* .reciept-info a:hover {
  background-color: #0d6efd;
} */

.green-step p,
.green-line {
  background-color: #c9b9a5 !important;
}

.green-step span {
  color: #c9b9a5 !important;
}

.reciept-info i {
  font-size: 8rem;
  color: #c9b9a5;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #c9b9a5; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 1201px) {
  .step-line {
    right: 8em;
  }
}

@media screen and (max-width: 1200px) {
  .absolute-text {
    right: 1em;
  }
}

@media screen and (max-width: 1024px) {
  .w-lg-50 {
    width: 100%;
    padding-left: 0;
    display: block;
    margin-bottom: 1em;
    border: none !important;
  }

  .green-btn {
    font-size: 0.8rem;
  }

  .w-lg-50 p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .w-lg-50 p a {
    font-size: 0.85rem;
  }

  .w-lg-50 img,
  .w-lg-50 img + span {
    display: inline-block;
  }

  .w-lg-50 .banks div {
    padding: 0.3em 0.8em;
  }

  .w-lg-50 .banks div {
    display: inline-flex;
  }

  .my-p-6 {
    padding: 1rem !important;
  }

  .banner-img {
    padding: 1em 1em 1em 1em;
    width: 20%;
  }

  .my-p-5,
  .my-p-6 {
    padding: 1.5rem !important;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 600px) {
  .my-p-5 {
    padding: 0.5em !important;
  }

  .my-p-4 {
    padding: 0.75rem !important;
  }

  .bg-lightGray {
    display: block;
    font-size: 0.8rem;
  }

  .date-values ul {
    padding-left: 0;
    padding-right: 2em;
  }

  .next-available-date p {
    font-size: 0.725rem;
  }

  .blue-square::after {
    top: 2.5em;
    width: 1em;
    height: 1em;
  }

  .date-values ul li {
    font-size: 0.8rem;
  }

  .date-values ul li p span:last-child {
    font-size: 0.7rem;
  }

  .swiper-button div::after {
    font-size: 0.75rem;
  }

  .swiper-button .swiper-button-prev {
    left: -2.4em;
  }

  .swiper-button .swiper-button-next {
    right: -2.4em;
  }

  .date-slider {
    padding: 0px 2em;
  }

  .payment-steps div i {
    font-size: 1.2rem;
  }

  .payment-steps div p {
    width: 2.8em;
    height: 2.8em;
    margin-bottom: 0;
    display: block;
    padding-top: 0.6em;
  }

  .step-line {
    height: 4px;
    top: 1.4em;
    right: 2em;
    font-size: 0.7rem;
  }

  .payment-steps > div {
    width: 21.5%;
  }

  .payment-steps {
    padding: 1em 0 0.5em;
  }

  .payment-steps div span {
    font-size: 0.7rem;
  }

  .bg-sky-blue h5 {
    font-size: 1.2rem;
  }

  .reciept-info {
    padding: 1em;
  }

  .reciept-info i {
    font-size: 4em;
  }

  .reciept-info div p:last-child {
    padding: 0.5em;
  }

  .vertical-nav,
  .my-w-75 {
    min-width: 100%;
    margin-bottom: 1em;
  }

  .banner-text,
  .banner-img {
    width: 100%;
    display: block;
    padding: 1.2em;
    text-align: right;
  }

  .banner-text .appointment-type {
    position: absolute;
    left: 0;
    top: 3em;
  }

  .horizontal-nav {
    padding: 1em !important;
  }

  .horizontal-nav li {
    margin-bottom: 0.5em;
  }

  .horizontal-nav li:first-child {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 1em;
    padding-right: 1em;
  }

  .my-px-4 {
    padding: 1em;
  }

  .top-sticky {
    position: relative;
  }
}
@media only screen and (max-width: 1399px) {
  .date-swiper .swiper-slide div p {
    font-size: 0.49rem;
  }
}

.payment button {
  width: 6em;
  height: 3em;
  border-radius: 1em;
}

.payment button.selected {
  background-color: var(--color-pr);
  border: 1px solid var(--color-pr) !important;
}

.app-confirm {
  background-color: var(--color-pr);
  color: #fff !important;
  width: 50%;
  margin: 1em 0;
  padding: 0.7em;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition-duration: 0.2s;
}

/* reserve */

.doctor-info ul li {
  list-style-type: none;
  padding: 1em 0;
  border-bottom: none;
}

.payment-card .banks div {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.3em 1.3em;
  border-radius: 0.3em;
  border: 1px solid #dee6f1;
  transition-delay: 0.05s;
  cursor: pointer;
  height: fit-content;
}

.payment-card .banks div:has(input:checked),
.payment-card .banks div:hover {
  background-color: #fff;
  color: #a47355;
  box-shadow: 0 0 4px #a47355;
  border: 1px solid #a47355;
  background-color: #dee6f1;
  font-weight: bold;
  box-shadow: 0 0 4px #a47355;
  border: 1px solid #a47355;
}
.basket-status-layer {
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 25px;
  margin-bottom: 30px;
  position: relative;
}
.basket-status-layer .inner {
  width: 100%;
  height: fit-content;
  position: relative;
  overflow: hidden;
}
.basket-status-layer .inner .status-point {
  width: 100%;
  float: right;
  text-align: center;
  position: relative;
}
.basket-status-layer .inner .status-point .number {
  width: 57px;
  padding: 3px;
  position: relative;
  display: block;
  text-align: center;
  line-height: 45px;
  height: 57px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 4;
  margin: 0 auto;
  font-weight: bold;
  color: #c9b9a5;
  font-size: 2rem;
}
.basket-status-layer .inner .status-point .title {
  color: #a45555;
  text-align: center;
  display: block;
  word-spacing: -2px;
  padding-top: 3px;
  font-size: 1rem;
}
.basket-status-layer .inner .status-point:before {
  width: 70%;
  height: 25px;
  position: absolute;
  top: 0;
  left: -35%;
  border-bottom: 1px solid #c9b9a5;
  content: "";
  z-index: 2;
}
.basket-status-layer .inner .status-point:first-child:after {
  width: 80%;
  height: 25px;
  position: absolute;
  top: 0;
  right: -45%;
  border-bottom: 1px dashed #c9b9a5;
  content: "";
  z-index: 2;
}
.basket-status-layer .inner .status-point:last-child:before {
  border-bottom: 1px dashed #c9b9a5;
}
.basket-status-layer .inner .status-point.current .title,
.basket-status-layer .inner .status-point.done .title {
  color: #a47355;
  font-weight: 500;
}
.basket-status-layer .inner .status-point.current .number {
  font-weight: bold;
  color: #a47355;
}
.basket-status-layer .inner .status-point.done .number {
  font-weight: bold;
  color: #a47355;
}
.basket-status-layer .inner .status-point.done:first-child:after {
  border-bottom: 1px dashed #a47355;
}
.basket-status-layer .status-point.done:before {
  border-bottom: 1px solid #c9b9a5;
}

@media screen and (max-width: 500px) {
  .basket-status-layer {
    padding: 10px 10px;
    margin-bottom: 30px;
  }
  .basket-status-layer .inner {
    width: 100%;
    height: fit-content;
  }
  .basket-status-layer .inner .status-point .number {
    width: 40px;
    height: 30px;
    line-height: 25px;
    font-size: 3rem;
  }
  .basket-status-layer .inner .status-point .title {
    color: #b6c0d1;
    text-align: center;
    display: block;
    word-spacing: -2px;
    padding-top: 3px;
    font-size: 1rem;
    font-weight: 400;
  }
  .basket-status-layer .inner .status-point:before {
    height: 20px;
    top: -5px;
  }
  .basket-status-layer .inner .status-point:first-child:after {
    height: 20px;
    top: -5px;
  }
}

/* appointment */

.datesSlider {
  position: relative;
  padding: 0 1.5em;
}

.datesSliderWraper {
  overflow-x: scroll;
}

.datesSliderWraper::-webkit-scrollbar {
  display: none;
}

.dayItem {
  border-bottom: 4px solid #d8d8d8;
  padding: 0 4em;
  flex-shrink: 0;
  cursor: pointer;
}

.dayItem p {
  font-weight: 600;
  color: #a47355;
  font-size: 15px;
}

.dayItem.active {
  border-bottom: 4px solid #a47355;
}

.slideBtns {
  position: absolute;
  border-width: 0;
  outline-width: 0;
  background-color: transparent;
  color: #a1735e;
  bottom: 0;
  line-height: 0;
  font-size: 1.5rem;
  padding: 0;
  z-index: 10;
}
.slideBtns[disabled] {
  color: #a38171;
}

.slideBtns.nextBtn {
  left: 0;
}
.slideBtns.prevBtn {
  right: 0;
}

.date-values ul {
  padding: 1em 2em;
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  direction: rtl;
}

.date-values ul li {
  background-color: rgb(238, 238, 238);
  list-style-type: none;
  font-size: 12px;
  color: rgb(117, 117, 117);
  width: 7em;
  height: 40px;
  border-radius: 0.23em;
  cursor: context-menu;
  border: 1px solid #adb5bd;
  color: rgb(137, 134, 134);
  margin: 0.2em;
}

@media (max-width: 600px) {
  .dayItem {
    border-bottom: 4px solid #d8d8d8;
    padding: 0 0;
    width: 100%;
  }
}

/* ========== Navbar fix ============== */

@media only screen and (max-width: 62rem) {
  .btn.style1.btn-reserve__mobile {
    padding: 5px 20px !important;
    font-size: 14px;
    font-weight: 700 !important;
    color: white;
  }
}

.top-bar {
  background-color: #534846;
  background-color: #faf8f1;
  padding: 10px 12px;
}

.top-bar > * {
  color: #534846;
  font-size: 13px;
}

.top-bar__phone {
  background-color: #d5bf83a8;
  border-radius: 5px;
  padding: 2px 7px;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.top-bar__phone a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-bar__phone a:active,
.top-bar__phone a:hover {
  color: white;
}

.top-bar__phone i {
  line-height: 0;
  color: #534846;
  background-color: #d5bf83;
  padding: 4px;
  width: 21px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}

.bg-primary-light {
  background: #faf8f1;
}
