@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&family=Roboto:wght@300&display=swap");
/**** new colors that are implemented on dashboard *****\ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #FFF;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.btn-primary {
  padding: .35em 1.5em;
  font-size: .875rem;
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  display: block;
  border: 2px solid transparent;
  border-radius: 100vmax;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: max-content;
}

.btn-secondary {
  padding: .35em 1.5em;
  font-size: .875rem;
  color: #575A9C;
  font-weight: 600;
  text-decoration: none;
  display: block;
  border: 2px solid #575A9C;
  border-radius: 100vmax;
  background-color: #FFF;
  width: max-content;
}

html {
  overflow: hidden;
}

header {
  z-index: 25;
}

.loading-screen {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
}

#loading-screen-2 {
  background: linear-gradient(90deg, #783f92 0%, #575a9c 100%);
}

.swipe-text {
  font-size: 0.8rem;
  padding-right: 0.2rem;
  padding-left: 1rem;
}

.swipe-button-div {
  padding-top: 1rem;
}

#conformation-modal .modal-body {
  padding: unset !important;
}

#conformation-modal .sub-text {
  color: black;
  text-align: center;
  font-size: inherit;
  padding-top: 0.6rem;
}

#install-app-modal .btn-close, #install-app-iphone-modal .btn-close {
  right: 0;
  position: absolute;
  padding-right: 1rem;
  font-size: 1.3rem;
  color: black;
}

#install-app-modal .modal-dialog div, #install-app-iphone-modal .modal-dialog div {
  margin-bottom: unset !important;
}

#install-app-modal .modal-footer a, #install-app-iphone-modal .modal-footer a {
  font-size: 0.9rem;
}

#install-app-modal .modal-dialog, #install-app-iphone-modal .modal-dialog {
  top: 0;
  padding: unset;
}

#install-app-modal .modal-body, #install-app-iphone-modal .modal-body {
  padding-top: unset;
}

#install-app-modal .sub-text, #install-app-iphone-modal .sub-text {
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: unset;
  color: black;
}

#install-app-modal .head-text, #install-app-iphone-modal .head-text {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.7rem;
  padding-bottom: 0.5rem;
}

#swipe-container {
  display: none;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
  bottom: 0;
  position: fixed;
  color: white;
  text-align: center;
}

.primary-text {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
}

.secondary-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  display: block;
  padding-top: 1rem;
}

.circle-wrapper {
  width: 50%;
  justify-content: center;
  margin: auto;
  display: flex;
  padding-top: 1rem;
}

.circle-wrapper .circle-full {
  background: white;
}

.circle-wrapper .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid white 2px;
  margin-left: 1rem;
}

.modal-error-image {
  max-width: 50%;
  margin: auto;
}

.availability-close-container {
  display: flex;
  justify-content: space-between;
}

nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  background-color: #FFF;
  z-index: 999;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.25));
}

nav .information {
  position: absolute;
  right: 1.5em;
}

.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #FFF;
  filter: drop-shadow(0px -5px 6px rgba(0, 0, 0, 0.25));
  z-index: 22;
}

.footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  text-align: center;
  list-style: none;
}

.footer ul li {
  padding-top: .8em;
  padding-bottom: .8em;
  flex: 1;
}

.footer ul li a {
  color: #575A9C;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.25;
}

.footer ul li .search::before {
  content: url("../assets/icons/Icon_search.3ccf33cceed1.svg");
  display: block;
}

.footer ul li .footer-reservations::before {
  content: url("../assets/icons/Icon_book.8752b220cc01.svg");
  display: block;
}

.footer ul li .footer-manage::before {
  content: url("../assets/icons/Icon_manage.b7e0d31d8d3b.svg");
  display: block;
}

.footer ul li .footer-account::before {
  content: url("../assets/icons/Icon_account.b6d1a418694e.svg");
  display: block;
}

.footer ul li.active {
  border-top: 3px solid #00FFEC;
}

.info-intro {
  padding: 2em 1.5em;
  color: #575757;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.info {
  padding-top: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 12em;
  color: #575757;
  background-color: #F6F6FC;
  min-height: 40rem;
  height: calc(100vh - 34vh);
  overflow: scroll;
}

.info p {
  padding-bottom: 1rem;
  display: none;
}

.info h2 {
  margin-bottom: 0.5rem;
  text-decoration: underline;
}

.custom-map-control-button-standalone {
  bottom: 6rem !important;
  font-size: x-large;
  color: white;
  padding: 0.6rem;
  right: 34px !important;
  background: #575A9C;
  border-radius: 2.5rem;
}

.custom-map-control-button-not-standalone {
  bottom: 8rem !important;
  font-size: x-large;
  color: white;
  padding: 0.6rem;
  right: 34px !important;
  background: #575A9C;
  border-radius: 2.5rem;
}

.custom-map-control-button-not-standalone-mini-phones {
  bottom: 10rem !important;
  font-size: x-large;
  color: white;
  padding: 0.6rem;
  right: 34px !important;
  background: #575A9C;
  border-radius: 2.5rem;
}

.map-col {
  height: 100vh;
  width: 100%;
}

.map-col #map {
  width: 100%;
  height: 100vh;
  flex: 1;
}

.list {
  padding-top: 1.5rem;
  padding-bottom: 6rem;
  display: none;
  position: relative;
  background-color: #F6F6FC;
}

.list h1 {
  margin-bottom: .5em;
  padding-top: 5em;
}

.smartzone-card {
  margin-bottom: 1.5em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 0 .5em .5rem 0;
  position: relative;
}

.smartzone-card img {
  grid-column: 1/2;
  width: 100%;
  height: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: .5rem 0 0 .5rem;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.25));
}

.smartzone-card .sm-available-icon {
  width: unset;
}

.smartzone-card .card-body {
  padding: 0.7rem;
  background-color: #FFF;
  border-radius: 0 .5rem .5rem 0;
  grid-column: 2/5;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.25));
}

.smartzone-card .card-body .smartzone-availability {
  display: flex;
}

.smartzone-card .card-body .smartzone-availability:before {
  margin-right: .5rem;
}

.smartzone-card .card-body .smartzone-availability-occupied {
  display: flex;
}

.smartzone-card .card-body .smartzone-availability-occupied:before {
  margin-right: .5rem;
  content: url("../assets/icons/Icon_occupied.5bba5067133e.svg");
  vertical-align: middle;
}

.smartzone-card .card-body .smartzone-price {
  margin-bottom: 1em;
}

.smartzone-card .card-body .smartzone-card-buttons {
  display: flex;
  gap: .6rem;
  align-items: center;
}

.smartzone-searchbar {
  width: 100%;
  display: flex;
  justify-content: center;
  top: 6rem;
  position: fixed;
  z-index: 1;
}

.smartzone-searchbar div:first-child {
  display: flex;
  align-items: center;
}

.smartzone-searchbar div:first-child svg {
  margin-left: 1em;
  position: absolute;
  z-index: 1;
}

.smartzone-searchbar div:first-child input {
  padding-top: .5rem;
  padding-right: 1rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  text-indent: 1.75rem;
  flex: none;
  border-radius: .5rem;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.25));
}

.search-buttons {
  position: absolute;
  margin-left: 16.8rem;
}

.search-buttons button {
  top: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
  border: none;
  border-radius: .5rem;
}

.search-buttons .list-toggle::before {
  margin-right: .5rem;
  content: url("../assets/icons/Icon_list_white.4025f4514bbd.svg");
  vertical-align: middle;
  line-height: 1;
}

.search-buttons .map-toggle::before {
  margin-right: .5rem;
  content: url("../assets/icons/Icon_map_white.7d52b17a9463.svg");
  vertical-align: middle;
  line-height: 1;
}

.map-toggle {
  display: none;
}

.search-buttons > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.smartzone-results {
  line-height: 2.5;
  position: fixed;
  top: 9rem;
  list-style-type: none;
  background-color: #FFFFFF;
  max-height: 200px;
  overflow-y: auto;
  max-width: 90%;
  padding: 1rem;
  z-index: 1;
}

.smartzones-resultsz {
  display: flex;
  justify-content: center;
}

.smartzone-map-card {
  margin-right: 1.5em;
  margin-left: 1.5em;
  display: none;
  position: fixed;
  bottom: 105px;
}

.smartzone-map-card .two-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 0 .5rem .5rem 0;
}

.smartzone-map-card .two-columns img {
  grid-column: 1/2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smartzone-map-card .two-columns .card-body {
  padding: 0.7rem;
  background-color: #FFF;
  border-radius: 0 .5rem .5rem 0;
  grid-column: 2/5;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.25));
}

.smartzone-map-card .two-columns .card-body .sm-available-icon {
  width: 22px;
}

.smartzone-map-card .two-columns .card-body .smartzone-availability::before {
  margin-right: .5rem;
  line-height: 1;
}

.smartzone-map-card .two-columns .card-body .smartzone-price {
  margin-bottom: 1em;
}

.smartzone-map-card .two-columns .card-body .smartzone-card-buttons {
  display: flex;
  gap: .6rem;
}

.close-image {
  background: #fff;
  max-width: 18px;
  padding: 3px;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
}

.check-in-background {
  background-color: #F6F6FC;
  height: 80vh;
}

.check-in-form {
  padding-top: 1rem;
}

.check-in-form div {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.check-in-form div label {
  font-weight: 600;
}

.check-in-form .btn-fixed {
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  bottom: 6rem;
  position: fixed;
  width: 100%;
}

.check-in-form .btn-fixed .btn-primary {
  width: 100%;
}

.check-in-date {
  padding-left: 1.5rem;
  padding-bottom: 1rem;
}

.check-in-date .date {
  font-weight: 600;
}

.check-in-date .time {
  color: #575757;
}

.card-text-smartzone-adres {
  padding-bottom: 0.5rem;
}

.card-text-reservation-time {
  color: #575757;
}

.cancel-button {
  text-align: right;
  margin-right: 9px;
}

.cancel-button img {
  width: 8%;
}

.cancel-reservation-button {
  background: white;
  color: #575A9C;
  border-color: #575A9C;
  margin-top: 14px;
  min-width: 43%;
  text-align: center;
}

.hidden {
  display: none;
}

.find-a-smartzone {
  padding: 4.25em 1.5rem 1.25em;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
  position: fixed;
  z-index: 33;
}

.find-a-smartzone .city label {
  margin-top: .25rem;
  display: block;
  margin-bottom: .5rem;
}

.find-a-smartzone .city select {
  margin-bottom: .5rem;
  padding-top: .4rem;
  padding-right: 1em;
  padding-bottom: .5rem;
  padding-left: 1em;
  width: 100%;
  border-radius: .5rem;
  appearance: none;
  background: url("../assets/icons/Icon_dropdown.93537214eeb6.svg") right 1em center no-repeat;
  background-color: #FFF;
}

.find-a-smartzone .date-time {
  display: flex;
  gap: 1rem;
  white-space: nowrap;
}

.find-a-smartzone .date-time div {
  display: flex;
  flex-direction: column;
}

.find-a-smartzone .date-time div label {
  margin-bottom: .5rem;
}

.find-a-smartzone .date-time div input {
  padding-top: .5em;
  padding-right: 1em;
  padding-bottom: .5em;
  padding-left: 1em;
  border-radius: .5rem;
}

.find-a-smartzone .date-time div input[type="date"]::-webkit-calendar-picker-indicator {
  background: none;
  z-index: 1;
}

.find-a-smartzone .date-time div input[type="date"] {
  width: 9rem;
  background-image: url("../assets/icons/Icon_date.6a50989bb29b.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding: 8px;
}

.find-a-smartzone .date-time div input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
  z-index: 1;
}

.find-a-smartzone .date-time div input[type="time"] {
  width: 5rem;
  background-image: url("../assets/icons/Icon_time.06b4bc92d476.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
}

.modal-content {
  border: unset;
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  color: white;
}

.modal-title-not-authorized {
  font-size: 17px;
  font-weight: 700;
}

.modal-body-not-authorized {
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.modal-body-compatible-vehicles {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
  margin-top: 12px;
}

.modal-title-compatible-vehicles {
  font-size: 17px;
  font-weight: 500;
}

.modal-header-compatible-vehicles {
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 12px;
}

.modal-bottom-text-availability {
  font-size: 18px;
  font-weight: 400;
  font-family: roboto, serif;
  text-align: center;
}

.modal-header-img-availability {
  max-width: 15%;
  display: block;
  margin: 0 auto 20px;
}

.modal-bottom-not-authorized {
  font-size: 18px;
  font-weight: 400;
  font-family: roboto, serif;
  text-align: left;
}

.modal-body-text {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  text-align: center;
}

.modal-header-img {
  align-self: center;
  border: unset;
}

.modal-conformation-dialog {
  min-width: 88%;
}

.login-header {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
  display: flex;
  justify-content: center;
}

.login {
  padding-left: 1.5rem;
  padding-top: 2em;
  padding-right: 1.5rem;
  padding-bottom: 9rem;
  background-color: #F6F6FC;
}

.login form {
  margin-top: 2em;
  display: grid;
}

.login form a {
  margin-top: -.5rem;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: auto;
  text-decoration: none;
  color: #9C9FB7;
  font-weight: 600;
}

.login form .btn-primary {
  width: 100%;
}

.login form div {
  display: flex;
  flex-direction: column;
}

.login form div label {
  margin-bottom: 1em;
  font-weight: 600;
}

.login form div input {
  padding-top: .5em;
  padding-right: 1em;
  padding-bottom: .5em;
  padding-left: 1em;
  font-size: .6875rem;
  border-radius: .5rem;
  border: 3px solid #9C9FB7;
}

.no-account {
  padding-top: 2em;
}

.no-account a {
  color: #575A9C;
}

.register-header {
  padding-top: 5rem;
  padding-right: 1.5em;
  padding-bottom: 1.5rem;
  padding-left: 1.5em;
  color: #FFF;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
  position: sticky;
  top: 0;
}

.register-header p {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.register-steps {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

.register-steps div {
  margin-bottom: .5em;
  display: flex;
  justify-content: center;
  gap: 1em;
}

.other-vehicles {
  height: calc(84vh - 13.5vh);
  overflow: scroll;
}

.register {
  padding-top: 2em;
  padding-bottom: 14em;
  background-color: #F6F6FC;
  height: calc(100vh - 34vh);
  overflow: scroll;
}

.register form {
  display: grid;
}

.register form div {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
  flex-direction: column;
}

.register form div label {
  font-weight: 600;
}

.register form div input {
  padding-top: .5em;
  padding-right: 1em;
  padding-bottom: .5em;
  padding-left: 1em;
  border: 2px solid #9C9FB7;
  border-radius: .5rem;
}

.register form .btn-fixed {
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  bottom: 6rem;
  position: fixed;
  width: 100%;
}

.register form .btn-fixed .btn-primary {
  width: 100%;
}

#div_id_user_agreement {
  flex-direction: unset;
  margin-left: unset;
}

#div_id_user_agreement label {
  padding-left: 0.5rem;
}

#div_id_user_agreement #id_user_agreement {
  margin-top: 0.2rem;
}

.delete_button {
  min-width: 80%;
  min-height: 3.8rem;
  border-radius: .5rem;
  position: fixed;
  bottom: 11rem;
  right: 6rem;
}

.numberCircle {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  background: #D9D9D9;
  color: #FFF;
  display: grid;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

.active-page {
  background-color: #575A9C;
}

.forgot-password {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  background-color: #F6F6FC;
}

.forgot-password h2 {
  font-size: 1rem;
  font-weight: 400;
  color: #575757;
}

.forgot-password-form {
  background-color: #F6F6FC;
  height: 70vh;
}

.forgot-password-form div {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.forgot-password-form .btn-fixed {
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  bottom: 6rem;
  position: fixed;
  width: 100%;
}

.forgot-password-form .btn-fixed .btn-primary {
  width: 100%;
}

.reset-password {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  background-color: #F6F6FC;
}

.reset-password h2 {
  font-size: 1rem;
  font-weight: 400;
  color: #575757;
}

.reset-password-form {
  background-color: #F6F6FC;
  height: 70vh;
}

.reset-password-form div {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.reset-password-form .btn-fixed {
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  bottom: 6rem;
  position: fixed;
  width: 100%;
}

.reset-password-form .btn-fixed .btn-primary {
  width: 100%;
}

#info-message {
  display: block;
  text-align: center;
}

.activate-code {
  margin-bottom: 4rem;
  padding-top: 2em;
  padding-bottom: 4em;
  background-color: #F6F6FC;
  height: 65vh;
  overflow: auto;
  scroll-behavior: smooth;
}

.activate-code .code-form h2 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  margin-bottom: .5em;
}

.activate-code .code-form .code {
  margin-right: 1.5em;
  margin-left: 1.5em;
  padding-bottom: 1rem;
  display: flex;
  gap: 1em;
}

.activate-code .code-form input {
  text-align: center;
  padding-top: .5em;
  padding-bottom: .5em;
  border: 2px solid #9C9FB7;
  border-radius: .5rem;
}

.activate-code .code-form p {
  margin-right: 1.5em;
  margin-left: 1.5em;
  font-weight: 600;
}

.activate-code .code-form a {
  margin-right: 1.5em;
  margin-left: 1.5em;
  color: #000;
}

.activate-code .code-form .btn-fixed {
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  bottom: 6rem;
  position: fixed;
  width: 100%;
}

.activate-code .code-form .btn-fixed .btn-primary {
  width: 100%;
}

.wrong-email {
  margin-top: .5rem;
}

.wrong-email #wrong-email {
  margin-right: 1.5em;
  margin-left: 1.5em;
  margin-top: 1rem;
  color: #000;
}

.wrong-email div {
  margin-right: 1.5em;
  margin-left: 1.5em;
}

.wrong-email .btn-fixed {
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  bottom: 5rem;
  position: fixed;
  width: 100%;
}

.wrong-email .btn-fixed .btn-primary {
  width: 100%;
}

.update-license-plate {
  padding: 1.5em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.update-license-plate h2 {
  max-width: 12em;
}

.update-license-plate a {
  margin-left: 1.5em;
  position: absolute;
  left: 0;
}

.form-action {
  gap: 1rem;
}

.btn-skip {
  width: 100%;
  display: flex;
  justify-content: center;
  vertical-align: center;
  gap: 1rem;
  flex-direction: column;
}

.update-license-plate-form, .add-extra-license-plate-form, .new-license-plate-form {
  padding-top: 1em;
  padding-bottom: 30rem;
  background-color: #F6F6FC;
  height: 80vh;
  overflow: scroll;
}

.update-license-plate-form div, .add-extra-license-plate-form div, .new-license-plate-form div {
  margin-right: 1.5em;
  margin-left: 1.5em;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}

.update-license-plate-form div label, .add-extra-license-plate-form div label, .new-license-plate-form div label {
  font-weight: 600;
}

.update-license-plate-form div input, .add-extra-license-plate-form div input, .new-license-plate-form div input {
  padding-top: .5em;
  padding-right: 1em;
  padding-bottom: .5em;
  padding-left: 1em;
  border-radius: .5rem;
  border: 2px solid #9C9FB7;
}

.update-license-plate-form div div, .add-extra-license-plate-form div div, .new-license-plate-form div div {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin: 0 0.1rem 0 0;
}

.update-license-plate-form .btn-fixed, .add-extra-license-plate-form .btn-fixed, .new-license-plate-form .btn-fixed {
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  bottom: 6rem;
  position: fixed;
  width: 100%;
}

.update-license-plate-form .btn-fixed .btn-primary, .add-extra-license-plate-form .btn-fixed .btn-primary, .new-license-plate-form .btn-fixed .btn-primary {
  width: 100%;
}

.update-license-plate-form .btn-fixed .btn-delete, .add-extra-license-plate-form .btn-fixed .btn-delete, .new-license-plate-form .btn-fixed .btn-delete {
  margin-top: 2.5rem;
  text-align: center;
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.form-check-input[type=checkbox] {
  margin: 0;
  padding: 0;
}

.form-check {
  padding: 0;
}

.account-header {
  padding-top: 5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  color: white;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
  position: sticky;
  top: 0;
  z-index: 1;
}

.swal2-icon.swal2-info.swal2-icon-show {
  display: flex;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
  border: unset;
}

#update-account-form {
  padding-bottom: .5rem;
}

.account {
  height: calc(100vh - 13vh);
  overflow: scroll;
  padding-bottom: 8rem;
  background-color: #F6F6FC;
}

.account div {
  padding-top: 2rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  text-align: center;
  background-color: white;
}

.account div .text-muted {
  margin-bottom: .5em;
  color: #575757;
  font-weight: 500;
}

.account div a {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

.account div a:after {
  margin-left: .5em;
  content: url("../assets/icons/Icon_logout.be5b2978678d.svg");
  vertical-align: middle;
  line-height: 1;
}

.my-details {
  padding: 1.5em;
}

.my-details h2 {
  margin-bottom: .5em;
  text-align: center;
}

.my-details a {
  padding: 2em;
  font-family: 'Rajdhani', sans-serif;
  text-align: left;
  font-weight: 600;
  background-color: #FFF;
  border-radius: .5rem;
  display: block;
  text-decoration: none;
  color: #000;
  box-shadow: 0px 0px 3px rgba(73, 75, 90, 0.3);
}

.vehicles {
  padding-left: 1.5em;
  padding-right: 1.5em;
  background-color: #F6F6FC;
  position: relative;
}

.vehicles h2 {
  margin-bottom: .5em;
  text-align: center;
}

.vehicles .btn-secondary {
  margin-bottom: 1rem;
  text-align: center;
  width: 86%;
  box-shadow: none;
  filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.25));
  position: absolute;
}

.vehicles .vehicle {
  margin-bottom: 2em;
  padding: 1.5em;
  color: #000;
  text-decoration: none;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6em;
  box-shadow: 0px 0px 3px rgba(73, 75, 90, 0.3);
  border-radius: 1rem;
}

.vehicles .vehicle .vehicle-name {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

.vehicles .vehicle .license-plate {
  padding: .25rem 1rem;
  color: #575757;
  font-size: 1rem;
  border: 2px solid #575757;
  border-radius: .25rem;
}

.update-account {
  padding: 1.5em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 3.375rem;
}

.update-account a {
  margin-left: 1.5em;
  position: absolute;
  left: 0;
}

#update-account-section {
  height: calc(100vh - 13vh);
  overflow: scroll;
}

.update-account-form {
  padding-top: 1em;
  padding-bottom: 6em;
  background-color: #F6F6FC;
}

.update-account-form div {
  margin-right: 1.5em;
  margin-left: 1.5em;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}

.update-account-form div label {
  margin-bottom: .5em;
  font-weight: 600;
}

.update-account-form div input {
  padding-top: .5em;
  padding-right: 1em;
  padding-bottom: .5em;
  padding-left: 1em;
  border-radius: .5rem;
  border: 2px solid #9C9FB7;
}

.update-account-form div input[name="organisation"] {
  margin-bottom: 11rem;
}

.update-account-form .btn-fixed {
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  bottom: 6rem;
  position: fixed;
  width: 100%;
}

.update-account-form .btn-fixed .btn-primary {
  width: 100%;
}

.add-extra-license-plate {
  padding: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.add-extra-license-plate h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  max-width: 12em;
}

.add-extra-license-plate a {
  margin-left: 1.5em;
  position: absolute;
  left: 0;
}

.add-extra-license-plate-form {
  padding-top: 1em;
  padding-bottom: 30em;
  background-color: #F6F6FC;
  height: 80vh;
}

.add-extra-license-plate-form div {
  margin-right: 1.5em;
  margin-left: 1.5em;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}

.add-extra-license-plate-form .btn-fixed {
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  bottom: 6rem;
  position: fixed;
  width: 100%;
}

.add-extra-license-plate-form .btn-fixed .btn-primary {
  width: 100%;
}

.add-extra-license-plate-form .btn-fixed div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .5rem;
}

.btn-fixed {
  padding-right: 1.7rem;
  bottom: 6rem;
  position: fixed;
  width: 100%;
}

.btn-fixed input {
  padding-top: .5em;
  padding-right: 1em;
  padding-bottom: .5em;
  padding-left: 1em;
  border-radius: .5rem;
  border: 2px solid #9C9FB7;
}

.btn-fixed input div {
  display: flex;
  flex-direction: row;
  gap: .5rem;
}

.btn-fixed button {
  width: 100%;
}

#update-email-form {
  display: none;
}

#countdown-text {
  display: none;
  text-align: center;
}

.btn-fixed-view-smartzone {
  padding-right: 2.2rem;
  bottom: 6rem;
  position: fixed;
  width: 100%;
}

.view-header {
  padding-top: 5rem;
  width: 100%;
  padding-right: 1.5em;
  padding-bottom: 1.5rem;
  padding-left: 1.5em;
  color: #FFF;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
}

.view-header p {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

#chooseVehicleTypeModalModalBody {
  padding-left: 5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

#chooseVehicleTypeModalModalBody label {
  padding-left: 0.3rem;
  padding-right: 0.5rem;
}

.swal2-actions {
  width: 50%;
  margin: 0 auto 0;
}

.choose-time {
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 3.375rem;
  background-color: #FFF;
  width: 100%;
}

.choose-time #previous-day-button {
  left: 1.5rem;
}

.choose-time #next-day-button {
  right: 1.5rem;
}

.choose-time button {
  position: absolute;
  background: none;
}

#timeslots {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 7rem;
  text-align: center;
  display: grid;
  gap: 2em;
  overflow: scroll;
  height: calc(80vh - 20vh);
}

#timeslots article h2 {
  margin-bottom: .5rem;
}

#timeslots article div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: .75em;
}

#search-input-bar:focus {
  box-shadow: unset;
  border: unset;
}

.timeslot {
  padding: 1em;
  color: #575A9C;
  font-weight: 500;
  border: none;
  border-radius: .5em;
}

.timeslot:disabled {
  color: #A9AAC9;
  background-color: #F6F6FC;
}

.btn-select {
  color: #FFF;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
  border: none;
}

.choose-time-form {
  padding-right: 1.5em;
  padding-left: 1.5em;
  width: 100%;
  position: fixed;
  margin-bottom: 7rem;
  bottom: 0;
}

.choose-time-form button {
  width: 100%;
  display: block;
}

#open-button-image {
  position: absolute;
  left: 22%;
  transform: translateX(-50%);
  z-index: 1;
  background: unset;
}

#open-button-image i {
  color: turquoise;
}

.confirm-btn-view-smartzone {
  display: flex;
  justify-content: center;
}

.confirm-btn-view-smartzone a {
  width: 100%;
  height: 2rem;
}

#timeslotes-button {
  width: 100%;
}

.smartzone-card-buttons form .btn.btn-primary.book-now .book-now-map {
  width: 100%;
}

.book-smartzone .book-smartzone-title {
  padding: 1rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.book-smartzone .book-smartzone-title h2 {
  text-align: center;
}

.book-smartzone article {
  padding: 1rem 1.5rem;
  text-align: center;
}

.book-smartzone article h3 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  margin-bottom: .5rem;
}

.book-smartzone article .select-vehicle, .book-smartzone article .select-vehicle-dropdown {
  padding: 1rem;
  color: #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: .5em;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgba(73, 75, 90, 0.3);
  margin-top: 1rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
}

.book-smartzone article .select-vehicle .vehicle-name, .book-smartzone article .select-vehicle-dropdown .vehicle-name {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
}

.book-smartzone article .select-vehicle .vehicle-license-plate, .book-smartzone article .select-vehicle-dropdown .vehicle-license-plate {
  padding: .25rem 1rem;
  color: #575757;
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid #575757;
  border-radius: .5em;
}

.book-smartzone article .chosen-vehicle {
  color: #FFF;
  background-color: #575A9C;
}

.book-smartzone article .chosen-vehicle .vehicle-license-plate {
  color: #FFF;
  border: 2px solid white;
}

#imageModal .modal-dialog {
  min-height: unset !important;
  padding: unset !important;
}

#imageModal .modal-dialog div {
  margin-top: unset;
}

.book-smartzone-btn {
  padding: 1.5rem;
  margin-bottom: 7.5rem;
}

.qr-code-select-vehicle {
  padding-bottom: 0.5rem;
}

.btn-add-vehicle .continue-btn {
  text-align: center;
}

.add-vehicle {
  display: flex;
  justify-content: center;
  vertical-align: center;
  gap: 1rem;
  flex-direction: column;
}

.add-vehicle a {
  color: #575A9C;
}

.btn-add-vehicle {
  width: 100%;
}

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

.continue-btn {
  width: 100%;
}

.show {
  display: flex !important;
  align-items: center;
}

.swal2-confirm {
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%) !important;
  border-radius: 50px !important;
  min-width: 134%;
}

.book-now:disabled {
  background: #F6F6FC !important;
  color: gray !important;
  border: unset !important;
}

book-now-map:disabled {
  background: #F6F6FC !important;
  color: gray !important;
  border: unset !important;
}

.disabled-button {
  background: #F6F6FC !important;
  color: gray !important;
  border: unset !important;
}

.disabled-link {
  background: #F6F6FC !important;
  color: gray !important;
  border: unset !important;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
  opacity: var(--bs-btn-disabled-opacity);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.modal-dialog {
  margin: 1.5rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  border: none;
  position: absolute;
  border-radius: .5rem;
  background-color: #FFF;
  z-index: 2;
}

.modal-dialog .close {
  height: 1rem;
  width: 100%;
  background: url("../assets/images/close.9edcb0848f58.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.modal-dialog div {
  margin-top: .5rem;
}

.modal-dialog div p:nth-child(2) {
  color: #575757;
}

.modal-dialog .license-plate {
  margin-bottom: 1rem;
  padding: .25rem 1rem;
  color: #575757;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #575757;
  border-radius: .25rem;
  width: max-content;
}

.modal-dialog .cancel {
  margin-bottom: 1rem;
  color: #575A9C;
}

.modal-dialog .cancel:before {
  margin-right: .5em;
  content: url("../assets/icons/Icon_cancellation.037dfcf0766f.svg");
  vertical-align: middle;
  line-height: 1;
}

.modal-dialog .btn-primary {
  width: 100%;
  padding: .5rem 1.5rem;
}

.modal-dialog .btn-secondary {
  width: 100%;
  padding: .5rem 1.5rem;
}

.manage-header {
  padding-top: 5rem;
  padding-right: 1.5em;
  padding-bottom: 1.5rem;
  padding-left: 1.5em;
  color: #FFF;
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
  position: sticky;
  top: 0;
  z-index: 1;
}

.manage-header p {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

#id_license_plate {
  width: 100%;
}

#id_country_codes {
  padding: .5em 1em;
  border-radius: .5rem;
  border: 2px solid #9C9FB7;
  background: white;
}

.manage-reservations {
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  text-align: center;
  display: block;
  position: fixed;
  align-items: center;
  background-color: white;
  z-index: 23;
  width: -moz-available;
  /* Firefox */
  width: -webkit-fill-available;
  /* Chrome, Safari, Edge, Opera */
  width: fill-available;
  /* Standard */
}

