body {
    background: #fff;
    font-family: 'Montserrat';
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 8px;
}

.subtotal {
    height: 34px;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.subtotal > p:first-child {
    font-size: 8px;
    line-height: 10px;
    margin: 0;
}

.subtotal > p {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 8px 16px;
}

/* bottom shadow on front screen- removed this as it doesn't dynamically change well enough. Might need to do a single pixel width and tile it.  */
    /*.card-body::after {
        content: "";
        background: url('/content/bottom.png') repeat center bottom;
        position: absolute;
        bottom: -57px;
        height: 57px;
        width: 382px;
    }*/



.card-title {
    margin: 0;
    font-weight: 600;
}

.card-subtitle { margin-top: 2px; }

.with-logo {
    display: flex;
    align-items: center;
    margin-top: 10px;
    text-align: left;
}

#content img {
    max-width: 100%;
    height: auto;
}


/*.card-content > p,a { margin-left: calc(16px + 1rem); }*/

#content hr { margin-bottom: 1em !important; }

.card-content > a {
    color: #413F99;
    text-decoration: none;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
}

.navbar {
    margin-bottom: 0;
    background-color: white;
}

.after-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 16px 16px;
    padding: 18px;
}

/* Notes on d-lg and d-hide. The former shows elements in large mode, the latter shows the in media max-width 768px mode. Those classes are overriten inside the media block*/

.d-hide { display: none; }

.d-lg { display: inherit; }

.modal { overflow-y: auto; }

.quantity { font-size: 12px; }

