header {
    background-color: #094675;
    padding-top: 0;
    box-shadow: 0 4px 6px #36363680;
    color: #fff !important
}

header a.navbar-brand {
    font-weight: 700;
    color: #fff !important
}

header .nav-link {
    color: #fff !important
}

.appTitle {
    font-size: 1.35em
}

@media (max-width:420px) {
    .appTitle {
        font-size: .95em
    }
}

.logo {
    width: 140px;
    margin-right: 25px
}

@media (max-width:460px) {
    .logo {
        width: 100px;
        margin-right: 5px
    }
}

.offcanvas {
    color: #fff !important;
    background-color: #094675 !important
}

.offCanvasMenu {
    color: #fff !important;
    font-size: 1.35em !important;
    font-weight: 700 !important
}

.footer {
    background-color: #094675;
    height: 100px;
    margin-top: 45px;
    padding: 0
}

@media (max-width:576px) {
    .footer {
        height: 100px;
        margin-top: 30px
    }
}

.footer-text {
    color: #fff
}

.formEventSearch {
    width: 100%;
    max-width: 500px
}

.formLabel {
    margin-right: 10px;
    font-size: 1.05em;
    font-weight: 600
}

@media (max-width:430px) {
    .formLabel {
        margin-bottom: 0
    }
}

.searchInput {
    background-color: #f7f7f7;
    height: 46px;
    color: #000 !important;
    width: 320px !important
}

@media (max-width:430px) {
    .searchInput {
        width: 280px !important
    }
}

@media (max-width:400px) {
    .searchInput {
        width: 260px !important
    }
}

@media (max-width:370px) {
    .searchInput {
        width: auto !important
    }
}

.pageHeader {
    color: #191919;
    font-size: 2.5em;
    line-height: 1.05em;
    font-family: Playfair Display, sans-serif !important;
    font-weight: 700 !important;
  }
  @media (max-width: 576px) {
    .pageHeader {
      font-size: 1.95em;
    }
  }
  @media (max-width: 380px) {
    .pageHeader {
      font-size: 1.65em;
    }
  }
  11:23
  .pageBody {
    color: #686A76 !important;
    font-family: Poppins, Arial, sans-serif !important;
  }

.sortLabel {
    color: #191919;
    font-size: 1.25em;
    font-weight: 500;
    margin-right: 15px !important
}

.maxQuatity {
    color: #191919;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 500
}

@media (max-width:576px) {
    .maxQuatity {
        margin-bottom: 10px
    }
}

.seminarDay {
    color: #191919;
    font-size: 1.25em;
    font-weight: 600
}

.seminarDescription {
    color: #686a76;
    font-size: 1em;
    font-weight: 400
}

.upcomingSeminarListTitleContainer {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    display: flex
}

