@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

* {
  font-family: 'Poppins', sans-serif;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sticky-left {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: inherit;
  /* Ensures the sticky column has the same background as the rest of the table */
}

.tox-notifications-container {
  display: none;
}

.tox-statusbar__branding {
  display: none;
}

.bootstrap-tagsinput {
  width: 100%;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

.label-info {
  background-color: #5bc0de;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.ticket {
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 30rem;
}

.ticket__header,
.ticket__body,
.ticket__footer {
  padding: 1.25rem;
  background-color: white;
  border: 1px solid #abb5ba;
  box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
}

.ticket__header {
  font-size: 1.5rem;
  border-top: 0.25rem solid #dc143c;
  border-bottom: none;
  box-shadow: none;
}

.ticket__wrapper {
  box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
  border-radius: 0.375em 0.375em 0 0;
  overflow: hidden;
}

.ticket__divider {
  position: relative;
  height: 1rem;
  background-color: white;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ticket__divider::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  border-bottom: 2px dashed #e9ebed;
}

.ticket__notch {
  position: absolute;
  left: -0.5rem;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.ticket__notch::after {
  content: "";
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  right: 100%;
  top: -50%;
  border: 0.5rem solid white;
  border-radius: 50%;
  box-shadow: inset 0 2px 4px rgba(41, 54, 61, 0.25);
}

.ticket__notch--right {
  left: auto;
  right: -0.5rem;
}

.ticket__notch--right::after {
  right: 0;
}

.ticket__body {
  border-bottom: none;
  border-top: none;
}

.ticket__body>*+* {
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ebed;
}

.ticket__section>*+* {
  margin-top: 0.2rem;
}

/* .ticket__section > h4 {
    font-size: 1.125rem;
    margin-bottom: 0.9rem;
  } */
.ticket__header,
.ticket__footer {
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
}

.ticket__footer {
  border-top: 2px dashed #e9ebed;
  border-radius: 0 0 0.325rem 0.325rem;
}



/* syle buat multiple image */

ul.input-image {
  padding-left: 0px !important;
}

.input-image {
  margin: -5px;
}

.input-image:after {
  content: "";
  display: table;
  clear: both
}

.input-image li {
  float: left;
  width: 70px;
  height: 70px;
  margin: 5px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.input-image li.add {
  border: 1px dashed;
  padding: 5px;
}

.input-image li>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  background: #FFF;
}

.input-image li.add>img {
  margin-top: 5px;
  width: 50px;
  height: 50px;
  background: transparent;
}

.input-image li a.remove {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100px;
  height: 20px;
  line-height: 20px;
  font-size: 0.9em;
  background: #222;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
}

@media (min-width: 900px) {
  .input-image {
    margin: -10px;
  }

  .input-image li {
    width: 100px;
    height: 100px;
    margin: 10px;
  }

  .input-image li.add>img {
    margin-top: 20px;
  }
}

/* ends */

/* style untuk maps view */

#map {

  margin-top: 10px;

  max-width: 100%;
  width: 100%;

  height: 300px;

}

.mapControls {

  margin-top: 10px;

  border: 1px solid transparent;

  border-radius: 2px;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  height: 45px;

  outline: none;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);

}

#searchMapInput {

  border-radius: 5px;
  font-size: 12px;
  height: auto;
  padding: 12px 15px;
  max-width: 100%;
  width: 100%;
  background: #fff;
  color: #62626e;
  border: 1px solid #e5e5e5;
  transition: .2s ease-in-out;
  transition-property: color, background-color, border;

}

.text-bold {
  font-weight: 600;
}

/* CUSTOM BUTTON AND OTHER BOOTSTRAP */

:root {
  --primary-color: #EA580C !important;
  --soft-color: rgba(234, 88, 12, 0.2) !important;
  --basic-text: #FFF !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.border-primary {
  color: var(--primary-color) !important;
}

.bg-soft-primary {
  background-color: var(--soft-color) !important;
  color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

a.active .menu-icon {
  color: var(--primary-color) !important;
}

input.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: var(--soft-color);
}

