/* General */
@font-face {
    font-family: "VastXXL";
    src: url("/app_themes/glitch/fonts/VastXXL.ttf");
}

@font-face {
    font-family: "ApercuPro";
    src: url("/app_themes/glitch/fonts/ApercuPro.otf");
}

@font-face {
    font-family: "Gantari";
    src: url("/app_themes/glitch/fonts/Gantari-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Alexandria";
    src: url("/app_themes/glitch/fonts/Alexandria-VariableFont_wght.ttf");
}

@font-face {
    font-family: "ApercuBold";
    src: url("/app_themes/glitch/fonts/Apercu Bold.otf");
}

body {
    font-family: "Alexandria", sans-serif;
    font-weight: 500;
    padding-right: 0px !important;
}

.row.myaccount {
    font-family: "Gantari", sans-serif;
}

img#MainContent_receiptControl1_rptCartSummary_imgTransactionOTPBarcode_0 {
    width: 320px !important;
}

@media (max-width: 550px) {
    #divgrid {
        overflow: auto;
    }

    .accordion_promocode .col-md-5 .input-group {
        display: flex !important;
    }
}

#pnlreceipt > #pnlreceiptlinks > .flex-container > .flex-item > a {
    display: none;
}

@media (max-width: 768px) {
    .invoice .flex-container,
    .invtoolbar .flex-container {
        justify-content: center !important;
    }

    .CartItems .spaceSpans:last-child {
        display: flex;
        min-width: 120px;
        justify-content: space-between;
    }

    .cardupdate_data > input {
        width: 160px !important;
    }

    #layout-header .navbar-toggle,
    #layout-header .navbar-toggle:focus,
    #layout-header .navbar-toggle:hover {
        color: #000;
        box-shadow: rgb(0 0 0) 0px 4px;
        border: 3px solid #000;
        font-size: 25px;
        line-height: 25px;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        background-color: #fff;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        top: 5px;
    }
}
/***********************/
/* Checkout */
input#txtDiscountCouponCode {
    height: 44px;
    border-radius: 12px;
}

input#txtDiscountCouponCode {
    height: 44px;
    border-radius: 12px;
}

button#btnApplyCoupon {
    margin-left: 5px;
}

@media (max-width: 768px) {
    button#btnApplyCoupon {
        margin-left: 0px;
        min-width: 0;
        width: 130px;
    }
}

.panel-heading .accordion-toggle:after {
    color: #0030bb;
}

.acc_active .accordion-toggle.collapsed:after {
    color: #0030bb;
}

.accordion_item .cname,
.accordion_item .cprice {
    font-weight: 400;
    font-size: 14px;
}

div#myDiv .panel-default {
    margin-bottom: 0;
}
/***********************/
/* Account */
.form-control {
    border: 3px solid #000000;
    border-radius: 12px;
    height: 56px;
}

    .form-control:focus {
        border-color: #8ae500;
        -webkit-box-shadow: inset 0 1px 1px rgb(138 229 0), 0 0 8px rgb(138 229 0 / 60%);
        box-shadow: inset 0 1px 1px rgb(138 229 0), 0 0 8px rgb(138 229 0 / 60%);
        background-color: #fff;
    }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    color: #000000;
}

.pagination li a,
.pagination .disabled a {
    background-color: #fff;
    color: #000;
    border-color: #8ae500;
    border: 3px solid;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    color: #000;
    background-color: #ffffff;
    border-color: #000;
    cursor: default;
}

.pagination li a:hover,
.pagination .disabled a:hover {
    color: #000;
    background-color: #8ae500;
    border-color: #000;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    color: #000;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/**********************/
/* Attraction */
.section-attraction-schedules .new {
    background-color: #ffd400 !important;
}

@media (max-width: 400px) {
    span#scheduleProdFooter {
        max-width: 100%;
        overflow-x: scroll;
    }

        span#scheduleProdFooter .badge {
            border-radius: 0;
        }
}

span#scheduleProdFooter {
    /* max-width: 100%; */
    /* overflow-x: scroll; */
}
/**********************/
/* Cart */
.cartSummary > .cartSummary__breakdown {
    background-color: #fff !important;
}

.cart-item,
.cart-item-child {
    color: #000 !important;
    font-size: 12px;
}