.sortListContainer {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.seminarName {
    color: #191919;
    font-size: .65em;
    font-weight: 600
}

@media (max-width:576px) {
    .seminarName {
        font-size: .6em
    }
}

.accordionHeader {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.dropDownButton {
    color: #000;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    width: 140px
}

.eventSignUpContainer {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex
}

.eventTime {
    color: #fff;
    text-align: center;
    background-color: #0A4C7E;
    border-radius: 6px;
    width: 100%;
    max-width: 180px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 10px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
  }
  @media (max-width: 991px) {
    .eventTime {
      min-width: 90px;
      max-width: 100px;
      line-height: 1.35em;
    }
  }
  @media (max-width: 576px) {
    .eventTime {
      text-align: left;
      min-width: 75px;
      max-width: 80px;
      margin-right: 5px;
      padding: 5px;
      font-size: 14px;
      line-height: 1.35em;
    }
  }

.limitedCapacity {
    font-size: 1.15em;
    font-weight: 500;
    text-align: right !important
}

@media (max-width:991px) {
    .limitedCapacity {
        text-align: center !important
    }
}

@media (max-width:767px) {
    .limitedCapacity {
        font-size: 1em
    }
}

.scheduledSeminarsContainer {
    background-color: #094675;
    border-radius: 6px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    display: flex;
    box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
    color: #fff !important
}

@media (max-width:576px) {
    .scheduledSeminarsContainer {
        padding: 15px
    }
}

.scheduledSeminarsHeader p {
    color: #fff !important
}

.scheduledSeminartItem {
    background-color: #fff;
    border-radius: 6px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 32.5%;
    max-width: 700px;
    margin-bottom: 15px;
    padding: 5px 10px;
    display: flex;
    box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
  }
  @media (max-width: 991px) {
    .scheduledSeminartItem {
      width: 49%;
      max-width: 100%;
    }
  }
  @media (max-width: 767px) {
    .scheduledSeminartItem {
      width: 100%;
      margin-bottom: 20px;
    }
    .scheduledSeminartItem:last-child {
      margin-bottom: 15px;
    }
  }

.scheduledSeminarListItemContainer {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    display: flex
}

.scheduledSeminarsTitle {
    font-size: 1.30em;
    font-weight: 700
}

.seminarImage {
    background-size: cover;
    border-radius: 6px;
    width: 100px;
    height: 100px;
    margin-left: 0;
    margin-right: 10px
}

.seminarEventTitle {
    color: #191919;
    font-size: 1.05em;
    font-weight: 600;
    line-height: 1.25em
}

.priceStarContainer {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.btnSingup,
.btnBookNow {
    padding: .25em 2.5em;
    background-color: #03c22c !important;
    border-color: #03bd2b !important
}

@media (max-width:576px) {

    .btnSingup,
    .btnBookNow {
        padding: 5px 15px
    }
}

.btnFree {
    padding: .25em 2.5em;
    background-color: #568da7 !important;
    border-color: #548aa4 !important
}

@media (max-width:576px) {
    .btnFree {
        padding: 5px 15px
    }
}

.btnSignupTime {
    padding: .25em 2.5em;
    background-color: #126dca !important;
    border-color: #126ac5 !important
}

@media (max-width:576px) {
    .btnSignupTime {
        padding: 5px 15px
    }
}

.btnSignupClosed {
    padding: .25em 2.5em;
    background-color: #c5c5c5 !important;
    border-color: #c2c2c2 !important
}

@media (max-width:576px) {
    .btnSignupClosed {
        padding: 5px 15px
    }
}

.btnReservation {
    padding: .25em 2.5em;
    background-color: #c5c5c5 !important;
    border-color: #c2c2c2 !important
}

@media (max-width:576px) {
    .btnReservation {
        padding: 5px 15px
    }
}

.seminarName {
    color: #191919;
    padding-right: 5px;
    font-size: 20px;
    font-weight: 600
}

@media (max-width:991px) {
    .seminarName {
        font-size: 18px
    }
}

@media (max-width:576px) {
    .seminarName {
        font-size: 16px
    }
}

@media (max-width:480px) {
    .seminarName {
        font-size: 15px
    }
}

.accordion-button {
    padding: .75rem !important
}

.seminarSignupContainer {
    margin-top: 15px
}

.scheduledSeminarsHeader {
    width: 100%
}

.heroContainer {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex
}

.heroHeader {
    color: #191919;
    text-align: left;
    margin-bottom: 45px;
    font-size: 2.75em;
    font-weight: 700;
    line-height: 1.05em
}

@media (max-width:991px) {
    .heroHeader {
        text-align: center;
        margin-bottom: 15px;
        font-size: 2em
    }
}

@media (max-width:767px) {
    .heroHeader {
        font-size: 1.5em;
        line-height: 1.15em
    }
}

@media (max-width:420px) {
    .heroHeader {
        font-size: 1.35em
    }
}

.heroLeftSide,
.heroRightSide {
    width: 50%
}

@media (max-width:991px) {

    .heroLeftSide,
    .heroRightSide {
        width: 100%
    }
}

.heroLeftSide {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 400px;
    padding: 30px 15px 30px 0;
    display: flex
}

@media (max-width:991px) {
    .heroLeftSide {
        align-items: center;
        min-width: 100%;
        padding: 0
    }
}

@media (max-width:576px) {
    .heroLeftSide {
        padding: 0
    }
}

.heroEventDetails {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 1.75em;
    font-weight: 500;
    display: flex
}

@media (max-width:991px) {
    .heroEventDetails {
        align-items: center;
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .heroEventDetails {
        margin-bottom: 10px;
        font-size: 1.35em
    }
}

@media (max-width:420px) {
    .heroEventDetails {
        font-size: 1.15em
    }
}

.heroEventDetails span {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .heroEventDetails span {
        margin-bottom: 3px
    }
}

@media (max-width:420px) {
    .heroEventDetails span {
        margin-bottom: 0
    }
}

.eventDescription {
    text-align: left;
    margin-bottom: 0
}

@media (max-width:991px) {
    .eventDescription {
        text-align: center;
        margin-bottom: 10px
    }
}

.heroRightSide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 15px;
    display: flex
}

@media (max-width:991px) {
    .heroRightSide {
        padding: 10px 5px 20px
    }
}

@media (max-width:576px) {
    .heroRightSide {
        padding: 10px 0
    }
}

.formSeminarSignup {
    background-color: #094675;
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    padding: 20px 30px;
    box-shadow: 0 1px 1px #00000013, 0 2px 2px #00000013, 0 4px 4px #00000013, 0 8px 8px #00000013, 0 16px 16px #00000013;
    color: #fff !important
}

@media (max-width:576px) {
    .formSeminarSignup {
        padding: 15px
    }
}

.formSeminarSignup .formLabel {
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.05em;
    font-weight: 500
}

.formInput input::placeholder {
    color: #fff !important
}

.formInput input:focus {
    background-color: #094675 !important
}

.formInput input:focus::placeholder {
    color: #fff !important
}

.formHeader {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.45em;
    font-weight: 600
}

.formInfo {
    color: #ffffffbf;
    font-size: 1em
}

.formInput {
    box-shadow: none;
    border-radius: 6px;
    height: 46px
}

.formBtnContainer {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    display: flex
}

.btnCancel,
.btnBookNow {
    width: 100%;
    max-width: 380px;
    height: 44px;
    margin-top: 10px;
    font-size: 1.15em;
    font-weight: 500
}

.btnCancel {
    background-color: #ef415d;
    border-color: #ef415d;
    margin-left: 0
}

.btnBookNow {
    background-color: #03c22c;
    border-color: #03c22c;
    margin-right: 0
}

.congratsHeroContainer {
    color: #000;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: flex
}

.congratsHeader {
    margin-bottom: .15em;
    font-size: 3em;
    font-weight: 700
}

@media (max-width:767px) {
    .congratsHeader {
        font-size: 2.5em
    }
}

.bookingConfirmed,
.bookingConfirmationNumber {
    font-size: 1.5em;
    font-weight: 500
}

.bookingConfirmed {
    margin-bottom: .35em
}

.congratsSeminarName {
    margin-bottom: .15em;
    font-size: 2.25rem;
    font-weight: 600
}

.congratsSeminarDate,
.congratsSeminarLocation,
.congratsVendorNumber,
.clientFirstName,
.clientLastName,
.cabinNumber,
.folioNumber {
    font-size: 1.25em
}

.tipContainer {
    text-align: center;
    background-color: #f9d7d7;
    padding: 30px
}

.tipInfo {
    color: #000;
    margin-bottom: 0;
    font-size: 1.25em;
    font-weight: 500
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem
}

body {
    color: #686a76
}

a {
    transition: all .1s linear
}

a:hover {
    color: #094675
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    font-family: Playfair Display, sans-serif;
    font-weight: 500
}

h1 {
    font-size: 3.25em
}

h2 {
    font-family: Poppins, Arial, sans-serif;
    font-size: 2em
}

h3 {
    font-size: 1.65em
}

h4 {
    font-size: 1.35em
}

h5 {
    font-size: 1.15em
}

p {
    color: #686a76;
    font-size: 1rem;
    line-height: 1.5rem
}

.btnCalender {
    background-color: #03c22c;
    border-color: #03bd2b;
    margin-top: 30px;
    padding: 10px 30px;
    font-size: 1.15em;
    font-weight: 500
}

@media (max-width:576px) {
    .btnCalender {
        margin-top: 15px;
        padding: 10px 30px
    }
}



.seminarBooked{
    background-color: #FFFDD0 !important;

}



.seminarPast{
    background-color: #f7f7f7 !important;

}