@font-face {
    font-family: 'Overpass';
    src: url('/app_themes/FunParkCanada/fonts/Overpass/Overpass-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Questrial';
    src: url('/app_themes/FunParkCanada/fonts/Questrial/Questrial-Regular.ttf');
}

@font-face {
    font-family: 'Segoe Ui';
    src: url('/app_themes/FunParkCanada/fonts/segoe-ui/SegoeUI.ttf');
}

@font-face {
    font-family: 'SF Pro';
    src: url('/app_themes/FunParkCanada/fonts/SF-Pro-Display-Regular.otf');
}

@font-face {
    font-family: 'Inter';
    src: url('/app_themes/FunParkCanada/fonts/Inter/Inter-VariableFont.ttf');
}

* {
    font-family: "Questrial";
}
body{
    background-color: #fff;
}
/* Template changes */
#snackbar {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;background-color: transparent;
    background-image: linear-gradient(140deg, #024286 47%, #0A2746 77%);
    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: #ff8b1f !important;
    background-color: transparent;
    border: 1px solid #ff8b1f !important;
    font-weight: normal;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
}

.btn-primary {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ef6018 !important;
    background-color: #ef6018 !important;
    border-radius: 0;
    position: relative;
}


@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;
    }
  }

div#MainContent_upnlContactParty {
    margin-top: 100px;
}

.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 00px;
    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: 20px;
}

.cartSummary {
    box-shadow: -3px 3px 8px -3px rgb(0 0 0 / 40%) !important;
}

.content-box.modalToFullScreen.full-width-content {
    max-width: 100%;
}

.cta, .btn, .btn-danger, .btn-default {
    color: black !important;
    background-color: #ff8b1f;
    border: 1px solid #000 !important;
    border-radius: 3px;
    font-weight: normal;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
}

    .cta:hover, .btn:hover, .btn-danger:hover, .btn-default:hover {
        color: black !important;
        background-color: #0e9cb1 !important;
        border-color: #096674;
    }

.cartSummary > .cartSummary__summary button {
height: 3rem !important;
}
/* 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 #000000;
}

.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: #ef6018
}

.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 #ef6018;
}

#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: 120px;
    }
}
/*css for w-toplink*/
.w-toplink {
    display: none !important;
    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: #ff8b1f;
    color: #fff !important;
    box-shadow: 0 1px 6px rgba(0,0,0,.1), 0 2px 24px rgba(0,0,0,.2);
}

/*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: #003e5100 !important;
    background-image: linear-gradient(140deg, #024286 47%, #0A2746 77%);
}

input[name="selectedSchedule"] {
    height: 25px !important;
    /*width: 40px;*/
}

.fstyle {
    color:#EF6018 !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;
}

.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;
}

.packageprice {
    background-color: transparent !important;
    font-family: 'SF Pro',sans-serif;
font-size: 20px !important;
font-weight: 600;
color: #132C47;
}


.ticket_count {
    border-color: #28d4ee00 !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 #000000;
}

#automplete-1 {
    background: #ef6018 !important;
    color: white !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: 0px 13px 33px 0px rgba(51,77,128,0.08)
}

.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 #28d4ee !important;
} */

@media screen and (max-width: 1023px) {
    #header-section {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media screen and (min-width: 1023px) {
    .cart {
        top: 16px !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: #ffffff !important;
    min-height: 860px !important;
    margin-bottom: 0;
}

.party-category div {
    margin: 0 auto;
    /* color: white; */
}

.breadcrumps {
    padding: 10px;
    padding-left: 5px;
    color: rgb(0, 0, 0);
}

.party-package ul {
    list-style: none;
}

.btn-default {
    color: black !important;
    background-color: #28d4ee;
    border-color: #13ceea;
    border-style: none !important;
    border-radius: 3px;
    font-weight: normal;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
}

#locationLable,
.bookingDateStyle {
    color: rgb(0, 0, 0) !important
}

.badge {
    background-color: #ff8b1f;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    width: 40px;
}


#section-party-nav-tabs {
    border-bottom: 1px solid #003241;
    background-color: #003241;
}

