* {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: 'Title';
    src: url('../font/LibreBaskerville-Bold.ttf') format('ttf');
}

@font-face {
    font-family: 'Description';
    src: url("../font/OpenSans-Regular.ttf") format('ttf');
    letter-spacing: 1px;
}


:root {
    --color-master: #ffc424ff;
    --bg-soft: #e2e2e2;
    --nav-link: rgba(255, 255, 255, .55);
    --font-default: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --bg-soft-black: #d3d3d3ef;
    --bg-dark: #181818, ;
    --bg-dark-soft: #2d2d29,
}

.pagination-filter {
    justify-content: center;
}

.show {
    display: block !important;
}

.active-filter {
    background-color: var(--color-master);
}

.pagination .page-item {
    cursor: pointer;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    font-weight: 500;
    cursor: pointer;
}

.navbar-nav .dropdown-menu {
    display: none;
}

.filter-mobile {
    display: none;
}

.body-filter .card-ticket {
    min-width: 250px;
}

/* 
@media (prefers-color-scheme: dark) {
    body{
        background-color: var(--bg-dark);
    }
    .card-ticket {
        background-color: #222121;
        border: 1px solid var(--bg-dark-soft);
    }
    .list-category span {
        background-color: #2b2929;
        color: #676666ef;
    }
    .card-ticket .title p {
        color: #c1bcbc;
    }
    .detail-ticket .icon {
        color: #000000b8;
    }
    .border-title {
        border-left: 5px solid var(--color-master);
    }
}
@media (prefers-color-scheme: light) {
    body{
        background-color: #ffffff;
    }
    .card-ticket {
        background-color: #ffffff;
        border: 1px solid var(--bg-dark-soft);
    }
    .list-category span {
        background-color: rgba(239, 239, 239, 0.509);
    }
} */
body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

#profile-mobile {
    display: none !important;
}

.switch-account {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.switch-account img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#logout {
    cursor: pointer;
}

.fix-top-main {
    position: fixed;
    top: 103px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

.menu-nav-top {
    border-radius: 4px;
    padding: 5px 10px;
}

.menu-nav-top ul span {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 500;
}

.menu-nav-top ul {
    padding: 0;
}

.menu-nav-top ul li {
    list-style: none;
}

#switch-account-mobile {
    display: none;
}

#switch-account-mobile img {
    height: fit-content;
}

.menu-nav-top li:first-child {
    margin-top: 5px;
}

.menu-nav-top a {
    text-decoration: none;
    color: rgba(1, 1, 1, 0.79);
}

#switch-promotor {
    cursor: pointer;
}

#error-list-v2 {
    display: none;
}

.alert-pop-up {
    background: #01010140;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
}

.fix-top-main {
    position: fixed;
    top: 103px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

#error-list-v2 {
    display: none;
}

.alert-pop-up {
    background: #01010140;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
}

.bg-body-secondary-v2 {
    background-color: #d9d9d927;
}

.contact-use-wrapper {
    padding: 80px 60px;
}

#input-wrapper-default-v2 {
    display: none;
}

.fs-default-color {
    color: var(--color-master);
}

.fs-default {
    font-family: 'Title';
    letter-spacing: 1px;
}

.widget-event-bannertabody {
    background-color: #fff;
}

.method-payment-footer {
    margin-bottom: 20px;
}

.method-payment-footer .title {
    margin: 0 0 2rem 0;
}

.method-payment-footer .col {
    margin: 10px;
}

.method-payment-footer .col img {
    aspect-ratio: auto 50 / 14;
    width: 100%;
    min-width: 50px;
    height: 14px;
}

.bg-soft-black {
    background-color: var(--bg-soft-black);
    border: 1px solid white;
    border-radius: 10px;
}