.manage-reservations div {
  margin-bottom: 1rem;
}

.manage-reservations div h2 {
  font-weight: 500;
  font-size: 1rem;
}

.manage-reservations .btn-secondary {
  box-shadow: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.manage-reservations .btn-history::before {
  margin-right: .5em;
  content: url("../assets/icons/Icon_history.a13791aeb595.svg");
  vertical-align: middle;
  line-height: 1;
}

.manage-reservations .btn-bookings::before {
  margin-right: .5em;
  content: url("../assets/icons/Icon_back_purple.750560ee5ba7.svg");
  vertical-align: middle;
  line-height: 1;
}

#history-booking {
  display: unset !important;
}

.slide {
  display: none;
}

#your-bookings {
  margin-bottom: 3rem;
}

.your-history-bookings-section {
  padding-right: 1.5rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
}

.your-history-bookings-section h2 {
  margin-bottom: 0.6rem;
  font-size: 28px;
}

.your-history-bookings-section h3 {
  font-size: 1.375rem;
}

.your-history-bookings-section .text-muted {
  margin-bottom: .6rem;
}

.your-bookings {
  padding: 8rem 1.5rem 8rem;
  height: calc(100vh - 13vh);
  overflow: scroll;
  font-family: Rajdhani;
}

.your-bookings h2 {
  padding: 0.8rem 0rem;
  font-size: 28px;
}