/* .list-group-item-heading {
    color: white;
} */

.textColor, .guestlabel small, .glyphicon-question-sign {
    color: rgb(0, 0, 0) !important
}

.green_link {
    background-color: transparent !important
}

.navbar-toggle {
    margin-right: -64px;
}

.location-header {
    background-color: #003e51;
    background-image: linear-gradient(140deg, #024286 47%, #0A2746 77%);
}
.location-find a{
    text-decoration: underline !important;
}
.location-header-name{
    color: #ff5500 !important;
}

.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: rgb(31, 3, 3) !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: #ffffff !important;
    color: white !important
}

.btn-xs {
    padding: 4px;
}

.btn-danger, .btn-danger:hover {
    color: black;
    /* background-color: #ff8b1f !important;
    border-color: #ff8b1f !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;
}
.packagecontents{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#pnlreceipt .text-bold.bg-white{
    padding-bottom: 30px;
}

@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;
    }
}
#scheduleProdFooter,
.row.row-flex.header-attraction-summary .textStyle {
    display: none;
}
.row.scheduleSection.mainList {
    overflow: auto;
    }

    #snackbar p{
        font-size: 16px;
        letter-spacing: 1.1px;
    }

    /* footer styles */
    footer {
        padding: 2%;
      }
      
      parafait-app-footer>div{
        background-image: linear-gradient(210deg, #009FFD 0%, #0A2746 64%);
      }
        footer h3{
          color: #ef6018;
          font-size: 24px;
          font-family: "Questrial", Sans-serif;
          letter-spacing: 0.3px;
        }
      
      .row1col2 a,.row1col3 p,.row1col4 p,.row1col4 a, .footerRow2 p{
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      font-family: "Overpass",sans-serif;
      letter-spacing: 0.2px;
      transition: all 0.2s;
      line-height: 27px;
        }
        .row1col2 a:active,
        .row1col2 a:hover{
          color: #ef6018;
        }
        .row1col1 img {
          width: 190px;
      }
      .socialLinks img {
        width: 29px;
        height: 29px;
      }
      .footerRow1 {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
      }
      .row1col4>.wilkeslocation{
        margin-top: 25px;
      }
      .footerRow2 {
        text-align: center;
        margin-top: 25px;
      }
      
      .socialLinks {
        margin-top: 20px;
      }
      
      @media (min-width:768px){
        .footerRow1 {
          flex-wrap: wrap;
      }
      }
      
      @media (max-width:768px){
        .footerRow1 {
          flex-direction: column;
        }
        footer {
          padding: 5% 8% 8% 8%;
      }
      .footerRow1>div {
        padding-bottom: 9%;
      }
      .footerRow2 p{
        font-size: 15px;
      }
      .footerRow2 {
        text-align: left;
      }
      }
      div:has(.footer){
        background-image: linear-gradient(210deg, #009FFD 0%, #0A2746 64%);
        /* display: none; */
      }
      div.noprint:has(footer){
        display: none;
      }


      /* navbar styles */
      #layout-header .navbar-nav li > a {
        color: #0a2746 !important;
        font-family: "Overpass",sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.2px;
        padding: 0 !important;
        transition: all 0.23s ease;
    }

    #layout-header .navbar-nav li {
        padding: 20px;
    }

    #layout-header .navbar-nav li > a:hover {
        color: #ef6018 !important;
        background: transparent;
    }


    #layout-header .navbar {
        background: #fff !important;
        box-shadow: 10px 5px 37px 0px rgba(20, 48, 139, 0.06);
        border-radius: 4px;
    }

    .navbar-brand > img {
        width: 100% !important;
        max-width: 265px !important;
        height: auto !important;
        position: relative;
        z-index: 1
    }

    ul#menu-main-menu2 {
        position: relative;
        top: 15px;
        /* z-index: 0; */
    }
    i.glyphicon.glyphicon-shopping-cart {
        color: #ef6018;
    }
    #lblCartCount{
        background-color:  #ef6018
    }

    @media (max-width:768px){
        .navbar-brand > img{
            width: 124px !important;
            height: auto !important;
        }
        #layout-header .navbar-nav.navbar-center li{
            background-color: #fff;
            border-color: #ccc !important;
        }
        #layout-header .navbar-nav.navbar-center li a{
            text-align: center;
        }
        ul.dropdown-menu.show {
            left: 135px;
        }
        #layout-header .navbar-toggle:hover{
            color: #333;
        }
        #layout-header .navbar-toggle span.glyphicon.glyphicon-menu-hamburger{
            color: #333;
        }
        button#cart_toggle {
            top: 5px;
        }
    }
    li.dropdown.menu-item.show>  ul.dropdown-menu.show> li.menu-item{
        padding: 10px !important;
        width: 100%;
    }
    li.dropdown.menu-item.show>  ul.dropdown-menu.show> li.menu-item:hover{
        background-color:#0a2746 !important ;
        color:#fff !important;
    }
    ul#menu-main-menu2>li.dropdown.menu-item.show>  ul.dropdown-menu.show> li.menu-item:hover a{
        color:#fff !important;
        background: transparent;
    }
    a:focus, button:focus{
        border:0 !important;
        filter:unset !important
    }
    body .alert.alert-info,
    .pa-line-h,
    #pageHeadingContainer{
        background-image: linear-gradient(210deg, #009FFD 0%, #0A2746 64%);
    }
    #divScheduleInfo a{
        color: #fff;
        text-decoration: underline !important;
    }
    body .alert.alert-info{
        color: #fff;
    }
    #lblPageHeader{
        color: #000000;
        font-family:"Questrial",sans-serif;
        letter-spacing: 0.3px;
        text-transform: capitalize;
    }

    .party-location{
        box-shadow: none;
        background: #0a2746;
        border-radius: 0;
    }

    .party-package h3,
    .products__productName,
    .party-location h3{
        color: #EF6018;
        font-size: 30px;
        font-weight: 400;
        font-family: 'Questrial',sans-serif;
        background:transparent;
    }

    .party-location h3 span{
        color: #E6E6E6;
    }