.cartSummary__breakdown label {
    color: #000 !important;
    font-weight: 400;
    font-size: 14px;
}

.spaceSpans > span:not(:last-child) {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.cart-item,
.cart-item-child {
    background-color: #fff;
}

.spaceSpans > span {
    font-size: 14px;
    word-break: break-all;
}

.cart-item:nth-child(2n) {
    background-color: #fff !important;
}

.cartSummary > .cartSummary__summary {
    font-size: 16px;
}

.cartSummary > .cartSummary__summary {
    color: #000 !important;
    font-weight: 500 !important;
}

.cart-btns .cta {
    min-width: 125px;
    box-shadow: 4px 4px 0px #000;
    /* background-color: #8ae500 !important; */
    color: #000 !important;
}

    .cart-btns .cta,
    .cart-btns .cta:hover {
        background-color: #fff !important;
    }

.secondaryBackgroundColor {
    background-color: #8ae500 !important;
}

button.close-btn {
    margin: 7px 10px 0px 0;
    padding: 0px 12px !important;
    border: 3px solid #000000 !important;
    border-radius: 12px !important;
    padding: 6px 12px;
    font-size: 14px;
    min-width: 135px;
    min-height: 44px;
    box-shadow: 4px 4px 0px #000;
    background-color: #333 !important;
    transition: all 150ms ease-in-out;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    transition: all 150ms ease-in-out;
}

    button.close-btn:hover {
        transform: translate(0, 5px);
        box-shadow: none;
    }

@media (max-width: 767px) {
    .CartItems .spaceSpans {
        max-width: 100px;
    }

    .cart {
        top: 10px !important;
        right: 5.5rem !important;
    }

    #layout-header .navbar-collapse {
        position: relative;
        top: 10px;
    }

    #layout-header .navbar-brand img {
        height: auto;
        width: 160px;
    }

    .row.cartItem.rowId_ div.cname > p {
        word-break: break-word;
    }
}

@media (max-width: 992px) {
    #layout-header .navbar-brand {
        padding: 5px 0px;
    }

    li.CartItems.cart-item div.spaceSpans:first-child span {
        word-break: break-word !important;
    }
}
/*********************/
/* Footer */
.footer .filler {
    background-color: #47bf00;
    border-radius: 40px 40px 0 0;
    padding: 60px 128px;
}

footer.footer {
    background-color: #fff;
}

.row-2-col-1 img {
    height: 55px;
}

.footer-row-1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 2px solid #000;
}

.row-1-col-1 {
    display: flex;
    gap: 90px;
}

.footer-icons {
    display: flex;
    gap: 24px;
}

.footer-row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-2-col-2 {
    display: flex;
}

.footer a {
    color: #000;
}

.row-1-col-1 h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    color: #000;
    font-stretch: extra-expanded;
    margin-bottom: 16px;
}

.row-1-col-2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.alghurair {
    margin-right: 40px;
}

.footer-row-1 li {
    font-stretch: extra-expanded;
    margin-bottom: 16px;
}

.copyright {
    text-align: right;
    margin-top: 20px;
    font-stretch: extra-expanded;
    font-size: 12px;
}

.footer-icons img {
    width: 40px;
    height: 40px;
}

