/* tiket */

.responv_tiket_desktop {
    display: block;
}

.responv_tiket_mobile {
    display: none;
}

.stickyy {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.bg_header_tiket_sdf {
    height: 179px;
    width: 100%;
    background-color: #092042;
}

.header_tiket_sdf {
    display: flex;
    justify-content: space-between;
}

.header_tiket_left img {
    margin-top: 84px;
    height: 54px;
    flex-shrink: 0;
}

.header_tiket_right {
    display: flex;
    align-items: end;
    gap: 120px;
}

.header_tiket_right .txt {
    color: #FFF;
    text-align: right;
    font-family: 'BDO';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.title_tiket {
    margin-top: 40px;
    margin-bottom: 29px
}

.title_tiket .txt1 {
    color: #000;
    font-family: 'BDO';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.8px;
}

.title_tiket .txt2 {
    color: #000;
    font-family: "BDO";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sidebar_tiket_right{
    top: 66px;
    position: sticky;
}

.sidebar_tiket_right .txt1 {
    margin-bottom: 30px;
    color: #000;
    font-family: 'BDO';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.6px;
}

.display_detail {
    display: grid;
    gap: 11px;
}

.detail_data {
    display: flex;
    gap: 27px;
}

.detail_data .txt2 {
    margin-bottom: 3px;
    color: #959595;
    font-family: 'BDO';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 107.143% */
    letter-spacing: 0.42px;
}

.detail_data .txt3 {
    color: #000;
    font-family: 'BDO';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 106.25% */
    letter-spacing: 0.48px;
    text-decoration: none;
}

.detail_data .txt3 a {
    color: #000;
    font-family: 'BDO';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 106.25% */
    letter-spacing: 0.48px;
    text-decoration: none;
}

.sidebar_tiket_right button,
.sidebar_tiket_right .gettiket {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    background: #092042;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-family: 'BDO';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    cursor: pointer;
}

.banner_tiket {
    margin-bottom: 49px;
}

.banner_tiket img {
    border-radius: 5px;
    aspect-ratio: 3/1;
    width: 100%;
    object-fit: cover;
}

.sidebar_tiket_left .button_choice {
    display: flex;
    gap: 25px;
    margin-bottom: 59px;
}

.paddeskripsi,
.padtiket {
    cursor: pointer;
}

.sidebar_tiket_left .button_choice .pad {
    padding: 9px 31px 9px 31px;
    border-radius: 5px;
    border: 2px solid #092042;
}

.sidebar_tiket_left .button_choice .pad .txt {
    color: #092042;
    font-family: 'BDO';
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.48px;
}

.konten_deskripsi .txt1 {
    margin-bottom: 20px;
    color: #000;
    font-family: 'BDO';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    /* 105% */
    letter-spacing: 0.6px;
}

.konten_deskripsi .txt2 {
    margin-bottom: 39px;
    color: #959595;
    font-family: 'BDO';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
}

.card_tiket {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}

.card_tiket .pad {
    padding: 40px 32px 40px 32px;
}

.card_tiket .txt1 {
    color: #000;
    font-family: 'BDO';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* 105% */
    letter-spacing: 0.6px;
}

.card_tiket .habis .txt1,
.card_tiket .habis .txt2,
.card_tiket .habis .txt3 {
    color: #959595;
}

.card_tiket .habis .harga_button .pad {
    background: #959595;
}

.card_tiket .dash {
    margin-top: 34px;
    margin-bottom: 29px;
    border-color: #959595;
    border-style: hidden hidden dashed hidden;
    border-width: 2px;
    width: 100%;
}

.card_tiket .harga_button {
    display: flex;
    justify-content: space-between;
}

.card_tiket .harga_button .pad {
    padding: 13px 46px 13px 46px;
    border-radius: 5px;
    background: #092042;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.card_tiket .txt2 {
    margin-bottom: 7px;
    color: #959595;
    font-family: 'BDO';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 107.143% */
}

.card_tiket .txt3 {
    color: #092042;
    font-family: 'BDO';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    /* 105% */
}

.card_tiket .txt4 {
    color: #FFF;
    text-align: center;
    font-family: 'BDO';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}

#gettiket2 {
    display: none;
}


/* konfirmasi */

.waktu {
    background: #F9D83F;
    margin-bottom: 50px;
}

.waktu .txt {
    padding: 5px 0px 5px 0px;
    text-align: center;
    color: #000;
    font-family: 'BDO';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
    letter-spacing: 0.48px;
}

.sidebar_konfirmasi_left {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 40px;
}

.sidebar_konfirmasi_right {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 30px;
}

.sidebar_konfirmasi_left .txt1 {
    color: #000;
    font-family: 'BDO';
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 104.348% */
    letter-spacing: 0.69px;
}

.sidebar_konfirmasi_left .txt2 {
    color: #959595;
    font-family: 'BDO';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 107.143% */
    letter-spacing: 0.42px;
}

.sidebar_konfirmasi_left .label {
    margin-bottom: 15px;
    color: #000;
    font-family: 'BDO';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 93.75% */
    letter-spacing: 0.48px;
}

.sidebar_konfirmasi_left input {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 45px;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}
.sidebar_konfirmasi_left select{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 45px;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}

.sidebar_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 1020;
}

.sidebar_konfirmasi_right .txt1 {
    color: #000;
    font-family: 'BDO';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 105% */
    letter-spacing: 0.6px;
}

.sidebar_konfirmasi_right .txt2 {
    margin-bottom: 10px;
    color: #000;
    font-family: 'BDO';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    /* 108.333% */
    letter-spacing: 0.6px;
}

.sidebar_konfirmasi_right .txt3 {
    color: #000;
    font-family: 'Tusker';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 104% */
    letter-spacing: 1.25px;
}

.sidebar_konfirmasi_right .txt4 {
    color: #959595;
    font-family: 'BDO';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 100% */
    letter-spacing: 0.45px;
}

.sidebar_konfirmasi_right .txt5 {
    color: #959595;
    font-family: 'BDO';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 107.143% */
    letter-spacing: 0.42px;
}

.sidebar_konfirmasi_right .txt6 {
    margin-top: 15px;
    margin-bottom: 9px;
    color: #000;
    font-family: 'BDO';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 131.25% */
    letter-spacing: 0.48px;
}

.sidebar_konfirmasi_right .txt7 {
    display: flex;
    color: #000;
    font-family: 'BDO';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 107.143% */
    letter-spacing: 0.42px;
}

.sidebar_konfirmasi_right .txt8 {
    margin-bottom: 20px;
    color: #959595;
    font-family: 'BDO';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 100% */
    letter-spacing: 0.45px;
}

.sidebar_konfirmasi_right .txt9 {
    color: #000;
    text-align: right;
    font-family: 'BDO';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 100% */
    letter-spacing: 0.45px;
}

.sidebar_konfirmasi_right .txt10 {
    color: #000;
    text-align: right;
    font-family: 'BDO';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    /* 75% */
    letter-spacing: 0.6px;
}

.display_konfirmasi_detail {
    display: flex;
    justify-content: space-between;
}

.sidebar_konfirmasi_right .thumbs img {
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 1;
}

.sidebar_konfirmasi_left .dots {
    margin-top: 20px;
    margin-bottom: 35px;
    border: 1px solid #959595;
}

.sidebar_konfirmasi_right .dots {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 1px solid #959595;
}

.sidebar_konfirmasi_right .dash {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px dashed #959595;
}

.btn_konfirmasi {
    margin-top: 14px;
    padding: 12px 0px 12px 0px;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    background: #092042;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: 'BDO';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}

.header_konfirmasi_popup {
    margin-bottom: 30px;
    gap: 15px;
    display: flex;
}

.header_konfirmasi_popup .txt1 {
    color: #000;
    font-family: 'BDO';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.54px;
}

.konfirmasi_popup .label {
    margin-bottom: 10px;
    color: #959595;
    font-family: 'BDO';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    /* 100% */
    letter-spacing: 0.39px;
}

.konfirmasi_popup input {
    background-color: #fff;
    width: 100%;
    margin-bottom: 20px;
    padding: unset;
    border: unset;
    color: #000;
    font-family: 'BDO';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    letter-spacing: 0.54px;
}

.konfirmasi_popup .note {
    margin-top: 10px;
    margin-bottom: 38px;
    color: #959595;
    font-family: 'BDO';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 138.462% */
    letter-spacing: 0.39px;
}

.d-button {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.cek_back {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 0px 12px 0px;
    color: #000;
    text-align: center;
    font-family: 'BDO';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}

.confirm {
    width: 100%;
    border-radius: 5px;
    background: #092042;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 0px 12px 0px;
    color: #FFF;
    text-align: center;
    font-family: 'BDO';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}


/* footer */

.footer_desktop,
.footer_mobile {
    margin-top: 36px;
    margin-bottom: 25px;
}

.footer_tiket_sdf {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_tiket_sdf a {
    text-decoration: none;
    color: #000;
    font-family: 'BDO';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_tiket_sdf img {
    padding-left: 10px;
    padding-right: 10px;
}

.button_choice .aktif {
    background: #092042;
}

.button_choice .pad .aktif {
    color: #fff !important;
}

.tab_show {
    display: block !important;
}

.tab_hide {
    display: none !important;
}

.konten_tiket {
    display: none;
}

.footer_tiket_sdf .desktop {
    display: block;
}

.footer_desktop {
    display: block;
}

.footer_mobile {
    display: none;
}


/* select tiket */

#checkbox_tiket {
    margin-bottom: 29px;
}

#checkbox_tiket input[type=checkbox] {
    display: none;
}

#checkbox_tiket .pilih {
    width: 100%;
}

#checkbox_tiket input[type=checkbox]:checked+.pilih {
    border: 1px solid #0d6efd;
    background-color: #0d6efd2b;
    border-radius: 5px;
}

#checkbox_tiket input[type=checkbox]:disabled+.pilih .card_tiket .txt1 {
    color: #959595 !important;
}
#checkbox_tiket input[type=checkbox]:disabled+.pilih .card_tiket .txt2 {
    color: #959595 !important;
}
#checkbox_tiket input[type=checkbox]:disabled+.pilih .card_tiket .txt3 {
    color: #959595 !important;
}