.your-bookings h4 {
  padding: 0.8rem 0rem;
}

.your-history-bookings {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 6rem;
}

.your-history-bookings h2 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
}

.your-history-bookings h3 {
  font-size: 1.375rem;
}

.manage-not-logged-in {
  padding-top: 2rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  text-align: center;
}

@media (min-width: 20rem) {
  .search-buttons {
    margin-left: 12.1rem;
  }
  h1 {
    font-size: 1.75rem;
    font-weight: 600;
  }
  h2 {
    font-size: 1.125rem;
    font-weight: 600;
  }
  h3 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
  }
  p {
    font-size: .6875rem;
    line-height: 1.5;
  }
  .btn-primary {
    font-size: .6875rem;
    font-weight: 600;
  }
  .btn-secondary {
    font-size: .6875rem;
    font-weight: 600;
    text-align: center;
  }
  a {
    font-size: .6875rem;
    font-weight: 600;
  }
  button {
    font-size: .6875rem;
    border: none;
  }
  label {
    font-size: .6875rem;
    font-weight: 500;
  }
  .form-label {
    margin-bottom: .25rem;
  }
  input {
    font-family: "Roboto", sans-serif;
    font-size: .6875rem;
    border: none;
  }
  select {
    font-size: .6875rem;
  }
  input {
    padding-top: auto;
    padding-bottom: auto;
    font-size: .6875rem;
  }
  .login {
    padding-top: 0.75rem;
    padding-bottom: 6.5rem;
  }
  .login form {
    margin-top: 1rem;
  }
  .login form div label {
    margin-bottom: .25em;
  }
  .login form div input {
    padding-top: auto;
    padding-bottom: auto;
    font-size: .6875rem;
  }
  .no-account {
    padding-top: 1rem;
  }
  .smartzone-searchbar div input {
    font-size: .6875rem;
    width: 17.5rem;
  }
  .search-buttons button {
    display: inline-flex;
    font-size: 0.8rem;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 8px 16px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    background-color: #f0f0f0;
  }
  .smartzone-cards {
    height: calc(100vh - 34vh);
    overflow: scroll;
    padding-bottom: 5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .smartzone-cards-view-smartzones {
    padding: 20rem 1.5rem 4.5rem 1.5rem;
    height: calc(100vh - 13vh);
    overflow: scroll;
  }
  .find-a-smartzone .city select {
    font-size: 14px;
    font-weight: 400;
  }
  .find-a-smartzone .date-time div label {
    margin-bottom: .25rem;
  }
  .find-a-smartzone .date-time div input {
    padding-top: auto;
    padding-bottom: auto;
  }
  .find-a-smartzone .date-time div input[type="date"] {
    font-size: 14px;
    font-weight: 400;
  }
  .register form div input {
    font-size: .6875rem;
  }
  .register form div input {
    font-size: .6875rem;
  }
  .forgot-password-form div input {
    font-size: .6875rem;
  }
}