.icon-container {
    box-shadow: rgb(0 0 0) 0px 4px;
    border-radius: 100px;
    background-color: #fff;
    border: 3px solid #000;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

    .icon-container:hover {
        box-shadow: none;
        transform: translate(0, 5px);
    }

/***********************/
/* Package */
.package-card .content-card {
    background: #ffffff !important;
    border: 3px solid #000000 !important;
    box-shadow: 0px 4px 0px 0px #47bf00;
    border-radius: 16px !important;
}

.prodImageBlock img {
    border-radius: 16px;
}

.products__productName {
    color: #ff6800 !important;
    background-color: transparent !important;
    text-transform: uppercase;
    word-wrap: break-word;
}

.party-package.content-card {
    transition: all 0.5s ease;
}

    .party-package.content-card:hover {
        transform: rotate(-2deg);
    }

.spaceSpans {
    font-family: "Gantari", sans-serif;
}
/* .package-card:nth-child(3n+1) .party-package.content-card:hover {
      transform: perspective(800px) rotateY(10deg) scale(1) rotateX(5deg);
      box-shadow: -4px 8px 0px #000000 !important;
  }
  .package-card:nth-child(3n+2) .party-package.content-card:hover {
      transform: translateY(calc(20px * -1));
      box-shadow: 0px 6px 0px #000000 !important;
  }
  .package-card:nth-child(3n+3) .party-package.content-card:hover {
      transform: perspective(800px) rotateY(-10deg) scale(1) rotateX(5deg);
      box-shadow: 4px 8px 0px #000000 !important;
  } */
.products__productPricing {
    color: #000 !important;
    font-weight: 500 !important;
}

.incrementor {
    border: 3px solid #000 !important;
}

.packagecontents .input-group .quantity_input {
    color: #000 !important;
}

.products__product_categoryQuantity {
    color: #000;
}

.products__productPricing_totalCost {
    color: #000;
    font-size: 18px;
    font-weight: 900;
}

.btnReadMoreDesc {
    padding: 5px !important;
    background-color: transparent !important;
    border: none;
    color: #47bf00 !important;
    text-transform: capitalize;
}

.products__productComboBreakdown .incrementor {
    justify-content: center;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 40%;
        margin: 30px auto;
    }

    #layout-header .navbar-nav li > a:hover,
    #layout-header .navbar-nav li > a:focus {
        color: #fff !important;
    }
}

/********************/
/* Account */
a.btn.btn-default.btn-xs.green-stripe {
    border: 3px solid #000 !important;
}
/********************/
/* Header */
.navbar-brand > img {
    width: 220px;
}

.navbar {
    border-radius: 0;
}

#layout-header nav {
    background-color: #47bf00;
    /* box-shadow: 0px 4px 0px #000 !important; */
}

#layout-header .navbar-nav li > a {
    color: #000;
    padding: 8px 16px !important;
    font-family: "Gantari";
    font-weight: 700;
    font-size: 17px;
}

#layout-header .navbar-nav li {
    color: #000;
    padding: 33px 10px;
    float: none;
}

.cart i {
    color: #000 !important;
}

.modal-footer > div {
    margin-bottom: 0% !important;
}

#lblCartCount {
    background-color: #000 !important;
}

#layout-header .navbar-nav li > a:hover,
#layout-header .navbar-nav li > a:focus {
    background-color: transparent !important;
    border-radius: 10px;
}

.show > .dropdown-menu > li {
    padding: 2px !important;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    #cart_toggle {
        top: 20px;
        right: 10px;
    }

    #layout-header .navbar-brand img {
        width: 130px;
        height: auto;
        position: relative;
        top: 10px;
    }
}
/********************/
@media (max-width: 767px) {
    .footer-row-1 {
        flex-direction: column;
        gap: 40px;
    }

    .icon-container {
        width: 56px;
        height: 56px;
    }

    .footer-icons img {
        width: 32px;
        height: 32px;
    }

    .footer .filler {
        padding: 40px 24px 40px;
    }

    .row-1-col-1 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .footer-icons {
        justify-content: center;
    }

    .copyright {
        text-align: center;
        margin-top: 0;
    }

    .footer-row-2 {
        flex-direction: column;
        gap: 40px;
    }

    .row-1-col-2 {
        gap: 40px;
    }

    #lblPageHeader {
        font-size: 32px !important;
    }

    #layout-header .navbar-toggle,
    #layout-header .navbar-toggle:focus,
    #layout-header .navbar-toggle:hover {
        color: #000;
        font-size: 25px;
        line-height: 25px;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        background-color: #fff;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        top: 5px;
    }

    #layout-header .navbar-nav.navbar-center li {
        background: #fff;
        padding: 10px !important;
    }

    #layout-header .navbar {
        padding: 10px 0px;
    }

    .navbar-nav > li > .dropdown-menu.show {
        padding: 0;
    }
}

@media (min-width: 700px) and (max-width: 1366px) {
    .footer .filler {
        padding: 90px 15px;
    }
}

@media (min-width: 800px) and (max-width: 1400px) {
    #layout-header .navbar-nav li {
        padding: 33px 0;
    }

        #layout-header .navbar-nav li > a {
            padding: 8px 4px !important;
        }

    @media (min-width: 800px) and (max-width: 1400px) {
        #layout-header .navbar-nav li {
            padding: 33px 0;
        }

            #layout-header .navbar-nav li > a {
                padding: 8px 4px !important;
            }

        .cart {
            top: 20px !important;
            right: 25px !important;
        }
    }
}
/* Template changes */
div#MainContent_upnlContactParty {
    margin-top: 100px;
}

