@font-face {
  font-family: "Segoe-UI-Symbol";
  src: url("../fonts/Segoe-UI-Symbol.ttf");
}

@font-face {
  font-family: "Segoe-UI-Emoji";
  src: url("../fonts/segoe-ui-emoji.ttf");
}

#content {
  overflow-x: hidden;
}
.error-field {
  border: 2px solid red !important;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
.install-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #f8e8d1;
  color: #0a0a0a;
  padding: 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
button {
  min-height: 40px;
  padding: 8px 16px;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
      transform: rotate(0turn);
  }

  to {
      transform: rotate(1turn);
  }
}
.install-button,
.close-button {
  padding: 0.5em 1em;
  margin-left: 0.5em;
  background-color: #ff9800;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-button {
  background-color: #cccccc;
}
.install-banner-operator {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #f8e8d1;
  color: #0a0a0a;
  padding: 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.install-button-operator,
.close-button-operator {
  padding: 0.5em 1em;
  margin-left: 0.5em;
  background-color: #ff9800;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media (min-width: 600px) and (max-width: 760px) {
  .col-ssm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-ssm-1 {
    flex: 0 0 auto;
    width: 8.33333333% !important;
  }
  .col-ssm-2 {
    flex: 0 0 auto;
    width: 16.66666667% !important;
  }
  .col-ssm-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .col-ssm-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }
  .col-ssm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
    min-width: 0 !important;
  }
  .col-ssm-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .col-ssm-7 {
    flex: 0 0 auto;
    width: 58.33333333% !important;
  }
  .col-ssm-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }
  .col-ssm-9 {
    flex: 0 0 auto;
    width: 75% !important;
  }
  .col-ssm-10 {
    flex: 0 0 auto;
    width: 83.33333333% !important;
  }
  .col-ssm-11 {
    flex: 0 0 auto;
    width: 91.66666667% !important;
  }
  .col-ssm-12 {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}
.header-content {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
input.txtime,
input.txdate,
input[type="time"],
input[type="date"] {
  width: 100%;
  max-height: 30px;
  text-align: center;
  font-size: larger;
  border-left-style: none !important;
  border: 1px solid #ced4da;
}
input[type="text"]#rideAmount {
  width: 100%;
  max-height: 30px;
  font-size: larger;
  border-left-style: none !important;
  border: 1px solid #ced4da;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  width: 30px;
  height: 30px;
  position: absolute;
}

.input-icon.date {
  left: 0px;
}

.input-icon.time {
  left: -10px;
}
.col-ssm-12 {
  width: 100%;
  max-height: 30px;
  text-align: center;
  border-left-style: none !important;
  border: 1px solid #ced4da;
}
.input-field {
  padding-left: 15px;
  border: none;
  height: 40px;
}

.input-wrapper + .input-wrapper {
  margin-left: -25px;
}

select {
  width: 50vw;
}
h-yellow {
  color: #f5b300;
  font-size: 16px;
  font-weight: bold;
}

h-yellow-new {
  color: yellow;
  font-size: 16px;
  font-weight: bold;
}

h-green-new {
  color: #66ffab;
  font-size: 16px;
  font-weight: bold;
}

.icon-emoji {
  font-family: Segoe-UI-Emoji;
  margin-right: 5px;
}

.icon-new {
  font-family: Segoe-UI-Symbol;
  margin-right: 5px;
}

.icon-check:before {
  content: "✅";
}

