@font-face {
    font-family: 'Quicksand';
    src:url('../../../global/font/Quicksand/Quicksand-Regular.ttf');
}

@font-face {
    font-family: 'QuicksandBold';
    src:url('../../../global/font/Quicksand/Quicksand-Bold.ttf');
}

*{
    font-family: "QuicksandBold";
}

.colored {
    background-color: red; /* defines the background color of the image */
    mask: url('../../../global/images/seat-icon.svg') no-repeat center / contain;
    -webkit-mask: url('../../../global/images/seat-icon.svg') no-repeat center / contain;
}

body{
    background: #ffffff;
}
a{
    color:#000;
    text-decoration: none;
}
a:active{
    color: #000;
    text-decoration: none;
}
a:focus{
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #000;
    text-decoration: none;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}

.fs-28{
    font-size: 28px;
}
.fs-24{
    font-size: 24px;
}

.title-reservasi{
    text-align: center;
    color: black;
    letter-spacing: normal;
    font-size: 28px;
    font-weight: bold;  
    margin-bottom: 34px;
}

.img-berita{
    width: 100%;
    max-height: 300px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-bg-outlet{
    background-position: center !important;
    background-size: cover !important;
    /* background: url('../images/bg/card-bus.png') !important; */
    background-color: #f2b28f !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bg-transparent{
    background: transparent;
}

.first-color {
    color:#111827;
}
.second-color {
    color: #D5DAEF;
}

.third-color {
    color: #0B4883;
}

.fourth-color{
    color: #000000;
}

.first-bg-color {
    background-color:#0B4883;
}
.second-bg-color {
    background-color: #FEFEFE;
}

.third-bg-color {
    background-color: #f99999;
}

.fourth-bg-color{
    background-color: #000000;
}

.bg-color-transparent {
    background: rgb(13, 29, 73, 0.1);
}

.text-black{
    color:#000 !important;
}
.text-blue{
    color:#0295FF;
}
.text-grey-dark{
    color:#333333;
}
.text-grey-dark-2{
    color:#746D6D;
}

.text-black{
    color:#000 !important;
}
.text-blue{
    color:#0295FF;
}
.text-grey-dark{
    color:#333333;
}
.text-grey-dark-2{
    color:#746D6D;
}

.logo-navbar {
	width: 120px;
}

.logo-footer {
	width: 200px;
}

.navbar-light .navbar-nav .nav-link{
    color: #000;
    padding: 10px 20px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color:#0B4883;
}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
    color: #0B4883;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-item {
    font-size: .9rem !important;
    cursor: pointer;
}
.dropdown-item:hover {
    background: rgb(13, 29, 73, 0.1)!important;
    color: #0B4883 !important;
}

.ddaccount {
    background: rgba(11, 72, 131, 0.1);
    color: #0B4883 !important;
    border-radius: .2rem;
}

.btn-cari {
    background: #0B4883;
    border-radius: 20px;
    color: #fff !important;
}

.btn-outline{
    color: #0B4883 !important;
    border-color: #0B4883 !important;
}

.btn-outline:hover {
    color: #D5DAEF !important;
    background-color: #0B4883 !important;
}

.btn-outline1-reverse {
    background-color: #0B4883;
    color: #ffffff;
}

.btn-outline1-reverse:hover {
    border-color: #0B4883;
    background-color: #ffffff;
    color: #0B4883;
}

.btn.disabled, .btn:disabled {
    opacity: .35 !important;
}