.modal-content.modal-notify-content {
    background: #f5f5f5;
    border: 2px solid #000000;
}

.modal-header.modal-notify-header span.notifyModalTitle {
    font-weight: 500;
    font-size: 20px;
}

.trxbarcode {
    padding: 10px;
    display: none;
}

.alert.alert-success > h6 {
    font-size: 16px;
    font-weight: 700;
}

.inputContainer label {
    color: #000;
}

input.alignCenter.btn.btn-success.btn-lg {
    margin-bottom: 20px;
}

div#MainContent_receiptControl1_rptCartSummary_divReceipts_0 img {
    max-height: 135px !important;
    width: auto !important;
}

div#MainContent_receiptControl1_rptCartSummary_pnlHeader_0 > p {
    font-size: 18px;
}

.tfooter td.currencySpacer {
    padding: 8px !important;
}

.invoice header {
    padding: 10px 10px !important;
}

button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected {
    margin: 20px 10px;
    font-size: 16px !important;
}

div#MainContent_receiptControl1_rptCartSummary_divReceipts_0 img {
    max-height: 135px !important;
    width: auto !important;
}

div#MainContent_receiptControl1_rptCartSummary_pnlHeader_0 > p {
    font-size: 18px;
}

.tfooter td.currencySpacer {
    padding: 8px !important;
}

h4.receipt-heading {
    font-size: 24px;
    text-align: center;
    font-family: "Roboto-Thin", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

.invoice header {
    padding: 10px 10px !important;
}

.row.cartItem.rowId_ {
    display: flex;
    align-items: center;
}

.accordion_item::before {
    top: 20px;
}

.accordion_item .close_tickets {
    top: 3px;
}

.row.cartItem.rowId_ .col-sm-2.col-xs-4.text-right,
.currencySpacer {
    padding-top: 3px !important;
}

span.cart-btns {
    display: flex;
    align-items: flex-end;
}

/* button.close-btn {
      font-size: 16px;
      background-color: #ff0000;
      border: 2px solid #ff0000;
      color: #fff;
      border-radius: 3px;
      margin: 7px 10px 0px 0;
      font-size: 14px;
      padding: 0px 12px !important;
      display: flex;
      align-items: center;
  } */

/* button.close-btn:hover {
          background-color: #fff;
          color: #ff0000;
          border: 2px solid #ff0000;
          transition: all 0.3s ease;
      } */

.cartSummary > .cartSummary__summary {
    font-size: 16px;
}

.cartSummary {
    box-shadow: -3px 3px 8px -3px rgb(0 0 0 / 40%) !important;
}

.content-box.modalToFullScreen.full-width-content {
    max-width: 100%;
}

.party-location h3 span,
.party-location h3 {
    color: #000;
}

.cta,
.btn,
.btn-danger,
.btn-default,
.swal-button {
    border: 3px solid #000000 !important;
    border-radius: 8px !important;
    padding: 6px 12px;
    font-size: 14px;
    min-width: 165px;
    min-height: 44px;
    box-shadow: #000 0px 4px;
    background-color: #47bf00 !important;
    transition: all 0.3s ease-out;
    font-weight: 600;
    color: #000 !important;
}

    .cta:hover,
    .btn:hover,
    .btn-danger:hover,
    .btn-default:hover,
    .swal-button:hover {
        color: black !important;
        background-color: #47bf00 !important;
        border-color: #000 !important;
        transform: translate(0, 5px);
        box-shadow: none;
        position: relative;
    }

.cartSummary > .cartSummary__summary button {
    text-transform: capitalize;
}
/* Mobile view checkout fix */
@media (max-width: 580px) {
    #MainContent_CartSummary1_upnlCartSummary li.accordion_item.cart-incriment {
        padding-left: 28px;
    }

    .col-sm-2.col-xs-4.ccount {
        padding: 0;
    }

    #MainContent_CartSummary1_upnlCartSummary .col-sm-1.close_tickets {
        padding: 0;
        margin-right: 5px;
        padding-left: 10px;
    }

    div#subtotal {
        margin-top: 0;
    }

    #MainContent_CartSummary1_upnlCartSummary .col-sm-2.col-xs-4.ccount {
        margin-top: 0;
        width: 50px;
    }

    #MainContent_CartSummary1_upnlCartSummary .accordion_item .bdr {
        min-width: 0;
    }

    #MainContent_CartSummary1_upnlCartSummary .accordion_item::before {
        top: 15px;
    }

    .row.cartItem.rowId_ {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
/******************************************/
.cart_dropdown {
    background-color: transparent !important;
    position: inherit;
}

    .cart_dropdown .checkout__button {
        background-color: transparent;
    }

.cart_value {
    visibility: hidden !important;
}

.checkout__text {
    margin-right: -27px !important;
}

a {
    text-decoration: none !important;
}

.cart_dropdown .icon-cart {
    color: sandybrown !important;
}

.dropdown-menu li a {
    padding: 6px !important;
}

div.alert.alert-info a {
    color: #47bf00;
}

.caret {
    visibility: hidden;
}

.dropdown-menu:after {
    border-bottom: 6px solid #000;
}

.fa-ul {
    font-family: raleway !important;
}

.hero-description-bottom {
    font-family: raleway !important;
}

#ut_header_5c6a373418fd2 h2.section-title {
    font-family: "Roboto Slab";
}