.icon-wrapper {
    margin: 50px 0;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.hidden {
    display: none !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

#logout-nav-mobiile {
    display: none;
    cursor: pointer;
    border: 1px solid white;
}

.active-ticket {
    background-color: rgba(21, 134, 255, 0.097) !important;
}

.tooltiptext {
    position: absolute;
    right: 0;
    display: none;
    top: 44px;
    background-color: var(--color-master);
    padding: 2px 5px;
    border-radius: 5px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.shadow {
    box-shadow: 0 0 20px black;
}

.wrapper-h-profile {
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #00000051;
    display: none;
}

.icon-copy {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.h-profile {
    background-color: #fefeff;
    display: flex;
    flex-direction: column;
    width: 236px;
    border-radius: 4px;
    padding: 30px 18px;
    position: absolute;
    right: 110px;
    margin-top: 83px;
    border: 1px solid #d7d7d7;
}

.fw-small {
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 0;
}

.account-dashboard-item-user {
    display: flex;
    align-items: center;
}

.h-profile ul {
    padding: 0;
}

.h-profile ul li {
    list-style: none;
    padding: 6px 0 9px 0;
    cursor: pointer;
}

.h-profile ul a {
    text-decoration: none;
    color: #131313;
}

.h-profile li:hover {
    background-color: #ebebeb95;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.error-list {
    display: none;
    background-color: white;
}

.buy-progres {
    margin: 50px 0b;
}

#error-list {
    display: none;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0 0 0;
}

.loading-wrapper {
    display: none;
    z-index: 999999 !important;
}

.bg-mobile {
    background-color: #1b1a1a;
}

.uk-text-light {
    font-size: 13px;
}

.payment-detail .col-sm-4 .status-payment {
    display: none;
}

.account-dashboard img {
    border-radius: 30px;
    width: 20px;
    margin-right: 5px;
}

.account-dashboard p {
    margin: 0 5px;
    font-weight: 400;
    text-transform: capitalize;
}

.account-dashboard {
    min-width: 110px;
    justify-content: center;
    margin-left: 20px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    color: #131313;
    height: 35px;
    padding: 10px 5px;
    background-color: var(--color-master);
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.active {
    display: block !important;
}

.active-loading {
    display: block !important;
    z-index: 99;
}

.wrapper-detail-buy-progress table {
    margin: 10px 0;
}

.footer-buy-progress-wrapper tbody,
td,
tfoot,
th,
thead,
tr {
    border: none;
}

.profile {
    display: none;
}

.alert-success {
    margin: 0 0 20px 0;
    padding: 0;
}

/* hamburger */
.hamburger-menu {
    display: none;
}

.nav-mobile {
    display: none;
}

.navbar .nav-mobile {
    display: none;
}

.nav-mobile .body {
    display: none;
}

.hamburger-menu .active {
    display: none !important;
}

.menu-icon {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transform: scale(1.5);
}

.menu-icon .menu-icon__cheeckbox {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout: none;
    position: absolute;
    opacity: 0;
}

.menu-icon div {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 12px;
}

.menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgb(241, 241, 241);
    border-radius: 1px;
    transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.menu-icon span:first-of-type {
    top: 0;
}

.menu-icon span:last-of-type {
    bottom: 0;
}

.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked+div span:first-of-type {
    transform: rotate(45deg);
    top: 5px;
}

.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked+div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px;
}

.menu-icon.active:hover span:first-of-type,
.menu-icon.active:hover span:last-of-type,
.menu-icon:hover .menu-icon__cheeckbox:checked+div span:first-of-type,
.menu-icon:hover .menu-icon__cheeckbox:checked+div span:last-of-type {
    width: 22px;


}


@media (min-width: 1024px) {
    .menu-icon:hover span:first-of-type {
        width: 26px;
    }

    .menu-icon:hover span:last-of-type {
        width: 12px;
    }
}

.bg-asset {
    background: url('../images/bg-asset-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-text {
    text-align: center;
}

.footer-buttom {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    margin-top: 30px;
    padding: 10px 0;
}

.wrapper-footer-buttom span {
    color: rgba(255, 255, 255, 0.568);
    text-align: center;
}

.wrapper-login .form-control:focus:focus {
    background-color: #26262607;
    border-color: var(--color-master);
    box-shadow: none;
    color: #b3afaf;
}

.wrapper-login .input-group-text {
    background-color: #565555;
    border: none;
    color: white;
}

.navbar-toggler-icon {
    color: white;
}

ol b li {
    list-style-type: upper-roman;
}

.list-data-2 li {
    list-style: lower-alpha;
}

.list-data {
    list-style: disc !important;
}

.title-center {
    text-align: center;
}

.title-center h1 {
    font-size: 2rem !important;
    font-weight: 700;
    text-transform: capitalize;
}

.body-privacy ol li {
    padding: 5px;
}

.body-privacy-terms ol li {
    padding: 5px;
}

.list-data-privacy li {
    list-style-type: lower-alpha;
}

.body-privacy {
    margin-top: 45px;
    padding-bottom: 50px;
}

.body-privacy-terms {
    margin-top: 45px;
    padding-bottom: 50px;
}

.body-privacy-terms ul li {
    list-style-type: lower-alpha;
    padding: 5px;
}

.wrapper-spinner {
    margin: 30px;
    padding: 250px 0;
    position: relative;
}

#flush-collapseOne {
    margin: 20px 0;
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #00C8B1 !important;
    border-left-color: #00C8B1 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-midtrans {
    padding: 200px;
    text-align: center;
}

.wrapper-midtrans {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-midtrans h2 {
    text-align: center;
}

.dropdown-language {
    align-items: center;
    display: flex;
}

.profile-default .py-3 {
    cursor: pointer;
    display: flex;
    justify-content: end;
}

.item-number {
    background-color: #0064d2;
    position: absolute;
    top: 0;
}

#RegistrationUser .mb-3 {
    position: relative;
}

.card-confirmasi {
    padding: 20px;
    width: 600px;
}

.card-payment {
    padding: 36px 142px;
    width: 100%;
    border-radius: 10px;
    margin: auto;
}

.list-payment:hover {
    padding: 0 5px;
    background-color: #dddddd38;
    border-radius: 5px;
}

.wrapper-list-category {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    cursor: grab;
    width: 98%;
}

.wrapper-list-category a {
    text-decoration: none;
    padding: 10px 0;
}

.wrapper-list-category::-webkit-scrollbar {
    display: none;
}

.payment-detail {
    margin: 60px 0;
    display: flex;
    justify-content: center;
}

.payment-detail .col-sm-5 .status-payment {
    display: none;
}

.payment-detail .col-sm-7 {
    padding: 0 20px;
    border: 1px solid #d7d7d7;
}

.text-countdown {
    font-weight: 600;
    font-size: 1.3rem;
}

.payment-detail .detail-img .img-default {
    height: auto;
}

.payment-detail .wrapper-detail-body .detail-img {
    min-height: auto;
    width: 60%;

}


.payment-detail .wrapper-detail-body .detail-img img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.payment-detail .wrapper-detail-body {
    height: unset;
}

.payment-detail .wrapper-detail-body .card-body {
    padding: 0;
}

.payment-detail .col-sm-7 .event-detail-wrapper .event-detail-info .event-time {
    margin: 5px 0;
}

.payment-detail .info-organizer svg {
    width: 30px;
}

.payment-detail .col-sm-7 .event-detail-wrapper .event-detail-info .event-venue {
    margin: 0 0 10px 0;
}

.payment-detail .event-detail-wrapper {
    padding: 10px;
    width: 40%;
    box-shadow: none;
}

.payment-detail .event-title {
    margin: 0 0 10px 0;
}

.payment-detail .info-organizer {
    margin: 0;
    padding: 10px 0 0 0;
}

.payment-detail .wrapper-payment-detail {
    margin: 0;
}

.payment-detail .countdown-payment {
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px;
    border: 1px solid rgba(153, 153, 153, 0.416);
    box-shadow: 0 0 10px rgba(231, 231, 231, 0.448);
}


.wrapper-payment-detail {
    margin: 38px auto;
    width: 100%;
    padding: 20px;

    border: 1px solid rgb(237, 237, 237);
    border-radius: 5px;
}

.wrapper-payment-detail .title {
    font-size: 1.2rem;
    margin: 0 0 20px 0;
}

.card-payment-detail .item {
    padding: 5px 10px;
    position: relative;
    background-color: #eeeeee4e;
    border: 1px solid rgba(229, 229, 229, 0.461);
}

.card-payment-detail .item:nth-child(2) {
    margin-top: 40px;
}

.card-payment-detail .item:last-child {
    border-top: none;
}

.card-payment-detail ul {
    margin-top: 20px;
}

.card-payment-detail ul li {
    color: #252424;
    font-size: 1rem;
    padding: 0;
}

.payment-item {
    display: block;
    border: 1px solid rgba(200, 200, 200, 0.533);
    box-shadow: 0 0 5px rgba(10, 10, 10, 0.12);
    /* -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12); */
    padding: 20px 30px;
    margin: 20px 0;
    border-radius: 10px;
}

.payment-item label {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.payment-item .sub-label {
    margin: 0 0 20px 0;
    color: #818181;
}

.payment-item a {
    text-decoration: none;
    color: #000000;

}

.nex-payment {
    height: 30px;
    margin-left: 20px;
    cursor: pointer;
}

.list-payment {
    padding: 5px 0 0 0;
    cursor: pointer;
}

.logo-bank {
    width: 60px;
    padding: 10px 5px;
}

.carousel {
    margin: 20px 0;
}

/* .carousel-item {
    aspect-ratio: 16/9;
} */

.carousel-item {
    border-radius: 8px;

}

.carousel-item img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.footer-nl-area {
    display: flex;
    justify-content: center;
}

.footer-nl-area .btn-submit-email {
    font-weight: 500;
    border: none;
    border-radius: 5px;
    margin-left: 3px;
    padding: 5px 10px;
}

.wrapper-footer-form {
    font-size: 1rem;
}

.wrapper-footer-form a {
    color: var(--nav-link) !important;
}

.footer-area {
    color: var(--nav-link);
    margin: auto;
}

.footer-area .col a {
    color: rgba(255, 255, 255, .657);
}

.footer-area .col {
    text-align: center;
}

.footer-buttom .footer-content {
    text-align: right;
    gap: 20px;
}

.footer-nl-area .d-flex {
    justify-content: right;
    margin: 20px;
}


.footer-buttom .footer-content a {
    margin-left: 20px;
    font-weight: 400;
}

.footer-buttom .footer-content a:hover {
    color: var(--color-master);
}

.footer-area .icon-footer picture img {
    width: 40px;
    height: 40px;
    max-width: 100%;
    cursor: pointer;
}

.footer-item-title {
    color: rgba(255, 255, 255, .879);
}

.footer-area .btn-premium {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.879) !important;
    padding: 7px 14px;
    margin: 1rem auto;
    border: 1px solid var(--color-master);
    width: fit-content;
}


.footer-area .btn-premium:hover {
    background-color: var(--color-master);
    color: #000000 !important;
}

.footer-area .btn-premium a:hover {
    color: #000000;
}

.footer-area .title {
    color: rgba(255, 255, 255, .879);
}

.navbar-logo-top {
    width: 170px;
    height: auto;
    aspect-ratio: auto 170/50;
}

.navbar-brand-footer {
    width: 150px;
    height: auto;
    min-width: 150px;
    aspect-ratio: auto 150/50;
}

.logo-login {
    border: none;
    width: 300px;
    margin: auto;
}

.logo-login .img-thumbnail {
    border: none;
}

/* //THANK YOU  */

.thankyou-page ._header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.83) 0.01%, rgba(0, 0, 0, 0.97) 99.99%);
    padding: 50px 0 100px 0;
    text-align: center;
}

.thankyou-page ._header .logo {
    max-width: 200px;
    margin: 0 auto 50px;
}

.thankyou-page ._header .logo img {
    width: 100%;
}

.thankyou-page ._header h1 {
    font-size: 65px;
    font-weight: 800;
    color: white;
    margin: 0;
}

.thankyou-page ._body {
    margin: -70px 0 30px;
}

.thankyou-page ._body ._box {
    margin: auto;
    max-width: 800px;
    padding: 50px;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    text-align: center;
}

.thankyou-page ._body ._box h2 {
    font-size: 32px;
    font-weight: 600;
    color: #242424;
}

.thankyou-page ._body ._box h2:first-child {
    margin-bottom: 30px;
}

.thankyou-page ._footer {
    text-align: center;
    padding: 50px 30px;
}

.thankyou-page ._footer .btn {
    color: white;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 0.8px;
    padding: 10px 33px;
    border-radius: 20px;
    text-transform: uppercase;
}

.thankyou-page ._footer .btn:hover {
    background-color: var(--color-master);
    color: #000000;
}

.footer-buy-progress {
    display: grid;
    grid-template-columns: 60% 20% 20%;
    font-size: 1rem;
}

.footer-buy-progress .title {
    font-size: 1rem;
    margin: 0;
}

.footer-buy-progress .semi-title {
    font-size: 1rem;
}

.footer-buy-progress .semi-title img {
    margin-right: 20px;
}

.footer-buy-item-wrapper .semi-title img {
    width: 30px;
    margin-right: 15px;
}

.footer-buy-item-wrapper {
    display: grid;
    grid-template-columns: 60% 20% 20%;
    margin: 10px 0;
    font-size: 1rem;
}


/* card-large */

.wrapper-all-login {
    padding: 100px;
}



.wrapper-login {
    padding: 50px;
    width: 100%;
    margin: auto;
    max-width: 680px;
    border-radius: 10px;
    background: linear-gradient(143deg, rgba(19, 19, 19, 0.631) 0%, rgba(29, 28, 28, 0.129) 100%);
    backdrop-filter: blur(14px);
    color: white;
    box-shadow: 0 4px 8px rgb(30 44 106 / 10%);
    border: 1px solid #404040;
}

.wrapper-login .form-text {
    color: #8a8a8a;
}

.wrapper-login input {
    background-color: #24232300;
    border: 1px solid #515151;
    color: #b3afaf;
}

.ticket-info-wrapper {
    margin: 20px 0;
}

.bb-default {
    border-bottom: 1px solid #e1dfdf;
}

.ticket-info-wrapper p {
    font-size: .9rem;
    margin-left: 20px;
}

.payment {
    display: grid;
    margin: 0 20px;
    grid-template-columns: 50% 50%;
}

.ticket-info-wrapper .title {
    font-weight: 500;
    margin: 0 0 20px 0;
    font-size: .95rem;
}

.wrapper-ticket-detail {
    margin: 10px 0;
}

.wrapper-ticket-detail img {
    width: 24px;
    height: 24px;
}


.left-payment {
    margin: 20px 20px 20px 0;
    padding: 20px;
    height: fit-content;
    border: 1px solid #e8e8e8;
    /* box-shadow: 0 4px 8px rgb(30 44 106 / 10%); */
}

.left-payment label {
    font-size: 1rem;
    color: #626262;
}

.right-payment {
    width: 100%;
    box-shadow: 0 4px 8px rgb(30 44 106 / 10%);
    margin: 20px 0;
    padding: 20px;

    border-radius: 15px;
}

