/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
#flip_icon{
  transform: scaleX(-1);
  display: inline-block;
}
.carousel .carousel-item{
  height: 418px;
}
#login:hover{
  background-color: #fff;
  outline: 0;
  box-shadow: 3px 3px 2px #F0F0F0;
}
#search_schedule:hover{
  outline: 0;
  box-shadow: 3px 3px 2px #F0F0F0;
}
p{
  font-size: 13px;
   /* font-family: 'Roboto', sans-serif; */
}
ul li .number {
  height: 26px;
  width: 26px;
  background-color: #fff;
  border: 1px solid #888686;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #aeaeae;
  line-height: 1.6;
  margin-right: 3px;
}

.active.number {
  color: white;
  background-color: #0f13f1;
  height: 26px;
  width: 26px;
  border: 1px solid #888686;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
  margin-right: 3px;
}

#line_bar {
  width: 3em;
  height: 0;
  margin-left: 5px;
  margin-right: 5px;
  border-top: 1px solid #bfbebe;
}
.detail_price{
  margin-top: 3.5em;
}
#list_confirmation{
  font-size:13px;
}
/* #myTab li button:active{
  background-color: #0f13f1;
  color: white;
} */
#ship_image{
  width: 15em;
  background-size: cover;
  object-fit: cover;
}
#chech_history{
  margin-left: 10px;
}
#check_history:hover{
  background-color: #4b4dbf;
  color: white;
}
.input-light{
  color: #064F9D;
}
.payment_chanel{
  height: 564px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #f0f0f0;
}
#info p{
  font-size: 13px;
}

/* style datepicker */
.datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  display: none;
  padding: 4px;
  margin-top: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
}

.datepicker table {
  width: 100%;
  margin: 0;
  line-height: 1.42857143;
  background-color: #fff;
}

.datepicker table td,
.datepicker table th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.datepicker table td.day:hover,
.datepicker table td.focused {
  background: #eee;
}

.datepicker table td.disabled,
.datepicker table td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table td.disabled:hover {
  background-color: transparent;
}

.datepicker table td.old,
.datepicker table td.new {
  color: #999;
}

.datepicker table td.highlighted {
  background: #337ab7;
  color: #fff;
  border-radius: 4px;
}

.datepicker table td.highlighted:hover {
  background: #286090;
}

.datepicker table td.today {
  font-weight: bold;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
  background: #eee;
  color: #333;
  cursor: pointer;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .input-group-addon {
  cursor: pointer;
}
#border_y{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.detail table tr td{
  font-size: 13px;
  padding: 0;
  margin: 0;
}

.active.side-booking{
  color:#0f13f1
}

.readonly[readonly]{
  background-color: #ffff;
}
.disabled[disabled]{
  background-color: #ffff;
}

#btn-cancel{
  background-color:#E9E9ED;
}

#btn-cancel:hover{
  background-color:#aeaeae;
}

.carousel-item img {
    /* max-width: 1440px; */
    max-height: 450px;
    /* max-height: 420px; */
    width: auto;
    object-fit: cover;
    background-repeat: no-repeat;
}

/* .download-app a img {
    max-width: 128px;
} */

.icon_app{
    transition: all 0.3s ease 0s;
}

.hoverable {
    cursor: pointer;
}

.hoverable:hover {
    background-color: #f5f5f5; /* Tambahkan efek hover */
}

.section {
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.section:hover {
    outline: #064F9D solid 1px;
}

.section-vehicle {
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.section-vehicle:hover {
    outline: #064F9D solid 1px;
}

@media only screen and (max-width: 600px) {
  #nav_frontend{ display: inline-block}
  #nav_frontend .nav-item {margin-top: 5px}
  #showModal{margin: auto}
  #cardPaymentInformation{width: 100% !important}
  #cardPaymentMethod{width: 100% !important}
  #tagihan{width: 100% !important}
  #optionPaymentMethod{width: 100% !important}
  #cardLandingPage{margin-top: -10rem}
  #searchSchedule{width: 100% !important}
  #orderId{
    text-align: left !important;
    margin-top: 1rem;
  }
  #flexSchedule{
    display: inline !important;
    margin-top: 5px;
  }
  .search-schedule{
    text-align: center;
  }
  #shipSchedule{
    display: inline !important;
  }
  .schedule{
    margin-top: 10px;
  }
  .carousel-item img{
    width: auto;
    height: 25vh;
    object-fit: cover;
  }

}
