.card.card-custom {
  border: 0;
  box-shadow: 2px 3px 11px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  transition: 0.3s all;
}
.card.card-custom.card-success .card-header, .card.card-custom.card-success .card-footer {
  background-color: #75d8c1;
}
.card.card-custom.card-default .card-header, .card.card-custom.card-default .card-footer {
  background-color: #fafafa;
}
.card.card-custom.card-default2 .card-header, .card.card-custom.card-default2 .card-footer {
  background-color: #dadada;
}
.card.card-custom.card-danger .card-header, .card.card-custom.card-danger .card-footer {
  background-color: #FEE9FF;
}
.card.card-custom .card-header {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card.card-custom .card-header .card-title {
  font-weight: 900;
  font-size: 1.4rem;
}
.card.card-custom .card-footer {
  border: 0;
}
@media (min-width: 768px) {
  .card.card-custom.card-custom-table {
    display: table;
    width: 100%;
  }
  .card.card-custom.card-custom-table .card-body {
    padding: 0 50px 0 50px;
  }
  .card.card-custom.card-custom-table .card-header,
  .card.card-custom.card-custom-table .card-body,
  .card.card-custom.card-custom-table .card-footer {
    display: table-cell;
    vertical-align: middle;
  }
}

.modal-custom .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-custom .modal-dialog .modal-content .modal-header {
  border: 0;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal-custom .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 900;
  font-size: 1.5rem;
  color: #0b2993;
  margin: auto;
}
.modal-custom .modal-dialog .modal-content .modal-footer {
  border: 0;
}

.btn.btn-custom {
  border-radius: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn.btn-custom.btn-danger {
  color: #FFFFFF;
  border-color: var(--color-orange);
  background-color: var(--color-orange);
}
.btn.btn-custom.btn-info {
  color: #1d2c5b;
  border-color: #9dd9de;
  background-color: #9dd9de;
}

.form-select,
.form-control[type=text],
.form-control-plaintext {
  box-shadow: 2px 3px 11px 0 rgba(0, 0, 0, 0.3);
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  border: 0;
  border-radius: 8px !important;
}

.form-control-plaintext {
  background-color: #EEE;
}

.form-check {
  padding-left: 3em;
}
.form-check .form-check-input {
  box-shadow: 2px 3px 11px 0 rgba(0, 0, 0, 0.3);
  padding: 1rem;
  border: 0;
  margin-top: -2px;
  margin-left: -48px;
  border-radius: 8px !important;
}
.form-check .form-check-input:checked {
  background-color: #0b2993;
  border-color: #0b2993;
}

.input-group {
  box-shadow: 2px 3px 11px 0 rgba(0, 0, 0, 0.3);
}
.input-group .form-control {
  box-shadow: none !important;
}
.input-group .input-group-text {
  border: 0;
  background-color: transparent;
}

.wizard .wizard-step .wizard-step-container {
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #000;
  font-family: "DaxlinePro", sans-serif;
}
.wizard .wizard-step.pending .wizard-step-container {
  background-color: #bdb7b0;
  color: #FFF;
}
.wizard .wizard-step.active .wizard-step-container {
  background-color: #0b2993;
  color: #FFF;
}
.wizard .wizard-step.visited .wizard-step-container {
  background-color: #9dd9de;
}
.wizard .wizard-step.bg-pending {
  background-color: #bdb7b0;
}
.wizard .wizard-step.bg-active {
  background-color: #0b2993;
}
.wizard .wizard-step.bg-visited {
  background-color: #9dd9de;
}
.wizard .wizard-step span {
  line-height: 50px;
  font-size: 0.8rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .wizard .wizard-step span {
    font-size: 1rem;
    font-weight: 700;
  }
}

.title-custom {
  text-align: center;
  color: #0b2993;
  padding: 30px 0;
}

.details-basic-form .dropdown > .btn {
  box-shadow: 2px 3px 11px 0 rgba(0, 0, 0, 0.3);
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  border: 0;
  text-align: left;
}
.details-basic-form .dropdown > .btn:after {
  right: 20px;
  position: absolute;
  top: 20px;
}
.details-basic-form .dropdown .dropdown-toggle::after {
  border: 0 !important;
}
.details-basic-form .input-group.bootstrap-touchspin {
  border-radius: 50px;
}
.details-basic-form .input-group.bootstrap-touchspin > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
}
.details-basic-form .bootstrap-touchspin > button {
  color: #FFFFFF;
  border-color: #0b2993;
  background-color: #0b2993;
}
.details-basic-form .bootstrap-touchspin > button.bootstrap-touchspin-up {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.details-basic-form .bootstrap-touchspin > button.bootstrap-touchspin-down {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.customer-details .product-title {
  display: block;
}
.customer-details .product-price {
  display: block;
  font-size: 1.5rem;
  margin-top: 10px;
  color: #0b2993;
}

#service-details-modal #offer-form .col-form-label {
  padding-top: calc(0.375rem + 5px);
  padding-bottom: calc(0.375rem + 5px);
}
#service-details-modal #offer-form .winter-ride-container {
  padding-top: 10px;
}

.offer-overview .table {
  border-collapse: unset;
}

.payment-success .card .tick,
.payment-failed .card .tick,
.payment-cancelled .card .tick {
  line-height: 120px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  color: #FFF;
  background-color: #0b2993;
  margin: 40px auto 40px;
  display: block;
  text-align: center;
  font-size: 92px;
}
.payment-success .card .insurance-number,
.payment-failed .card .insurance-number,
.payment-cancelled .card .insurance-number {
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1.5rem;
}
.payment-success .card .title-custom,
.payment-failed .card .title-custom,
.payment-cancelled .card .title-custom {
  font-size: 3rem;
}

#vehicle-alert-modal .modal-body p {
  font-size: 0.8rem;
  font-weight: 200;
}

/*# sourceMappingURL=travel.css.map */