.right-payment .code-detail {
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    font-size: .9rem;
}

.right-payment-detail {
    display: grid;
    grid-template-columns: 50% 50%;
}

.right-payment-detail-ticket {
    color: #161616;
    font-weight: 400;
    padding: 0 10px;
    margin-left: 20px;
    border-left: 1px solid #d3d3d3;
}

.right-payment-detail-ticket p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: .95rem;
}

.right-payment-detail-ticket .wrapper-icon {
    margin: 10px 0;
    font-size: .85rem;
}

.right-payment-detail-ticket .wrapper-icon .icon {
    margin: 5px 0;
}

.countdown-payment {
    height: 50px;
    margin: 20px auto 0 auto;
    width: 600px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ticket-count {
    font-size: .84rem;
    color: #555555;
}

.right-payment-detail .img-fluid {
    border-radius: 12px;
}

.right-payment-detail .title h2 {
    margin: 0;
    font-size: .96rem;
}

.ticket-title {
    font-size: .8rem;
}

.card-ticket-2 {
    margin: 0 0 30px 0;
}

.img-ads {
    width: 100%;
    background-color: #e2e2e2;
    margin-top: 28px;
    border: 1px solid #d7d7d7;
}

.card-ticket-2 .img img {
    height: 100% !important;
}

.card-ticket-2 a {
    color: #000000;
    text-decoration: none;
}

.hide {
    display: none;
}

.nav-link:hover {
    color: var(--color-master);
}

.content-2 {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    scroll-behavior: smooth;
}

.mobile-price-detail {
    display: none;
}

.mobile-filter {
    display: none;
}

.widget-event-banner {
    width: 315px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: block;
}

.right-buy .title h2 {
    font-size: 1.2rem;
}


.widget-event-banner img {
    width: 100%;
    height: auto;
}

.deskripsi-nav {
    display: none;
}

.event-detail-right {
    height: fit-content;
    padding: 20px;
    border: 1px solid #d7d7d7;
}

.event-detail-right .align-items-center {
    font-size: 20px;
    font-weight: 600;
}

.active-tab-desc {
    display: block !;
}

.nav-detail {
    grid-template-columns: 50% 50%;
    display: grid;
    padding: 0;
    text-align: center;
}

.accordion-body-example {
    padding: 1rem;
}

.nav-detail li {
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #b3b3b3;
}

.deskripsi-content-value ul li {
    margin-bottom: 10px;
}

.description-tab-item {
    border-bottom: 4px solid var(--color-master) !important;
}

.deskripsi-content-value .title-deskripsi h2 {
    font-size: 1.2rem;
}

.title-deskripsi h2 {
    margin-left: 20px;
    font-size: 1.2rem;
    font-family: 'Title';
}

.event-detail-left ul {
    padding: 0;
    justify-content: space-between;
}


.event-detail-left ul li {
    list-style: none;
    width: 100%;
}

.pills-item {
    width: 100%;
}

.event-detail-content-top {
    display: grid;
    grid-template-columns: 1fr .5fr;
    grid-gap: 40px;
    grid-row-gap: 0;
    max-width: 1120px;
}



.event-detail-content {
    padding: 20px 0;
    display: grid;

    border-bottom: 1px solid #d7d7d7;
    grid-template-columns: 1fr .5fr;
    grid-gap: 40px;
    grid-row-gap: 0;
    max-width: 1120px;
    margin: 30px 0;
}

.event-title {
    margin-bottom: 15px;
}

.event-title h2 {
    font-family: 'Title';
    font-size: .8rem;
    text-transform: capitalize;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000000;
}

.event-time {
    margin: 10px 0;
}

.event-date span {
    margin-right: 10px;
    font-family: var(--font-default);
}

.event-time span {
    margin-right: 10px;
    font-family: var(--font-default);
}

.event-venue {
    margin-bottom: 20px;
}

.event-venue span {
    margin-right: 10px;
    font-family: var(--font-default);
}

.organizer-name {
    display: block;
}

.organizer-name a {
    text-decoration: none;
    margin-top: 20px;
}

.organizer-name p {
    color: #555555;
    font-size: 14px;
}

.organizer-name a {
    color: black;
    font-weight: 500;
}

.ticket-catalog {
    display: flex;
    align-items: center;
}


.ticket-catalog span {
    margin: 0 10px;
}

.ticket-catalog img {
    cursor: pointer;
}

.event-detail-info {
    width: 100%;
    color: #555;
    font-size: 1rem;
}

.event-detail-info img {
    width: 20px;
    min-width: 20px;
    aspect-ratio: auto 20/20;
    height: 20px;
}

.info-organizer {
    display: flex;
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #b3b3b3;
    margin: 76px 0 0 0;
}

#checkout:hover {
    background-color: var(--color-master);
    color: white;
}

.img-organizer {
    border-radius: 50px;
    width: 50px;
    border: 1px solid #d7d7d7;
    height: 50px;
    overflow: hidden;
    background-color: #dadada;
}

.img-organizer img {
    height: 100%;
    object-fit: cover;
    border: none;
}

.border-title {
    border-left: 5px solid var(--color-master);
}

.wrapper-event-detail-right {
    position: sticky;
    top: 110px;
    height: fit-content;
}

.wrapper-event-detail-right .btn-lg {
    margin-top: 20px;
    width: 100%;
    border: none !important;
    padding: 5px 0;
    font-weight: 500;
}

.wrapper-event-detail-right .btn-lg:hover {
    background-color: var(--color-master);
    color: white;
}

#nlEmail {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.97);
}

.shop {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.right-buy {
    width: 30%;
    margin-bottom: 30px;
    border-radius: 5px;
    height: fit-content;
    position: sticky;
    top: 110px;
    bottom: 110px;
}

.right-buy .title {
    margin: 0 0 20px 0;
}

.right-buy span {
    color: #000000;
    font-weight: 400;
}

.right-buy .col:last-child {
    text-align: right;
}

.input-wrapper {
    margin-bottom: 20px;
}

.input-wrapper input,
select {
    margin: 10px 0;
}

.right-buy .img img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.left-buy {
    width: 70%;
    margin-right: 20px;
    border-radius: 5px;
}

.detail-progess {
    margin-left: 20px;
}

.left-buy .detail {
    margin: 0 20px 0 20px;
}

.left-buy .countdown-payment {
    margin-bottom: 2rem;

}

.alert-wrapper-sub {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 376px;
}

.alert-wrapper-sub .alert {
    display: block;
}

.left-buy .title {
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 500;
}

.left-buy .title h2 {
    font-size: 1.2rem;
    margin: 0 13px;
}

.wrapper-orderer-details {
    margin: 0 0 50px 0;
    border: 1px solid rgb(243, 243, 243);
    padding: 35px;
    background-color: white;
    border-radius: 5px;
}

.wrapper-orderer-details .title {
    text-align: 1rem;
}

.open-hours {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.open-hours h2 {
    margin: 0 10px;
    font-size: .9rem;
}

.shop .count-shop {
    position: absolute;
    top: -10px;
    color: white;
}

/* this class default border-radius */
.r-12 {
    border-radius: 8px;
}

.col a {
    text-decoration: none;
    color: #000000;
}

.r-img {
    border-radius: 8px 8px 0 0;
}

/* this class default background black */
.bg-body-black {
    background-color: rgb(0, 0, 0);
}

.bg-body-detail {
    background-color: #f0f0f0;
}

.bg-star {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.83) 0.01%, rgba(0, 0, 0, 0.97) 99.99%);
}

.bg-master {
    background-color: var(--color-master);
}

.bg-master-filter:hover {
    background-color: var(--color-master) !important;
    color: #555;
}

.bg-master-1 {
    background-color: var(--color-master) !important;
}

.bg-master-2 {
    background-color: #f4d685;
}

.color-master {
    color: var(--color-master) !important;
}

.title {
    position: relative;
    margin: 2rem 12px;
}

.detail-text {
    position: absolute;
    right: 0;
    top: 10px;
}

/* this class default font  */
.title h1 {
    font-size: 1.2rem;
    margin-left: 20px;
    font-family: 'Title';
    letter-spacing: 1px;
    margin-top: 0;
}

/* .wrapper-category-choice {
    background-color: rgb(36, 36, 36);
} */

.pill {
    width: 100%;
}


.recomendation .title h2 {
    color: rgb(0, 0, 0);
}


.navbar-brand {
    width: 200px;
    overflow: hidden;
}

.navbar-brand img {
    width: 100%;

}

.nav-link {
    color: var(--nav-link);
}

.nav-link:focus,
.nav-link:hover {
    color: var(--color-master);
}

.active-nav {
    color: rgb(116, 114, 114) !important;
    padding: 5px 30px;
    border-radius: 3px;
    margin-left: 9px;
}

.account {
    display: flex;
}

.account a {
    border: 1px solid var(--color-master);
    text-decoration: none;
    display: flex;
    padding: 5px 30px;
    margin-left: 13px;
    border-radius: 3px;
    align-items: center;
    color: white;
}

.detail-ticket h1 {
    text-transform: capitalize;
    font-size: 30px;
    font-family: 'Title';
}

.wrapper_buttom_left {
    height: 40px;
    width: 40px;
    position: absolute;
    display: flex;
    top: 50%;
    left: -21px;
    border-radius: 20px;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 99;
}

.border-master {
    border: 1px solid #3837376b;
}

.border-master-2 {
    border: 1px solid var(--color-master);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: none;
}

