.form-header {
  background-color: #142121;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-header h1 {
  font-size: 40px;
  color: white;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .form-header h1 {
    margin-top: 20px;
  }
}

.form-header p {
  margin: 0;
  font-size: 12px;
  color: white;
  text-align: right;
  max-width: 100%;
}

@media only screen and (max-width: 576px) {
  .form-header p {
    text-align: center;
    margin-top: 20px;
  }
}

.form-header .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 576px) {
  .form-header .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .form-header .padding-lg-h-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.form-section {
  padding-top: 50px;
}

.form-section h2 {
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .form-section h2 {
    font-size: 20px !important;
  }
}

.form-section input[type="text"], .form-section input[type="email"], .form-section input[type="tel"], .form-section input[type="date"], .form-section textarea {
  width: 100%;
  max-width: 370px;
  border: 0;
  border-bottom: 1px solid #142121;
  border-left: 1px solid #142121;
  padding: 3px 7px;
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-section input[type="text"]::-webkit-input-placeholder, .form-section input[type="email"]::-webkit-input-placeholder, .form-section input[type="tel"]::-webkit-input-placeholder, .form-section input[type="date"]::-webkit-input-placeholder, .form-section textarea::-webkit-input-placeholder {
  opacity: 1;
}

.form-section input[type="text"]:-ms-input-placeholder, .form-section input[type="email"]:-ms-input-placeholder, .form-section input[type="tel"]:-ms-input-placeholder, .form-section input[type="date"]:-ms-input-placeholder, .form-section textarea:-ms-input-placeholder {
  opacity: 1;
}

.form-section input[type="text"]::-ms-input-placeholder, .form-section input[type="email"]::-ms-input-placeholder, .form-section input[type="tel"]::-ms-input-placeholder, .form-section input[type="date"]::-ms-input-placeholder, .form-section textarea::-ms-input-placeholder {
  opacity: 1;
}

.form-section input[type="text"]::placeholder, .form-section input[type="email"]::placeholder, .form-section input[type="tel"]::placeholder, .form-section input[type="date"]::placeholder, .form-section textarea::placeholder {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .form-section input[type="text"], .form-section input[type="email"], .form-section input[type="tel"], .form-section input[type="date"], .form-section textarea {
    max-width: 100%;
  }
}

.form-section input[type="text"].totals_notes, .form-section input[type="email"].totals_notes, .form-section input[type="tel"].totals_notes, .form-section input[type="date"].totals_notes, .form-section textarea.totals_notes {
  max-width: 100%;
}

.form-section-1 .receipt input {
  max-width: 290px;
  margin-left: 40px;
  font-size: 18px;
  font-weight: 700;
  padding: 3px 4%;
}

@media only screen and (max-width: 576px) {
  .form-section-1 .receipt input {
    max-width: 200px;
    margin-left: 10px;
  }
}

.form-section-1 .receipt h2 {
  width: 180px;
}

@media only screen and (max-width: 576px) {
  .form-section-1 .receipt h2 {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 576px) {
  .form-section-1 .receipt .col-12 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-section-2 .col-12 {
  background-color: #142121;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-section-2 .col-12 .radio {
  width: 25%;
  max-width: 25%;
  text-align: center;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-section-2 .col-12 .radio input[type="radio"] {
  width: 100%;
  display: none;
}

.form-section-2 .col-12 .radio input[type="radio"]:checked + .check:before {
  background-color: #142121;
}

.form-section-2 .col-12 .radio .check {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-section-2 .col-12 .radio .check:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 14px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-section-2 .col-12 .radio label {
  font-size: 18px;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  font-weight: 600;
  max-width: 210px;
  cursor: pointer;
}

@media only screen and (max-width: 740px) {
  .form-section-2 .col-12 .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-section-2 .col-12 .radio .check {
    margin-left: 0;
    margin-right: 20px;
  }
  .form-section-2 .col-12 .radio label {
    max-width: 100%;
    text-align: left;
    font-size: 16px;
  }
}

@media only screen and (max-width: 740px) {
  .form-section-2 .col-12 .radio {
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 576px) {
  .form-section-2 .col-12 {
    display: block !important;
  }
  .form-section-2 .col-12 .radio {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .form-section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.form-section-3 .d-flex {
  padding-top: 10px;
}

.form-section-3 .placeholder p {
  max-width: 100%;
}

.form-section-3 label {
  cursor: pointer;
}

.form-section-3 .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #142121;
  border-radius: 20px;
  background-color: white;
  margin-right: 10px;
  margin-bottom: 0;
}

.form-section-3 .checkbox:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #142121;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-section-3 .checkbox:hover:before {
  opacity: 0.3;
}

.form-section-3 input[type="checkbox"] {
  display: none;
}

.form-section-3 input[type="checkbox"]:checked + .checkbox:before {
  opacity: 1;
}

.form-section-3 label {
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-section-3 .addGun {
  display: block;
  color: white;
  background-color: #003345;
  width: 250px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.6;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-section-3 .addGun:hover {
  background-color: black;
}

.form-section-3 .addGunActive {
  opacity: 1;
  pointer-events: initial;
}

.form-section-3 .gun-notification p {
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 100%;
}

.form-section-3 .gun-notification-active p {
  opacity: 1;
}

.form-section-3 .table thead {
  border: 0;
}

.form-section-3 .table thead th {
  background-color: #142121;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  color: white;
  font-weight: 600;
  border: 0;
  border-right: 1px solid white;
}

.form-section-3 .table thead th:last-of-type {
  background-color: white;
}

.form-section-3 .table tbody td {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  color: #142121;
  font-weight: 400;
  border: 0;
}

.form-section-3 .remove {
  width: 80px;
  background-color: #003345;
  color: white;
  display: block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-section-3 .remove:hover {
  background-color: black;
}

.form-section-4 #signature {
  position: relative;
  border: 1px solid #142121;
}

.form-section-4 #signature:after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 5px;
  height: 5px;
  background-color: #142121;
  border-radius: 5px;
}

.form-section-4 .reset {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-section-4 .reset a {
  width: 80px;
  background-color: #003345;
  color: white;
  display: block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-section-4 .reset a:hover {
  background-color: white;
  color: #003345;
}

.form-section-4 #gen_notes {
  margin-top: 0;
  max-width: 870px;
  min-height: 210px;
}

.subtotaltbody > tr:first-child {
  border-bottom: solid 4px #000;
}

.subtotaltbody > tr:nth-child(2) td {
  padding-top: 5px;
}

.form-section-5 table {
  border: 0;
  border-left: 1px solid #142121;
  border-bottom: 1px solid #142121;
}

.form-section-5 table td {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.form-section-5 table td textarea {
  max-width: 100%;
  border: 0 !important;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.form-section-5 table td p {
  margin-top: 5px;
}

.form-section-5 table td input {
  margin: 0;
}

.form-section-5 table td.subtotal {
  border-left: 1px solid #142121;
}

.form-section-5 table table {
  border: 0;
}

.form-section-5 table table td {
  padding: 0;
}

.form-section-5 table table td span {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 11px;
  margin-bottom: 10px;
  display: block;
  border-bottom: solid 1px;
  padding-bottom: 1px;
}

.form-section-5 table table td input[type="number"] {
  border: 0;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px;
}

@media screen and (max-width: 576px) {
  .form-section-5 table table td input[type="number"] {
    width: 60px;
  }
}

.form-section-5 table .removesubtotal,
.form-section-5 table .addsubtotal {
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #003345;
  color: white;
  display: block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  margin: 0;
  padding: 5px;
}

.form-section-5 table .removesubtotal:hover,
.form-section-5 table .addsubtotal:hover {
  background-color: black;
}

.form-section-5 .total {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-section-5 .total h4 {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-right: 30px;
  margin-bottom: 0;
}

.form-section-5 .total span {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.form-section-5 .total span #total {
  border: 0;
  background-color: white;
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-weight: 700;
  width: 210px;
}

.form-section-6 label[for="marketing"] {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.form-section-6 label[for="marketing"] input {
  display: none;
}

.form-section-6 label[for="marketing"] .checkbox {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #142121;
  border-radius: 30px;
  background-color: white;
  margin-left: 10px;
  margin-bottom: 0;
}

.form-section-6 label[for="marketing"] .checkbox:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
  background-color: #142121;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-section-6 label[for="marketing"] .checkbox:hover:before {
  opacity: 0.3;
}

.form-section-6 label[for="marketing"] input:checked ~ .checkbox:before {
  opacity: 1;
}

button,
textarea,
input {
  border-radius: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

.form-section-7 .pdfcta {
  padding-left: 0;
  padding-right: 0;
}

.form-section-7 .pdfcta a {
  width: 100%;
  height: 100%;
  background-color: #6b716c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: 600;
}

.form-section-7 .submit {
  padding-left: 0;
  padding-right: 0;
}

.form-section-7 .submit input[type="submit"] {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #003345;
  border: 0;
  padding: 20px 0;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.form-section-7 .submit #download_pdf {
  background-color: #6b716c;
}

.form-footer {
  background-color: #142121;
  padding-top: 40px;
  padding-bottom: 30px;
}

.form-footer p {
  color: white;
  text-align: center;
  max-width: 100%;
}

.please-wait {
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #003345;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

body .is-today .pika-button {
  color: #003345;
  font-weight: bold;
}

body .is-selected .pika-button, body .has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #003345;
  -webkit-box-shadow: inset 0 1px 3px #003345;
          box-shadow: inset 0 1px 3px #003345;
  border-radius: 3px;
}

body .pika-button:hover, body .pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #003345;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
/*# sourceMappingURL=form-styling.css.map */