.ut-address {
    font-family: raleway !important;
}

.ut-phone {
    font-family: raleway !important;
}

.ut-email {
    font-family: raleway !important;
}

#ut_header_5c63e4da04f84 h2 span {
    font-family: raleway !important;
}

.modal-backdrop {
    visibility: hidden;
}

.tribe-mini-calendar-event .list-info h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
    color: white;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
}

[class^="icon-"],
[class*=" icon-"] {
    color: #47bf00 !important;
}

.card_group_outer {
    border: none;
}

    .card_group_outer:hover {
        box-shadow: unset;
    }

.tribe-mini-calendar-event .list-date {
    float: left;
    overflow: hidden;
    font-weight: bold;
    margin: 10px 5% 10px 0;
    padding: 3px;
    width: 15%;
    text-align: center;
    display: inline;
    background: #666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .tribe-mini-calendar-event .list-date .list-dayname {
        background: #fff;
        color: #666;
        display: block;
        font-size: 11px;
        letter-spacing: 0.5px;
        padding: 3px;
        text-align: center;
        text-transform: uppercase;
    }

.tribe-mini-calendar-event {
    overflow: hidden;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #2f2f2f;
}

.tribe-events-adv-list-widget .list-info,
.tribe-mini-calendar-list-wrapper .list-info {
    margin-bottom: 0.25rem;
}

.tribe-mini-calendar-event .list-info {
    font-size: 13px;
    line-height: 1.6;
}

.tribe-mini-calendar-event .list-info {
    margin: 10px 0;
}

#inner-banner {
    text-align: center;
    padding-top: 50px;
}

#navigation ul,
#navigation ul li,
#navigation ul ul {
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
}

.modal {
    background-color: transparent !important;
    top: 108px !important;
}

@media (min-width: 1024px) {
    #MainContent_pnlPartyRequestSuccess .alert.alert-info {
        margin-top: 103px;
    }

    div#masterError1_upnlerrorMaster div#masterError1_pnlErrorMaster {
        padding-top: 50px;
    }
}

.text-sm-center {
    text-align: center;
}

