/* google fonts */
/* montserrat font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* athena font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* google fonts */

/* common css start */
@font-face {
  font-family: "AthenaRegular";
  src: url("../../assets/font/Athena-Regular-PERSONAL-USE-ONLY.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

:root {
  --font-montserrat: "Montserrat", sans-serif;
  --font-athena: "AthenaRegular", sans-serif;
  --primary: #00252f;
  --secondary: #f1e9df;
  --dark: #000;
  --white: #fff;
  --base-transition: all 0.3s ease;
}

body {
  font-family: var(--font-montserrat);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: var(--primary);
  background-color: var(--secondary);
}

/* venura member login css start here */

.se--member-login {
  width: 100%;
  background: var(
    --VIP-Badge,
    linear-gradient(90deg, #c7a984 0%, #e9ded1 50.5%, #9c7441 100%)
  );
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  appearance: none; /* General */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  margin: 0; /* Remove any default margin */
}

.se--logo-section {
  display: flex;
  width: 100%;
  padding: 48px 0px;
  justify-content: center;
  align-items: center;
}

.se--member-login-form {
  padding: 140px 0px;
  width: 372px;
  margin: 0px auto;
}
.se--member-form-container {
  border-radius: 12px;
  background: var(--Venura-Beige, #f1e9df);
  padding: 20px 32px;
}
.se--member-form-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.se--form-title {
  color: #00252f;
  text-align: center;
  font-family: var(--font-athena);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.se--form-pera {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.se--form-field {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.se--input-field-box {
  width: 100% !important;
  border-radius: 3px;
  border: 1px solid #00252f !important;
  background: #f1e9df !important;
  padding: 18px;
  display: flex;
  justify-content: space-between;
}
.se--input-field {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  color: #00252f !important;
  width: 100% !important;
  box-shadow: none !important;
}
.se--input-field:focus, .se--input-field:active, .se--input-field:focus-within, .se--input-field:target, .se--input-field:disabled {
  background: transparent !important;!important;
  background-color: transparent !important;!important;
  box-shadow: none !important;!important;
}

.se--eye-btn {
  border: none;
  outline: none;
  width: 48px;
  background: transparent !important;
  box-shadow: none;
}
.se--form-field img {
  max-width: inherit;
}
.se--forgot-password {
  color: var(--Venura-Blue, #00252f);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -10px;
}
.se--form-btn-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.se-btn {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #f1e9df;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  border-radius: 4px;
  background: #00252f;
  border: none;
  outline: none;
}

.sm-pera {
  color: var(--Venura-Blue, #00252f);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sm-pera-span {
  color: var(--Venura-Blue, #00252f);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.se--registration-container {
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.se--left-registration {
  width: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.se--registration-title {
  color: #00252f;
  text-align: center;

  /* Seitentitel H1 */
  font-family: var(--font-athena);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.se--form-pera2 {
  color: #000;
  text-align: center;

  /* Fragen Fett */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 185.714% */
}
.se--btn2 {
  display: inline-flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: none;
  outline: none;
  color: #000 !important;
  text-align: center;

  /* Button Text */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  border-radius: 4px;
  background: var(
    --VIP-Badge,
    linear-gradient(90deg, #c7a984 0%, #e9ded1 50.5%, #9c7441 100%)
  ) !important;
  margin-top: 40px;
}
se--btn2:hover{
  color: black !important;
}

.reg-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  align-items: center;
  padding: 60px 30px;
  width: 372px;
  height: 455px;
  border-radius: 12px;
  transition: all 0.3s;
  background: var(
    --VIP-Badge,
    linear-gradient(90deg, #c7a984 0%, #e9ded1 50.5%, #9c7441 100%)
  );
}

body h3.se--reg-title {
  color: #00252f;
  text-align: center;

  /* H3 */
  font-family: var(--font-athena);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.se--progress-container {
  display: flex;
  gap: 3px;
  align-items: center;
}
.se--active-circle {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  background-color: #00252f;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f1e9df;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.se--circle {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid #00252f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00252f;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.se--active-line {
  width: 48px;
  height: 2px;
  background: var(--Venura-Blue, #00252f);
}
.se--line {
  width: 48px;
  height: 2px;
  background: var(--Menu-Hover, #8e8d8d);
}

.se-btn2 {
  display: flex;
  padding: 8px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #f1e9df !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  border-radius: 4px;
  background: #00252f !important;
  border: none;
  outline: none;
}
.se--container {
  padding: 20px;
  width: 100%;
}

.se--back {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  color: black;
}
.se--reg-pera-field {
  width: 276px;
  height: 143px;
  flex-shrink: 0;
  color: var(--Venura-Blue, #00252f);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.se--section-wrapper1 {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.se-row1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 800px;
  padding: 0px 20px;
}
.se-row2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 32px;
  max-width: 750px;
}
.se--big-title {
  color: #00252f;
  text-align: center;

  /* Seitentitel H1 */
  font-family: var(--font-athena);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.se--big-pera {
  color: #000;
  text-align: center;

  /* Einleitungstext Seitenanfang */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
}
.se--big-line {
  width: 600px;
  height: 1px;
  background: #000;
}
.se-row2-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.se--content-row2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.se--content-row2-first {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}
.se--content-row2-first p {
  color: #00252f;

  /* Fragen Fett */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 185.714% */
}
.se--big-line2 {
  width: 675px;
  height: 1px;
  background: #00252f;
}
#booking_details_popup img {
  max-width: 300px;
  object-fit: cover;
  border-radius: 6px;
}
body.page .se--big-title2 {
  color: #00252f;

  /* H2 */
  font-family: var(--font-athena);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 104.167% */
}
.se--btn3 {
  border: none;
  outline: none;
  display: inline-flex;
  height: 41px;
  min-width: 135px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #050505;
  color: #050505;
  text-align: center;

  /* Button Text */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  background-color: transparent;
}
.se--form-container1 {
  max-width: 1071px;

  margin: 0px auto;
  border-radius: 22px;
  background: var(--Venura-Blue, #00252f);
  color: wheat;
  padding: 80px 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.se--form-title1 {
  color: #f1e9df !important;
  text-align: center;

  /* H2 */
  font-family: var(--font-athena);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 104.167% */
}
body.page .se--form-title1 {
  font-size: 48px;
}
.se--form-box-wrapper {
  width: 100%;
  display: flex;
  gap: 24px;
}
.se--input-box1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.se--input-content {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #f1e9df;
  background: #f1e9df;
  padding: 17px;
}
.se--input-content input {
  background: transparent !important;
  box-shadow: none !important;
  border: none;
  outline: none;
  width: 100%;
}
.se--input-content select {
  background: transparent !important;
  border: none;
  outline: none;
  width: 100%;
  box-shadow: none !important;
}
.se--input-box1 label {
  color: #f1e9df;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.se--input-content input::placeholder {
  color: black !important;
}
#booking_details_popup {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #f1e9df;
  padding: 50px 0;
}
.se--form-container1 button {
  display: inline-flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #f1e9df !important;
  text-align: center;

  /* Button Text */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  background: transparent;
  border: none;
  outline: none;
  border-radius: 4px;
  border: 1px solid #f1e9df !important;
}
.wrapper {
  margin: 100px 0px;
  padding: 0px 40px;
}
.se--venura-table-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0px 180px;
  width: 100%;
  position: relative;
}
.se--table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.se--table-container {
  display: flex;
  gap: 44px;
  align-items: start;
}
.se--table-content {
  margin-top: -14px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end; /* Align to start for better control */
  overflow-x: auto; /* Enable horizontal scroll */
  gap: 30px;
  max-width: 100%; /* Ensure the content container is constrained to the available width */
}

.se--table2 {
  width: 100%; /* Ensure the table takes full available width */
  border-left: 0 !important;
}
body.page .sv_auth_button, body.post .sv_auth_button {
  padding: 10px 20px;
}
body.page .sv_auth_button:hover, body.post .sv_auth_button:hover {
  background: var( --e-global-color-accent ) !important;
  color: var( --e-global-color-e72c453 ) !important;
  transition: all 0.3s;
}
table {
  border-collapse: collapse;
  border-spacing: 10px;
}

.se--second-column {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 254%; /* 40.64px */
}

.se--table-cell {
  padding: 8px;
}
.se--bold {
  font-weight: bold;
}

.se--tab-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  align-items: end;
}
.se--table-btn {
  display: flex;
  width: 235px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #050505;
  color: #050505;
  text-align: center;

  /* Button Text */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  align-items: end;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #050505;
}
.se--form-container2 {
  max-width: 1071px;
  margin: 0px auto;
  border-radius: 22px;
  background: var(--Venura-Blue, #00252f);
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}
.step-form-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.progress-container1 {
  display: flex;
  width: 100%;
  gap: 3px;
  justify-content: center;
  align-items: center;
  padding: 0px 50px;
}
.active-circle1 {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  border: 1px solid;
  background-color: #f1e9df;
  border-radius: 999px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle1 {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  border: 1px solid #f1e9df;
  border-radius: 999px;
  color: #f1e9df;
  display: flex;
  justify-content: center;
  align-items: center;
}

.active-line1 {
  width: 114px;
  height: 2px;
  background-color: #f1e9df;
}
.line1 {
  width: 114px;
  height: 2px;
  background-color: #8e8d8d;
}

.step-pera {
  color: #f1e9df;
  text-align: center;

  /* Lauftext */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}
.se--input-content textarea {
  background: transparent !important;
  box-shadow: none !important;
  border: none;
  outline: none;
  color: black;
  width: 100%;
  height: 128px;
}
.se--input-content textarea::placeholder {
  color: black !important;
}
.se-step-btns svg{
  fill: transparent !important;
}
.step-form-content2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 0px 180px;
  align-items: end;
  position: relative;
}
.pera-pad {
  padding: 0px 180px;
}

.btn-step-form {
  display: flex;

  padding: 8px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #f1e9df !important;
  color: #f1e9df !important;
  text-align: center;

  /* Button Text */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  background-color: transparent;
}
.se--content-row2-first svg {
  fill: transparent;
}
.btn-step-form2 {
  display: flex;

  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #f1e9df;

  color: #f1e9df;
  text-align: center;

  /* Button Text */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  background-color: transparent;
}
.white{
  color:#f1e9df ;
}

.se--btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pera3 {
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.checkbox-container {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
}

.checkbox {
  background: transparent;
  border: none;
  outline: none;
}
.checkbox-container label {
  color: #f1e9df;
}

.se--step--2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;

  margin: 10px 0px;
}
.se--title {
  font-size: 36px;
  font-family: var(--font-athena);
  color: #f1e9df;
  text-align: center;
  line-height: 1em !important;
}
.se--step-content {
  margin-top: 20px;
  color: #f1e9df;
  display: flex;
  gap: 30px;
  width: 100%;
}
.se--left-step {
  width: 50%;
  position: relative;
}
.se--right-step {
  width: 50%;
}
.se-step-btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 40%
}
.se-btn-prev {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
}
.se-btn-next {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
}

.step-form-content3 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 0px 20px;
  align-items: end;
  position: relative;
}
.se--title-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.se--title-right h3 {
  font-family: var(--font-athena);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.se--right-details-pera {
  display: flex;
  gap: 10px;
}

.se--details {
  margin-top: 30px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}
.se-point-container {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.se-point {
  display: flex;

  gap: 10px;
}
.se--right-btn-group {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 24px;
  align-items: center;
  gap: 10px;
}
.se--right-btn-group button {
  border: none;
  outline: none;
  background-color: #f1e9df !important;
  color: #00252f !important;
  padding: 12px 20px;
  border-radius: 4px;
}
#slider-container {
  position: relative;
  overflow: hidden;
}

.slide-image {
  width: 100%;
  display: none; /* Hide all images by default */
}

#slider-container img.active {
  display: block; /* Only the active image is visible */
}
.se--header-title-container {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}

.se--counter {
  background-color: #f1e9df;
  display: flex;
  gap: 10px;
  border-radius: 4px;
}

.count {
  color: black;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ===== Toaster Style ========== */
.soba-toast-wrapper {
  position: fixed;
  z-index: 9999;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  pointer-events: none;
}

.soba-toast-inner {
  left: 0;
  right: 0;
  display: flex;
  /* position: absolute; */
  transition: all 230ms cubic-bezier(0.21, 1.02, 0.73, 1) 0s;
  transform: translateY(0);
  top: 0;
  justify-content: center;
  z-index: 9999;
}
.soba-toast-inner.toast-shown{
  transform: translateY(10px);
  margin-top: 10px;
}
.soba-toast {
  display: flex;
  align-items: center;
  background: #fff;
  color: #363636;
  line-height: 1.3;
  will-change: transform;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.05);
  max-width: 350px;
  pointer-events: auto;
  padding: 8px 10px;
  border-radius: 8px;
}
.soba-toast-icon-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  min-height: 20px;
}

.soba-icon-border {
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: #e0e0e0;
  border-right-color: #616161;
  animation: transformAnimation 1s linear infinite;
}

.soba-toast-icon.success {
  width: 20px;
  opacity: 0;
  height: 20px;
  border-radius: 10px;
  background: #61d345;
  position: relative;
  transform: rotate(45deg);
  animation: iconAnimation 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 100ms;
}

.soba-toast-icon.success:after {
  content: '';
  box-sizing: border-box;
  animation: iconWidthAnimaiton 0.2s ease-out forwards;
  opacity: 0;
  animation-delay: 200ms;
  position: absolute;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  bottom: 6px;
  left: 6px;
  height: 10px;
  width: 6px;
}
.soba-toast-icon.info {
  width: 20px;
  opacity: 0;
  height: 20px;
  border-radius: 10px;
  background: #3c9ceb;
  position: relative;
  animation: iconAnimation 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 100ms;
}

.soba-toast-icon.info:after {
  content: 'i';
  box-sizing: border-box;
  animation: iconWidthAnimaiton 0.2s ease-out forwards;
  opacity: 0;
  animation-delay: 200ms;
  position: absolute;
  color: #fff;
  top: 0px;
  left: 4px;
  height: 10px;
  width: 10px;
  font-weight: 900;
  transform: rotate(-45deg);
}
.soba-toast-icon.error {
  width: 20px;
  opacity: 0;
  height: 20px;
  border-radius: 10px;
  background: #ff4b4b;
  position: relative;
  transform: rotate(45deg);
  animation: iconAnimation 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 100ms;
}
.soba-toast-icon.error::before, .soba-toast-icon.error::after{
  content: '';
  animation: iconWidthAnimaiton 0.15s ease-out forwards;
  animation-delay: 150ms;
  position: absolute;
  border-radius: 3px;
  opacity: 0;
  background: #fff;
  bottom: 9px;
  left: 4px;
  height: 2px !important;
  width: 12px;
}
.soba-toast-icon.error:before {
  animation: iconWidthAnimaiton 0.15s ease-out forwards;
  animation-delay: 180ms;
  transform: rotate(90deg);
}
.soba-toast-status {
  display: flex;
  justify-content: center;
  margin: 4px 10px;
  color: inherit;
  flex: 1 1 auto;
  white-space: pre-line;
  font-size: 14px;
  color: #000;
  font-family: var(--font2);
}
@keyframes toastAnimation {
  0% {
    transform: translate3d(0,0,-1px) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate3d(0,-150%,-1px) scale(.6);
    opacity: 0;
  }
}
@keyframes iconAnimation {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}
@keyframes transformAnimation {
  0% {
    transform: translate3d(0, 0, -1px) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -150%, -1px) scale(.6);
    opacity: 0;
  }
}
@keyframes iconWidthAnimaiton {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }
  40% {
    height: 0;
    width: 6px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    height: 10px;
  }
}

/* Modal Styles */
.se--modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  padding: 0px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999 !important;
}

.se--modal.open {
  display: flex;
  opacity: 1;
}

.se--modal .reg-form-container {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
}

/* Close button at the top right */
.close-btn {
  background-color: transparent !important;
  color: #043d54;
  font-size: 40px !important; /* Bigger size */
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 10px;
  transition: color 0.3s;
  box-shadow: none;
}
.se-btn2.secondary {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid;
}
.se--step--2.selected .se--right-btn-group button {
    background: #bfab92 !important;
}
.car-item .se--counter {
    display: none;
}
.car-item.selected .se--counter {
    display: flex;
}
.se--step--2.selected .se--right-btn-group button.increase, .se--step--2.selected .se--right-btn-group button.decrease {
    background: transparent !important;
}