@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/cairo-latin-400.woff2") format("woff2");
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/public/fonts/cairo-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/roboto-latin-400.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/public/fonts/montserrat-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/public/fonts/montserrat-latin-700.woff2") format("woff2");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

h1,
h2,
h3 {
  font-family: "Cairo", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

p {
  font-size: 1.2em;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
}

input,
select {
  background-color: white;
  border-radius: 5px;
  padding: 3px;
}

.wrapper {
  margin: 0 auto;
  text-align: center;
}

#client-header,
#client-body {
  display: none;
  background-color: red;
  padding: 10px;
}

#client-header img {
  height: 150px;
  width: auto;
}

#client-header-text {
  width: 100%;
  display: block;
}

#client-body {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#client-footer {
  display: none;
  background: linear-gradient(to bottom, #1c6ea4 0%, #48668a 10%, #002a5c 100%);
  flex: 1;
  justify-content: space-around;
  flex-wrap: wrap;
}
#client-footer a {
  text-decoration: none;
  color: inherit;
}
#client-footer a,
#client-footer span {
  color: white;
  text-align: left;
  display: block;
  width: 100%;
}

#client-footer div {
  width: 100%;
  max-width: 250px;
  padding: 10px;
}

#client-footer img {
  height: 30px;
  width: auto;
  border-radius: 5px;
}

.notifyjs-bootstrap-base span {
  white-space: normal !important;
}

#prev-menu {
  display: none;
  margin: 0 auto;
  width: 95%;
  max-width: 550px;
  background-color: blue;
  border-radius: 3px;
  margin-bottom: 20px;
  cursor: pointer;
}

#prev-menu:hover {
  opacity: 0.8;
}

#menu-repeater {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
}

.menu {
  cursor: pointer;
  width: 95%;
  max-width: 400px;
  background-color: blue;
  border-radius: 4px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.55);
  min-height: 250px;
  margin: 10px;
}

.menu * {
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}

.menu:hover {
  opacity: 0.8;
}

