
@font-face {
    font-family: 'Poppins SemiBold';
    src:url("/app_themes/RushFunPark/fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: 'Avenir';
  src:url("/app_themes/RushFunPark/fonts/Avenir/avenir.otf");
}


body {
    background-color: #fff !important;
}

.navbar-fixed-top {
    position: relative;
}

* {
    font-family: 'Poppins SemiBold',sans-serif;
}
/* Template changes */
#snackbar {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 15px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}

    #snackbar a {
        color: #fff;
        text-decoration: underline !important;
    }

.btn-secondary {
    color: #fff !important;
    background-color: #ff0000;
    border: 1px solid #ff0000 !important;
    font-weight: normal;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-primary {
    padding: 6px 12px;
    font-size: 16px;
    color: #fff !important;
    font-weight: 600;
    background-color: #ff7700d9 !important;
    border: none !important;
    transition: all 0.2s ease;
}

@media (max-width: 590px) {
    .CartItems .spaceSpans:first-child {
        padding-right: 0px;
        z-index: 1;
        min-width: 95px;
    }

    .CartItems .spaceSpans:nth-child(2) {
        display: flex;
    }

    li.CartItems.ng-scope.cart-item > .spaceSpans:last-child {
        display: flex;
        justify-content: space-between;
        margin-right: 10px;
    }

    .cartSummary > .cartSummary__breakdown .CartItems {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        /* flex-wrap: wrap; */
    }
}

@media (min-width: 590px) {
    .CartItems .spaceSpans:first-child {
        padding-right: 0px;
        z-index: 1;
    }

    .CartItems .spaceSpans {
        max-width: 130px;
    }

    li.CartItems.ng-scope.cart-item > .spaceSpans:last-child {
        display: flex;
        justify-content: space-between;
        margin-right: 10px;
    }
}

@media (min-width:990px) and (max-width:1250px) {
    #cart_toggle {
        right: 10px
    }
}

div#pnlreceipt {
    width: unset;
}

@media (max-width: 400px) {
    .paymentBtnContaniner {
        flex-direction: column-reverse;
        margin: 0 auto;
        width: 65%;
    }

        .paymentBtnContaniner .btn-success {
            padding: 12px 28px !important;
        }
}

@media (max-width: 400px) {
    .CartItems .spaceSpans:first-child {
        min-width: 0px;
    }
}
/* .paymentModeBox.col-md-2.pull-right {
    padding: 0 70px;
} */
div#MainContent_upnlContactParty {
    margin-top: 100px;
}

.trxbarcode {
    padding: 10px;
    display: none;
}

/* .footer-icons img {
    height: 40px;
} */

.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 0px;
    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;
    border-radius: 50px;
}

    button.close-btn:hover {
        /* background-color: #fff;
        color: #ff0000; */
        border: 2px solid #ff0000;
        transition: all 0.3s ease;
    }

.cartSummary > .cartSummary__summary {
    font-size: 20px;
}

.cartSummary {
    box-shadow: -3px 3px 8px -3px rgb(0 0 0 / 40%) !important;
}

.content-box.modalToFullScreen.full-width-content {
    max-width: 100%;
}

.swal-button.swal-button--confirm, .swal-button.swal-button--cancel {
    color: rgb(255, 255, 255) !important;
    background-color: #942882 !important;
    border-radius: 5px;
    font-family: 'Open Sans';
}

.cta:hover, .btn:hover, .btn-danger:hover, .btn-default:hover {
    color: #fff !important;
    background-color: #4c0e57e6 !important;
    border-radius: 5px;
    border: 0 !important;
    /* padding: 6px 12px ; */
    /* font-size: 17px; */
    /* font-family: 'Brandon Light';
    text-transform: capitalize; */
}

.cta, .btn, .btn-danger, .btn-default {
    color:#fff !important;
    background-color: #ff7700d9 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition:all 0.4s ease;
    font-weight: 700;
    font-size: 16px;!;
    font-family: 'Avenir';
    text-transform: capitalize;
    padding: 10px 15px !important;
	border: none !important;
}
.input-group.input-group-sm.cardupdate_data .btn {
    padding: 6px 12px !important;
}

