@font-face {
    font-family: 'Montserrat';
    src: url('/app_themes/BaNaHills/fonts/Montserrat-VariableFont_wght.ttf');
}
/* Template changes */
*{
    font-family: 'Montserrat';
}
#snackbar {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #99999910;
    color: #fff;
    text-align: center;
    padding: 15px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}

.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 #ff8b1f !important;
}
@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;
}

    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 {
    background-color: #ffde12 !important;
    padding: 6px 12px;

text-transform: capitalize;
    border: 2px solid #ffde12 !important;
    border-radius: 50px;
    /* height: 50px; */
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    color: #009C6F !important;
   transition: all .3s ease-in-out;
   box-shadow: none;
   outline: 0 !important;
}
.cta:focus, .btn:focus,
    .cta:hover, .btn:hover, .btn-danger:hover, .btn-default:hover {
        color: #009C6F !important;
        background-color: #fff !important;
        /* border-color: #096674; */
    }

.cartSummary > .cartSummary__summary button {
    text-transform: capitalize;
}
/* 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: #fff
}

.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;
    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:#009c6f !important;
    padding-bottom: 5px;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    /*width: 40px;*/
}

.fstyle {
    color: #009C6F !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 {
    font-size: 26px !important;
    font-family: 'Montserrat' !important;
    color: #009c6f !important;
    font-weight: 800;
    text-transform: uppercase;
}

    #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: white;
}

.packageprice {
    background-color: transparent !important;
}

.pa-line-h {
    background-color: #003241;
}

.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: 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: 0px 4px 40px 0px rgba(0, 0, 0, 0.1) !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: 0!important;
}

@media screen and (max-width: 1023px) {
    #header-section {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media screen and (min-width: 1023px) {
    .cart {
        top: 30px !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: white;
}

.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: 16px !important;
    /* border-radius: 4px; */
    font-weight: 600;
}

#locationLable{
    color: white !important
}

.badge {
    background-color: #ffde12;
}

input[name="selectedSchedule"] {
    height: 25px !important;
    width: 40px;
}


.line_tab > li.active {
    border-bottom: solid 5px #ff8b1f;
}

.acc_active .panel-title {
    color: rgb(57, 181, 74) !important;
    font-weight: 600;
}

#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: -64px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}

.location-header {
    background-color: #003e51;
}

.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: #fff !important;
    color: white !important
}

/* #layout-header .navbar-center li :hover {
    background-color: transparent !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;
    }
}

/* #layout-header .navbar {
    box-shadow: 0 3px 0 0 #003241, 0px -1px 2px 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: 14px !important;
    }
}
#scheduleProdFooter,
.row.row-flex.header-attraction-summary .textStyle {
    display: none;
}
.row.scheduleSection.mainList {
    overflow: auto;
    }
 /* fix for promotion price in 
  */
    .cartSummary__breakdown .spaceSpans span.badgeBack {
        position: relative;
        top: -12px;
        display: flex;
        background: transparent;
        box-shadow: none;
    }

    div#divSchedules input#checkbox0 {
        margin-left: 0px !important;
    }

    .party-category h5 {

        position: relative;
        top: 5px;
    }

    @media (max-width:768px){

    .row.cartItem.rowId_ div.cname > p{
        word-break:break-word  !important;
    }}

    @media only screen and (max-width: 760px), (min-device-width: 320px) and (max-device-width: 767px){
        .ui-datepicker-calendar thead tr{
            position: unset;
        }
      }

      a:focus,  button:focus{
        border: 0px;
        filter: unset; 
    }

    div#MainContent_upnlContactParty button.btn.cta.big{
        background-color: #55489d !important;
 outline: 0 !important;
        color: #fff !important;
        text-transform: capitalize;
        border-color: #fff !important;
    }
    .location-header-name,span.locationPicker_label,.location-find a{
        color: #000;
    }

    .navbar-brand > img{
        width: auto !important;
        height: 100px !important;
        position: relative;
		z-index:999
    }

    /* footer styles */
    footer.noprint {

        background: #009c6f !important;
    }

    .footerTopimg img {
        width: 100%;
        position: relative;
        top: 1px;
        }

        .footerSection {
            background: #009C6F;
            padding:30px 180px;
        }

         