div#MainContent_receiptControl1_upnlReceipt button.btn.btn-info.noprint,
    button#btn-booking-confirm,
    button#btnApplyPartyCoupon,
    button#btn-step-next,
    button#btn-step-prev,
    input.btn.btn-default.btn-sm.btnPackage1,
    #divMyCards a.btn.btn-sm.btn_link.simulateClick,
   #divMyCards button.btn.btn-sm.btn-primary,
    a.simulateClick.btn.btn-default.btn-xs.green-stripe,
   #pnlreceiptlinks button.btn.btn-info,
    .footer-Data a.btn.btn-danger,
    button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected,
    button#btnApplyCoupon,
    button.btn.btn-primary.pull-right.book_continue,
button.cta{
    background-color: #0A2746 !important;
    background-image: none !important;
    position: relative;
    overflow: hidden;
    border-radius: 4px !important;
    outline: 0 !important;
  border: 1px solid #0A2746 !important;
  box-shadow: none !important;
  height: 48px !important;

  color: #fff !important;
  font-family: "Segoe Ui",sans-serif;
 font-weight:400 !important;
 font-size: 20px !important;
 z-index:1;
 text-transform: capitalize;
}

#reciept-modal button#btnReceiptModalClose,
div#MainContent_receiptControl1_upnlReceipt button.btn.btn-info.noprint:hover,
button#btn-booking-confirm:hover,
button#btnApplyPartyCoupon:hover,
button#btn-step-prev:hover,
button.cta:hover,
button.btn.btn-primary.pull-right.book_continue:hover,
button#btnApplyCoupon:hover,
button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected:hover,
.footer-Data a.btn.btn-danger:hover,
#pnlreceiptlinks button.btn.btn-info:hover,
a.simulateClick.btn.btn-default.btn-xs.green-stripe:hover,
#divMyCards button.btn.btn-sm.btn-primary:hover,
#divMyCards a.btn.btn-sm.btn_link.simulateClick:hover{
    color: #fff !important;
    background-color: #0a2746 !important;
}
button#btn-booking-confirm{
    height: auto !important;
    font-size: 16px !important;
}