.border-danger-2 {
    border: 1px solid #f5365c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: none;
}

.wrapper-left-right {
    /* position: absolute;
    width: 100%; */
    top: 45%;
}

.wrapper-left-right .wrapp {
    position: relative;
}

.wrapper_buttom_left img {
    bottom: 0;
}

.wrapper_buttom_right {
    height: 40px;
    width: 40px;
    position: absolute;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    right: -21px;
    top: 50%;
}

.wrapper-right-buy {
    box-shadow: 0 5px 12px #9e9e9e41;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e1e0e0b0;
}

.wrapper_buttom_right img {
    bottom: 0;
}

.wrapper-category {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0;
}

.card-img-top {
    object-fit: cover;
    width: 100%;
    height: 119px;
}

.wrapper-category .choice {
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 8px;
    margin-right: 15px;
    background: #000000;
}

.filter-text {
    list-style: none;
    text-decoration: none;
}

.filter-text:hover {
    color: var(--color-master) !important;
}

.value-referal-code {
    border: none;
}

.value-referal-code:focus-visible {
    border: none !important;
    outline: none !important;
}

.wrapper-category-choice {
    position: relative;
    margin: 25px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.wrapper-category-choice .content {
    margin: 20px 0;
    justify-content: center;
}

.wrapper-category-choice .col {
    width: 100%;
    max-width: 349px;
    padding-bottom: 20px;
}

.recomendation-wrapper .content {
    padding: 0 0 27px 0;
}

.detail-title {
    position: absolute;
    right: 0;
    top: 10px;
    color: #6b6b6bb0;
    font-weight: 400;
    cursor: pointer;
}

.wrapper-all-card {
    gap: 10px;
}

.shadow-content {
    box-shadow: 0 4px 8px rgb(30 44 106 / 10%) !important;
}

.wrapper-category .choice img {
    height: 100%;
    width: 100%;
    opacity: .8;
    border-radius: 8px;
    object-fit: cover;
}

.wrapper-category .choice label {
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    font-weight: 500;
    margin: auto;
    text-align: center;
    position: relative;
    top: -35px;
}

.wrapper-category .choice:last-child {
    margin: 0;
}

.wrapper-slide {
    position: relative;
    width: 100%;
}

.wrapper-slide img {
    width: 100%;
}

.Wrapper-btn-slide {
    position: absolute;
    top: 30%;
    left: 10%;
    right: 50%;
    width: 230px;
    z-index: 99;
}

.wrapper-paginate {
    display: flex;
    bottom: 40px;
    left: 0;
    right: 0;
    justify-content: center;
    position: absolute;
}

.active-paginate {
    background-color: white;
}

.wrapper-right {
    display: flex;
}

.wrapper-right .search {
    margin-right: 30px;
}

.wrapper-paginate span {
    margin: 0 10px;
    width: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
}

.btn-beli button {
    width: 100%;
    background-color: var(--color-master);
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    margin-top: 20px;
}

.btn-continue {
    width: fit-content;
    background-color: var(--color-master);
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
}

.Wrapper-btn-slide .title {
    color: white;
}

.alert-wrapper {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 376px;
}

.alert-queing {
    display: none;
    background-color: #000000bf;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    width: 100%;
    height: 100%;
}

.category-wrapper {
    margin: 2rem 0;
}

.active-category {
    background-color: rgb(163, 205, 255) !important;
}

.list-category {
    margin: 10px 12px;
    display: flex;
    overflow: scroll;
    scroll-behavior: smooth;
    margin: 0 12px;
    cursor: grab;
    height: 36px;
    background-color: white;
}

.list-category::-webkit-scrollbar {
    display: none;
}

.list-category span {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    cursor: grab;
    text-transform: capitalize;
    margin-right: 10px;
    background-color: rgba(239, 239, 239, 0.509);
    padding: 5px 25px;
    border-radius: 20px;
    border: 1px solid rgb(224, 224, 224);
    font-family: 'Description';
    min-width: fit-content;

}

.filter-icon {

    cursor: pointer;
}

.bg-light-ticket {
    background-color: white;
}

.detail-ticket {
    width: 100%;
    position: relative;
    /* border-bottom: 1px solid #e8e8e8; */
    margin: 10px 0;
}

.detail-ticket .icon {
    margin: 0 0 10px 0;
    color: #25262796;
    font-weight: 500;
    display: flex;
}

.detail-ticket .icon:last-child {
    margin-bottom: 1rem;
}

.detail-ticket .icon img {
    height: 20px;
    width: 16px;
}

.detail .wrapper {
    margin: 30px 0;
}

#button-addon1 {
    margin: 10px 0;
}

.icon span {
    margin-right: 12px;
}

.card-ticket {
    vertical-align: text-top;
    position: relative;
    min-width: 250px;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;

    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: rgba(49, 48, 48, 0.1) -3px 4px 14px 0px;
    color: #000000a7;
}

.card-ticket .img {
    height: auto;
    width: 100%;
    /* aspect-ratio: auto 16/9; */
}

.card-ticket .body { 
   padding : 10px;
}

.recommended-box-container {
    overflow: auto;
    scroll-behavior: smooth;
}

.recommended-box-container .card-ticket {
    margin-right: 20px;
}

.recommended-box-container .card-ticket:last-child {
    margin-right: 0px;
}

.section-ticket-info h2 {
    font-size: 12px;
    font-weight: 500;
}

.wrapper-filter .price span {
    font-size: 1rem;
}

.ticket-info-dynamic {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border: 0.5px solid rgb(245, 246, 250);

}

.ticket-info-dynamic .price {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0064d2;
}

.ticket-info-dynamic .pill {
    height: 40px;
    border-radius: 20px;
    border: none;
    margin: 20px 0;
}

.card-ticket .img img {

    height: 100%;
    width: 100%;

    object-fit: cover;
}

f {
    padding: 5px 10px;
    max-height: 195px;
    min-height: 203px;
}

.price {
    border-top: 1px solid #d7d7d7;
    padding: 17px 12px;
}

.price span {
    margin-top: 10px;
    font-weight: 500;
    font-size: 1.1rem;
}

.wrapper-search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .wrapper-search input {
    border: 1px solid rgba(246, 246, 246, 0.257);
} */