.btn-back{
    color:#fff;
    background: #838383;
    border-color: transparent;
    box-shadow: 0px 1px 18px rgba(217, 217, 217, 0.57);
}
.card-header{
    background: #fff !important;
}
.btn-back:hover{
    color:#CCC;
    box-shadow: none;
}
.text-red{
    color:red;
}
.text-dark-red{
    color:#B01804 !important;
}
.text-muted{
    color: #6F6F6F !important;
}
.error{
    margin-bottom: 0;
    color:#0295FF !important;
}
.card, .card-form{
    border:none;
    background: #FFFFFF;
    box-shadow: 0px 1px 18px rgba(217, 217, 217, 0.57);
    border-radius: 7px;
}
.card-border{
    border:2px solid #0B4883;
}
.card-gradient{
    background-attachment: fixed;
    background: linear-gradient(72.76deg, #0B4883 0%, #df454b 98.86%);
}
.card-pattern{
    background: url(../images/bg/card-info.png);
    background-size: 113px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 7px;
    outline: 0;
    box-shadow: 0px 1px 18px rgba(99, 99, 99, 0.57);
}
.line-tujuan{
    width: 4.17px;
    height: 35px;
    background: url('../images/icon/route-detail.png');
    background-size: 4.17px 35px;
    background-repeat: no-repeat;
    background-position: center;

}
.line-tujuan-2{
    width: 4.17px;
    height: 35px;
    background: url('../images/icon/route.png');
    background-size: 4.17px 35px;
    background-repeat: no-repeat;
    background-position: center;

}
.form-control{
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    font-size: 16px;
    height: calc(1.5em + .15rem + 2px) !important;
    color:#0B4883 !important;
}
.form-pp {
    border: 1px solid #767676 !important;
    border-radius: 20.5px !important;
    padding: 1.25rem !important;
    color: #000000 !important;
    font-weight: 700;
}
.outline-none{
    outline: none;
}
.disable-select {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
.br-card{
    border-radius: 7px;
}
.br-button{
    border-radius: 5px;
}
.p-card {
    padding: .75rem;
}
.shadow{
    box-shadow: 0px 1px 18px rgba(217, 217, 217, 0.57);
}
.text-yellow{
    color: yellow;
}
.abstract-footer{
    width: 100px;
    position: absolute;
    top: -85px;
    right: 0;
}
.relative{
    position:relative;
}

.bg-red{
    background: #e44f00 !important;
}
.bg-grey-light{
    background: #e4e4e4 !important;
}
.py-2-5{
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}
.form-control:focus {
    color: #495057;
    background-color:transparent;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cacaca;
    opacity: 1; /* Firefox */
}
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cacaca;
}
  
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #cacaca;
}
.text-info{
    color:#0295FF !important;
}

/*kursi*/
.seat{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 1px 18px rgba(217, 217, 217, 0.57);
    margin: 5px;
    position: relative;
}

.seat:hover{
    cursor: pointer;
}

.seat-blank{
    background:#fff;
    color: #000;
}

.seat-select{
    background:#0295FF;
    border: 2px solid #0295FF;
    color: #fff;
}

.seat-select-pp{
    background:#0295FF;
    border: 2px solid #0295FF;
    color: #fff;
}

.seat-book{
    background:#6c757d;
    border:2px solid #6c757d;
    color: #fff;
}

.seat-book:hover{
    cursor: default;
}

.seat-driver{
    color: #0B4883;
    border-radius: 50%;
    border: 2px solid #0B4883;
    font-size: 14px;
}

.text-primary-custom{
    color: #0B4883;
}

.seat-driver:hover{
    cursor: default;
}

.no-seat{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 5px;
    position: relative;
}

.toilet {
    width: 48px;
    height: 48px;
    margin: 5px;
    background-image: url('../../../global/images/toilet.png');
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 1px 18px rgba(217, 217, 217, 0.57);
}

.promo-badge{
    position: absolute;
    bottom: -8px;
    display: flex;
    font-size: 8px;
    margin-left: 1px !important;
    color: #000;
}

.ss-main .ss-single-selected {
    padding: 0 !important;
    border: 0 solid #dcdee2 !important;
}

.outletmap {
    border-radius: 7px;
    height: 250px;
    border: 0;
}

.col-gallery {
    width: 20%;
}

.slick-list {
    border-radius: 7px;
}

.slick-dots li {
    margin: 0 !important;
}

.slick-dots li button::before, .slick-dots li.slick-active button::before {
    font-size: 9px !important;
}

.card-travel {
    background: #ccc;
    height: 150px;
    border-radius: 7px;
}

.bubble-resi{
    border-radius: 100px;
}

.form-resi {
    background: #fff !important;
    padding: 1.5rem 1rem !important;
}

.divbayar, .divbayar2>a>h5 {
    font-size: 1.1rem;
}

.gray {
    color: #929397;
}

.tc {
    text-transform: lowercase;
}

.tc::first-letter {
    text-transform: uppercase;
}

.tracking {
    border-left:1.5px solid rgb(208 208 208 / 34%);
}

.tracking > div > .dot-container {
    position: relative;
}

.tracking > div > .dot-container > .dot {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #0D1D49;
    border-radius: 10px;
    margin-left: -0.33rem;
}

.tracking:first-child > div > p {
    color: #0B4883;
}

.tracking:first-child > div > .dot-container > .dot {
    background: #0B4883;
}

.tracking > .dot-line {
    width: .1px;
    min-height: 20px;
    background: transparent;
    border-radius: 20px;
}