div#MainContent_receiptControl1_upnlReceipt button.btn.btn-info.noprint,
button#btn-step-next,
button#btn-step-prev {
    height: auto !important;
}

.footer-Data a.btn.btn-info:hover,
span.cart-btns button.close-btn:hover,
button#modalClose:hover
{
    color: #fff !important;
    background-color: #ef6018 !important;
}

/* #divMyCards a.btn.btn-sm.btn_link.simulateClick:before,
#divMyCards a.btn.btn-sm.btn_link.simulateClick:after,
#divMyCards button.btn.btn-sm.btn-primary:before,
#divMyCards button.btn.btn-sm.btn-primary:after,
a.simulateClick.btn.btn-default.btn-xs.green-stripe:before,
a.simulateClick.btn.btn-default.btn-xs.green-stripe:after,
#pnlreceiptlinks button.btn.btn-info:before,
#pnlreceiptlinks button.btn.btn-info:after,
.footer-Data a.btn.btn-info:before,
.footer-Data a.btn.btn-info:after,
.footer-Data a.btn.btn-danger:before,
.footer-Data a.btn.btn-danger:after,
button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected:before,
button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected:after,
button#btnApplyCoupon:before,
button#btnApplyCoupon:after,
button.btn.btn-primary.pull-right.book_continue:before,
button.btn.btn-primary.pull-right.book_continue:after,
span.cart-btns button.close-btn:before,
span.cart-btns button.close-btn:after,
button#modalClose:before,
button#modalClose:after,
button.cta:before,
button.cta:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: white;
    transition: transform 0.3s;
    z-index: -1;
} */

/* #divMyCards a.btn.btn-sm.btn_link.simulateClick:before,
#divMyCards button.btn.btn-sm.btn-primary:before,
a.simulateClick.btn.btn-default.btn-xs.green-stripe:before,
#pnlreceiptlinks button.btn.btn-info:before,
.footer-Data a.btn.btn-info:before,
.footer-Data a.btn.btn-danger:before,
button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected:before,
button#btnApplyCoupon:before,
button.btn.btn-primary.pull-right.book_continue:before,
span.cart-btns button.close-btn:before,
button#modalClose:before,
button.cta:before {
    top: 0;
    left: -100%;
} */

/* #divMyCards a.btn.btn-sm.btn_link.simulateClick:after,
#divMyCards button.btn.btn-sm.btn-primary:after,
a.simulateClick.btn.btn-default.btn-xs.green-stripe:after,
#pnlreceiptlinks button.btn.btn-info:after,
.footer-Data a.btn.btn-info:after,
.footer-Data a.btn.btn-danger:after,
button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected:after,
button#btnApplyCoupon:after,
button.btn.btn-primary.pull-right.book_continue:after,
span.cart-btns button.close-btn:after,
button#modalClose:after,
button.cta:after {
    bottom: 0;
    right: -100%;
} */

/* #divMyCards a.btn.btn-sm.btn_link.simulateClick:hover:before,
#divMyCards button.btn.btn-sm.btn-primary:hover:before,
a.simulateClick.btn.btn-default.btn-xs.green-stripe:hover:before,
#pnlreceiptlinks button.btn.btn-info:hover:before,
.footer-Data a.btn.btn-info:hover:before,
.footer-Data a.btn.btn-danger:hover:before,
button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected:hover:before,
button#btnApplyCoupon:hover:before,
button.btn.btn-primary.pull-right.book_continue:hover:before,
span.cart-btns button.close-btn:hover:before,
button#modalClose:hover:before,
button.cta:hover:before {
    transform: translateX(100%);
} */