.products__productPricing input {
    padding: 0
}

.schedulename {
    color: #942882 !important;
}

#divScheduleInfo a,
.modalFooter a,
.alert.alert-info > a,
.recharge_card1 .simulateClick,
.modalFooter.forgot_passHeader.alignCenter a,
div#divColProfileDTO_PolicyTermsAccepted > a,
.panel-title .change_link,
#MainContent_productdisplay1_CardLink_CardLinkText,
.loginLink a,
.alert-success > a,
#MainContent_CardLink_CardLinkText,
.breadcrumps > a,
a#lnkCustomerSignIn {
    color: #AB36F3;
    font-size: 15px;
    font-family: 'Poppins SemiBold';
    text-decoration: underline !important;
    font-weight: 500;
}
/* .simulateClick, */


#divColProfileDTO_PolicyTermsAccepted a {
    cursor: pointer;
    color: #EA9215;
    font-size: 17px;
    font-family: 'Poppins SemiBold';
    text-decoration: underline;
}

.cartSummary > .cartSummary__summary button {
    text-transform: capitalize;
    padding: 0 12px !important;
    border-radius: 0;
    font-size: 16px !important;
    font-weight: 700;
    font-family: 'Avenir';
}
/* Mobile view checkout fix */
@media (max-width: 480px) {
    #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: 10px;
    }

    div#subtotal {
        margin-top: 0;
    }

    #MainContent_CartSummary1_upnlCartSummary .col-sm-2.col-xs-4.ccount {
        margin-top: 0;
    }

    #MainContent_CartSummary1_upnlCartSummary .accordion_item .bdr {
        min-width: 0;
    }

    #MainContent_CartSummary1_upnlCartSummary .accordion_item::before {
        top: 15px;
    }
}
/******************************************/
.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;
}

.caret {
    visibility: hidden;
}

.dropdown-menu:after {
    border-bottom: 6px solid #ffffff;
}

.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: rgba(192, 223, 22, 1)
}

.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: .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: .25rem;
}

.tribe-mini-calendar-event .list-info {
    font-size: 13px;
    line-height: 1.6;
}

.tribe-mini-calendar-event .list-info {
    margin: 10px 0;
}

.line_tab > li.active {
    border-bottom: solid 5px #ff8b1f;
}

#inner-banner {
    text-align: center;
    padding-top: 65px;
}

#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;
    }
}


.text-sm-center {
    text-align: center;
}

.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: none !important;
}


/*css for Myaccount screen*/
@media (max-width: 768px) {

    .dataTables_scroll {
        overflow-y: scroll;
        overflow-y: hidden;
        overflow: auto;
    }

    #layout-header .navbar-center {
        top: 50px !important;
    }

    .dataTables_scrollHead {
        overflow: initial !important;
    }

    .table-responsive {
        overflow-y: hidden;
    }

    .dataTables_scrollBody {
        overflow: initial !important;
    }
	.fixed_top_spacer {
		padding-top: 120px;
	}
}

@media screen and (min-width: 1000px) {
    .contentWithSidebar {
        flex-direction: row;
    }

    #header-section.ha-transparent {
        background: rgba(19,20,22,0.25);
    }
}
.text-primary {
    font-size: 18px;
    color: #ff7700;
}
.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;
}
.section-attraction-schedules .footer-Data {
    background-color: rgba(0, 0, 0, 0.7) !important;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #fff;
}
.footer-Data {
    background-color: rgba(0, 0, 0, 0.7) !important;
    padding: 10px
}

input[name="selectedSchedule"] {
    height: 25px !important;
    /*width: 40px;*/
}

.fstyle {
    color: #942882 !important
}

@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: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins SemiBold';
}

    #lblPageHeader :hover {
        color: rgba(192, 223, 22, 1);
    }

.switch {
    border-radius: 3px;
}

