* {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

html {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

body {
  width: 100%;
}

header {
  display: flex;
  height: 55px;
  background: #bb4b3a;
}
header .left,
header .right {
  flex: 1;
}
header .right {
  text-align: right;
}

.hide {
  display: none;
}
.venue {
  display: flex;
  vertical-align: middle;
  width: 214px;
  background: #ffffff;
  margin-top: 11px;
  border-radius: 4px;
}

.venue-single {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 22px;
}
.venue-single span {
  margin-left: 8px;
  margin-right: 7px;
}

.venue a.set-favorite-venue {
  margin-top: 9px;
  margin-left: 6px;
  width: 16px;
  height: 14px;
  display: block;
  background-image: url(../../img/booking/header/header-venue-heart-unfilled.svg);
}

.venue-single a {
  text-decoration: none;
  color: #fff;
}
.venue-single a.set-favorite-venue {
  width: 16px;
  height: 14px;
  display: block;
  background-image: url(../../img/booking/header/header-venue-heart-unfilled.svg);
  filter: brightness(100);
}

a.favorite-venue {
  background-image: url(../../img/booking/header/header-venue-heart-filled.svg) !important;
}

.venue select {
  border: none;
  width: 200px;
  height: 32px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f3f;
  background-color: #fff;
  background-image: url(../../img/booking/header/header-venue-dropdown-arrow.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
select:focus {
  outline: none;
}

#profile-image img {
  margin-top: 1.2rem;
  margin-right: 1.625rem;
}

/* .nav-menu {
    z-index: 20000;
    text-align: right;
    position: absolute;
    width: 201px;
    top:58px;
    background: #FFFFFF;
    box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 0px 4px;
    right: calc(50vw - 197px);
  } */

.nav-menu {
  z-index: 20000;
  text-align: right;
  position: absolute;
  width: 201px;
  top: 58px;
  background: #ffffff;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 0px 4px;
  right: calc(50vw - 197px); /* Default for smaller screens */
}

/* For tablets (min-width: 600px)  by Rodrigo Schreiner*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .nav-menu {
    width: 250px; /* Adjust width for tablets */
    top: 64px; /* Adjust position for tablets */
    right: calc(50vw - 380px); /* Adjust alignment for tablets */
  }
}

/* For desktops (min-width: 1025px) */
@media screen and (min-width: 1025px) {
  .nav-menu {
    width: 300px; /* Adjust width for desktops */
    top: 70px; /* Adjust position for desktops */
    right: calc(50vw - 580px); /* Adjust alignment for desktops */
  }
}
.admin-bar .nav-menu {
  top: 104px;
}
.nav-menu li {
  height: 51px;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  border-top: 1px solid #dedede;
  cursor: pointer;
}

.nav-menu li.logout {
  background-image: url(../../img/header-menu-logout-icon.svg);
  background-position: top 8px left 17.5px;
  background-repeat: no-repeat;
}
.nav-menu li.first {
  border: none;
}
.nav-menu li a {
  text-decoration: none;
  color: #393939;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  text-align: left;
  display: flex;
  align-items: center;
}
.nav-menu li a span {
  font-weight: 400;
  font-size: 16px;
  color: #393939;
}
.nav-menu li.current-menu-item a {
  font-weight: 500;
  color: #c95d4d;
}
.nav-menu li.logout a {
  margin-left: 50px;
}

#logo svg {
  margin-top: 11px;
}

#logo a {
  margin-left: 19px;
}

.booking-buttons {
  display: flex;
  flex-direction: column;
}

.booking-buttons .button {
  margin: auto;
  border-radius: 0.25rem;
  width: 91.6%;
  text-align: center;
}

.booking-buttons a {
  margin: auto;
  width: 91.6%;
  max-width: 22.5rem;
  display: block;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 113.2%;
  text-decoration: none;
}

.booking-buttons div.button-type-1 {
  background: linear-gradient(180deg, #b74534 0%, #c95d4d 100%);
  padding: 0.125rem;
}
.booking-buttons div.button-type-1 a {
  color: #ffffff;
}

.booking-buttons div.button-type-2 {
  border: 0.125rem solid #b74534;
}

.booking-buttons div.button-type-2 a {
  color: #b74534;
}

.booking-buttons a.inactive,
.booking-buttons div.inactive,
.booking-buttons div.button-type-2 a.inactive {
  background-color: none;
  color: #cccccc;
  border-color: #cccccc;
}

.full-width.booking-buttons {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 17px;
  margin-bottom: 11px;
  width: 90%;
}
.full-width.booking-buttons .button {
  margin: auto;
  width: 100%;
}

.loading {
  display: flex;
  width: 100%;
  justify-content: center;
}

.loading-animation {
  height: 25px;
  width: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 4px rgba(201, 93, 77, 100) solid;
  border-top: 4px black solid;
  border-bottom: 4px black solid;
  border-radius: 50%;
  -webkit-animation: spin1 1s infinite linear;
  animation: spin1 1s infinite linear;
}

@-webkit-keyframes spin1 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin1 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.notification,
.confirmation {
  margin: auto;
  width: 95%;
  padding-top: 34px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  /* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25); */
  border-radius: 16px;
  padding-bottom: 37px;
  margin-top: 10px;
}
.notification .text,
.confirmation .text {
  margin: auto;
  width: 65%;
  font-weight: 700;
  font-size: 18px;
  line-height: 113.2%;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}

.confirmation .text {
  width: unset;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 130px;
  margin-bottom: 45px;
  color: #393939;
}

#warning {
  color: #b74534;
  margin-top: 25px;
}

.back-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-button a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #c95d4d;
}
#confirmation_yes {
  display: flex !important;
  height: 55px;
  border-radius: 4px;
  background: linear-gradient(180deg, #b74534 0%, #c95d4d 100%);
  border: none;
}
#confirmation_no {
  display: flex !important;
  text-align: center;
  height: 55px;
  border-radius: 4px;
  border: 1px solid #bc4c3b;
  background: white;
  text-decoration: none;
}

.button-margin-top {
  margin-top: 17px !important;
}

.confirmation-yes,
.confirmation-no {
  padding: unset !important;
  height: 55px;
  text-decoration: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
}

.confirmation-yes {
  color: white;
}

.confirmation-no {
  color: #bd4d3d !important;
}

body {
  margin: auto;
  width: 393px !important;
}

@media screen and (min-width: 600px) {
  body {
    margin: auto;
    width: 768px !important;
  }
}

@media screen and (min-width: 1025px) {
  body {
    margin: auto;
    width: 1200px !important;
  }
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  border-radius: 10px !important;
  background-color: #f5f5f5 !important;
}

::-webkit-scrollbar {
  width: 4px !important;
  background-color: #f5f5f5 !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 40px !important;
  background-color: #b84736 !important;
}