.rest-pass-btn {
  position: absolute;
  left: 26%;
  bottom: 10%;
}

.rest-pass-btn .reset-password-form div input {
  font-size: .6875rem;
}

.rest-pass-btn .update-license-plate-form div input {
  font-size: .6875rem;
}

.rest-pass-btn .update-license-plate-form .btn-fixed .btn-delete {
  margin-top: 1.5rem;
}

.rest-pass-btn .add-license-plate-form div input {
  font-size: .6875rem;
}

.rest-pass-btn .add-extra-license-plate-form div input {
  font-size: .6875rem;
}

.rest-pass-btn .check-in-form div input {
  font-size: .6875rem;
}

@media (min-width: 23.125rem) {
  .search-buttons {
    margin-left: 15.7rem;
  }
  h3 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
  }
  p {
    font-size: .775rem;
    line-height: 1.5;
  }
  .btn-primary {
    font-size: .775rem;
    font-weight: 600;
  }
  .btn-secondary {
    font-weight: 600;
    font-size: 0.775rem;
  }
  a {
    font-size: .775rem;
    font-weight: 600;
  }
  button {
    font-size: .875rem;
    border: none;
  }
  label {
    font-size: .875rem;
    font-weight: 500;
  }
  input {
    font-family: "Roboto", sans-serif;
    font-size: .875rem;
    border: none;
  }
  select {
    font-size: .875rem;
  }
  .smartzone-searchbar div input {
    font-size: .875rem;
    width: 22rem;
  }
  .smartzone-searchbar div input .smartzone-cards-view-smartzones {
    padding: 18.75em 1.5rem 6rem 1.5rem;
  }
  .smartzone-searchbar div input input[type="date"] {
    font-size: .6875rem;
  }
  .smartzone-searchbar div input input[type="time"] {
    font-size: .6875rem;
  }
  .smartzone-searchbar div input .login form div input {
    padding-top: auto;
    padding-bottom: auto;
    font-size: .875rem;
  }
  .smartzone-searchbar div input .forgot-password-form div input {
    font-size: .875rem;
  }
  .smartzone-searchbar div input .reset-password-form div input {
    font-size: .875rem;
  }
  .smartzone-searchbar div input .register form div input {
    font-size: .875rem;
  }
  .smartzone-searchbar div input .update-account-form div input {
    font-size: .875rem;
  }
  .smartzone-searchbar div input .update-license-plate-form div input {
    font-size: .875rem;
  }
  .smartzone-searchbar div input .add-license-plate-form div input {
    font-size: .875rem;
  }
  .smartzone-searchbar div input .add-extra-license-plate-form div input {
    font-size: .875rem;
  }
  .smartzone-searchbar div input .check-in-form div input {
    font-size: .875rem;
  }
}