.dropdown-menu {
    background-color: #f4811d !important;
    list-style: none !important;
    padding: 0;
}

    .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: white;
} */
.read-more-btn:hover i {
    color: #fff !important;
}
.read-more-btn:hover {
    background-color: rgba(255,119,0) !important;
}
.party-web-description, .read-more-btn {
    background-color: rgba(255,119,0,0.26);
}

.packageprice {
    background-color: transparent !important;
}

.pa-line-h {
    background-color: #7300ba96;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #fa8521;
}
.nav > li.disabled > a {
    background-color: #7300ba;
}
.nav > li.disabled > a:hover{
    background-color: rgb(255 119 0 / 80%) !important;
}
.ticket_count {
    border-color: #ccc !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: 2px solid #ffffff; */
}

#automplete-1 {
    background: #ff8b1f !important;
    color: black !important;
}

.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: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset; */
/* } */

.ticket_count {
    /*padding: 6px 4px !important;*/
    padding: 3px 4px !important
}

.modal {
    z-index: 10000;
    top: 5px !important;
}

.cartSummary__breakdown {
    line-height: 25px !important;
}

@media screen and (max-width: 1023px) {
    #header-section {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media screen and (min-width: 768px) {
    .cart {
        top: 15px !important;
    }
}

#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: #000000 !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 {
background-color: #ff7700d9 !important;
background-image: none !important;
height: 42px !important;
border: 0 !important;
outline: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
transition:all 0.4s ease ;
    font-weight: 700;
    font-size: 16px;
}
.btn-default:hover{
    background-color: #4c0e57e6 !important;
    cursor: pointer;
    transition:all 0.4s ease;
}

#locationLable,
.bookingDateStyle {
    color: rgb(0, 0, 0) !important;
    font-family: 'Poppins SemiBold';
    font-size: 16px;
}

.badge {
    background-color: #ff8b1f;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    width: 40px;
}


.line_tab > li.active {
    border-bottom: solid 5px #AB36F3;
}

.acc_active .panel-title {
    color: rgb(57, 181, 74) !important;
    font-weight: 600;
}

#section-party-nav-tabs {
    border-bottom: 1px solid #262626;
    background-color: #540089;
}

.list-group-item-heading {
    color: white;
}

table {
    background-color: white
}


.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: -64px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}

.location-header {
    background-color: #7300ba96;
}

.text-nowrap {
    white-space: nowrap;
}

.reg_back {
    background-color: transparent !important;
}

    .reg_back span {
        color: white !important;
    }

.bg-white {
    background: transparent;
}



.panelcardBalance {
    padding-top: 33px;
    padding-bottom: 33px;
    color: white;
    text-transform: uppercase;
}

/* #layout-header .navbar-center li :hover {
    background-color: transparent !important
} */

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff !important;
    /* border: none; */
}

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: #ff8b1f !important;
    color: white !important
} */

/* #layout-header .navbar-center li :hover {
    background-color:#0f132000 !important
}
*/
.btn-xs {
    padding: 4px;
}

.btn-danger {
    color: #fff;
    font-weight:700;
    background-color: #ff7700d9 !important;
    border: none !important;
}
.btn-danger:hover{
    background-color: #4c0e57e6 !important;
}

#MainContent_productdisplay1_pnlCardSearchMain {
    background-color: #fff;
    padding: 16px;
}

.content-box {
    color: black;
    border: none;
}

#layout-header .navbar-center li {
    /*display: inline-block!important;*/
    float: none;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
    color: white;
}

@media print {
    .fixed_top_spacer {
        top: 0px;
    }
}

.att-price {
    font-size: small;
    white-space: nowrap;
}

.accordionHeader {
    padding-top: 8px;
    padding-bottom: 1px;
}

.col_spacer {
    padding: 5px;
    padding-top: 2px;
}

a:focus, button:focus, select:focus {
    border: 0 !important;
    outline: 0 !important;
}