.hblLogo img {
width: 200px;
height: auto;
}


.iaapaLogo img {
/* max-width: 125px; */
width: 125px;
height: auto;
}

.iaapaLogo {
    margin-top: 30px;
}

.footerRow2>p{
    margin-bottom:0 ;
    margin-top: 40px;
}

.social,
.footercol3 ul,
.footercol2 ul{
list-style: none;
padding-left: 0;
}


.footercol2 a{
text-decoration: none;
color: #fff;
font-family: 'Montserrat';
font-size: 20px;
font-weight: 600;
line-height: 30px;
}
.footerRow2{
text-align: center;
}

.footerRow2 p,
.footercol4 p,
.footercol4 p strong,
.footercol4 a,
.footercol3 ul a{
text-decoration: none;
color: #fff;
font-family: 'Montserrat';
font-size: 20px;
font-weight: 300;
}
.footercol4 p strong{
    font-weight: bold;
}
.social img {
height: 20px;
filter: brightness(0) saturate(100%) invert(49%) sepia(98%) saturate(511%) hue-rotate(135deg) brightness(85%) contrast(90%);
width: 20px;
position: relative;
top: -1px;
}
.footerRow1 {
display: flex;
/* justify-content: space-around; */
}

ul.social {
display: flex;
gap: 20px;
}

ul.social>li {
background: #fcdd1a;
border-radius: 50px;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}

@media (min-width: 992px){
.footercol1,.footercol3,.footercol4{
width: 25%;
}
.footercol2{
width: 16.667%;
margin-left: 8.33333%;
}
.footercol1 {
border-right: 1px solid #FFDE12;
}
.footerRow1 {
    padding-bottom: 20px;
}
ul.social{
    margin-top: 20px;
}
}

@media (max-width: 991px){
.footerRow1 {
flex-direction: column;
}
}


@media (max-width: 1700px){
    .footerRow2 p, .footercol4 p, .footercol4 p strong, .footercol4 a, .footercol3 ul a, .footercol2 a{
        font-size: 16px;
    }
}

@media (max-width: 991px){
    .footerSection{
        padding: 30px 80px;
    }
    .footerRow2 p{
        text-align: left;
        padding-left:12px ;
    }
    .iaapaLogo {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .footercol3 ul,  .footercol2 ul{
        margin-bottom: 30px;
    }
    .footerTopimg img{
        height: 46px;
    }
}

@media (max-width: 768px){
    .footerSection{
        padding: 30px;
    }
}

.footercol4>p{
    margin-bottom: 20px;
    line-height: 30px;
}
.footercol3 ul a{
    line-height: 30px;
}
.footerTopimg {
    background: #fff;
}

@media(min-width:993px) and (max-width:1250px){
    .footerSection {
        padding: 30px 80px;
    }
}


#layout-header nav {
    background-color: #009C6F;
    border-radius: 0;
    height: 120px;
}

#lblHeaderCardBalance,
div#usctopmenu2_pnlCardBalance,
#layout-header .navbar-nav li > a{
    padding: 0;
    font-family: 'Montserrat',sans-serif;
    color: #ffffff ;
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
    transition: all 02s ease;
}
#layout-header .navbar-nav li > a:hover{
    text-decoration: underline !important;
    color: #fff !important;
}
#layout-header .navbar-center li{
    padding: 33px 10px;
}

#layout-header .navbar-center{
    top: 20px;
    position: relative;
}
#lblCartCount {
    color: #000;
    background-color: #ffffff !important;
}

@media screen and (max-device-width: 1024px) {
      
    .navbar-brand > img {
      width: 170px !important;
      height: 95px !important;
  }
}

@media only screen and (max-width: 992px) {
    #layout-header .navbar {
        height: 135px;
    }
}