/* #divMyCards a.btn.btn-sm.btn_link.simulateClick:hover:after,
#divMyCards button.btn.btn-sm.btn-primary:hover:after,
a.simulateClick.btn.btn-default.btn-xs.green-stripe:hover:after,
#pnlreceiptlinks button.btn.btn-info:hover:after,
.footer-Data a.btn.btn-info:hover:after,
.footer-Data a.btn.btn-danger:hover:after,
button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected:hover:after,
button#btnApplyCoupon:hover:hover:after,
button.btn.btn-primary.pull-right.book_continue:hover:after,
span.cart-btns button.close-btn:hover:after,
button#modalClose:hover:after,
button.cta:hover:after {
    transform: translateX(-100%);
} */

.footer-Data a.btn.btn-info,
span.cart-btns button.close-btn,
button#modalClose{
    background-color: #ef6018 !important;
    background-image: none !important;
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
    outline: 0 !important;
    border: 1px solid #ef6018 !important;
    box-shadow: none !important;
    /* height: 48px !important; */


    color: #fff !important;
    font-family: "Segoe Ui",sans-serif;
   font-weight:400 !important;
   font-size: 20px !important;
   z-index:1;

   text-transform: capitalize;
}

.prodImageBlock img{
    border-radius: 0 ;
}
a.simulateClick.btn.btn-default.btn-xs.green-stripe{
    font-size: 16px !important;
}
#divMyCards a.btn.btn-sm.btn_link.simulateClick{
    height: 35px !important;
    font-size: 14px !important;
}
button#btnApplyPartyCoupon,
#divMyCards button.btn.btn-sm.btn-primary,
button#btnApplyCoupon{
    height: 30px !important;
    font-size: 14px !important;
}

a.simulateClick.btn.btn-default.btn-xs.green-stripe,
button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected{
    height:auto !important;
}


input#btnVerifyCard,
input.btn.btn-lg.btn-danger.redbg.btn_bookhere,
input#terms_accept,
input#btnRegisterSave,
input#btnRestPassword,
input#btnLogin,
input#MainContent_btnLocation{
    padding: 15px 30px;
    height: 46px;
}

input#MainContent_changepassword1_btnCancel,
input#MainContent_changepassword1_btnChangePassword,
button.btn.btn-sm.btn-primary.AddLinkcardbutton,
input#btnVerifyCard,
button#acceptBtn,
button#rejectBtn,
input.btn.btn-lg.btn-danger.redbg.btn_bookhere,
input#terms_accept,
input#btnRegisterSave,
input#btnRestPassword,
input#btnLogin,
div#dashboard-report-range,
input#MainContent_btnLocation{
    background-color:#ef6018 !important;
    border-radius: 32px;
    color: #fff !important;
    letter-spacing: 0.2px;
    font-family: "Overpass",sans-serif;
    font-size: 14px;
    outline: 0;
    border: 1px solid #FF5500 !important;
    transition: all .3s;
}
input#MainContent_changepassword1_btnCancel:hover,
input#MainContent_changepassword1_btnChangePassword:hover,
button.btn.btn-sm.btn-primary.AddLinkcardbutton:hover,
input#btnVerifyCard:hover,
button#acceptBtn:hover,
button#rejectBtn:hover,
input.btn.btn-lg.btn-danger.redbg.btn_bookhere:hover,
input#terms_accept:hover,
input#btnRegisterSave:hover,
input#btnRestPassword:hover,
input#btnLogin:hover,
div#dashboard-report-range:hover,
input#MainContent_btnLocation:hover{
 background-color: #FFFFFF !important;   
color: #0A2746 !important;
border-color: #0A2746 !important;
}

img.ui-datepicker-trigger {
    filter: invert(1);
}

div#dashboard-report-range:hover img.ui-datepicker-trigger {
     filter:unset !important
}

.incrementor{
    border-color: #e5e5e500;
}

.products__productComboBreakdown .incrementor,
.products__productPricing>span,
.packagecontents .spaceSpans>span,
.packagecontents .input-group .quantity_input,
.products__productPricing_price{
    font-family: 'SF Pro' !important;
    color: #132C47 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.products__productPricing>span.products__productPricing_totalCost{

    font-weight: 600 !important;
}
.footer-Data a.btn.btn-danger{
    height:40px !important;
}
.nav-tab-attsch li:last-child .close-att-schedule{
    color: red;
}
.cart-item, .cart-item-child,
section.cartSummary__breakdown {
    background: #ffffff !important;
}