.wrapper-search .form-control:focus {
    color: var(--bs-body-color);
    background-color: rgb(132, 129, 129);
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.wrapper-count span {
    margin: 0 20px;
    background-color: burlywood;
    width: 400px !important;
    cursor: pointer;
}

.search-icon {
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
}

.card-ticket .title {
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: 100%;
    max-height: 100%;
    margin: 10px 0 0 0;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.wrapper-filter .card-ticket .title {
    font-size: .9rem;
}

.right-buy .card-ticket {
    background: none;
    border: none;
    box-shadow: none;
}

.right-buy .card-ticket .title {
    font-size: 0.86rem;
    margin-left: 6px;
    line-height: 1.5;
    max-width: 100%;
    max-height: 100%;
    word-break: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: horizontal;
}

.card-ticket .title p {
    font-size: 1rem;
    color: #525050;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Title';
}

.detail-img {
    width: 100%;
    /* aspect-ratio: auto 16/9; */
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
}

.col-sm-7 .detail-img {
    border-radius: 5px;
}

.col-sm-7 .event-detail-wrapper {
    border: none;
}

.detail-img .img-default {
    width: 100%;
    height: 100%;
    background-color: rgba(214, 214, 214, 0.199);
}

.event-detail-wrapper {
    position: relative;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #d7d7d7;
    /* box-shadow: 0 4px 8px rgb(30 44 106 / 10%); */
}

.detail-img img {
    height: 100%;
    z-index: 1;
}

.blur-img {
    width: 100%;
    z-index: -1;
    position: absolute;
    filter: blur(5px);
    top: 0;
    opacity: .4;
    transform: scale(1.05);
    object-fit: cover;
}

.thumbnail-gallery {
    margin-bottom: 20px;
}

.thumbnail-gallery .title {
    font-weight: 600;
    margin: 20px 0;
    font-size: 20px
}

.thumbnail-area {
    width: 63px;
    height: 63px;
    position: relative;
    overflow: auto;
    border-radius: 4px;
}

.thumbnail-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlight {
    background-color: rgba(255, 255, 255, 0.856);
    padding: 10px;
    line-height: 2.4rem;
}

.desc-time {
    padding: 10px;
    border: 0.5px solid rgb(245, 246, 250);
    background-color: rgb(239, 239, 239);
    /* border: 1px solid rgb(239, 239, 239); */
}

.accordion-button {
    padding: 0;

}

.accordion-button:not(.collapsed) {
    color: none;
    background-color: initial !important;
}

.accordion-button:focus {
    /* border-color: var(--bs-accordion-btn-focus-border-color); */
    /* outline: 0; */
    box-shadow: none;
}

.wrapper-catalog-ticket {
    padding: 20px;
    border: 1px solid #d3d3d3;
    background-color: white;
    border-radius: 10px;
}


.wrapper-catalog-ticket .title h2 {
    font-size: 1.1rem;
    margin: 0;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    box-shadow: none;
}

.wrapper-catalog-ticket .d-flex .icon {
    margin-right: 20px;
}

.footer-price {
    padding: 23px 0 0 0;

    display: flex;
}

.footer-price .price {
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
}

.footer-price button {
    height: 40px;
    border: none;
    border-radius: 20px;
    padding: 0 30px;
    background-color: var(--color-master);
}

.footer-price .content {
    display: block;
}

.footer-price h4 {
    font-size: 1rem;
    color: #7a7a7a;
}

.sosmed {
    margin: 0 0 20px 0;
}

.wrapper-sosmed {
    gap: 20px;
}

.share-icon img {
    cursor: pointer;
}

.share-icon img :hover {
    color: #fcb621;
}

.wrapper-sosmed .d-flex {
    gap: 20px;
}

.wrapper-sosmed .title p {
    font-size: 1rem;
    color: rgb(60, 60, 60);
    font-weight: 500;
}

.accordion-body {
    border-radius: 12px;
    margin: 20px 0;
    line-height: 2rem;
    background-color: #e9f1fc;
    border: 1px solid #d7d7d7;
}

.left-filter {
    height: 1vh;
    /* border: 1px solid #000000; */
    box-shadow: 0px -5px 0px -29px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 30px 20px;
}

.menu-category-wrapper {
    padding: 0;
}

.menu-filter {
    list-style: none;
    margin: 0;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.h-screen {
    height: 100vh;
}

.menu-category-wrapper .menu-filter:hover {
    background-color: rgba(255, 197, 36, 0.676);
    font-weight: 400;
}

.body-filter .col {
    max-width: 267px;
    margin-bottom: 2rem;
}

.wrapper-filter a {
    color: #000000;
    text-decoration: none;
}

.right {
    width: 100%;
    position: relative;
}

.right .d-flex {
    margin-bottom: 20px;
}

.right .row .col {
    margin-bottom: 30px;
    max-width: 300px;
}

.container-footer {

    margin: auto;
}

.sign-wrapper {
    color: #e6e6e6;
    padding: 8pc 0;
}

.sign-wrapper input {
    width: 80%;
    height: 40px;
    border: none;
    padding-left: 20px;
    background-color: #404040;
    border-radius: 5px;
    color: #dddddd;
}

.sign-wrapper input:focus {
    border: none;
}

.sign-wrapper p {
    padding: 0 40px;
}

footer {

    padding: 5% 0;
}

footer .title-footer {
    margin-bottom: 20px;
    color: #b3b3b3;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
    margin: 0;
    cursor: pointer;
    line-height: 31px;
    color: #555555;
}

.right-buy .row:last-child {
    margin-top: 30px;
}

.right-buy .row {
    margin: 10px 0;
    font-size: .9rem;
}

.right-buy .row .col {
    padding: 0;
}

.uk-flex-middle {
    font-size: 14px;
}

.uk-flex-middle a {
    color: #000000;
}

.uk-flex-middle input {
    margin-right: 10px;
}

.alert-info {
    color: rgb(254, 59, 59);
    font-size: 14px;
    margin: 20px 0
}

.btn-lg {
    width: 100%;
}

.btn-lg:hover {
    background-color: var(--color-master);
    color: #000000;
}

.checkbox-status-sub-qty {
    padding: 0 10px;
    width: 81px;
    text-align: center;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.5) {
    .widget-event-banner {
        width: 100%;
    }

    .card-payment {
        padding: 0 !important;
    }

    .event-title h2 {
        font-size: 1rem;
    }

    .event-detail-info {
        padding: 20px;
    }

    .info-organizer {
        margin: 0 !important;
        padding: 20px !important;
    }

    .wrapper-event-detail-right {
        padding: 20px 0;
        display: none;
    }

    .semi-title {
        font-size: .9rem;
    }

    .footer-buy-progress {
        font-size: .9rem !important;
    }

    .left-buy .detail {
        margin: 20px 0 0 0;
    }

    .footer-buy-progress .title {
        font-size: .9rem !important;
    }

    .wrapper-detail-buy-progress .d-flex {
        flex-direction: column;
    }

    .footer-buy-item-wrapper .semi-title img {
        display: none;
    }

    .detail-progess {
        margin: 0;
    }

    .mobile-price-detail .d-flex {
        flex-direction: column;
    }

    .mobile-price-detail {
        position: fixed;
        display: block;
        bottom: 0;
        z-index: 999;
        padding: 12px;
        border-top: 1px solid #d8d8d8;
        width: 100%;
        background-color: white;
    }

    .wrapper-category-choice .col {
        min-width: 440px;
    }

    .event-detail-wrapper {
        max-width: 540px !important;
    }

    /* .right-buy span {
        font-size: 12px;
    } */

    .wrapper-right-buy {
        margin: 20px 0 0 0 !important;
    }

    .input-wrapper {
        margin: 0 !important;
    }

    .footer-content {
        display: flex;
        justify-content: flex-end;
    }

    .wrapper-category-choice .col:nth-child(1n) {

        width: 100%;
    }

    .wrapper-category-choice .col {
        min-width: 205px;
    }

    .footer-buttom .footer-content a {
        margin: 0;
    }

    .detail-ticket .icon {
        font-size: .8rem;
    }

    .card-ticket .title p {
        font-size: 1rem;
    }

    .list-category {
        margin: 0;
    }

    .footer-area .row {
        display: block !important;
    }

    .footer-nl-area .d-flex {
        justify-content: center;
    }

    .icon-wrapper {
        margin: 20px 0;
    }

    .footer-area .title {
        margin-bottom: 30px;
    }

    .footer-nl-area .btn-submit-email {
        margin-left: 4px;
        border: none;
    }

    .footer-buttom .footer-content {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .footer-area {
        padding: 30px 30px 150px 30px !important;
    }

    .footer-area .col {
        margin: 0 !important;
    }

    .sosmed {
        margin: 20px 0;
    }
}

@media screen and (min-width: 720px) {
    .detail-img {
        min-height: 329px;
        border: none;
    }
}

@media (max-width:600px) {

    .pagination-filter {
        justify-content: start;
        overflow: scroll;
    }

    .title h1 {
        font-size: 1rem;
    }

    .filter-desktop {
        display: none;
    }

    .filter-mobile {
        display: block;
    }

    .body-filter .card-ticket {
        width: 100%;
        min-width: auto;
    }

    .body-filter .col {
        width: 100%;
        max-width: 100%;
    }

    .switch-account-mobile {
        display: flex;
        align-items: center;
    }

    #switch-account-mobile {
        display: flex;
        align-items: center;
    }

    #profile-mobile {
        display: flex !important;
    }

    /* @media (prefers-color-scheme: dark) {
      
    }
    @media (prefers-color-scheme: light) {
        .card-ticket {
            background: white ;
            border: 1px solid var(--bg-dark-soft);
        }
       
    }

    @media (prefers-color-scheme: more) {
        .card-ticket {
            background: white ;
            border: 1px solid var(--bg-dark-soft);
        }
       
    } */
    #main_image {
        margin: 10px 0;
    }

    .sub-title p {
        font-size: .9rem;
    }

    .contact-use-wrapper {
        display: block;
        padding: 20px;
    }

    .contact-use-wrapper .col:first-child {
        padding-bottom: 40px;
    }

    .contact-use-wrapper .col:last-child {
        margin-bottom: 10px;
    }

    .contact-use-wrapper h2 {
        font-size: 1rem;
    }

    .contact-use-wrapper .ms-2 span {
        font-size: .9rem;
    }

    .sub-title-v1 {
        font-size: 1rem;
    }

    .sub-title-v2 h5 {
        font-size: 1rem;
    }

    .sub-title-v3 p {
        font-size: .9rem;
    }

    .card-ticket .body {
        padding: 5px 15px;
	height: auto;
   	max-height: 203px; /* Adjusted to be consistent */
   	min-height: 203px; /* Ensure minimum height but no conflicts */
   	-webkit-max-height: 203px; /* Safari WebKit-specific property */
   	-webkit-min-height: 203px;
    }


    #logout-nav-mobiile {
        display: block;
    }

    .card-ticket .title {
        min-height: 38px;
    }

    .payment-item label {
        font-size: 1.2rem;
    }

    .payment-item {
        padding: 28px 19px;
    }

    .event-detail-info .event-date {
        font-size: .9rem;
    }

    .event-detail-info .event-time {
        font-size: .9rem;
    }

    .logo-bank {
        display: none;
    }

    .footer-buy-progress .semi-title img {
        margin-right: 10px;
    }

    .wrapper-right-buy {
        border: 1px solid #e9e6e6;
    }

    .table>:not(caption)>*>* {
        border: none;
    }

    .input-wrapper {
        padding: 1rem !important;
        margin: 0;
    }

    .wrapper-detail-buy-progress .widget-event-banner {
        width: 100%;
        height: 100%;
    }

    .wrapper-detail-buy-progress .d-flex {
        flex-direction: column;
    }

    .profile {
        display: block;
    }

    .account-dashboard {
        display: none;
    }

    .active-mobile {
        display: block !important;
    }

    .navbar .active {
        display: block;
    }

    .body-profile {
        position: relative;
    }

    .profile .name-user {
        margin: 15px 0 0 0;
    }

    .nav-mobile .body {
        display: block;
    }

    .nav-dashboard-mobile {
        height: 100vh;
        width: 100%;
        position: relative;
        padding: 20px;
        z-index: 1;
        background-color: #000000;
        display: none;
    }

    .wrapper-profile-content {
        padding: 10px 15px;
        margin-top: -50px;
        z-index: 5;
    }

    .wrapper-profile-content .user-profile {
        width: 70px;
        height: 70px;
    }

    .wrapper-content-profile {
        padding: 10px 15px;
    }

    .nav-mobile {
        height: 100vh;
        width: 100%;
        position: relative;
        z-index: 1;
        display: none;
        color: #d1d1d1;
        font-weight: 500;
    }

    .nav-mobile .header {
        display: flex;
        justify-content: space-between;
    }


    .nav-mobile .body {
        margin-top: 40px;
    }

    .nav-mobile .navbar-brand img {
        width: 200px;
    }

    .nav-mobile .title {
        margin: 20px 0;
        display: flex;
    }

    .nav-mobile .active-nav {
        margin-left: 20px;
    }

    .nav-mobile .account-mobile {
        display: flex;
        margin: 20px 0;
    }

    .nav-mobile .account-mobile a:first-child {
        border: 1px solid var(--color-master);
        border-radius: 3px;
    }

    .nav-mobile .account-mobile a {
        width: 50%;
        text-align: center;
        color: white;
        text-decoration: none;
    }

    .nav-mobile .account-mobile a span:first-child {
        align-items: center;
        margin: auto;
        display: flex;
        justify-content: center;
        height: 100%;
    }

    .nav-dashboard {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }

    .wrapper-footer-form {
        margin-top: 25px;
    }

    .wrapper-footer-form .btn {
        margin: 20px;
    }

    .title-center h1 {
        font-size: 1.5rem !important;
    }

    .body-privacy {
        padding: 0 20px 50px 20px;
    }

    .body-privacy-terms {
        padding: 0 20px 50px 20px;
    }

    .footer-buttom .row {
        display: flex !important;
        flex-direction: column-reverse;
        text-align: center;
    }

    .footer-area .row {
        display: block;
    }

    .footer-text {
        margin-top: 20px;
    }

    .footer-buy-progress .semi-title {
        font-size: .8rem;
    }

    .uk-flex-middle {
        display: flex;
        align-items: center;
    }

    .right-buy .title h2 {
        font-size: 1rem;
    }

    .wrapper-category-choice .content {
        justify-content: start;
    }

    .page-midtrans {
        padding: 200px 0;
    }

    .alert-wrapper {
        width: 100%;
        margin: 0;
        padding: 20px 20px;
    }

    .detail-ticket .icon img {
        width: 15px;
        height: 15px;
    }

    .card-payment {
        padding: 0 20px;
    }

    .wrapper-payment-detail {
        width: 100%;
        min-width: auto;
        padding: 20px;
        margin: 20px 0;
    }

    .countdown-payment {
        width: 100%;
    }

    .account a {
        text-align: center;
        margin: 5px 0;
        padding: 5px;
        border-radius: 10px;
    }


    .wrapper-all-login {
        padding: 70px 20px;
    }

    .wrapper-login {
        margin: 0;
        padding: 20px;
        backdrop-filter: initial;
    }

    .wrapper-login .btn {
        margin-top: 10px;
    }

    .account a:hover {
        color: var(--color-master);
    }

    .account a .active {
        background-color: #0064d2;

    }

    /* .account a:nth-child(2) {
        margin-top: 0;
        color: #000000;
        border: 1px solid #515151;
        background-color: #161616;
    } */

    .logo-login {
        border: none;
        width: 217px;
        margin: auto;
    }

    .thankyou-page ._header h1 {
        font-size: 40px;
    }

    .footer-area .col {
        margin-top: 30px;
    }

    .thankyou-page ._footer {
        padding: 30px 0;
    }

    .thankyou-page ._footer .btn {
        margin: 5px 0;
    }

    .thankyou-page ._body ._box {
        padding: 29px;
    }

    .footer-area {
        padding-bottom: 200px;
    }

    .right-payment-detail-ticket {
        margin: 0;
        padding: 0;
        border: none;
    }

    .footer-widget {

        display: block !important;
    }

    .footer-nl-area .d-flex {
        display: block !important;
        margin: 20px 0 0;
    }


    .footer-nl-area input {
        width: 100%;
        padding: 4px 20px;
        border: none;
    }

    .footer-buttom .footer-content a {
        margin: 0;
    }

    .footer-buttom .footer-content {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .deskripsi-content-value {
        padding: 10px;
    }


    .wrapper-category-choice .col {
        max-width: 300px;
        min-width: 205px;
    }

    .footer-nl-area .btn-submit-email {
        margin: 5px 0 0 0;
        width: 100%;
        border: none;
        padding: 4px 0;
    }

    .footer-buttom .col-4 {
        width: 100%;
    }

    .right-payment-detail-ticket div .title {
        margin-top: 20px !important;
    }

    .right-buy span {
        font-size: 13px;
    }

    footer {
        font-size: .9rem;
    }

    .footer-buy-progress {
        margin: 10px 0 0 0;
        display: flex;
        justify-content: space-between;
    }

    .footer-buy-progress .semi-title {
        font-size: .9rem;
        text-align: center;
        color: #696868;
    }

    .footer-buy-progress .semi-title:nth-child(2n) {
        margin-right: 0;
    }

    .footer-buy-progress .title {
        font-size: 1rem;
    }

    .detail-skeleton-img {
        min-height: 186px !important;
        max-height: none;
    }

    .wrapper-category-choice .col {
        width: 100%;
    }

    .left-buy .title-tiket h2 {
        font-size: 1rem !important;
    }

    .left-buy .title h2 {
        font-size: 1rem;
        line-height: 25px;
    }

    .left-buy .title {
        margin: 0;
    }

    .right-buy .row .col {
        font-size: 14px;
    }

    .detail-progess {
        margin: 0 !important;
    }

    .detail-progess .detail-ticket .icon {
        font-size: 14px !important;
    }

    .left-buy .detail-ticket .icon {
        font-size: 1rem;
    }

    .icon-ticket {
        display: none;
    }

    .wrapper-category-choice .col:nth-child(1n) {
        margin-left: 1px;
        padding-left: 0 !important;
        margin-right: 66px;
    }

    .content .col-6:nth-child(1n) {
        padding-left: 0 !important;
    }

    .content .col-6:last-child {
        padding-right: 0 !important;
    }

    .title-deskripsi h2 {
        margin-left: 10px;
    }

    .card-ticket .img img {
      height: auto !important;
      min-height: auto; /* Use auto instead of fit-content for better Safari support */
      -webkit-min-height: auto; /* WebKit-specific property for Safari */
      object-fit: cover; /* Ensures image scales properly */
      width: 100%; /* Ensure image width scales for responsive layout */
    }


    .share-icon img {
        height: 20px;
        width: 20px;
        font-size: .9rem;
    }

    .content .col-6 {
        min-width: 262px;
    }

    .accordion-body .my-4 {
        margin: 20px 0;
    }



    .deskripsi-info p {
        font-size: .95rem;
    }

    .event-title h2 {
        font-size: 1rem;

    }


    /* .container {
        padding: 0;
    } */
    .wrapper-category-choice .col {
        width: 90%;
        margin-right: 20px;
        padding: 0;
    }


    .left-buy .title-tiket {
        margin-top: 20px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: block;
        white-space: normal;
    }

    .buy-progres {
        display: block !important;
        padding: 0 10px;
    }

    .buy-progres .left-buy {
        width: 100%;
    }

    .right-buy {
        display: block;
        position: inherit;
    }

    .payment {
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
    }

    .left-payment {
        margin: 20px 0;
    }

    .right-payment-detail {
        display: block;
    }

    .right-buy .btn {
        font-size: 1rem !important;
    }

    .buy-progres .right-buy {
        width: 100%;
        margin: 20px auto 20px auto !important;
    }

    .navbar-expand-lg {
        height: 100%;
        /* border-radius: 0 0 10px 10px; */
    }

    .navbar-nav {
        padding: 0 10px;
        text-align: left;
    }

    .account {
        display: grid;
    }

    .shop {
        display: none;
    }

    .account span {
        padding: 5px 0;
        margin: auto;
    }


    .navbar-collapse .nav-item h6 {
        text-align: left;
    }

    .dropdown {
        text-align: center;
    }

    .dropdown-language {
        display: none;
    }

    .title {
        margin: 20px auto 20px auto;
    }

    .recomendation {
        padding: 12px;
    }

    .footer-price {
        margin-top: 20px;
        padding: 0;
    }

    .right .list-category {
        margin: 0;
    }

    .wrapper-filter {
        padding: 0 20px;
    }

    .event-detail-left ul li {
        width: 100%;
        margin: 0;
    }

    .desktop-price-detail {
        display: none;
    }

    .price {
        position: relative;
        display: flex;
        padding: 0;
    }

    .footer-price .price {
        font-size: 1.2rem;
    }

    .mobile-price-detail {
        position: fixed;
        display: block;
        bottom: 0;
        z-index: 999;
        padding: 12px;
        border-top: 1px solid #d8d8d8;
        width: 100%;
        background-color: white;
    }

    .mobile-price-detail .btn {
        width: 100%;
        background-color: var(--color-master);
    }

    .wrapper-event-detail-right .img-ads {
        margin: 1rem 0;
        height: 100%;
    }

    .img-ads {
        height: 100%;
    }

    .event-detail-left .nav-pills .nav-item {
        width: 50%;
    }

    .accordion-body {
        margin: 20px 0;
        border: none;
    }

    .event-detail-content-top {
        grid-template-columns: 1fr;
    }

    .event-detail-content {
        grid-template-columns: 1fr;

    }

    #tiket-acrodion .accordion-body {
        margin: 0;
        padding: 5px 8px;
    }

    #tiket-acrodion mobile-price-detail {
        display: none;
    }

    .deskripsi-content-value .title-deskripsi h2 {
        font-size: 1rem;
        margin: 0 13px;
    }

    .count-down-event {
        font-size: 13px;
        margin: 10px 0;
    }

    .count-down-event img {
        width: 20px;
    }

    .wrapper-catalog-ticket .title h2 {
        font-size: 1rem;
    }

    .category {
        margin: 0 0 20px 0;
    }

    .detail-img .img-default {
        border-radius: 0;
    }

    .carousel-inner {
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
    }

    .Wrapper-btn-slide {
        display: none;
    }

    .carousel-inner img {
        width: 100%;
   	height: auto; /* Adjusts height based on the image's aspect ratio */
    	-webkit-height: auto; /* Safari-specific prefix */
    	object-fit: cover; /* Ensures the image covers the container without distorting */
    }

    .carousel-item {
        border-radius: 20px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .carousel {
        padding: 12px;
        margin-bottom: 12px;
    }

    .navbar-brand {
        width: 170px;
    }

    .thumbnail-gallery .title {
        font-size: 18px;
    }

    .detail-img {
        border: none;
        border-radius: 0 !important;
    }

    .detail-img .img-default {
        width: 100%;
        height: 100%;
        border-radius: 0 !important;
    }

    .blur-img {
        filter: none;
        opacity: .4;
        transform: none;
        object-fit: cover;
    }

    .detail-ticket h1 {
        font-size: 22px;
    }

    .item-filter {
        margin: 0 10px;
        text-align: center;
    }

    .item-filter p {
        margin: 0;
    }

    .left-filter {
        display: none;
    }

    .wrapper-filter .card-ticket .img {
        height: 180px;
    }

    .wrapper-filter .detail-ticket .icon {
        font-size: 1rem;
    }

    .wrapper-filter .card-ticket .title {
        font-size: 1rem;
        margin: 10px 0;
    }

    .wrapper-filter .card-ticket .title p {
        font-size: 1rem;
    }

    .hidden-filter {
        display: none !important;
    }

    .hidden {
        display: none !important;
    }

    .wrapper-sosmed {
        display: block;
    }

    .mobile-filter {
        background-color: #ffffff;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 54px;
        border-radius: 12px 12px 0 0;
        display: flex;
        box-shadow: 0 -8px 16px rgb(48 49 53 / 10%);
        align-items: center;
        border: 1px solid #e6e6e6;
        justify-content: space-between;
    }

    .right-content {
        bottom: 0;
        width: 100%;
        left: 0;
        top: 300px;
    }

    .container-footer {
        margin: 90px 0;
    }

    .container-footer .row:first-child {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .wrapper_buttom_left {
        display: none;
    }

    .wrapper_buttom_right {
        display: none;
    }

    .sign-wrapper {
        padding: 4pc 0;
    }

    .sign-wrapper .d-flex {
        flex-direction: column;
    }

    .sign-wrapper input {
        width: 100%;
    }

    .sign-wrapper p {
        padding: 1rem;
    }

    .wrapper-category-choice {
        margin: 0;
        padding: 12px;
        box-shadow: none !important;
    }

    .wrapper-category {
        overflow: scroll;
        display: none;
    }

    .Wrapper-btn-slide {
        width: 177px;
    }

    .wrapper-slide img {
        object-fit: cover;
        height: -webkit-fill-available;
    }

    .wrapper-slide {
        width: 100%;
        height: 100vh;
    }

    .content {
        overflow-x: scroll;
        flex-wrap: nowrap;
        margin-right: 0;
        margin-left: 0;
        scroll-behavior: smooth;
    }

    .content::-webkit-scrollbar {
        display: none;
    }

    .detail-ticket {
        margin: 6px 0 0 0;
    }

    .wrapper-category .choice img {
        width: inherit;
    }

    .card-ticket {
        margin-bottom: 10px;
        min-width: 253px;
        height: auto;
    }

    .price span {
        margin: 10px 15px;
    }

    .list-category {
        display: flex;
        overflow: scroll;
        scroll-behavior: smooth;
        margin: 0 12px;
    }

    .list-category::-webkit-scrollbar {
        display: none;

    }

    .list-category span:first-child {
        margin: 0 0 5px 0;
    }

    .list-category span {
        margin: 0 0 5px 10px;
        height: fit-content;
        width: fit-content;
    }

    .list-category span:last-child {
        margin: 0 10px 5px 10px;
        width: auto;
    }

    .title h2 {
        font-size: 1rem;
    }

    .detail-title {
        font-size: .7rem;
        top: 4px;
        display: none;
    }

    .info-organizer {
        position: static;
        padding: 20px 0 0 0;
        margin: 50px 0 0 0;
    }

    .price span {
        font-size: 1rem;
    }

    .card-ticket .title p {
        font-size: 1rem;
        margin: 0;
    }

    .detail-ticket .icon {
        font-size: .9rem;
    }

    .wrapper-category .choice {
        width: 200px;
    }

    .sign-wrapper {
        padding-left: 12px;
        padding-right: 12px;
    }

    .recoment-ticket {
        padding: 0;
    }

    .recoment-ticket .card-ticket {
        min-width: 250px;
    }

    .recoment-ticket .card-ticket .title p {
        font-size: 1rem;
    }

    .recoment-ticket .title-deskripsi h2 {
        font-size: 1.2rem;
    }

    .recoment-ticket .col {
        margin: 20px 0;
    }

    .recoment-ticket .detail-ticket .icon {
        font-size: .9rem;
    }

    .recoment-ticket .price span {
        font-size: .9rem;
    }

    .payment-detail .wrapper-detail-body {
        display: none;
    }

    .payment-detail .wrapper-detail-body .card-body .d-flex {
        flex-direction: column;
    }

    .payment-detail .wrapper-detail-body .detail-img {
        width: 100%;
    }

    .payment-detail .event-detail-wrapper {
        width: 100%;
        padding: 17px;
    }

    .event-detail-wrapper {
        box-shadow: none;
        border: 1px solid #d1d1d1;
        border-radius: 0;
    }

    .text-countdown {
        font-size: 1.2rem;
    }

    .payment-detail {
        flex-direction: column-reverse;
        margin: 10% 0;
    }

    .payment-detail .col-sm-4 {
        margin: 0 0 30px 0;
        padding: 0;
        width: 100%;
    }

    .payment-detail .col-sm-7 {
        margin: 0 0 30px 0;
        padding: 0;
        box-shadow: none !important;
        width: 100%;
    }

    .payment-detail .countdown-payment {
        border: none;
        box-shadow: none !important;
    }

    .card-payment-detail .btn {
        font-weight: 400;
    }

    .payment-detail .col-sm-7 .status-payment {
        display: none;
    }

    .payment-detail .col-sm-4 .status-payment {
        display: block;
    }

    .footer-buy-item-wrapper {
        display: flex;
        justify-content: space-between;
    }

    footer {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width:290px) {
    .mobile-price-detail {
        bottom: 0;
    }
}

@media screen and (min-width:601px) and (max-width: 768px) {
    .body-filter .card-ticket {
        min-width: 100%;
    }

    .filter-desktop {
        display: none;
    }

    .filter-mobile {
        display: block;
    }

    .switch-account-mobile {
        display: flex;
        align-items: center;
    }

    #switch-account-mobile {
        display: flex;
        align-items: center;
    }

    #profile-mobile {
        display: flex !important;
    }

    .navbar-nav {
        padding: 0 20px;
    }

    .contact-use-wrapper {
        display: block;
        padding: 50px 20px;
    }

    .contact-use-wrapper .col:first-child {
        padding-bottom: 40px;
    }

    #logout-nav-mobiile {
        display: block;
    }

    .wrapper-category-choice .content {
        justify-content: start;
    }

    .event-detail-info {
        padding: 20px;
    }

    .info-organizer {
        padding: 20px;
    }

    .account {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .navbar-collapse {
        padding-bottom: 10px;
    }

    .account a {
        justify-content: center;
    }

    .card-payment {
        padding: 0 25px;
    }

    .payment-detail .wrapper-detail-body {
        display: none;
    }

    .payment-detail .wrapper-detail-body .card-body .d-flex {
        flex-direction: column;
    }

    .payment-detail .wrapper-detail-body .detail-img {
        width: 100%;
    }

    .payment-detail .event-detail-wrapper {
        width: 100%;
        padding: 17px;
    }

    .text-countdown {
        font-size: 1.2rem;
    }

    .payment-detail {
        flex-direction: column-reverse;
        margin: 10% 0;
    }

    .payment-detail .wrapper-payment-detail {
        padding: 20px;
    }

    .payment-detail .col-sm-7 .status-payment {
        display: none;
    }

    .payment-detail .col-sm-4 .status-payment {
        display: block;
    }

    .payment-detail .col-sm-4 {
        width: 100%;
    }

    .payment-detail .col-sm-7 {
        width: 100%;
        padding: 0;
        margin: 0 0 30px 0;
        box-shadow: none !important;
    }

    .payment-detail .countdown-payment {
        border: none;
    }

    .profile {
        display: block;
    }

    .account-dashboard {
        display: none;
    }

    .wrapper-all-login {
        padding: 50px;
    }

    .img-ads {
        height: 100%;
    }

    .shop {
        display: none;
    }

    .footer-buttom .col-4 {
        width: 100% !important;
    }

    .footer-text {
        margin: 20px 0;
    }

    .footer-buttom .row {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .wrapper-payment-detail {
        width: 100%;
    }

    .countdown-payment {
        width: 100%;
    }

    .account a {
        text-align: center;

    }

    .content {
        overflow-x: scroll;
        flex-wrap: nowrap;
        margin-right: 0;
        margin-left: 0;
        scroll-behavior: smooth;
    }

    .footer-area .row {
        display: block;
    }

    .footer-buttom .footer-content {
        text-align: center;
    }

    .recoment-ticket .col {
        min-height: 300px;
    }

    .wrapper-category-choice .col {
        /* width: 100%; */
        /* max-width: 277px; */
        padding-bottom: 20px;
        min-width: 348px;
    }

    .footer-nl-area .d-flex {
        justify-content: center;
    }

    .footer-nl-area .btn-submit-email {
        margin-left: 5px;
        border: none;
    }

    .list-category::-webkit-scrollbar {
        display: none;
    }

    .buy-progres {
        display: block !important;
    }

    .left-buy {
        width: 100%;
    }

    .right-buy {
        width: 100%;
        top: 0;
        position: static;
    }

    .wrapper-right-buy {
        width: 100%;
    }

    .left-payment {
        width: 100%;
        margin: 0;
    }

    .right-payment-detail .title h2 {
        margin-top: 20px;
    }

    .payment {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
        flex-direction: column-reverse;
    }

    .content::-webkit-scrollbar {
        display: none;
    }

    .title {
        margin: 0;
    }


    .wrapper-category-choice .rekomendasi-wrapper .col {
        width: 100%;
        max-width: 100%;
    }

    .detail-img .img-default {
        border-radius: 0 !important;
    }

    .event-detail-content-top {
        display: block;
    }

    .event-title h2 {
        font-size: 1rem;
    }

    .detail-img {
        min-height: 300px;
        border-radius: 0;
    }


    .event-detail-wrapper {
        padding: 0;
        box-shadow: none;
        max-width: 540px;
        width: 100%;
        margin: 20px auto;
    }

    .event-detail-content {
        display: block;
    }


    .recoment-ticket .col {
        margin-top: 30px;
    }

    .wrapper-right-buy {
        margin-top: 20px;
    }

    .recoment-ticket .col:last-child {
        margin-bottom: 30px;
    }

    .footer-buy-item-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 5px;

    }

    .footer-buy-progress-wrapper {
        margin: 0 !important;
    }

    .footer-buy-progress {
        display: grid;
        grid-template-columns: auto auto auto;
        text-align: center;
        border: 1px solid rgb(197, 194, 194);
    }

    .left-buy .title {
        margin: 0;
    }

}