.bold {
    font-weight: bold;
    color: black;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .left-card {
        border: 1px solid #fff;
        border-radius: 0;
    }

    .d-none { display: none; }

    .d-lg { display: none; }

    .d-hide { display: inherit; }

    .d-hide-tab { display: none; }

    .card-body {
        flex: 1 1 auto;
        padding: 8px 0px;
    }

    .after-card {
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 0;
        padding: 0px;
    }

    .d-lg-none { display: inherit; }

  
    .card-modal { border: #fff 1px solid; }

    .register-btn {
        text-align: center;
        width: 400px;
    }

    .credit-card-layout {
        width: 84%;
        display: inline-block;
    }
}

.order-ticket-new {
    max-width: 400px;
    float: left;
    margin-left: 10px;
    background: #fff;
    border: 2px solid;
    border-radius: 5px;
    padding: 20px;
    margin: 10px;
    /* box-shadow: 4px 4px 3pt 2pt #e0e0e0; */
}

.img-fluid {
    height: auto;
    max-width: 675px;
    width: -webkit-fill-available;
}

.max-width-constrained {
    max-width: 675px;
    width: -webkit-fill-available;
}

.answer-select-list > div { width: 100%; }

.form-input-order-ticket {
    padding-left: 0;
    padding-right: 0;
}

.form-input-order-ticket > div > div > label { font-weight: normal; }

/*@media only screen and (min-width: 769px) and (max-width: 991px) {
    .order-summary-medium {
        width: 100%;
    }

    .order-summary-medium > div > img {
        height: 100%;
    }

    .order-ticket-new {
        width: 95%;
    }
}
*/

/*@media only screen and (max-width: 992px) {
    .order-ticket-new {
        max-width: 100%;
    }
}
*/

@media only screen and (min-width: 769px) {
    .img-forced-height { height: 270px; }

    .card-modal {
        padding: 8px;
        border: #6c3f99 1px solid;
        border-radius: 8px;
    }

    .rounded { border-radius: 8px; }

    .d-lg-none { display: none; }

    .blur {
        background-repeat: no-repeat;
        background-size: cover;
        height: 283px;
        position: fixed;
        filter: blur(30px);
        left: 0;
        right: 0;
        top: 50px;
        z-index: -1000;
    }

    body { background: #F1F1F1; }

    .blur-card {
        margin-top: 62px;
        background: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(30px);
        border-radius: 16px 16px 0px 0px;
        padding: 8px 8px 20px 8px;
    }

    .credit-card-layout {
        width: 77%;
        display: inline-block;
    }
}

.media-object {
    /*border-radius: 50%;*/
    margin-left: 1rem;
}

.media-left { padding-right: 24px; }

.media-body > h5 { margin-bottom: 2px; }

.card-input {
    padding-left: calc(14px + 1rem);
    margin-bottom: 14px;
}

.purple { background-color: #6c3f99; }

.green { background: #5CB85C !important; }

.cart {
    border-radius: 18px;
    padding: 2px 2px 2px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart > .card {
    padding: 8px 12px;
    border-radius: 16px;
}

.cart > .card > p.h4 { margin-bottom: 16px; }

.ticket {
    border-radius: 8px;
    height: 30px;
    width: 70px;
}

.row-center {
    display: flex;
    align-items: center;
}

.mb-0 { margin-bottom: 0; }

.full-width { width: 100%; }

.modal-header { display: flex; }

.modal-title {
    display: flex;
    align-items: center;
}

.ml-auto { margin-left: auto; }

.mb-3 { margin-bottom: 1rem; }

.mb-5 { margin-bottom: 2rem; }

.p-8 { padding: 0 16px; }

.border-green { border-color: #5CB85C !important; }

.border-purple { border-color: #6c3f99 !important; }

.check-row {
    display: flex;
    align-items: center;
    margin: 4rem 0 16px 0;
}

.check-row > p {
    width: 100%;
    text-align: start;
    margin-left: 2rem;
    margin-bottom: 0;
}

.nav-pills > li > a {
    border-radius: 20px;
    margin-left: 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 12px;
}

.nav-pills {
    background: rgba(204, 204, 204, 0.33);
    border-radius: 20px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #6c3f99;
    border-radius: 8px;
}

.nav-pills > li > a,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover { color: #6c3f99; }

.btn-purple {
    color: #fff;
    background-color: #6c3f99;
    border-color: #6a4ff0;
    height: 42px;
}

.btn-purple:hover {
    color: #fff;
    background-color: #765bfb;
    border-color: #674de8;
}

.card-tiny {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 8px;
}

@media only screen and (max-width: 480px) {
    .head-img-mobile {
        margin-left: -15px;
        margin-right: -15px;
    }

    .col-sm-12.col-lg-8.col-xl-8 > img.img-fluid.rounded { padding: 0; }

    .ticket {
        border-radius: 8px;
        height: 30px;
        width: 70px;
    }

    .head { padding: 0px !important; }

    .blur-card {
        margin-top: 1px;
        padding: 0;
    }

    .d-lg-none { display: none; }

    .d-none { display: inherit; }

    #modal { background-color: white; }

    #order { background-color: white; }

    .register-btn {
        text-align: center;
        width: 100%;
    }

    .credit-card-layout {
        width: 65%;
        display: inline-block;
    }
}

.p-0 { padding: 0; }

.f-10 { font-size: 10px; }

.f-14 { font-size: 14px; }

.w-normal { font-weight: normal; }

.w-5 { font-weight: 500; }

.mb-8 { margin-bottom: 8px; }

@media only screen and (min-width: 1199px) {
    .pl-8 { padding-left: 8px; }

    .float-right { float: right; }

    .half-a-border-on-side {
        /*border-left: 1px solid #C6BBFF;*/
        /*    border-right: 1px solid #C6BBFF;*/
        position: relative;
    }

    .half-a-border-on-side:after {
        content: "";
        width: 60%;
        height: 1.1px;
        background-color: white;
        position: absolute;
        left: -1px;
        right: -1px;
    }

    .card-large { height: 270px; }

    .credit-card-layout {
        width: 75%;
        display: inline-block;
    }
}

.flex {
    display: flex;
    align-items: center;
    align-self: center
}

.height-50 { height: 50px; }

.kiri, .kanan {
    width: 47%;
    margin-top: 60px;
}

.tengah {
    font-size: 12px;
    line-height: 14px;
    color: #C4C4C4;
}

.rotated { transform: rotate(90deg); }

@media screen and (max-width: 768px) {
    .modal-content-mobile {
        display: flex;
        flex-direction: column;
    }

    .modal-footer-mobile { margin-top: auto; }

    .modal-footer-mobile > div { width: 100%; }

    .modal-footer-place-order-mobile { width: 100%; }

    .modal-content {
        position: relative;
        background-color: #fff;
        background-clip: unset;
        border: none;
        box-shadow: none;
        border-radius: 0;
        /*height: 100vh;*/
    }

    .modal-dialog {
        width: auto;
        margin: 0;
    }

    #modal { background-color: white; }

    #order { background-color: white; }

    .order-ticket-new {
        max-width: 100%;
        float: left;
        margin-left: 10px;
        background: #fff;
        border: 2px solid;
        border-radius: 5px;
        padding: 20px;
        margin: 10px;
        /* box-shadow: 4px 4px 3pt 2pt #e0e0e0; */
    }
}

.purple-cart {
    background: #CEC5FF;
    width: 63px;
    height: 24px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 4px 8px;
    margin-right: auto;
    cursor: pointer;
}

.flex { display: flex; }

.flex0 { flex: 0; }

.flex1 { flex: 1; }

.purple-cart > p {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
}

.row-md {
    display: flex;
    flex-wrap: wrap;
}

.rotate { transform: rotate(180deg); }

.hide { display: none; }

.mr-auto { margin-right: auto; }

.more-btn {
    color: #5CB85C !important;
    text-decoration: underline !important;
    margin-bottom: 24px;
    display: block;
}

.collapse-content {
    max-height: 340px;
    overflow: hidden;
}

.color-black { color: #000000; }

.title-collapse {
    margin-left: 15px;
    margin-top: 0px;
}

.mt-20 { margin-top: 20px; }

.mb-20 { margin-bottom: 20px; }

/* enable absolute positioning */

.inner-addon { position: relative; }

/* style icon */

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */

.left-addon .glyphicon { left: 0px; }

.right-addon .glyphicon { right: 0px; }

/* add padding  */

.left-addon input.left { padding-left: 30px; }

.right-addon input { padding-right: 30px; }

.input-double:focus { outline: none; }

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    .nav-justified > li { float: left; }

    .nav-justified > li > a {
        margin-bottom: 0;
        text-align: center;
    }

    .nav > li { width: inherit; }

    .nav-justified { display: flex; }
}

.f-18 { font-size: 18px; }

.f-12 { font-size: 12px; }

.modal-backdrop.in {
    /* https://stackoverflow.com/a/60767380/494635*/
    opacity: 0.85;
}

.hoverhand:hover { cursor: pointer; }


.text-center { text-align: center; }

.g-recaptcha { display: inline-block; }

.modal-header {
    background-color: #6c3f99;
    color: white;
    border: 1px solid #6c3f99;
    border-radius: 8px 8px 0px 0px; /* Four values - border-radius: 15px 50px 30px 5px; (first value applies to top-left corner, second value applies to top-right corner, third value applies to bottom-right corner, and fourth value applies to bottom-left corner):*/
}

.modal-header button { color: white !important; }

.modal-content {
    border: initial;
    border: initial;
    border-radius: 20px 20px 6px 6px; /* Make the top left and right a bigger radius so that the white doesn't show through under the 6px radius on .model-header'*/
}
 .more-button {
     margin: 20px !important;
     display: block;

 }

/* The below is for preventing the hover color latching for the show-more button on touch screens  https://www.w3docs.com/snippets/css/how-to-remove-the-css-hover-behavior-from-an-element.html*/

/*#more-button {
    pointer-events: none;
}
*/
#more-button:hover {
    background-color: #FFF;
    color: inherit;
}
.top-logo {
    width: 121px;
}

    
/*@media(hover: hover) {
    #more-button {
        pointer-events: initial;
    }
    #more-button:hover {*/
        /*background-color: #6c3f99;*/
        /*background-color: #878787;*/
        /*color: white;*/

    /*}
}*/