@font-face {
  font-family: "UniCredit CY Regular";
  src: url("/booking/fonts/UniCredit-CY-Regular.ttf") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Sans";
  src: url("/booking/fonts/OpenSansBG-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "UniCredit CY Medium";
  src: url("/booking/fonts/unicredit_cy-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "PT Sans", sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.firstHeader {
  background-color: rgba(222, 226, 230, 0.5);
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}

.headerUnderline {
  height: 3px;
  background-color: #e2001a;
}

.buttonBack {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.buttonBack:hover,
.buttonBack:focus {
  background-color: transparent;
  outline: none;
}

.buttonBack:focus-visible {
  outline: 2px solid #1976d2;
  outline-offset: 2px;
}

.arrow {
  padding-right: 10px;
  color: #000000;
  font-size: 20px !important;
}

.goBack {
  font-size: 14px !important;
  font-family: "UniCredit CY Medium", sans-serif !important;
  color: #000000;
}

.smallLogo {
  z-index: 1 !important;
  display: flex;
  width: auto;
  height: 25px !important;
  justify-content: center;
  align-items: center;
}

.imageBoxMobile {
  display: flex;
  justify-content: center;
  flex: 1;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.imageBoxMobile:hover,
.imageBoxMobile:focus {
  background-color: transparent;
  outline: none;
}

.imageBoxMobile:focus-visible {
  outline: 2px solid #1976d2;
  outline-offset: 2px;
}

.languageBox {
  width: 100px;
  display: flex;
  justify-content: flex-end;
}

.flag {
  display: flex;
  justify-content: end;
  height: 50px;
  padding-right: 20px;
}

.language {
  cursor: pointer;
  align-items: center;
  color: #5d5d5d;
  font-size: 14px !important;
  display: inline-flex;
  font-family: "UniCredit CY Medium", sans-serif !important;
  user-select: none;
  background: none;
  border: none;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.language:hover,
.language:focus {
  background-color: transparent;
  outline: none;
}

.language:focus-visible {
  outline: 2px solid #1976d2;
  outline-offset: 2px;
}

.phoneButtons {
  height: 100%;
  width: 50px;
  justify-content: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  transition: background-color 0.2s;
}

.phoneButtons:hover,
.phoneButtons:focus {
  background-color: transparent;
  outline: none;
}

.phoneButtons:focus-visible {
  outline: 2px solid #1976d2;
  outline-offset: -2px;
}

.buttonBackPhone {
  border-right: 1px solid #c6c6c6;
}

.languageBoxPhone {
  border-left: 1px solid #c6c6c6;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  justify-content: space-between;
}

.desktop-right {
  display: flex;
  align-items: center;
  gap: 0;
}

.mobile-nav {
  display: none;
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .firstHeader {
    padding: 0px;
  }

  .language {
    font-size: 12px !important;
  }

  .imageBoxMobile {
    flex: 1;
  }
}

.box {
  display: flex;
  align-items: center;
  height: calc(100vh - 69px);
  flex-direction: column;
  justify-content: center;
  margin: 0px 15px;
  padding-top: 53px;
}

.success-or-error-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 600px;
  width: 100%;
}

.circle {
  width: 156px;
  height: 156px;
  border: 2px solid #d9d9d9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  margin-bottom: 20px;
}

.icon {
  font-size: 60px !important;
}

.check {
  color: #00778f;
}

.exclamation {
  color: #e61d25;
}

.headerText {
  font-family: "UniCredit CY Regular", "PT Sans", sans-serif;
  font-size: 36px;
  color: #212121;
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

.bodyText {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  color: #474747;
  margin: 10px 0px 40px 0px;
  text-align: center;
}

.headerText500 {
  font-family: "UniCredit CY Regular", "PT Sans", sans-serif;
  font-size: 36px;
  color: #212121;
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

.bodyText500 {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  color: #474747;
  margin: 10px 0px 40px 0px;
  text-align: center;
}

.button {
  display: flex;
  justify-content: center;
}

.primary-button {
  background-color: #00778f;
  color: #ffffff;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-family: "UniCredit CY Medium", sans-serif !important;
  user-select: none;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.75;
  min-width: 64px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.primary-button:hover {
  background: #009eb3;
  box-shadow: 1px 1px 8px rgba(0, 175, 208, 0.4);
}

.primary-button:active {
  background-color: #002f38;
}

.primary-button:disabled {
  opacity: 60%;
  background-color: #00778f;
  cursor: default;
}

.primary-button:focus-visible {
  outline: 2px solid #00778f;
  outline-offset: 2px;
}

.material-icons {
  font-family: "Material Icons", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