.secondaryBackgroundColor{
    background-image: linear-gradient(140deg, #024286 47%, #0A2746 77%);
}
.cartSummary__breakdown label,
.cart-item .spaceSpans > span, .cart-item-child .spaceSpans > span{
    color: #606060 !important;
    font-family: "Questrial",sans-serif;
    font-size: 16px;
    letter-spacing: 1.1px;
    font-weight: 400 !important;
}

.cartSummary__breakdown li:not(:last-child) {
    border-bottom: 1px solid #EF6018;
}

#package_accordion h3,
div#headingThree,
div#headingTwo,
div#headingOne {
    background: #ef6018;
}
.panel-title .change_link{
    text-decoration: underline !important;
}

#package_accordion h3,
.panel-heading .accordion-toggle.collapsed:after,
.acc_active .accordion-toggle.collapsed:after,
.signin_msg,
.panel-title > a,
.panel-heading .accordion-toggle:after,
.panel-title .change_link,
.acc_active .panel-title{
    color: #fff;
    font-weight: 700;
}

.party-prod-description,
.party-package ul li span, 
.party-package ul li,
.product__inline_desc{
    color: #0A2746!important;
    font-size: 15px !important;
    font-family: 'SF Pro' !important;
    font-weight: 400 !important;
    line-height: 15px;
    letter-spacing: 1px;
}

.party-package ul li{
    line-height: 20px;
}

.package-card .content-card{
    background-color: #ffffff;
    padding: 0;
    border-radius: 0px;
    box-shadow: 0px 13px 33px 0px #334D8014;

}
/* li.package-card:nth-child(odd) .secondaryDarkerBackgroundColor{
    background-color: #EF6018 !important;
    border-radius: 10px 10px 0 0;
}
li.package-card:nth-child(even) .secondaryDarkerBackgroundColor{
    background-color: #0A2746!important;
    border-radius: 10px 10px 0 0;
} */

.secondaryDarkerBackgroundColor{
    background-color: transparent !important;
}

.products__productCategoryMessage{
    color: red;
}
.footer-Data a.btn.btn-danger,
span.cart-btns button.btn.btn-primary.cta{
    border: 1px solid #fff !important;
    border-radius: 0 !important;
}

.accordion_item .ccount .input-counter .form-control,
.accordion_item-child .ccount .input-counter .form-control,
.accordion_item .cname,
.accordion_item-child .ctotal,
.accordion_item .ctotal,
.accordion_item .cprice,
.accordion_item-child .cprice,
.accordion_item-child .cname,
.row.cartItem.rowId_ div.cname > p{
    color: #000;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.modal-footer.modal-notify-footer button#modalClose{
    margin-bottom: 10px !important;
}

.accordion_item .bdr,
.accordion_item-child .bdr{
    border:0 !important;
}
.cprice-party,
.gtotal span{
    color: #0a2746 !important;
    font-size: 18px;
    font-weight:500;
    /* font-family: 'Overpass',sans-serif;a */
}

h4.gtotal.currencySpacer.Grand_Total.grandGtotal >span{
    font-size: 20px !important;
    font-weight:600 !important;
}

.myaccount ul.account-nav li a:hover, .myaccount ul.account-nav li.active{
    background-color: #6686a800 !important;
    background-image: linear-gradient(210deg, #009FFD 0%, #0A2746 64%);
    color: #fff !important;
    border-left-color: #EF6018 !important ;
}
.myaccount ul.account-nav li a{
    border-left-color: #fff !important;
}

.pagination li a:hover, .pagination .disabled a:hover,
.pagination > .active > a, 
.pagination > .active > a:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span,
 .pagination > .active > span:hover, 
 .pagination > .active > span:focus{
background-color: #0A2746;
color: #fff;
border-color: #ef6018;
}


.pagination li a, .pagination .disabled a,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span{
    background-color: #0A2746;
color: #fff;
border-color: #ef6018;
}

.green_link,
.green_link:hover,
.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{ 
    text-decoration: underline !important;
    color: #0A2746;
    font-weight: 500;
    font-size: 16px;
}

.line_tab li a,
.myaccount ul.account-nav li a{
    color: #0A2746;
}

.alert-success>a{
    color: #fff !important; 
    text-decoration: underline !important;
}
.alert-success{
    background-image: linear-gradient(210deg, #009FFD 0%, #0A2746 64%);
    color: #fff !important;
}

.line_tab li a{
    font-size: 18px !important;
}

li#liStep5>a{
    border-radius: 0px 25px 25px 0;
}
a#tab_step1_link{
    border-radius: 25px 0px 0  25px;
}