button:focus {
    filter: unset;
}
.accordionContainer button:focus, .accordionContainer button:hover {
    border: 2px solid black !important;
}
/* navbar styles */
.navbar-brand img {
    width: 90px;
    position: relative;
}

#layout-header {
    background-image: url('/app_themes/RushFunPark/images/headerbg.jpg');
    height: 85px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
}
#layout-header nav {
    height: 85px;
    background-color: #7300ba96;
}

#layout-header .navbar-center {	
    /* position: relative; */
    /* top: 15px; */
}
/* #layout-header .navbar-nav li > a{
    padding: 0 !important;
} */
/* #layout-header .navbar-center li{
    padding: 33px 10px;
} */
#layout-header .navbar-nav li > a {
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    font-size: 15px;
    color: #ffffff !important;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 35px;
	transition: background-color 0.4s ease;
}

    #layout-header .navbar-nav li > a:hover {
        color: #fff;
        background-color: rgba(255,119,0,0.26) !important;
    }

#lblCartCount:hover,
#lblCartCount {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

@media (max-width:992px) {
    #layout-header .navbar-brand img {
        width: 100px !important;
        height: auto !important;
        top: 25px;
		left: 25px;
    }

    #layout-header .navbar-brand {
        padding: 0px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .cart {
        top: 40px !important;
    }

    #layout-header .navbar-toggle {
        top: 35px;
    }

    div#layout-header-collapse {
        box-shadow: none;
    }

    span.glyphicon.glyphicon-menu-hamburger {
        color: #fff;
    }
    #layout-header .navbar-nav.navbar-center{
        background-image: url('/app_themes/RushFunPark/images/menubg.jpg') !important;
        background-size: cover;
		position: relative;
    }
    #layout-header .navbar-nav.navbar-center li {
        background: #f4811dd1 !important;
        border-bottom: none !important;
    }

        #layout-header .navbar-nav.navbar-center li a {
            font-size: 30px !important;
            font-weight: 300 !important;
            padding: 20px !important;
            background-color: transparent;
        }
#layout-header .navbar-nav.navbar-center li a:focus,
    #layout-header .navbar-nav.navbar-center li a:active{
    background-color: #000 !important;
}
    ul#menu-main-menu2 > li.dropdown.menu-item.show > ul.dropdown-menu.show > li.menu-item > a {
        padding: 20px !important;
    }
}

ul#menu-main-menu2 > li.dropdown.menu-item.show > ul.dropdown-menu.show > li.menu-item {
    border-bottom: 1px solid #ffffff;
    width: 100%;
}

@media (max-width:768px) {
    #layout-header nav, #layout-header {
        height: 120px !important;
        width: 100%;
    }
}
/* navbar style ends */

/* .package-card .content-card .products__productName{
    transition: all 0.5s;
} */
/* .package-card .content-card:hover .products__productName{
   transform: scale(1.4); 
   transition: transform 0.5s;
} */
.package-card .party-package h3,
li.package-card .secondaryDarkerBackgroundColor {
    background-color: transparent;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #262626;
}
/* .package-card:nth-child(2) .party-package h3,
li.package-card:nth-child(2) .secondaryDarkerBackgroundColor{
    background-color: #489ed4;
}
.package-card:nth-child(3) .party-package h3,
li.package-card:nth-child(3) .secondaryDarkerBackgroundColor{
    background-color: #312783
}
.package-card:nth-child(4) .party-package h3,
li.package-card:nth-child(4) .secondaryDarkerBackgroundColor{
    background-color: #f5a738
} */

.package-card .content-card {
    background-color: #dfd9df !important;
    border: 5px solid #dfd9df;
    border-radius: 5px;
    padding: 0px;
    box-shadow: none;
}

.incrementor {
    border: 1px solid #ccc !important;
}

.products__productName {
    color: #fff;
    font-family: "Poppins SemiBold", Arial, sans-serif;
    font-size: 18px;
}

.packageprice,
.products__productPricing_totalCost {
    color: #000;
    font-family: "Poppins SemiBold", Arial, sans-serif;
    font-size: 24px;
visibility: hidden;
}