.party-booking-form-client-body #menu {
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  max-width: 1250px;
  background-color: blue;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: -5px;
}
.party-booking-form-client-body #menu:hover {
  opacity: 0.8;
}
.party-booking-form-client-body #form {
  background-color: white;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  text-align: center;
}
.party-booking-form-client-body #form h3 {
  padding: 5px;
  font-size: 1.1em;
}
.party-booking-form-client-body #datePicker {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: white;
  width: 90%;
  height: 50px;
  max-width: 600px;
  background-color: darkblue;
  background: linear-gradient(to bottom, #1c6ea4 0%, #48668a 10%, #002a5c 100%);
  border-radius: 5px;
}
.party-booking-form-client-body button:hover {
  opacity: 0.8;
}
.party-booking-form-client-body .hidden-on-load {
  display: none;
}
.party-booking-form-client-body .time-of-day {
  width: 90%;
  max-width: 200px;
  color: white;
  padding: 4px 12px;
  margin: 15px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  font-size: 25px;
  font-weight: bold;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  background: #7ba000;
  background: linear-gradient(to right, #7ba000 0%, #58b400 50%, #518600 100%);
}
.party-booking-form-client-body #timePicker button {
  width: 90%;
  max-width: 125px;
  color: white;
  padding: 6px 15px;
  margin: 15px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  background: #7ba000;
  background: linear-gradient(to right, #7ba000 0%, #58b400 50%, #518600 100%);
}
.party-booking-form-client-body input,
.party-booking-form-client-body textarea,
.party-booking-form-client-body select {
  border: 2px solid #e5e4e4;
  border-radius: 20px;
  background-color: white;
  padding: 5px;
  font-size: 16px;
  font-family: "Roboto";
  text-align: center;
  width: 95%;
  max-width: 400px;
}
.party-booking-form-client-body select {
  text-align-last: center;
}
.party-booking-form-client-body #information {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}
.party-booking-form-client-body #information div,
.party-booking-form-client-body .additional-celebrant div {
  display: inline-block;
  max-width: 200px;
}
.party-booking-form-client-body h4 {
  display: inline;
}
.party-booking-form-client-body #addAdditionalCelebrant {
  width: 90%;
  max-width: 250px;
  color: white;
  padding: 6px 15px;
  margin: 5px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  background: #6c89fe;
  background: linear-gradient(to right, #6c89fe 0%, #6300ce 50%, #2b7cd5 100%);
}
.party-booking-form-client-body .additional-celebrant {
  width: 100%;
  display: inline-block;
}
.party-booking-form-client-body .remove-additional-celebrant {
  max-width: 25px;
}
.party-booking-form-client-body .remove-additional-celebrant:hover {
  cursor: pointer;
}
.party-booking-form-client-body #questionRepeater {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.party-booking-form-client-body #questionRepeater div {
  width: 100%;
  margin: 10px 0 10px 0;
}
.party-booking-form-client-body #addOnRepeater {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  padding: 5px;
  margin: 0 auto;
  width: 95%;
  border-radius: 5px;
}
.party-booking-form-client-body .add-on {
  margin: 10px;
  display: block;
  width: 250px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  align-self: flex-start;
}
.party-booking-form-client-body .add-on img {
  max-width: 100%;
  max-height: 250px;
}
.party-booking-form-client-body .add-on input {
  max-width: 50px;
}
.party-booking-form-client-body .add-on button {
  width: 90%;
  max-width: 125px;
  color: white;
  padding: 6px 15px;
  margin: 5px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  background: #7ba000;
  background: linear-gradient(to right, #7ba000 0%, #58b400 50%, #518600 100%);
}
.party-booking-form-client-body #comments {
  min-height: 75px;
  max-width: 800px;
  text-align: left;
}
.party-booking-form-client-body #finalPricing {
  width: 100%;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 15px;
  margin-bottom: 45px;
}
.party-booking-form-client-body #termsOfService {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 5px;
  border: 2px solid #555;
  vertical-align: middle;
}
.party-booking-form-client-body #pay {
  width: 95%;
  margin: 0 auto;
}
.party-booking-form-client-body #depositOptions {
  display: inline-block;
  max-width: 250px;
  margin: 0 auto;
  text-align: left;
}
.party-booking-form-client-body #pay input[type=radio] {
  width: 70%;
  max-width: 25px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
}
.party-booking-form-client-body #pay input[type=number] {
  max-width: 75px;
}
.party-booking-form-client-body hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  max-width: 50px;
}
.party-booking-form-client-body #paymentOptions {
  margin: 5px;
}
.party-booking-form-client-body #paypalButtonContainer {
  display: none;
  padding-bottom: 20px;
  padding-bottom: 50px;
}
.party-booking-form-client-body #stripeContainer {
  display: none;
}
.party-booking-form-client-body .StripeElement {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.party-booking-form-client-body .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.party-booking-form-client-body .StripeElement--invalid {
  border-color: #fa755a;
}
.party-booking-form-client-body .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.party-booking-form-client-body #stripePay {
  width: 100%;
  max-width: 300px;
  padding: 4px 10px;
  margin: 10px 0 10px auto;
  font-size: 1.25em;
  cursor: pointer;
  color: white;
  box-shadow: 0 2px 4px 0 #c8d7ee;
  outline: 0;
  border: 2px solid transparent;
  border-radius: 7px;
  background: #00bc1f;
  background: -moz-linear-gradient(top, #00bc1f 0%, #26a20f 50%, #2faf14 100%);
  background: -webkit-linear-gradient(top, #00bc1f 0%, #26a20f 50%, #2faf14 100%);
  background: linear-gradient(to bottom, #00bc1f 0%, #26a20f 50%, #2faf14 100%);
}
.party-booking-form-client-body #payOptionSelector img {
  max-height: 60px;
  cursor: pointer;
  margin: 15px;
}
.party-booking-form-client-body #paymentLoadingIcon {
  max-width: 250px;
  display: none;
}

.flatpickr-day {
  color: green !important;
}

.nextMonthDay {
  color: black !important;
}

.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.1) !important;
}

#receipt {
  width: 95%;
  max-width: 600px;
  min-height: 200px;
  background-color: white;
  margin: 0 auto;
  border-radius: 5px;
  text-align: left;
}

#clientInfo,
#billingInfo,
#bookingInfo,
#bookingDetails {
  padding: 15px;
}

@media screen and (max-width: 500px) {
  #receipt {
    font-size: 70%;
  }
}
/*# sourceMappingURL=party-booking.min.css.map */