@media (max-width:768px){
    #layout-header .navbar-toggle{
        color: #fff;
        top: 30px;
    }
    button#cart_toggle {
        top: 35px;
    }
    div#usctopmenu2_pnlCardBalance,
    div#usctopmenu2_pnlCardBalance span,
    #layout-header .navbar-nav.navbar-center li a{
        padding: 0 !important;
        font-weight: 400 !important;
        font-size: 16px;
    }
    #layout-header .navbar-nav.navbar-center li{
        padding: 20px !important;
        background-color: #009C6F;
        border-bottom: 0 !important;
    }
    #layout-header .navbar-nav{
        top: 65px !important;
    }
    #layout-header .navbar-collapse{
        box-shadow: none !important;
    }
    ul.dropdown-menu.show >li,
    .navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu:hover{
        /* background-color: #00694b !important; */
        background-color: #009C6F !important;
    }
    ul#menu-main-menu2>li.dropdown.menu-item.show>ul.dropdown-menu.show>li.menu-item>a{
        font-weight: 400;
        font-size: 16px;
        color: #fff !important;
    }
    ul#menu-main-menu2> li.dropdown.menu-item.show> ul.dropdown-menu.show> li.menu-item{
        padding: 12px !important;
    }
}


.dropdown-menu > li > a{
    color:#001836 !important;
    font-weight: 300 !important;
    font-size: 20px ;
}
.dropdown-menu > li {
    padding: 8px !important;
}
.dropdown-menu > li > a:hover{
    background-color: #fff !important;

    text-decoration: underline !important
} 

ul#menu-main-menu2>li.dropdown.menu-item.show>ul.dropdown-menu.show>li.menu-item>a:hover {
    color:#001836 !important;
    text-decoration-color:#001836 ;
}


.login-reg-form p{
    font-weight: 400;
    font-size: 20px;
    color: rgb(0,24,44);
}

.inputContainer label{
    font-weight: 500;
}
.form-control:focus{
    background-color: transparent;
    border-color: unset;
}

.form-control{
    font-weight: 500;
}

.alert-success {
    background-color: #009C6F;
    border-color: #d6e9c6;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}

.alert-success a{
    color: #fff !important;
    text-decoration: underline !important
}
.green_link,
.modalFooter a {
    color: #000;
    font-size: 15px;
}
.green_link{
    text-decoration: underline !important;
    color: #000 !important;
    font-weight: 700;
}
.date-container {
    background-color: #009c6f;
}

.content #pnlDateSelection h3 {
    border-color: #fff;
    color: #fff;
    font-size: 30px;
}

li.panelcardBalance {
    padding: 0 !important;
}

i.fa.fa-pencil-square-o {
    color: #fff;
}

.date-selection span,
.location-selection span {
    font-size: 16px;
}

.col-md-12.text-center.bookingDateStyle {
    color: #000;
    font-size: 16px;
    font-weight: 500 !important;
}

img.ui-datepicker-trigger {
    filter: invert(38%) sepia(89%) saturate(586%) hue-rotate(118deg) brightness(99%) contrast(101%);
}

.package-card .content-card{
        border-radius: 20px !important;
        background: #fff !important;
        box-shadow: 0 0 10px rgba(0,24,54,0.2);
        transition: all 200ms ease-in-out;
    }

    .package-card .content-card:hover {
        transform: scale(1.05) rotate(0.5deg);
        box-shadow: 0 0 20px rgba(0,24,54,0.1);
    }
    .secondaryDarkerBackgroundColor {
        background-color: #fff;
    }


    .products__productName{
        color: rgb(0, 24, 54);
        font-weight: 800;
        font-size: 24px;
    }

    .products__productName span{
        font-size: 16px;
    }

    .incrementor{
        border: 0 !important;
    }

    .products__productComboBreakdown span,
    .products__productComboBreakdown div,
    .packagecontents .input-group .quantity_input,
    .products__productPricing_price, .products__productPricing_price_child{
        font-size: 16px !important;
        color: #000;
        font-weight: 600;
    }

    .products__productPricing_totalCost{
        color: #000 !important;
        font-weight: 600 ;
        font-size: 20px;
}

.cartSummary > .cartSummary__breakdown {
    background: #ffffff;
}

section.cartSummary__summary.secondaryBackgroundColor {
    background: #009c6f;
}

.cartSummary__breakdown .spaceSpans label, .cartSummary__breakdown .spaceSpans span{
    color: #000;
    font-weight: 500 !important;
}
span.cart-btns button {
    border-radius: 50px;
    font-size: 16px;
}