.portlet-body.clearfix {
    display: flex;
    flex-direction: column;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

@media screen and (min-width: 1000px) {
    .locationPicker {
        flex-direction: row;
        justify-content: space-between;
        /*padding: 1rem;*/
        display: flex;
        text-align: center;
        align-items: center;
        padding-left: 176px;
        padding-right: 176px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .contentWithSidebar {
        flex-direction: row;
    }

    .fixed_top_spacer {
        padding-top: 60px;
    }
}
/*css for w-toplink*/
.w-toplink {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 46px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 100;
    outline: none !important;
    background-color: #fff;
    color: #000 !important;
    border: 3px solid #000;
    box-shadow: #8ae500 0px 4px;
    transition: all 0.3s ease-out;
}

    .w-toplink:hover {
        transform: translate(0, 5px);
        box-shadow: none;
    }
/*css for Myaccount screen*/
@media (max-width: 768px) {
    .dataTables_scroll {
        overflow-y: scroll;
        overflow-y: hidden;
        overflow: auto;
    }

    .dataTables_scrollHead {
        overflow: initial !important;
    }

    .table-responsive {
        overflow-y: hidden;
    }

    .dataTables_scrollBody {
        overflow: initial !important;
    }
}

@media screen and (min-width: 1000px) {
    .contentWithSidebar {
        flex-direction: row;
    }

    #header-section.ha-transparent {
        background: rgba(19, 20, 22, 0.25);
    }
}

.contentWithSidebar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.footer-Data .btn {
    width: 85% !important;
    padding-bottom: 4px;
}

.footer-Data {
    background-color: #000a25 !important;
    padding: 15px;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    /*width: 40px;*/
}

.fstyle {
    color: #000 !important;
}

.product__inline_desc {
    color: #000;
    font-family: "Gantari";
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    #header-section.ha-transparent:hover {
        background: #131416;
    }

    #header-section.ha-transparent {
        background: #131416 !important;
    }
}

.ha-transparent #ut-mobile-menu,
.ha-transparent #ut-mobile-menu a {
    border-color: #dddddd;
    border-bottom: 1px solid rgb(255, 255, 255, 0.1) !important;
}

#lblPageHeader {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 48px;
    word-wrap: break-word;
}

    #lblPageHeader :hover {
        color: rgba(192, 223, 22, 1);
    }

.switch {
    border-radius: 3px;
}

.dropdown-menu {
    background-color: black !important;
    list-style: none !important;
}

    .dropdown-menu:hover {
        background-color: transparent;
    }

#header-section.ha-transparent a:hover,
#header-section.ha-transparent a:active {
    background-color: transparent !important;
}

.party-package h3 {
    background-color: transparent;
    color: #28d4ee;
    text-transform: uppercase;
}

.packagecontents {
    color: #000 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.party-prod-description {
    color: #000 !important;
}

.packageprice {
    background-color: transparent !important;
}

.pa-line-h {
    background-color: #333;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #00a79d;
}

.ticket_count {
    border-color: #28d4ee !important;
}

#package_accordion div {
    padding: 2px !important;
}

.ui-accordion-content #package_accordion div {
    border-color: transparent !important;
}

.ui-accordion-content {
    font-size: initial !important;
}

.dropdown-menu {
    border-top: 3px solid #000;
}

input#txtRegCardNo {
    margin: 0px 26px;
    margin-bottom: 1rem;
}

#automplete-1,
#automplete-1:hover {
    background: #47bf00 !important;
    color: black !important;
    box-shadow: none;
    transform: translate(0, 0px);
}

.container-fullwidth {
    background-color: white;
}
/*css for locationPicker*/
@media screen and (max-width: 1000px) {
    .location-header {
        text-align: center;
    }

    #locationText {
        text-align: center;
    }

    #locationText {
        text-align: center;
    }

    #MainContent_pnlPartyRequestDetails .inputContainer {
        max-width: 100% !important;
    }
}

.location-header .dropdown {
    text-align: center !important;
}

.modalToFullScreen {
    box-shadow: 4px 4px 0px #000;
    border: 3px solid #000 !important;
}

.ticket_count {
    /*padding: 6px 4px !important;*/
    padding: 3px 4px !important;
}

.modal {
    z-index: 10000;
    top: 5px !important;
}

.cartSummary__breakdown {
    line-height: 25px !important;
}

.accordion_item .bdr {
    border: 1px solid #000 !important;
}

.cart-remove-fs {
    color: #000;
}

@media screen and (max-width: 1023px) {
    #header-section {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media screen and (min-width: 1023px) {
    .cart {
        top: 20px !important;
        right: 95px;
    }
}

#lblHeaderCardBalance {
    color: rgba(255, 255, 255, 0.7);
}

.panelcardBalance {
    background-color: transparent;
}

.countdown-amount {
    color: rgba(192, 223, 22, 1) !important;
}

.ut-horizontal-navigation a {
    padding-left: 15px;
}

.body-content {
    background-color: #fff !important;
    min-height: 860px !important;
    margin-bottom: 0;
}

.party-category div {
    margin: 0 auto;
    color: white;
}

