/* You can add global styles to this file, and also import other style files */

@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.donut {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #7983ff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: donut-spin 1.2s linear infinite;
}

.donut.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  max-width: 100% !important;
}

#main-navbar {
  display: none;
}

#custom-navbar {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: #fff;
  margin-bottom: 0 !important;
  padding: 0.8rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#custom-navbar abp-routes {
  margin-left: auto !important;
  margin-right: 0 !important;
}

#custom-navbar .nav-item {
  transition: ease 400ms;
  padding: 0.25rem 0.6rem;
  margin: 0;
}

#custom-navbar .navbar-toggler {
  margin-top: 0.25rem;
}

.bg-dark {
  background-color: #fff !important;
}

.navbar-dark .navbar-brand {
  margin-left: 1.5rem;
}

.navbar-dark .navbar-brand img {
  height: 44px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.nav-link:hover {
  color: rgba(0, 0, 0, 0.75);
}

.mt-6rem {
  margin-top: 6rem !important;
}

.font-size-1_25-rem {
  font-size: 20px !important;
}

.font-size-1-rem {
  font-size: 16px !important;
}

@media (max-width: 992px) {
  #custom-navbar .nav-item {
    background-color: #f8f9fa !important;
    padding: 0 0.5rem;
  }

  #custom-navbar .nav-item:first-child {
    background-color: #55595c !important;
  }

  #custom-navbar .nav-item a {
    color: rgba(0, 0, 0, 0.5) !important;
  }
}

@media (max-width: 900px) {
  .p-0-on-900 {
    padding: 0 !important;
  }
}

@media (max-width: 620px) {
  .hide-below-620 {
    display: none;
  }
}

@media (min-width: 901px) {
  .mx-6-gt-900 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}

.pt-p-5 {
  padding-top: 5% !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11rem 0 !important;
  margin-top: 80px;
}

.banner h1.title {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}

.container-bs-original {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-bs-original {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-bs-original {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-bs-original {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-bs-original {
    max-width: 1140px;
  }
}


.options-boxes {
    margin: 0;
    padding-top: 1rem;


}

.options-boxes .options-box {
    border: 1px solid #e7e7e7;
    font-size: 36px;
    height: 74px;
    cursor: pointer;
    color: black;
    border-radius: 0.25rem;
}

.options-boxes .options-box.car-size {
    font-size: 18px;
}

.options-boxes .options-box.car-size .details {
    line-height: 1.3;
}

.options-boxes .options-box.car-size .plus {
    font-size: 24px;
}

.options-icon {
    cursor: pointer;
    border: 1px solid #e7e7e7;
    text-align: center;
}

.options-icon.standard {
    font-size: 42px;
    padding: 16px;
}

.options-icon.standard .info {
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold;
}

.options-icon.custom {
    padding: 22px 5px 16px;
}

.options-icon.custom .info {
    font-size: 18px;
    font-weight: bold;
    line-height: 3.5rem;
}

.options-text-icon {
    font-size: 18px;
    padding: 10px 20px 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e7e7e7;
}

.options-text-icon .info .txt {
    margin-top: 10px;
    display: inline-block;
}

.baby-icon {
    display: inline-block;
    background-image: url(../assets/icons/baby.png);
    width: 28px;
    height: 48px;
}

.icon-img {
    float: left;
    margin: 0 20px 0 0;
}

[class^="car-icon"] {
    display: inline-block;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
}

[class^="seat-icon"] {
    display: inline-block;
    width: 48px;
    height: 48px;
}

.seat-icon-child {
    background-image: url(../assets/icons/child-seat.png);
}

.seat-icon-booster {
    background-image: url(../assets/icons/booster-seat.png);
    height: 48px;
}

.a-car .price {
    padding-top: 10px;
}

.streetNumberWrap {
    display: none;
    margin-top: 1rem;
}

.streetNumberWrap label {
    float: left;
    margin-top: 0.5rem;
    padding-right: 1rem;
}

.streetNumberWrap .streetNumber {
    float: left;
    width: 105px;
}

.streetNumberWrap .streetNumberInput {
    font-size: 16px;
}

.icon-btn {
    position: relative;
}

.icon-btn .form-control {
    padding-right: 2rem;
}

.icon-btn .form-control-feedback {
    font-size: 19px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    display: block;
    width: 1.375rem;
    height: 1.375rem;
    line-height: 2.375rem;
    text-align: center;
    cursor: pointer;
}

.book-conf .item {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.book-conf .item .lbl {
    color: #6c757d;
}

.book-conf .item .val {
    font-weight: bold;
}

.book-conf .price {
    text-align: right;
}

.book-conf .price .total {
    color: #ce0503;
    font-weight: bold;
    font-size: 1.1rem;
}

.powered-by {
    font-size: 80%;
    color: #6c757d;
}

.taxica-name {
    font-weight: bold;
    font-size: 12px;
}

.taxica-name .part2 {
    color: #3a3a39;
}

.order-id {
    font-size: 1.1rem;
    font-weight: bold;
}

.order-id .val {
    font-size: 1.2rem;
}

.icon-anchor {
    text-decoration: none !important;
}

.infant-seat-32 {
    background-image: url(../assets/icons/infant-seat-32.png);
    display: inline-block;
    height: 32px;
    width: 32px;
}

.booster-seat-32 {
    background-image: url(../assets/icons/booster-seat-32.png);
    display: inline-block;
    width: 39px;
    height: 32px;
}

.btn-theme-wide.boka .loader {
    display: none;
}

.btn-theme-wide.boka.submitting {
    color: #fff !important;
    background-color: #cdcdcd !important;
    font-size: 1.2rem;
    cursor: default !important;
}

.btn-theme-wide.boka.submitting .info {
    display: none;
}

.btn-theme-wide.boka.submitting .loader {
    display: block;
}

.form-wrapper {
    padding: 0 1.5rem 1rem;
}

#bookingForm {
    padding-top: 1rem;
}

.btn-theme-wide {
    font-weight: bold;
    width: 100%;
    padding: 0.8rem;
}

.btn-theme-wide .pipe-after {
    padding-right: 5px;
    margin-right: 5px;
}

.btn-theme-wide .big {
    font-size: 1.3rem;
}

//#endregion

.car-icon-sedan {
    background-image: url(../assets/icons/sedan.svg) !important;
}

.car-icon-station {
    background-image: url(../assets/icons/station.svg) !important;
}

.car-icon-van6 {
    background-image: url(../assets/icons/van6.svg) !important;
}

.car-icon-van7 {
    background-image: url(../assets/icons/van7.svg) !important;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
    line-height: 36px !important;
}

.ng-autocomplete {
    width: auto !important;
}

.autocomplete-container .input-container input {
    font-size: 16px !important;
    height: auto !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

.autocomplete-with-via-btn .autocomplete-container .input-container input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.autocomplete-container .input-container input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.autocomplete-container .suggestions-container ul {
    max-height: 255px !important;
}

.modal .modal-header {
    background-color: #ffa500;
}

.btn-orange {
    background-color: #ffa500 !important;
    border-color: #ffa500 !important;
}


.invalid-autocomplete .ng-autocomplete .autocomplete-container .input-container input {
    border-color: red !important;
}

.invalid-toggle .mat-button-toggle-standalone, .mat-button-toggle-group{
  border-color: red !important;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard, .mat-button-toggle-group-appearance-standard
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.invalid-toggle .mat-button-toggle-group-appearance-standard {
    border-color: red !important;
}

.flatpickr-mobile {
    display: none;
}