.new {
    background-color: #ffde12 !important;
}

.pname {
    padding: 3px;
}
.new .att-price,
.new .pname,
.new .schedulename{
    color:#009c6f !important;
}

 .att-price,
.pname,
.schedulename{
color: #000 !important;
}

.roundCounter{
    border: 0 !important;
}
input.form-control.quantity_input.numberonly.totSeatCount,
div#divSchedules .col-xs-12.col_spacer.col-md-6,
div#divSchedules .col-xs-12.col-md-3.col_spacer{
color: #000 !important;
font-weight: 700;
}

.prodImageBlock img.img-responsive {
    border-radius: 10px;
}
body .alert.alert-info,
body .alert.alert-info{
    background-color:#009C6F ;
    color: #fff;
    font-weight: 500;
}

/* body .alert.alert-info i{
    margin-right: 5px;
} */
a.accordion-toggle,
a.accordion-toggle.collapsed{
    color: #009C6F !important;
    font-weight: 600;
}

.paytab_border {
    border-bottom: 0 !important;
}

.col-md-12.text-center.alert.alert-info.m-t-10 .text-center button{
        border: 1px solid #fff;
        border-radius: 50px;
        /* display: flex; */
        align-items: center;
        justify-content: center;
    
}

.panel-title .change_link{
    color: #009c6f;
    font-weight: 600;
}
.acc_active .accordion-toggle.collapsed:after,
.panel-heading .accordion-toggle:after,
.panel-heading .accordion-toggle:after{
    color: #009c6f;  
}

.cart-item:nth-child(2n){
    background-color: transparent !important;
}

@media (max-width: 768px){
    span.cart-btns button,
    .cartSummary__breakdown .spaceSpans label, .cartSummary__breakdown .spaceSpans span{
        font-size: 14px !important;
    }

    .cartSummary > .cartSummary__summary span,.cartSummary > .cartSummary__summary b{
        font-size: 18px !important;
    }

    /* .notificationDiv {
        top: 150px;
        left: 0;
        position: relative;
    } */

    div#MainContent_ChangePasssword1_upnlLoggedInInfo .cta,  div#MainContent_ChangePasssword1_upnlLoggedInInfo .btn{
        font-size: 14px;
    }
    .btn.btn-fit-height.btn-info.forceDateSelection{
        font-size:16px !important
    }
    div#dashboard-report-range{
        font-size:14px !important
    }
    .content #pnlDateSelection h3{
        font-size: 25px;
    }
    .cta, .btn, .btn-danger, .btn-default{
        font-size: 16px;
    }
    .signin_msg{
        margin-left: 10px;
    }
    .payment_panel .col-sm-6 h3{
margin-bottom: 0 !important;
    }
}
div#dashboard-report-range{
    font-size:16px !important
}
.notificationDiv {
    top: 150px;
}
.accordion_item-child .bdr,
.accordion_item-child .bdr input,
.accordion_item-child .cname p,
.row.cartItem.rowId_ input.form-control.input.noBorderTransperant,
.accordion_item .cname .nowrap, .accordion_item-child .ctotal, .accordion_item-child .cprice, .accordion_item .ctotal, .accordion_item .cprice, .row.cartItem.rowId_ div.cname > p{
    /* font-size: 16px !important; */
    color: rgb(0,24,54) !important;
    font-weight: 600 !important;
}
.accordion_item-child .bdr,
.accordion_item-child .bdr input{
border:0 !important
}
.invoice .badge,
.row.cartItem .badge,
.row.cartItem.rowId_ .badge{
    color: #000;
}

div#MainContent_pnlNoCartItems a{
    color: #fff !important;
    text-decoration: underline !important;
}

.alert-danger{
 background-color: #009C6F;   
color: #fff;
border-color: #fff;
font-weight: 00;
}

.small.alignCenter{
    font-weight: 600;
}

.signin_msg,
.col-md-5>h4.gtotal.currencySpacer.Grand_Total.grandGtotal> span,
.gtotal span {
    /* font-size: 18px !important; */
    color: rgb(0,24,54) !important;
}

