:root {
    --bs-border-radius: 0.375rem;
    --bs-white: #fff;
    --bs-black: #000;
    --bs-grey: #929292;
    --bs-snst-primary: #0B9887;
    --bs-snst-secondary: #144351;
}

.logo-header {
    max-height: 55px;
    margin-left: -10%;
}

.profle-header {
    max-height: 50px;
    margin-right: -10%;

}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.btn-primary,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #FA5B01 !important;
    border-color: #FA5B01 !important;
}

.btn-primary-detail {
    background-color: #FA5B01 !important;
    border-color: #FA5B01 !important;
    color: white;
}

.border-10 {
    border-radius: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.nav-pills .nav-link.active {
    color: var(--bs-white) !important;
}

.nav-link {
    color: white !important;
}

.nav-item a {
    color: #473C79 !important;
}

.nav-item-btn a {
    margin: 2%;
    color: white !important;
}

.navbar-nav .nav-item .nav-link.active {
    font-weight: 700;
    color: var(--bs-snst-primary) !important;
}

.nav-link:hover {
    /* color: var(--bs-snst-primary) !important; */
    color: #473C79;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-snst-secondary);
    background-color: var(--bs-snst-primary);
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .bd-code-snippet {
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-radius: var(--bs-border-radius);
    }

    .bd-example {
        --bd-example-padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-radius: var(--bs-border-radius);
    }
}

.form-label {
    font-weight: 600;
}

.text-grey {
    color: var(--bs-grey);
}

.ticket-category {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

.ticket-category-qty {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #0d6efd;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #0d4eaf;
    --bs-btn-hover-border-color: #0d4eaf;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #0e60db;
    --bs-btn-active-border-color: #0e60db;
}

.bd-navbar {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.btn,
.btn-group,
.dropdown,
.dropup,
.dropend,
.dropstart {
    margin-right: 1rem;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.bd-content .bd-code-snippet {
    margin-bottom: 1rem;
}

.bd-code-snippet {
    border: solid #dee2e6;
    border-width: 1px;
    border-radius: 10px;
}

.bd-example {
    --bd-example-padding: 1rem;
    position: relative;
    padding: var(--bd-example-padding);
    border: solid #dee2e6;
    border-width: 1px;
}

.carousel-item {
    height: 15vh;
    min-height: 220px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.payment-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.payment-methods:after {
    content: "";
    clear: both;
}

.payment-method {
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    height: 80px;
    position: relative;
    width: 150px;
    margin: auto 10px;
}

.payment-method label {
    background: #fff no-repeat center center;
    background-size: 80%;
    bottom: 1px;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 0;
    position: absolute;
    right: 1px;
    text-indent: 100%;
    top: 1px;
    white-space: nowrap;
}

/* .payment-method + .payment-method {
  margin-left: 25px;
} */

.bri label {
    background-image: url(/assets_landing/images/bri-pay.png);
}

.mandiri label {
    background-image: url(/assets_landing/images/mandiri-pay.png);
}

.bca label {
    background-image: url(/assets_landing/images/bca-pay.png);
}

.qris label {
    background-image: url(/assets_landing/images/qris-pay.png);
}

.payment-methods input:focus+label {
    outline: 2px dotted #21b4d0;
}

.payment-methods input:checked+label {
    outline: 4px solid #21b4d0;
}

.payment-methods input:checked+label:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Y2hlY2tlZDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iY2hlY2tlZCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBhdGggZD0iTTEwLjAwNDkyODUsMjAgQzE1LjQ5NTMxNzksMjAgMjAsMTUuNDkzMDk2NiAyMCwxMCBDMjAsNC40OTcwNDE0MiAxNS40OTUzMTc5LDAgOS45OTUwNzE0NiwwIEM0LjUwNDY4MjExLDAgMCw0LjQ5NzA0MTQyIDAsMTAgQzAsMTUuNDkzMDk2NiA0LjUwNDY4MjExLDIwIDEwLjAwNDkyODUsMjAgWiIgZmlsbD0iIzIxQjREMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNOS4wNDQ0MDE1NCwxNiBDOC41OTA3MzM1OSwxNiA4LjIzMzU5MDczLDE1Ljc3NDM1OSA3Ljk1MzY2Nzk1LDE1LjQyNTY0MSBMNS4zMzc4Mzc4NCwxMi4xNjQxMDI2IEM1LjA5NjUyNTEsMTEuODc2OTIzMSA1LDExLjYxMDI1NjQgNSwxMS4yOTIzMDc3IEM1LDEwLjYyNTY0MSA1LjUzMDg4ODAzLDEwLjA5MjMwNzcgNi4xNDg2NDg2NSwxMC4wOTIzMDc3IEM2LjUwNTc5MTUxLDEwLjA5MjMwNzcgNi43ODU3MTQyOSwxMC4yNTY0MTAzIDcuMDM2Njc5NTQsMTAuNTUzODQ2MiBMOS4wMjUwOTY1MywxMy4wNTY0MTAzIEwxMi44MTg1MzI4LDYuNjg3MTc5NDkgQzEzLjA5ODQ1NTYsNi4yMzU4OTc0NCAxMy40MTY5ODg0LDYgMTMuODMyMDQ2Myw2IEMxNC40NDAxNTQ0LDYgMTUsNi40ODIwNTEyOCAxNSw3LjE0ODcxNzk1IEMxNSw3LjQwNTEyODIxIDE0LjkwMzQ3NDksNy42OTIzMDc2OSAxNC43MzkzODIyLDcuOTU4OTc0MzYgTDEwLjEyNTQ4MjYsMTUuMzY0MTAyNiBDOS44NjQ4NjQ4NiwxNS43NTM4NDYyIDkuNDY5MTExOTcsMTYgOS4wNDQ0MDE1NCwxNiBaIiBpZD0iUGF0aCIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    right: -10px;
    width: 20px;
}

.pic {
    margin: 5px 0;
}

.card-block {
    width: 200px;
    border: 1px solid lightgrey;
    border-radius: 5px !important;
    background-color: #FAFAFA;
    margin-bottom: 30px;
}

.card-body.show {
    display: block;
}

.card {
    padding-bottom: 20px;
    box-shadow: 2px 2px 6px 0px rgb(200, 167, 216);
}

.radio {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.radio.selected {
    box-shadow: 0px 8px 16px 0px #EEEEEE;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.radio.selected {
    box-shadow: 0px 8px 16px 0px #EEEEEE;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.selected {
    background-color: #abe9e6;
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;

    h6 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    p:last-child {
        margin-bottom: 0;
    }

    code {
        border-radius: 3px;
    }

    &+.bs-callout {
        margin-top: -5px;
    }
}

.tix-cat {
    margin: 0px;
    color: rgb(113 113 113);
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

.tix-cat-header {
    margin: 0px;
    color: black;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.tix-cat-header-span {
    margin: 0px;
    font-weight: lighter;
    color: rgb(113 113 113);
    font-size: 12px;
    line-height: 150%;
}

.tix-cat-header-span-detail {
    margin: 0px;
    font-weight: lighter;
    color: rgb(113 113 113);
    font-size: 12px;
    font-weight: 500;

    line-height: 150%;
}

.tix-cat.strong {
    font-size: 14px;
}

.callout-default {
    border-left-color: #eaeaea;
}

.callout-primary {
    border-left-color: #0B9887;
}

/* @each $name,$color in (default,#eaeaea),(primary,#0B9887),(success,#088108),(danger,#c9322c),(warning,#e69728),(info,#38a7c9),(violet,#6d20c5) {
  .callout-#{$name} {
    border-left-color: #{$color};
    h6 { color: #{$color}; }
  }
} */

@-moz-document url-prefix() {
    .payment-methods input:checked+label:after {
        bottom: 0;
        right: 0;
        background-color: #21b4d0;
    }
}


.sold-out {
    opacity: 0.5;
    z-index: 99;
    color: white;
    background: url(/assets/images/soldout.webp) no-repeat 0 0;
    background-position: 90%;
    background-size: 45%;
}

.sold-out .ticket-counter {
    border: none !important;
}

.booked-out {
    opacity: 0.5;
    z-index: 99;
    color: white;
    background: url(/assets/images/fullybooked.webp) no-repeat 0 0;
    background-position: 90%;
    background-size: 58%;
}

.booked-out .ticket-counter {
    border: none !important;
}

.swal2-html-container {
    padding-top: 30px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    overflow: hidden !important;
}

.swl-btn-cancel,
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    padding: 6px 10px !important;
}

.card-block-ticket {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: rgb(113 113 113);
    position: relative;
    padding: .8em;
    border: none;
    box-shadow: none;
}

.order-status,
.order-cta {
    position: relative;
}

.order-cta .btn-group-card {
    position: absolute;
    bottom: 0px;
    right: 20px;
    display: block;
}

.order-status span {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    background-color: var(--bs-snst-primary);
}

.color-sunset-pink {
    color: #fa4492;
}

.color-bg-sunset-pink {
    background-color: #fa4492;
}


.ticket-description {
    font-size: 12px;
    background-color: #e4e4e4;
    color: black;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.ticket-counter {
    border: 2px solid #c6c6c6 !important;
    border-radius: 10px;
}

.ticket-counter .btn {
    border: none !important;
}

.ticket-counter input {
    border: none !important;
}


#frmVoucher::placeholder {
    color: white;
}

#frmVoucher:focus-visible {
    /* border: 1px solid white !important; */
}

#btnVoucher {
    border: none !important;
}

#frmVoucher:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background-color: #00AEFF;
    /* Tetap pertahankan warna background */
}

/* Menghilangkan efek garis pada button saat diklik */
#btnVoucher:focus,
#btnVoucher:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.input-voucher {
    padding: 2px;
    border-radius: 10px;
    color: white;
    background-color: #00AEFF;
}

.offcanvas-body {
    z-index: 99999;
    margin-top: -16%;
    color: white;
    background-color: #00AEFF;
    visibility: visible;
    transition: transform .1s ease-in-out;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -77px;
    margin-top: .125rem;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../../../img/dev-2/profil.png");
}

.navbar-light .navbar-toggler {
    color: none !important;
    border-color: transparent !important;
    /* margin-top: -22%; */
}

.navbar-toggler-icon {
    display: inline-block;
    width: 3.5em;
    height: 2em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler {
    position: fixed;
    right: -22px;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}



/* Mobile devices (portrait) */
@media (max-width: 480px) {
    /* Aturan untuk perangkat mobile */
}

/* Tablet devices */
@media (min-width: 481px) and (max-width: 768px) {
    /* Aturan untuk tablet */
}

/* Desktop kecil dan laptop */
@media (min-width: 1024px) {
    .logo-header {
        margin-left: -3%;
    }

}

/* Desktop menengah */
@media (min-width: 1200px) {
    .logo-header {
        margin-left: -3%;
    }
}

/* Desktop besar */
@media (min-width: 1440px) {
    .logo-header {
        margin-left: -3%;
    }
}


.card-history-order {
    border-radius: 10px solid red;

}