h-blue {
  color: #3498db;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

h-green {
  color: #2cd377;
  font-size: 26px;
  font-weight: bold;
}
.original-select {
  display: none;
}

.selected-count {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-select-wrapper {
  background-color: white;
  position: relative;
  width: 100%;
  height: 35px;
  max-height: 35px;
  font-family: Arial, sans-serif;
}

.select-display {
  font: 0.8em sans-serif;
  font-size: medium;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  max-height: 35px;
  background-color: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 960px) {
  .original-select {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .select-options {
    font-family: Arial, sans-serif;
    font: 0.8em sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    z-index: 10;
  }
}

.select-options {
  font-family: Arial, sans-serif;
  font: 0.8em sans-serif;
  position: absolute;
  border: 1px solid #fff;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  z-index: 10;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-color: #aaa;
}

.select-options--hidden {
  display: none;
}

.select-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}

.select-option label {
  flex-grow: 1;
}

.custom-option-checkbox {
  cursor: pointer;
}

.select-option:hover {
  background-color: #f0f0f0;
}

.install-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #f8e8d1;
  color: #0a0a0a;
  padding: 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}


.install-button,
.close-button {
  padding: 0.5em 1em;
  margin-left: 0.5em;
  background-color: #ff9800;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-button {
  background-color: #cccccc;
}
@keyframes imgAnim-9b106dc4 {
  0% {
    transform: scale(1);
  }
  30% {
    transform: rotate(10deg) scale(1);
  }
  60% {
    transform: rotate(-10deg) scale(1.05);
  }
  to {
    transform: rotate(0) scale(1);
  }
}
.text-border-white {
  text-shadow: 0 0 3px #ffffff, 0 0 5px #ffffff;
}
.material-symbols-outlined {
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  /* Выравнивание по вертикали */
}
.col-50 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; /* Занимает ровно 50% ширины родителя */
  max-width: 50%; /* Ограничивает ширину максимум 50% от родителя */
}

.form-select-sm {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  padding: 0.25rem 0.5rem;
  max-width: 100%;
}

textarea {
  resize: none;
}

.main-button,
.order-button {
  max-width: 100%;
  color: #fff !important;
}

.order-button {
  background-color: #2cd377 !important;
}

.order-button:hover,
.main-button:hover {
  background-color: #2cdb7b !important;
}

.clearable-input-container > button {
  width: 45px;
  background-color: #2c4ad3;
  color: #fff;
}

.clearable-input-container > button:hover {
  background-color: #2cd377;
}

.larger {
	font-size: larger;
}
input.small {
	font-size: small;
}
input.medium {
	font-size: medium;
}
.clearable {
  border: #bdbebe 1px solid;
  height: 35px;
  width: 100%;
  text-wrap: wrap;
  padding-right: 25px;
  font-size: larger;
}
.clear-button {
  position: absolute;
  right: 5%; /* Измените, если необходимо */
  top: 50%; /* Располагаем от верхнего края контейнера на 50% его высоты */
  transform: translateY(
    -50%
  ); /* Смещаем кнопку вверх на 50% её собственной высоты */
  width: 45px;
  height: 35px; /* Убедитесь, что высота соответствует высоте поля ввода или других элементов */
  background: transparent;
  border: none;
  cursor: pointer;
}

.clearable-input-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.material-symbols-outlined {
  text-align: center !important;
}

.button-container {
  position: relative;
  margin-left: 5px;
}

.nav-list {
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.nav-item {
  display: flex;
  flex-direction: column;
}

.icons-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.icons-wrapper > a {
  animation: imgAnim-9b106dc4 1.5s linear infinite;
}

#content .col-sm-3 {
  width: 350px;
}

.map-container {
  width: 100%;
}

.input-container {
  position: relative;
}

.btn-outline-secondary {
  border: 1px solid #bdbebe !important;
}

label.text-sm {
  color: #fff;
}

.m-container {
  margin: 0 auto;
}

.green {
  color: #00ff7f;
}

.yellow {
  color: #ffcf40;
}

.bg-light {
  background-color: #000 transparent !important;
}

div.form-wrapper:nth-child(9) > div:first-child > span:nth-child(2) {
  color: #fff;
}