.col-md-5>h4.gtotal.currencySpacer.Grand_Total.grandGtotal> span{
    font-weight: 600 !important;
}
span#lblCartGrandTotal,
.payment_panel small {
    font-size: 20px;
    color: rgb(0,24,54) !important;
    font-weight: 600;
}

.payment_panel .col-sm-6 h2{
    margin: 0 !important;
}

.payment_panel >.tab-content >.row{
    display: flex;
    align-items: center;
}
.paybtn_msg .icon-lock,
.paybtn_msg{
    color: #000;
}

button.btn.btn-primary.btn-inverse.btn-md.btnPayNowSelected {
    padding: 10px 20px;
}

div#pnlreceiptlinks li.flex-item {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.myaccount ul.account-nav li a:hover, .myaccount ul.account-nav li.active{

	 background: #ffdf12 !important;  
    color: #000;
    border-left-color:#FFDE12 ;
}

.line_tab > li.active{
    border-bottom-color: #009C6F;
}

.line_tab li a{
    color: #000;
}

.myaccount ul.account-nav li a{
      background:#009C6F;
	  color:#fff
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus{
    background-color:#FFDE12 ;
    border-color: #009C6F;
    color: #009C6F;
    font-weight: 500;
}
.pagination li a:hover, .pagination .disabled a:hover,
.pagination li a, .pagination .disabled a{
    background-color:#009C6F;
    color: #fff;
    border-color: #009C6F;
}

.pagination > li:first-child > a, .pagination > li:first-child > span{
    color: #fff;
    font-weight: 500;
}

.panel-default > .panel-heading,
#gvMyOrders_info,
#gvMyOrders_wrapper td,
div#gvMyOrders_length label,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: rgb(0,24,54);
    font-weight: 400;
}

span#lblCardBalance{
    color: rgb(0,24,54); 
}

.swal-button{
    background-color: #ffde12 !important;
    color:#009C6F ;
    font-weight: 600;
}

div#divSchedules >div:not(last-child){
    border-bottom: 1px solid #000000 !important;
}

.cart-item-child{
    background-color: transparent;
}

.location-selection {
    display: none;
}

@media (min-width:768px){
    div#usctopmenu2_pnlCardBalance {
position: relative;
top: 10px;
    }
}

.accordion_item .ccount .count-item {
    display: none;
}

.cartSummary__breakdown .spaceSpans label, .cartSummary__breakdown .spaceSpans span {
    font-size: 14px !important;
}


li.CartItems.ng-scope.cart-item>div:last-child span:first-child {
	display: none !important;
}



li.CartItems.ng-scope.cart-item > .spaceSpans:last-child {
	margin-right: 0;
	display: contents;
width: 10px !important;
min-width: 0 !important;
}



li.CartItems.ng-scope.cart-item>div:nth-child(3) {
	text-align: center !important;
}

li.accordion_item.cart-incriment::before {
    display: none !important;
}
@media (max-width:768px){
li.accordion_item.cart-incriment {
    padding-left: 0 !important;
}

.accordion_item-child .bdr, .accordion_item-child .bdr input, .accordion_item-child .cname p, .row.cartItem.rowId_ input.form-control.input.noBorderTransperant, .accordion_item .cname .nowrap, .accordion_item-child .ctotal, .accordion_item-child .cprice, .accordion_item .ctotal, .accordion_item .cprice, .row.cartItem.rowId_ div.cname > p{
    font-size: 13px !important;
}

.accordion_item .cname {
    padding-right: 0;
}
.col-md-5>h4.gtotal.currencySpacer.Grand_Total.grandGtotal> span{
    font-size: 18px !important;
}
}


ul.list-unstyled.accordion_items.cartProducts>li:not(:last-child) {
    border-bottom: 1px solid #009c6f;
}

.cartSummary__breakdown li:not(:last-child) {
    border-bottom: 1px solid #009c6f
    ;
}
.myaccount ul.account-nav li a:focus {
    color: #000;
}

#pnlreceipt .invoice main > div.table-responsive.text-nowrap div img.non-resp-imag  {
display: none;
}

div#checkout_accordion #divCheckoutCust a.green_link {
display: none;
}

a#lnkForgotPass {
display: none;
}