div#section-party-nav-tabs {
    background: transparent;
    border: 0;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color: #FF6800;
    border-radius:0 ;
}

.nav-pills > li.active > a >.list-group-item-heading{ 
    font-family: 'Inter',sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
}

.nav-pills > li.active > a > .list-group-item-text{
    font-family: 'Inter',sans-serif;
font-size: 15px;
font-weight: 600;
line-height: 30px;
text-align: center;
text-transform: uppercase;
color: #ffffff !important;
}

li#liStep5 .list-group-item-heading,
a#lnk_step4 .list-group-item-heading,
li#liStep3 .list-group-item-heading,
a#lnk_step2 .list-group-item-heading,
a#tab_step1_link .list-group-item-heading{ 
    color: #111827;
    font-family: 'Inter',sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

li#liStep5 .list-group-item-text,
a#lnk_step4 .list-group-item-text,
li#liStep3 .list-group-item-text,
a#lnk_step2 .list-group-item-text,
a#tab_step1_link .list-group-item-text{ 
    color: #111827;
    font-family: 'Inter',sans-serif;
font-size: 15px;
font-weight: 600;
line-height: 30px;
text-align: center;
text-transform: uppercase;
}

li#liStep1,
li#liStep2,
li#liStep3,
li#liStep4,
li#liStep5{
    border: 1px solid #D1D5DB ;
}

.nav-pills > li.active{
    border-color: #ff6800 !important;
    /* border-radius: 30px 0px 0  30px; */
}

li#liStep5{
    border-radius: 0px 25px 25px 0;
}


li#liStep1{
    border-radius: 25px 0px 0  25px;
}

.text-primary{
    color: #111827;
}

.party-web-description{
    background-color: #0a2746;
    color: #fff;
}
.read-more-btn{
    background-color:#009FFD
}
.text-success,
.col-md-12.cancel-policy {
    color: #000000;
}
.panel-title .change_link {
    color: #fff;
    text-decoration-color: #fff;
}


.swal-button{
   background-color: #ef6018 !important;
   color: #fff !important; 
}

.party-location h3{
    color: #fff !important;
    font-size: 26px !important;
}
.row.cartItem.rowId_ div.cname > p {
    word-break: break-word !important;
}

@media (max-width:768px){
    li#liStep5, li#liStep5>a,   li#liStep1,  a#tab_step1_link{
        border-radius: 0 ;
    }
    .nav-pills > li.active > a{
        margin-bottom: 0 !important;
    }
}
.invoice table td, .invoice table th{
    background:transparent !important;
}

.invoice table .total,
.invoice table .no{
	color:#000 !important;
}
div#pnlreceipt li.flex-item:nth-child(4) {
display: none;
 
}

@media only screen and (max-width: 480px){
#pnlreceiptlinks li.flex-item{
  display:flex;
  gap:5px;
  flex-direction:column
}
}

@media (max-width:768px){
  .cartSummary__breakdown span.badgeBack {
    position: relative;
    top: -12px;
    display: flex;
}
}

.cartSummary__breakdown span.badgeBack {
  position: relative;
  /* top: -12px; */
  display: flex;
  background: white;
  box-shadow: none;
  font-family:"Questrial",sans-serif;
  font-size:14px
}


.invoice table .no {
  width: 0%;
}


.accordion_item .bdr .input-counter>span{
  display: none;
}
div#package_accordion h3#ui-id-1, div#package_accordion div#ui-id-2 {
    display: none;
}