.search-buttons button {
  display: inline-flex;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  padding: 8px 16px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.modal-dialog-vehicle-type {
  width: 90%;
  margin: 1.3rem;
}

.modal-dialog-vehicle-selector {
  width: 90%;
  margin: 1.3rem;
}

@media (min-width: 48rem) {
  .login {
    height: 80vh;
  }
  .list {
    height: 100vh;
  }
}

@media (max-height: 760px) {
  .rest-pass-btn {
    bottom: unset;
  }
  .create-new-pass-form {
    margin-bottom: 35%;
  }
}

@media (max-height: 680px) {
  .activate-code {
    height: 55vh;
  }
  .activate-code .wrong-email .btn-fixed {
    bottom: unset;
    position: unset;
  }
}

/* Target devices in portrait orientation with width 375px and height 667px */
@media (max-width: 376px) and (max-height: 668px) {
  /* Your custom styles here */
  .other-vehicles {
    height: calc(100vh - 40vh);
  }
  .update-license-plate-form .btn-fixed .btn-delete {
    margin-top: 0.5rem;
  }
}

@media (max-width: 425px) {
  .info {
    padding-bottom: 20em;
  }
  .find-a-smartzone .date-time {
    flex-direction: row;
    justify-content: space-between;
  }
}

.smartzone-card img.details-icon {
  position: absolute;
  width: 6px;
  height: 13px;
  top: 40%;
  right: 1rem;
  transform: translateY(-50%);
  rotate: 180deg;
}

.manage-booking-details-banner {
  position: relative;
  width: 100%;
  max-height: 180px;
  overflow: hidden;
}

.manage-booking-details-banner .manage-booking-banner-image {
  max-height: 120px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.manage-booking-details-banner .manage-booking-banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color: #fff;
}

.manage-booking-details-banner .manage-booking-banner-overlay-title {
  font-family: Rajdhani;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0px;
  margin: 0 0 0.4rem 0;
}

.manage-booking-details-banner .manage-booking-banner-overlay-address {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}

.page-details-section {
  font-family: Rajdhani;
  padding: 1.5rem 0.5rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-details-section-title {
  font-size: 1.25rem;
  color: #575A9C;
  font-weight: 700;
}

.page-details-section .page-details-card {
  position: relative;
  background: white;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
}

.page-details-section .page-details-card p {
  margin: 0.3rem 0;
}

.page-details-section .page-details-card .reservation-reported {
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
}

.page-details-section .page-details-card .reservation-reported .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #c30000;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding-top: 3px;
}

.page-details-section .page-details-card .reservation-reported .status-text {
  font-size: 0.75rem;
  font-weight: 600;
  color: black;
}

.page-details-action-section {
  padding: 0rem 2rem 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page-details-action-section .topup-duration {
  display: flex;
  flex-direction: row;
  text-align: center;
  gap: 0.75rem;
}

.page-details-action-section .topup-duration .duration {
  padding: 0.5rem 0rem;
  font-weight: 700;
  font-family: Rajdhani;
}

.page-details-action-section .topup-duration .button-topup-duration {
  padding: 0.5rem 1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: sticky;
  background: white;
  color: #575A9C;
  border-radius: 5px;
  font-family: Rajdhani;
  font-weight: 600;
}

.page-details-action-section .topup-duration .button-topup-duration:disabled {
  opacity: 0.5;
}

.page-details-action-section .button-add-image {
  width: 40%;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  background: white;
  color: #575A9C;
  text-align: center;
  border: none;
  border-radius: 999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.bottom-large-buttons {
  font-family: Rajdhani;
  position: fixed;
  bottom: 6rem;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 100;
}

.bottom-large-buttons button {
  width: 100%;
  padding: 0.625rem;
  font-size: 1.25rem;
  border: none;
  border-radius: 999px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.button-white {
  background: white;
  color: #575A9C;
  border: 1px solid #ddd;
  font-weight: 600;
}

.button-purple {
  background: linear-gradient(90deg, #575a9c 0%, #783f92 100%);
  color: white;
  font-weight: bold;
}

.topup-modal-content {
  text-align: left;
  color: black;
}

.topup-modal-content .topup-modal-title {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
}

.topup-modal-content .topup-modal-subtitle {
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 12px;
  color: black !important;
}

.topup-modal-content .topup-modal-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}

.topup-modal-content .item-content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #b5b5b5 !important;
  margin-bottom: 0.5rem;
}

.topup-modal-content .license-plate {
  margin-top: 0.5rem;
  padding: .25rem 1rem;
  color: #575757;
  font-size: 0.75rem;
  font-weight: 600;
  border: 2px solid #575757;
  border-radius: .25rem;
  width: max-content;
}

.topup-modal-content button {
  padding: .5rem 1rem;
  font-size: 1rem;
}

.flagged {
  border: 1.5px solid #ad0404;
}

.image-preview {
  width: 100%;
  position: relative;
  bottom: unset;
  maxHeight: calc(100vh - 76px);
  overflow: auto;
  objectFit: contain;
}

.button-view-image {
  width: 30%;
  padding: 0.2rem 0.2rem;
  background: white;
  color: #575A9C;
  text-align: center;
  border: none;
  border-radius: 999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.reservation-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.reservation-card-link:link, .reservation-card-link:visited, .reservation-card-link:focus, .reservation-card-link:active, .reservation-card-link:hover {
  outline: none;
  text-decoration: none;
  color: inherit;
}

.modal-footer {
  gap: 0.5rem;
}