.tracking:first-child > .dot-line {
    display: none;
    visibility: hidden;
}

.nav-secondary{
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 58px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #0B4883 !important;
    font-weight: bold;
}

.nav-secondary-mobile{
    display: none;
}

.medsos img {
    width: 40px !important;
}

.card-layanan {
    background-color: #F9FAFB;
    border-radius: 20px;
    color: #000000;
    min-height: 100%;
}

.card-layanan:hover {
    background-color: #0B4883;
    color: #ffffff !important;
}

.card-layanan .bg-icon {
    border-radius:12px;
    background: #0B4883;
    color: #ffffff;
    width: 64px;
    text-align:center;
}
.card-layanan:hover .bg-icon {
    background: #ffffff;
    color: #0B4883;
}

.card-layanan .icons {
    color: #9CA3AF;
}

.card-layanan:hover .icons {
    color: #ffffff;
}
.card-layanan:hover .card-layanan-icon {
    background-color: #3EB947;
}

.card-layanan-icon {
    position:absolute;
    border:1px solid #9CA3AF;
    border-radius:99px;
    bottom:40px;
    left:40px;
}

.card-layanan:hover .desc{
    color:#ffffff;
}
.card-layanan .desc{
    color:#6B7280;
}

.card-layanan .title-number{
    font-weight: bold;
    font-size: 32px;
    color:#ffffff;
}
.card-layanan:hover .title-number{
    color:#0b4883;
}

.bg-pattern{
    background: url('../images/home/bg-home.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-dark .navbar-nav .nav-link {
    color: black !important;
}
.navbar-dark .navbar-nav a.nav-link.dropdown-toggle {
    color: white !important;
}
.btan-tiket.dropdown-toggle {
    color: #111827 !important;
    border-radius: 8px;
    border: 1px solid #111827;
}

.btn-masuk {
    color: #fff !important;
    border-radius: 8px;
    background-color: #0B4883;
    height: 43px;
    place-content: center;
}

.navbar-active .custom.btn-masuk {
    background-color: #0B4883 !important;
    color: #ffffff !important;
}
.navbar-active .custom.btn-tiket {
    color: #0B4883 !important;
    border: 1px solid #0B4883 !important;
}

.btn-masuk .icon-login {
    filter: brightness(0) invert(1);
}
.btn-tiket .icon-discount {
    filter: brightness(0) saturate(100%) invert(10%) sepia(15%) saturate(900%) hue-rotate(200deg) brightness(95%) contrast(95%);
}

.navbar-active .icon-login {
    filter: brightness(0) invert(1);
}
.navbar-active .icon-discount {
    filter: brightness(0) saturate(100%) invert(18%) sepia(78%) saturate(1400%) hue-rotate(185deg) brightness(90%) contrast(95%) !important;
}

.navbar-dark .custom.navbar-toggler {
    color: #0B4883 !important;
    border-color: #0B4883 !important;
    border-radius: 30px;
    width: 48px;
    height: 48px;
    padding:2px;
}

.ss-optgroup-label {
    color: #0B4883;
}

.new-page-footer{
    background-color: #ffffff !important;
}

.desc-footer, .desc-footer a{
    color:#6B7280 !important;
}
.bg-section-payment{
    background-color: #F9FAFB;
}

.parent-fasilitas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fasilitas-item {
    width: 20%;
    padding: 20px 12px;
    box-sizing: border-box;
    text-align: center;
}

.fasilitas-desc{
    color:#6B7280;
}

.layanan-title{
    font-size:28px;
}
@media (min-width: 1200px) {
    .mycontainer > .container,
    .mycontainer > section > .container,
    .mycontainer > .container-fluid > .bg-pattern > .container,
    .mycontainer > .container-fluid > .bg-reservasi > .container,
    .mycontainer > .container-fluid > .reservasi-section > .container,
    .mycontainer > .container-fluid > .container {
        max-width: 1350px;
    }

    .fasilitas-item {
        width: 20%;
    }
}

@media (max-width: 992px) {
    .fasilitas-item {
        width: 50%; /* 2 kolom */
    }
}

@media screen and (max-width: 972px) {
    .nav-secondary-mobile{
        display: block;
    }
}

@media (max-width: 960px) {
    .col-gallery {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .bubble-resi{
        border-radius: 0;
    }
}

@media screen and (max-width: 768px) {
    .fasilitas-title{
        font-size:20px;
    }
    .layanan-title{
        font-size:20px;
    }
}

@media (max-width: 576px) {
    .fasilitas-item {
        width: 100%;
    }
}