input[type="date"],
input[type="time"] {
  padding-left: 25px;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.date-input-icon {
  margin: 0;
  padding: 0;
  margin: 20px 0 0 0px;
  position: absolute;
  width: 40px;
  height: 50px;
}

.time-input-icon {
  margin: 0;
  padding: 0;
  margin: 30px 0 0 180px;
  position: absolute;
  width: 30px;
  height: 30px;
}
.map-placeholder {
  border-radius: 0 20px 0 0 !important;
  text-align: center !important;
  background-color: #1c1b22;
  height: 40px !important;
  width: 60%;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10;
  margin: 0 !important;
  padding: 0 !important;
}
.destination {
  padding-top: 5px;
}

.form-label {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 459px) {
  .row {
    --bs-gutter-x: 0 !important;
  }
  .background {
    background-color: #49494E;
  }
  .date-input-icon {
    margin: 0;
    padding: 0;
    margin: 20px 0 0 0px;
    position: absolute;
    width: 50px;
    height: 50px;
  }
  
  .time-input-icon {
    margin: 0;
    padding: 0;
    margin: 30px 0 0 250px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
  }
  
  input[type="date"],
  input[type="time"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
  }
  
  input[type="date"]:focus,
  input[type="time"]:focus {
    border: none;
    outline: none;
  }

  header {
    background-image: url(../../style/a81e888f-a0ac-4713-aff6-499febb1b594.f5787ac4.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: center;
    height: auto;
  }

  #map {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vw;
  }

  #map-container {
    display: flex;
    width: 100vw;
    order: 1;
  }

  #tariffs {
    display: flex;
    width: 100%;
    height: 100vw;
  }
  .tariffs-container {
    display: flex;
    width: 100vw;
    order: 3;
  }

  .nav-list {
    justify-content: space-evenly;
  }

  li.nav-item:first-child {
    align-self: center;
  }

  p.green:nth-child(2) {
    margin-top: 30px;
  }

  li.nav-item:first-child {
    width: 30%;
  }

  p.green:nth-child(2) {
    font-size: 15px;
  }

  .icons-wrapper > a > img {
    width: 80%;
  }

  .container {
    max-width: 100vw;
    padding: 0;
    margin: 0;
  }

  .nav-list {
    display: flex;
    flex-wrap: wrap;
  }

  h1.text-white {
    text-align: center;
  }

  p.text-white:nth-child(2) {
    font-size: 12px;
  }

  li.nav-item:nth-child(2) {
    position: relative;
    order: 3;
    text-align: center;
    margin: 50px auto 0;
  }
}
@media (min-width: 460px) and (max-width: 959px) {
  .container {
    margin: 0;
  }
  textarea.form-control {
    margin-top: auto;
  }
  .form-container {
    order: 0;
    min-width: 49vw;
    flex: 0 0 auto;
  }

  #map {
    position: relative;
    padding: 0;
    display: flex;
    height: 100vw;
  }

  .map-container {
    display: flex;
    width: 100vw;
    order: 1;
    max-width: 500px;
    flex: 1;
  }
  #tariffs {
    margin: 0;
    padding: 0;
  }
  .tariffs-container {
    display: flex;
    order: 3;
  }
  header {
    background-color: #1c1b22;
    background-image: url(../../style/72e73091183d6f2f7e50ebd1b182b47b.62950305.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .background {
    background-color: #49494E;
  }
  .row.flex-wrap.justify-content-center {
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .row.flex-wrap {
    flex-direction: row;
    padding: 0;
  }

  .col-md-10.col-lg-10.col-12.tariffs-container {
    order: 2;
    min-width: 350px;
  }
  .col-md-10.col-lg-10.col-12.map-container {
    order: 3;
    flex: 1;
  }
}
@media (min-width: 960px) {
  #installBanner {
    display: none !important;
    /* left: 30%;
    width: 35%;
    margin: center; */
  }
  .container {
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .row.flex-wrap.justify-content-center {
    flex-direction: row;
  }
  .background {
    background-color: #49494E;
  }
  #map {
    position: relative;
    display: flex;
    width: 66.66666%;
    /* Убрать или изменить эти значения */
    max-width: 75%; /* Отступы от краевых границ */
    /* max-height: 800px; */
  }
  .map-container {
    position: relative;
    display: flex;
    order: 2 !important;
    flex: 1;
  }
  #tariffs {
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 800px;
    padding: 0px 50px 100px 40px;
  }
  .tariffs-container {
    display: flex;
    order: 3;
    flex: 0 0 auto;
  }
  .form-container {
    order: 0;
    min-width: 33.33333%;
    flex: 0 0 auto;
  }
  header {
    background-color: #1c1b22;
    background-image: url(../../style/72e73091183d6f2f7e50ebd1b182b47b.62950305.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