.products__productPricing_price,
.products__productPricing_price_child {
    color: #000;
    font-family: "Poppins SemiBold", Arial, sans-serif;
    font-size: 20px;
}

.party-web-description,
.party-package ul li,
.products__productComboBreakdown .spaceSpans > span {
    color: #262626;
    font-family: "Poppins SemiBold", Arial, sans-serif;
}

.products__product_categoryQuantity,
.packagecontents .input-group .quantity_input {
    color: rgb(85,85, 85);
    font-family: "Poppins SemiBold", Arial, sans-serif !important;
}
/* .products__productActions.nowrap button.cta{ */
/* background-color: #05306b !important; */
/* } */
.secondaryBackgroundColor {
    background-color: #f5f5f5 !important;
}

.cartSummary > .cartSummary__breakdown {
    background-color: #fff !important;
}

.cartSummary__breakdown label,
.cart-item .spaceSpans > span, .cart-item .spaceSpans > span > span, .cart-item-child {
    color: #000 !important;
    font-size: 18px !important;
    font-family: 'Poppins SemiBold', Arial, sans-serif;
    font-weight: 400;
}

.cartSummary > .cartSummary__summary {
    font-family: 'Poppins SemiBold', Arial, sans-serif;
    color: #000 !important;
}

.cart-item:nth-child(2n) {
    background: transparent;
    /* border-bottom: 1px solid #ccc */
}

.cartSummary__breakdown li:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.accordion_item-child .bdr,
.accordion_item .bdr {
    border: 1px solid #cccccc00 !important
}

.cart-item-child {
    background: transparent;
}

.accordion_item .ccount .input-counter .form-control,
.accordion_item-child .ccount .input-counter .form-control,
.accordion_item-child .cname {
    word-break: break-word !important;
    /* font-size: 16px !important; */
    color: #000;
}

.accordion_item .cname .nowrap,
.accordion_item-child .ctotal,
.accordion_item-child .cprice,
.accordion_item .ctotal,
.accordion_item .cprice,
.row.cartItem.rowId_ div.cname > p {
    word-break: break-word !important;
    font-size: 16px !important;
    color: #000;
}

.gtotal span {
    font-size: 18px !important;
}

.grandGtotal span {
    font-size: 22px !important;
}

.line_tab li a {
    font-size: 18px !important;
    color: #000;
}

.alignCenter {
    font-size: 14px;
}

.modal-footer.modal-notify-footer > div {
    margin-bottom: 0 !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    color: #ffffff;
    background-color: #ff7700d9 !important;
    border: 1px solid #ff7700d9 !important;
}

.pagination li a, .pagination .disabled a {
    border-color: #000;
    background-color: #7300BA;
}
.pagination > li > a:focus,
.pagination > li > a:hover{
    color: #000 !important;
    background-color: #fff;
    border-color: #7700ba;
}
.pagination li a, .pagination .disabled a,
.pagination > li:first-child > a, .pagination > li:first-child > span {
    color: #ffffff !important;
}

a.btn.btn-sm.btn_link.simulateClick.ng-binding.ng-scope {
    font-size: 12px;
}
/* .prodImageBlock img{
    padding-top: 5px;
} */
/* .prodImageBlock{
    margin-bottom: 5px;
    background: transparent !important;
} */
/* .invoice table td,
.invoice table .no, */
td.no.text-right {
    width: 5%;
}

/* .invoice .flex-item:nth-child(4){
display: none;
} */
.ticket_count.ticket_count_step1_padding .fstyle {
    color: #fff !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #fa8521;
}

.party-image,
.party-image > img {
    border-radius: 5px 5px 0 0;
    margin-bottom: 5px;
}

.nav-pills > li > a:hover {
    background-color: #7300ba !important;
}

#package_accordion h3 {
    color: #000;
    font-size: 22px;
}

.required {
    font-size: 14px;
}

@media only screen and (max-width:768px) {
    span.input-group-btn {
        text-align: center;
        padding: 5px;
    }
}