/* PRIMARY */
.btn-primary {
  color: var(--basic-text);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:focus {
  color: var(--basic-text);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  color: var(--primary-color);
  background-color: var(--soft-color);
  border-color: var(--primary-color);
}

.btn-primary:active {
  color: var(--basic-text);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:disabled,
.btn-primary.is-disabled {
  opacity: .5;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* OUTLINE */
.btn-outline-primary {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn-outline-primary:hover {
  border-color: var(--primary-color);
  box-shadow: inset 0 0 0 20rem var(--primary-color);
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.1rem var(--primary-color);
  background-color: var(--primary-color);
  color: var(--basic-text);
}

.btn-outline-primary:active {
  box-shadow: inset 0 0 0 20rem var(--primary-color),
    inset 0 3px 4px 0 var(--primary-color),
    0 0 1px var(--primary-color);
}

.btn-outline-primary:disabled,
.btn-outline-primary.is-disabled {
  opacity: .5;
}

/* SOFT PRIMARY */
.btn-soft-primary {
  background-color: var(--soft-color);
  color: var(--primary-color);
}

.btn-soft-primary:hover {
  background-color: var(--primary-color);
  color: var(--basic-text);
}

.btn-soft-primary:focus {
  box-shadow: 0 0 0 0.1rem var(--primary-color);
  background-color: var(--primary-color);
  color: var(--basic-text);
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--soft-color);
}

.page-item .page-link {
  box-shadow: none;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

/* ends */

.car-park {
  justify-content: center;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.parks {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.park {
  /* display: flex; */
  /* flex: 0 0 21.3%; */
  /* flex: 0 0 15%; */
  padding: 5px;
  position: relative;
  width: 80px;
  /* width: 92px; */
}

.park input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.park input[type=checkbox]:checked+label {
  background: var(--primary-color);
  background-image: url('../images/car-seat.svg');
  /* background-image: url('../images/seat.svg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  animation-duration: 300ms;
  animation-fill-mode: both;
}

.park input[type=checkbox]:disabled+label:after {
  text-indent: 0;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.park input[type=checkbox]:disabled+label:hover {
  box-shadow: none;
  cursor: not-allowed;
}

.bg-seat {
  background-image: url('../images/car-seat.svg');
  /* background-image: url('../images/seat.svg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-stir {
  background-image: url('../images/stir.svg');
  background-size:auto;
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
}

.park label {
  display: block;
  position: relative;
  width: 68px;
  /* width: 82px; */
  height: 86px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 3.1rem;
  /* line-height: 3rem; */
  background-color: var(--soft-color);
  color: var(--primary-color);
  padding: 4px;
  border-radius: 5px;
  animation-duration: 300ms;
  animation-fill-mode: both;
  /* padding-bottom: 8px; */
}

.park label:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  /* background: rgba(255, 255, 255, 0.4); */
  border-radius: 3px;
}

.park label:hover {
  cursor: pointer;
  box-shadow: 0 0 0px 1px var(--primary-color);
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.scrollbar-schedule {
  float: left;
  background: #f8f8f8;
  overflow-y: scroll;
  width: 100%;
  height: 450px;
}

.scrollbar-seat {
  float: left;
  overflow-y: scroll;
  width: 100%;
  height: 475px;
}

.force-overflow-schedule {
  min-height: 280px;
}

.scrollbar-schedule-update {
  float: left;
  background: #f8f8f8;
  overflow-y: scroll;
  width: 100%;
  height: 190px;
}

.scrollbar-pax-update {
  float: left;
  overflow-y: scroll;
  width: 100%;
  height: 160px;
}

.force-overflow-pax-update {
  min-height: 60px;
}

.scrollbar-pax {
  float: left;
  background: #f8f8f8;
  overflow-y: scroll;
  width: 100%;
  height: 110px;
  margin-bottom: 15px;
}

.force-overflow-pax {
  min-height: 80px;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f8f8f8;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f8f8f8;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

.boxed-check-group .boxed-check .boxed-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}

.boxed-check-group .boxed-check .boxed-check-input:checked+.boxed-check-label,
.boxed-check-group .boxed-check .boxed-check-input:not(:disabled)+.boxed-check-label:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #FFFFFF;
}

.boxed-check-group .boxed-check .boxed-check-label {
  display: block;
  background-color: var(--soft-color);
  border: 1px solid var(--soft-color);
  padding: 3px 0;
  margin: 0;
  border-radius: .25rem;
  cursor: pointer;
  width: 40px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  color: var(--primary-color);
}

.boxed-check-group-payment .boxed-check-payment .boxed-check-input-payment {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}

.boxed-check-group-payment .boxed-check-payment .boxed-check-input-payment:checked+.boxed-check-label-payment,
.boxed-check-group-payment .boxed-check-payment .boxed-check-input-payment:not(:disabled)+.boxed-check-label-payment:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #FFFFFF;
}

.boxed-check-group-payment .boxed-check-payment .boxed-check-label-payment {
  display: block;
  border: 2px solid var(--soft-color);
  padding: 3px 0;
  margin: 0;
  border-radius: .25rem;
  cursor: pointer;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  color: var(--primary-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}



.time-line-box {
  height: 100px;
  width: 100%;
}

.time-line-box .timeline {
  list-style-type: none;
  display: flex;
  padding: 0;
  text-align: center;
}

.time-line-box .timestamp {
  margin: auto;
  margin-bottom: 15px;
  padding: 0px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-line-box .status {
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  border-top: 3px solid var(--primary-color);
  ;
  position: relative;
  transition: all 200ms ease-in;
}

.time-line-box .status span {
  padding-top: 8px;
  margin-top: 10px;
}

.time-line-box .status span:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  ;
  border-radius: 12px;
  border: 2px solid var(--primary-color);
  ;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 200ms ease-in;
}

.swiper-container {
  width: 100%;
  margin: auto;
  overflow-y: auto;
}

.swiper-wrapper {
  display: inline-flex;
  flex-direction: row;
  overflow-y: auto;
  justify-content: center;
}

.swiper-container::-webkit-scrollbar-track {
  background: #a8a8a8b6;
}

.swiper-container::-webkit-scrollbar {
  height: 2px;
}

.swiper-container::-webkit-scrollbar-thumb {
  background: #4F4F4F !important;
}

.swiper-slide {
  text-align: center;
  font-size: 12px;
  width: 160px;
  height: 100%;
  position: relative;
}

.form-switch.form-switch-primary .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color)
}

.blur-background {
  filter: blur(7px);
}

.pac-container { z-index: 100000 !important; }
/* FOR MAP ON MODAL */

.form-control.input-search-bookcode:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 1px rgba(40, 167, 69, 0.25);
}

.carousel-indicators button {
    height: 8px !important;
    width: 8px !important;
    margin: 0 3px !important;
    border-radius: 100%;
    background-color: var(--primary-color) !important;
}
