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

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

.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 */

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

    /* CUSTOM BUTTON AND OTHER BOOTSTRAP */

    :root {
      --primary-color: #003399 !important;
      --soft-color: rgba(0,51,153, 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);
    }

    /* 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%;
    padding: 5px;
    position: relative;
  }

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

  .park input[type=checkbox]:checked + label {
    background: var(--primary-color);
    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;
  }

  .park label {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5rem;
    background: var(--soft-color);
    color: var(--primary-color);
    padding: 4px 0;
    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: 420px;
}

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

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

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

.scrollbar-pax-update
{
	float: left;
	overflow-y: scroll;
    width: 280px;
    height: 240px;
}

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

.scrollbar-pax
{
	float: left;
	background: #f8f8f8;
	overflow-y: scroll;
    width: 100%;
    height: 140px;
    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;
    width: 120px;
    font-size: 10px;
    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;
}
.materi{
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}
.materi:hover{
  background: #e9ebed;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

.iconClass{
    position: relative;
}
.icon-notification span{
position: absolute;
top: 6px;
right: 5px;
display: block;
}