#divRegisterAccount input,
.inputContainer input,
.input-group input {
    color: #000 !important;
    font-weight: 600 !important;
    font-family: 'Poppins SemiBold' !important;
}

input#btnRegisterSave {
    color: #fff !important;
}

.notifyModalTitle {
    font-size: 16px !important;
}

li.accordion_item.cart-incriment .count-item {
    display: none;
}

#lblChangeLoginText {
    font-family: 'Poppins SemiBold' !important;
}

.panel-heading .accordion-toggle.collapsed:after,
.acc_active .accordion-toggle.collapsed:after,
.panel-heading .accordion-toggle:after {
    color: #EA9215;
}

.invoice footer {
    border-top: 0;
}

.form-control:focus {
    background: #fff;
}

.new {
    background-color: #942882 !important;
}

    .new .schedulename,
    .new span {
        color: #fff !important;
    }

.schedulename .pname {
    display: none;
}

.schedulename, .schedulename * {
    font-family: 'Poppins SemiBold';
}

.bookingDateStyle span {
    font-family: 'Poppins SemiBold';
    font-size: 20px;
	color: #fff;
}

.header-attraction-summary > div:last-child span {
    color: #942882 !important;
}

#scheduleProdFooter {
    display: none;
}

.accordionHeader .roundCounter {
    border-color: transparent !important;
}
/*#divSchedules>div:not(:last-child){
    border-bottom: 1px solid;
}*/
div#divSchedules.divSchedulesNew {
    grid-template-columns: repeat(auto-fit, 180px);
}
.party-location h3 span,
.party-location h3 {
    color: #000;
}

.packagecontents {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    justify-content: space-between;
}

.party-prod-description {
    color: #262626 !important;
}

body .alert.alert-info {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: 1px solid #fff;
}

#pnlreceiptlinks .flex-container > .flex-item {
    display: flex;
    gap: 5px;
}

    #pnlreceiptlinks .flex-container > .flex-item > .hidden {
        display: block;
    }

.invoice table td, .invoice table th {
    background: transparent;
}

#pnlreceipt .text-bold.bg-white {
    padding-bottom: 30px;
}

.cart-item {
    color: #000;
}

.notificationDiv {
    top: 150px;
}

#pnlreceipt table {
    background-color: transparent;
}

.package-list .input-group .quantity_input {
    height: auto !important;
}

@media (max-width:768px) {
    li.CartItems.cart-item div.spaceSpans:first-child span {
        word-break: break-word !important;
    }

    .cartSummary__breakdown label, .cart-item .spaceSpans > span, .cart-item .spaceSpans > span > span, .cart-item-child {
        font-size: 16px !important;
    }

    #divPartyPackage span.input-group-btn {
        padding: 0 !important;
    }
}

.prodImageBlock img {
    width: 334px;
    height: 260px;
}

#dashboard-report-range {
    padding: 11.7px !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    display: inline-flex;
}

    #dashboard-report-range img {
        filter: invert(1);
        height: fit-content;
        align-self: center;
    }
#dashboard-report-range i {
    align-self: center;
}
section.party-package.content-card.products__product button {
    padding: 10px 15px;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.prodImageBlock:hover img {
    opacity: 1 !important;
}

p.products__productName.secondaryDarkerBackgroundColor.ng-binding {
    border-radius: 0;
}
/* .prodImageBlock{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
} */
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

#MainContent_productdisplay1_pnlCardSearchMain input#btnVerifyCard {
    height: 48px !important;
}

.nav-tab-attsch li:last-child .close-att-schedule {
    color: #000
}

.footer-row {
    display: flex;
    justify-content: space-between;
}

.inner-row {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
}

footer.noprint {
    /* background: #fff; */
}

footer .col-logo {
    display: none;
}

footer .col-nav {
    flex: auto;
}