@media screen and (min-width:768px) and (max-width: 990px) {
    .filter-mobile {
        display: block;
    }

    .filter-desktop {
        display: none;
    }

    .body-filter .card-ticket {
        min-width: 100%;
    }

    .body-filter .col {
        max-width: 50%;
    }

    .navbar-nav {
        padding: 0 20px;
    }

    #profile-mobile {
        display: flex !important;
    }

    .switch-account-mobile {
        display: flex;
        align-items: center;
    }

    #switch-account-mobile {
        display: flex;
        align-items: center;
    }

    .wrapper-category-choice {
        margin: 0;
    }

    .wrapper-category-choice .content {
        justify-content: start;
    }

    .contact-use-wrapper {
        display: block;
    }

    .contact-use-wrapper .col:first-child {
        padding-bottom: 40px;
    }

    #logout-nav-mobiile {
        display: block;
    }

    .event-title h2 {
        font-size: 1rem;
    }

    .event-detail-info {
        padding: 20px;
    }

    .info-organizer {
        padding: 20px;
    }

    .account {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .navbar-collapse {
        padding-bottom: 10px;
    }

    .account a {
        justify-content: center;
    }

    .card-payment {
        padding: 0 20px;
    }

    .payment-detail .wrapper-detail-body {
        display: none;
    }

    .payment-detail .wrapper-detail-body .card-body .d-flex {
        flex-direction: column;
    }

    .payment-detail .wrapper-detail-body .detail-img {
        width: 100%;
    }

    .payment-detail .event-detail-wrapper {
        width: 100%;
        padding: 17px;
    }

    .text-countdown {
        font-size: 1.2rem;
    }

    .payment-detail {
        flex-direction: column-reverse;
        margin: 10% 0;
    }

    .payment-detail .wrapper-payment-detail {
        padding: 20px;
    }

    .payment-detail .col-sm-7 .status-payment {
        display: none;
    }

    .payment-detail .col-sm-4 .status-payment {
        display: block;
    }

    .payment-detail .col-sm-4 {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }

    .payment-detail .col-sm-7 {
        width: 100%;
    }

    .profile {
        display: block;
    }

    .account-dashboard {
        display: none;
    }

    .wrapper-all-login {
        padding: 50px;
    }

    .img-ads {
        height: 100%;
    }

    .shop {
        display: none;
    }

    .footer-buttom .col-4 {
        width: 100% !important;
    }

    .footer-text {
        margin: 20px 0;
    }

    .footer-buttom .row {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .wrapper-payment-detail {
        width: 100%;
    }

    .countdown-payment {
        width: 100%;
    }

    .account a {
        text-align: center;

    }

    .content {
        overflow-x: scroll;
        flex-wrap: nowrap;
        margin-right: 0;
        margin-left: 0;
        scroll-behavior: smooth;
    }

    .footer-area .row {
        display: block;
    }

    .footer-buttom .footer-content {
        text-align: center;
    }

    .recoment-ticket .col {
        min-height: 300px;
    }

    .wrapper-category-choice .col {
        /* width: 100%; */
        /* max-width: 277px; */
        padding-bottom: 20px;
        min-width: 348px;
    }

    .footer-nl-area .d-flex {
        justify-content: center;
    }

    .footer-nl-area .btn-submit-email {
        margin-left: 5px;
        border: none;
    }

    .list-category::-webkit-scrollbar {
        display: none;
    }

    .buy-progres {
        display: block !important;
    }

    .left-buy {
        width: 100%;
    }

    .right-buy {
        width: 100%;
        top: 0;
        position: static;
    }

    .wrapper-right-buy {
        width: 100%;
    }

    .left-payment {
        width: 100%;
        margin: 0;
    }

    .right-payment-detail .title h2 {
        margin-top: 20px;
    }

    .payment {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
        flex-direction: column-reverse;
    }

    .content::-webkit-scrollbar {
        display: none;
    }

    .title {
        margin: 0;
    }


    .wrapper-category-choice .rekomendasi-wrapper .col {
        width: 100%;
        max-width: 100%;
    }

    .detail-img .img-default {
        border-radius: 0 !important;
    }

    .event-detail-content-top {
        display: block;
    }

    .detail-img {
        min-height: 300px;
        border-radius: 0;
        border: none;
    }


    .event-detail-wrapper {
        padding: 0 12px;
        box-shadow: none;
        max-width: 720px;
        width: 100%;
        margin: 20px auto;
    }

    .event-detail-content {
        display: block;
    }


    .recoment-ticket .col {
        margin-top: 30px;
    }

    .wrapper-right-buy {
        margin-top: 20px;
    }

    .recoment-ticket .col:last-child {
        margin-bottom: 30px;
    }
}

@media screen and (min-width:991px) and (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        display: none !important;
    }

    .detail-ticket .icon img {
        width: 18px;
    }

    .detail-ticket .icon {
        font-size: .9rem;
    }

    .info-organizer {
        margin: 0;
        padding: 76px 0 0 0;
    }

    .wrapper-catalog-ticket .title h2 {
        font-size: 1rem;
    }

    .event-title h2 {
        font-size: 1rem;
    }

    .event-detail-info .event-date {
        font-size: .9rem;
    }

    .event-detail-info .event-time {
        font-size: .9rem;
    }

    .sosmed {
        margin-top: 20px;
    }

    .img-ads {
        height: 100%;
    }

    .content {
        /* overflow-x: scroll;
        flex-wrap: nowrap;
        margin-right: 0;
        margin-left: 0;
        scroll-behavior: smooth; */
    }

    .card-ticket {}

    .list-category::-webkit-scrollbar {
        display: none;
    }

    .content::-webkit-scrollbar {
        display: none;
    }

    .event-detail-right .align-items-center {
        font-size: 1rem;
    }

    .wrapper-event-detail-right .btn-lg {
        font-size: 1rem;
    }

    .account-dashboard p {
        font-size: .9rem;
    }

    .detail-img {
        height: 100%;
        min-height: unset;
    }

    .event-detail-right .d-flex p {
        font-size: 1rem;
    }

    .title {
        margin: 0;
    }

    .wrapper-category-choice .col {
        max-width: 330px;
    }

    .event-detail-content-top {
        max-width: 960px;
        margin: 20px auto;
        grid-gap: 10px;
    }

    .widget-event-banner {
        width: 548px;
    }

    .body-filter .card-ticket {
        min-width: 200px;
    }

}

@media screen and (min-width: 1120px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        display: none !important;
    }

    .event-title h2 {
        font-size: 1rem;
    }

    .widget-event-banner {
        display: block;
        width: 400px;
    }

    .recoment-ticket {
        height: auto;
        margin: 28px auto 40px !important;
        max-width: 1120px;
    }

    .event-detail-content {
        height: auto;
        margin: 28px auto 40px !important;
    }

    .event-detail-content-top {
        height: auto;
        margin: 28px auto 0 !important;
    }

    .wrapper-category-choice .col {
        width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    .body-filter .col {
        max-width: 322px;
        margin-bottom: 2rem;
    }

    .wrapper-category-choice .col {
        min-width: 324px;
    }

    .card-ticket-2 .card-ticket .img {
        height: 285px;
    }
}