#checkbox_tiket input[type=checkbox]:disabled+.pilih .card_tiket .harga_button .pad {
    background: #959595;
}


@media only screen and (max-width: 1200px) {
    .header_tiket_right {
        gap: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .responv_tiket_desktop {
        display: none !important;
    }
    .responv_tiket_mobile {
        margin-top: 39px;
        display: block;
    }
    .sidebar_tiket_right button,
    .sidebar_tiket_right .gettiket {
        margin-top: unset !important;
    }
}

@media only screen and (max-width: 768px) {
    .sidebar_konfirmasi_right {
        margin-top: 30px;
    }
    .header_tiket_right .txt {
        font-size: 16px;
    }
    .header_tiket_right {
        gap: 30px;
    }
    .title_tiket .txt1 {
        font-size: 13px;
    }
    .title_tiket .txt2 {
        font-size: 30px;
    }
    .sidebar_tiket_left .button_choice .pad .txt {
        font-size: 12px;
    }
    .sidebar_tiket_left {
        margin-top: 28px;
    }
    .sidebar_tiket_left .button_choice {
        margin-bottom: 28px;
    }
    .sidebar_tiket_left .button_choice {
        gap: 13px;
    }
    .konten_deskripsi .txt1 {
        margin-bottom: 7px;
        font-size: 16px;
    }
    .konten_deskripsi .txt2 {
        font-size: 14px;
    }
    .card_tiket .txt1,
    .card_tiket .txt3 {
        font-size: 16px;
    }
    .card_tiket .pad {
        padding: 21px 21px 21px 21px;
    }
    .card_tiket .dash {
        margin-top: 20px;
        margin-bottom: 17px;
    }
    .card_tiket .txt4 {
        font-size: 12px;
    }
    .card_tiket .harga_button .pad {
        padding: 13px 30px 15px 30px;
    }
    #checkbox_tiket {
        margin-bottom: 17px;
    }
    .detail_data .txt2 {
        margin-bottom: 3px;
        font-size: 12px;
    }
    .detail_data .txt3 {
        font-size: 14px;
    }
    .detail_data .txt3 a {
        font-size: 14px;
    }
    .display_detail {
        gap: 16px;
    }
}

@media only screen and (max-width: 576px) {
    .hide_on_mobile {
        display: none;
    }
    .footer_desktop {
        display: none;
    }
    .footer_mobile {
        display: block;
    }
}

@media only screen and (max-width: 400px) {}

.currency {
    padding-left: 32px !important;
}

.currency-symbol {
    position: absolute;
    padding: 10px 10px;
}