footer .footer-nav-menu, footer .footer-nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    footer .footer-nav-menu > .menu-item {
        margin-left: -20px;
        margin-right: -20px;
    }

        footer .footer-nav-menu > .menu-item > a, .menu-item.menu-item-has-children > details > summary {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 21px;
            padding-bottom: 21px;
            font-weight: 700;
            text-transform: uppercase;
            border-bottom: 1px solid #A5B0C4;
        }

            footer .footer-nav-menu > .menu-item > a::after {
                content: "\e90e";
                display: block;
                transition: 250ms ease transform;
            }

        footer .footer-nav-menu > .menu-item:first-of-type > a {
            border-top: 1px solid #A5B0C4;
        }

    footer .footer-nav-menu a, footer .footer-nav-menu .static, .col-contact p, .menu-item.menu-item-has-children > details > summary {
        display: block;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .footer-nav-menu .sub-menu {
        display: none;
        border-bottom: 1px solid #A5B0C4;
    }

        footer .footer-nav-menu .sub-menu a, footer .footer-nav-menu .sub-menu .static {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            footer .footer-nav-menu .sub-menu a p, footer .footer-nav-menu .sub-menu .static p {
                margin: 0;
            }

    footer .footer-nav-menu .menu-item-has-children.open > a::after {
        transform: rotate(180deg);
    }

    footer .footer-nav-menu .menu-item-has-children.open .sub-menu {
        display: block;
    }

footer .col-contact .footer-nav-menu .sub-menu a:hover {
    text-decoration: underline !important;
}

footer .memberships {
    order: 1;
    margin-top: 50px;
}

    footer .memberships .memberships-images {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

        footer .memberships .memberships-images img {
            display: block;
            width: 75px;
        }

footer .legals a {
    color: #000000;
    text-decoration: none;
}

footer .legals .legals-row {
    display: flex;
    flex-direction: column;
}

footer .legals .copyright {
    order: 2;
    font-size: 10px;
    text-align: center;
    margin-top: 12px;
}

    footer .legals .copyright .powered-by {
        margin-top: 10px;
    }

.myaccount .portlet-body.clearfix {
    display: flex;
    flex-direction: column;
}

@media(min-width: 1200px) {
    .inner-row {
        padding-left: 90px
    }
}

@media (min-width: 992px) {

    footer.noprint {
        /* border-top: 1px solid #a5b0c4; */
    }

    .inner-row {
        flex-direction: row;
        flex: 1 0 auto;
        padding-left: 50px;
    }

    footer .col.col-logo {
        display: block;
        width: 294px;
        flex: 0 0 294px;
    }

        footer .col.col-logo .logo {
            display: block;
            width: 100%;
            margin: 0;
        }

    footer .col.col-nav {
        flex: 1 0 0;
        display: flex;
        justify-content: space-evenly;
    }

    footer .row .col-contact {
        flex: 0 0 214px;
    }

        footer .row .col-contact li {
            padding-right: 0;
        }

    footer .footer-nav-menu > .menu-item {
        flex-grow: 0.1;
        flex-shrink: 0;
        margin-left: 0;
        margin-right: 0;
    }

        footer .footer-nav-menu > .menu-item > a {
            border-top: 0 !important;
            border-bottom: 0;
        }

            footer .footer-nav-menu > .menu-item > a::after {
                display: none;
            }

    footer .footer-nav-menu .sub-menu {
        display: block;
        border-bottom: 0;
    }

        footer .footer-nav-menu .sub-menu a, footer .footer-nav-menu .sub-menu .static {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    footer .legals .legals-row {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 40px;
        padding-bottom: 40px;
        border-top: 1px solid #A5B0C4;
        margin-top: 91px;
    }

    footer .legals .copyright {
        order: 1;
        font-size: 14px;
        text-align: left;
        margin-top: 0;
    }

    footer .legals .memberships {
        order: 2;
        margin-top: 0;
    }

        footer .legals .memberships .memberships-images img {
            width: 150px;
        }
}

@media (max-width:768px) {
    .inner-row {
        width: 100% !important;
    }

    footer .footer-nav-menu > .menu-item {
        margin-left: 0px;
        margin-right: 0px;
    }

    footer.noprint .container {
        padding-left: 0;
        padding-right: 0;
    }

    .legals {
        margin: 0 20px;
    }
}

@media (max-width:992px) {
	.flex-party-timer span.party-timer,
.flex-party-timer span.party-timer #countdownsection {
    top: 120px !important;
    background: transparent;
    color: #000;
}
    .menu-item.menu-item-has-children > a, .menu-item.menu-item-has-children > ul {
        display: none !important;
    }

    .menu-item.menu-item-has-children > details {
        display: block !important;
    }

    details > summary {
        list-style-type: none;
        position: relative;
    }

        details > summary::-webkit-details-marker {
            display: none;
        }

    footer details .sub-menu {
        display: block !important;
    }

    .menu-item.menu-item-has-children > details > summary.phone-footer {
        display: flex;
    }

    details > summary .fa-angle-down {
        transition: transform 0.3s;
    }

    details[open] > summary .fa-angle-down {
        transform: rotate(180deg);
        transition: transform 0.3s;
    }

    footer .col-contact .menu-item p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .explore summary.phone-footer {
        border-top: 1px solid #A5B0C4;
    }
}

.packagecontents.attract_card .prodImageBlock {
    margin-bottom: 0px !important;
}

@media only screen and (max-width:768px) {
    .incrementor_ticket_count span.input-group-btn {
        padding: 0;
    }
}



@media (min-width: 992px) {
    footer .legals .copyright {
        min-width: max-content;
    }
}

#inner-banner {
    padding-top: 0px;
}
a#lnkOtherLocation:hover {
    color: #fff;
    text-decoration: underline !important;
}
div#pnlreceiptlinks .flex-item button:nth-child(2) {
    display: none;
}