.breadcrumps {
    padding: 10px;
    padding-left: 5px;
    color: white;
}

.party-package ul {
    list-style: none;
}

.btn-default {
    color: black !important;
    background-color: #28d4ee;
    border: 1px solid #13ceea;
    border-radius: 3px;
    font-weight: normal;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
}

#locationLable {
    color: white !important;
}

.bookingDateStyle {
    color: #000 !important;
}

.badge {
    background-color: #0030bb;
    font-weight: 400 !important;
    margin: 1px;
}

.notificationDiv {
    position: absolute !important;
    top: 113px !important;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    width: 40px;
}

.line_tab > li.active {
    border-bottom: solid 5px #8ae500;
}

.acc_active .panel-title,
.panel-title .change_link {
    color: #0030bb !important;
    font-weight: 500;
}

#section-party-nav-tabs {
    border-bottom: 1px solid #003241;
    background-color: #003241;
}

.list-group-item-heading {
    color: white;
}

table {
    background-color: white !important;
}

.textColor,
.guestlabel small,
.glyphicon-question-sign {
    color: white !important;
}

.pa-line-h table {
    background-color: transparent !important;
}

.green_link {
    background-color: transparent !important;
}

.navbar-toggle {
    margin-right: -75px;
}

.dataTables_filter > label > input,
#gvMyOrders_length > label > select {
    height: 35px;
}

.cardupdate_data > span {
    padding: 0px 10px;
}

.location-header {
    background-color: #333;
}

td > .cardupdate_data {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-header-name {
    color: #47bf00;
}

body .alert.alert-info,
.alert-warning {
    background-color: #333;
    color: #fff;
}

.text-nowrap {
    white-space: nowrap;
}

.reg_back {
    background-color: transparent !important;
}

    .reg_back span {
        color: white !important;
    }

.bg-white {
    background: transparent;
}

.nav-pills > li > a:hover {
    background: #ef4136 !important;
}

.panelcardBalance {
    padding-top: 33px;
    padding-bottom: 33px;
    color: white;
    text-transform: uppercase;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #fff !important;
    /* border: none !important; */
}

ul {
    list-style: none;
}

#txtParticipantQty,
#txtExtraGuest {
    color: white !important;
}

.e_section_header {
    color: white;
}

.input-counter input {
    padding: initial;
}

textarea {
    color: black;
}

.navbar-nav > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu:hover {
    background-color: #47bf00 !important;
    color: white !important;
    border-radius: 5px;
    border: 2px solid #000;
    text-align: center;
}

.btn-xs {
    padding: 4px;
}

.btn-danger,
.btn-danger:hover {
    color: black;
    background-color: #fff !important;
    border-color: #000 !important;
}

#MainContent_productdisplay1_pnlCardSearchMain {
    background-color: #fff;
    padding: 16px;
}

.content-box {
    color: black;
    border: none;
    box-shadow: #8ae500 0px 4px;
}

.sem-context-box-bgwhite.content-box {
    border: 3px solid #000 !important
}

.modal-content.modalToFullScreen.content-box:has(.login-content) {
    margin: 100px auto;
}

div#genNotifymodal.slideInLeft.show {
    padding-right: 0px !important;
}

.non-resp-imag {
    width: 120px !important;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
    color: white;
}

@media print {
    .fixed_top_spacer {
        top: 0px;
    }
}

#layout-header .navbar {
    box-shadow: none;
}

.att-price {
    font-size: small;
    white-space: nowrap;
}

.accordionHeader {
    padding-top: 8px;
    padding-bottom: 1px;
}

.col_spacer {
    padding: 5px;
    padding-top: 2px;
}

.notifyModalDescription > span > ul > font > span > li > div {
    font-size: 14px !important;
}

button:focus {
    filter: invert(0);
}

div#pnlreceipt {
    width: unset;
}

.accordion_item .input-counter > .count-minus,
.accordion_item .input-counter > .count-plus {
    display: none;
}

.footer-row-2 .footer-address {
    font-family: "Gantari" !important;
    padding-top: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

    .footer-row-2 .footer-address p {
        margin: 0;
    }

.footer-row-2 .navbar-brand {
    padding: 0;
    height: fit-content;
    align-self: start;
}

    .footer-row-2 .navbar-brand.footer-logo img {
        width: 150px;
        height: 30px;
    }