@media (max-width:768px) {
    .gtotal {
        text-align: right;
    }
}

@media(max-width: 1200px) {
    footer .legals .copyright {
        min-width: min-content !important;
    }
}

button#rejectBtn:focus {
    border: 1px solid #ff0000 !important;
}

button#acceptBtn:focus {
    border: 1px solid #942882 !important;
}

.party-package.content-card footer {
    padding-bottom: 10px;
}
#divScheduleInfo hr.step2-hr {
    border-color: #fff;
}
#tab_step5 .col-md-6:last-child .table-striped > tbody > tr > td:last-child span {
    width: max-content;
    display: inline-block;
}
/* footer style */
footer.noprint {
  background-image: url("/app_themes/RushFunPark/images/footerbg.jpg");
  background-repeat: no-repeat;
}
.footer-row {
 background-color: #000000cf;
 display: flex;
 padding: 0 40px;
 justify-content: space-between;
}
.footerCol1 img {
  width: 200px;
  left: 60px;
  position: relative;
  margin-top: 25px;
}
.design P {
  font-family: 'Poppins SemiBold';
  color: #fff;
  font-size: 15px;
}
.design span {
  color: #D40000;
  font-family: 'Poppins SemiBold';
}
.footerLinks h2,
.footerCol2 a {
  font-family: 'Poppins SemiBold';
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}
.footerCol2 .footerLinks a {
  text-decoration: underline !important;
}
.footerLinks {
  display: flex;
}
.instructions p {
  color: #fff;
  font-family: 'Avenir';
  font-size: 10px;
  /* margin-top: 10px; */
}
.footerCol3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.footerCol2 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  margin-bottom: 15px;
}
.footergap {
  height: 30px;
}
@media only screen and (max-device-width:768px){
  .footerCol1,.footerCol3 {
    display: none ;
  }
  .footer-row {
    align-items: center;
    justify-content: center;
    padding:35px 0;
  }
  .design p,.design span,
  .footerLinks h2,
  .footerCol2 a {
    font-size:10px !important
  }
  .footergap {
    height: 20px !important;
  }
}

/* footer style ends */
.location-selection {
    display: none;
}
@media(max-width: 768px){
div#flex-party-container {
    position: relative !important;
    top: -22px !important;
}
}
 
span#float-summary-cost {
    color: #fff;
}