﻿input[type="file"] {
  font-size: 18px;
  font-family: var(--waa-font);
  border-radius: 0px !important;
  transition: none !important;
  outline: none !important;
  color: var(--waa-dark-grey);
  font-weight: 500;
  display: block;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="text"]#searchBox {
  display: block;
  width: 100%;
}

input[type="text"].form-control {
  font-family: var(--waa-font);
  border-radius: 0px !important;
  transition: none !important;
  outline: none !important;
  color: var(--waa-dark-grey) !important;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--waa-dark-grey) !important;
  height: 54px;
}

.form-group input[type="text"] {
  font-family: var(--waa-font);
  border-radius: 0px !important;
  transition: none !important;
  outline: none !important;
  color: var(--waa-dark-grey) !important;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--waa-dark-grey) !important;
  height: 54px;
}

input[type="password"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="tel"].form-control {
  font-family: var(--waa-font);
  border-radius: 0px;
  transition: none !important;
  outline: none !important;
  color: var(--waa-dark-grey) !important;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--waa-dark-grey) !important;
  height: 54px;
}

input[type="text"].form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--waa-dark-grey);
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 94% 12px;
  background-size: 15px;
  padding-right: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  height: 40px;
  width: 200px;
  box-sizing: border-box;
}

select.form-control {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 30px;
  color: #212529;
  background-clip: padding-box;
  height: 54px;
  background-position: 97% !important;
  border-radius: 0;
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--waa-dark-grey) !important;
}

select.form-control::placeholder {
  font-size: 18px !important;
  font-weight: 400;
  font-family: var(--waa-font);
}

textarea.form-control {
  font-family: var(--waa-font);
  border-radius: 0px !important;
  transition: none !important;
  outline: none !important;
  color: var(--waa-dark-grey) !important;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--waa-dark-grey) !important;
}

.centered-form {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 140px;
}

.checkbox label.umbraco-forms-label {
  font-weight: 700;
  display: inline;
  background: 0 0 !important;
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: -40px;
  float: left;
}

.dropdown .dropdown-menu {
  top: 0;
  margin: 0;
  padding: 0;
  box-shadow: 0 5px 30px rgba(41, 41, 59, 0.1);
  border: 0 none;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background: none;
  border-radius: 0;
}

.dropdown .dropdown-toggle:focus {
  box-shadow: none !important;
}

.dropdown-toggle::after {
  border: 0;
}

.dropdown:hover .dropdown-menu.visible {
  display: block;
  border-style: none;
}

.filter-body-inner {
  overflow-y: auto;
  height: 100%;
}

.filter-body-inner .filter-group {
  padding: 5px 0 10px 0;
  margin: 0 0 15px 0;
}

.filter-body-inner .filter-group .filter-group-title {
  font-weight: var(--waa-font-bold);
  font-size: 18px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.filter-body-inner .simplebar-scrollbar::before {
  background-color: #5a5a5a;
}

.filter-dates {
  margin-top: 18px;
  position: relative;
}

.filter-dates .date-label {
  font-size: 14px;
}

.filter-dates input[type="date"] {
  -webkit-appearance: none;
}

.filter-group input[type="date"] {
  width: 100%;
  max-width: 270px;
  border: 1.6px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 6px;
  margin-bottom: 9px;
  -webkit-appearance: none;
  min-height: 30px;
}

.filter-title {
  padding-left: 20px;
  font-weight: var(--waa-font-bold);
}

.form-check-input {
  height: 1.3em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--waa-dark-grey);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
}

.form-check-input:checked {
  background-color: var(--waa-green);
  border-color: var(--waa-green);
}

.form-check.form-switch {
  height: 40px;
  padding-left: 0;
  position: relative;
  display: flex;
  margin: 5px 0px;
  align-items: center;
}

.form-control.error {
  border-color: var(--waa-error);
}

.form-control::placeholder {
  font-size: 18px !important;
  color: var(--waa-dark-grey) !important;
  font-family: var(--waa-font);
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--waa-font-semibold);
  color: var(--waa-grey) !important;
  margin-bottom: 10px;
}

.form-group label.error {
  color: var(--waa-error) !important;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 4px;
}

.form-group label.first-donation {
  width: 100%;
  float: left;
}

.form-switch .form-check-input {
  width: 55px !important;
  height: 30px;
  min-width: 55px;
  margin-left: 0;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
  background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(255,255,255,1.0)' /></svg>");
}

.form-switch .form-check-input + label {
  margin: 0px 0 0 15px;
  line-height: 1;
}

.form-switch label {
  margin: 0px 0 0 15px;
  line-height: 1;
}

.form-switch .form-check-input:hover {
  cursor: pointer;
}

.narrow-centered-form .container {
  max-width: 960px;
}

/*Styled Form*/

.styled-form .umbraco-forms-caption {
  display: none;
}

.styled-form .umbraco-forms-field.multiplechoice {
  margin-top: 30px;
  margin-bottom: 30px;
}

.styled-form .umbraco-forms-field.multiplechoice .field-validation-error,
.styled-form .umbraco-forms-field.multiplechoice .checkboxlist {
  display: block;
  float: none;
}

.styled-form .umbraco-forms-form .checkboxlist label {
  float: none;
  clear: left;
  float: none;
  clear: left;
  vertical-align: middle;
}

.styled-form .umbraco-forms-form .field-validation-error {
  margin-bottom: 20px;
  display: block;
}

.styled-form .umbraco-forms-form input.text,
.styled-form .umbraco-forms-form textarea {
  padding: 5px 15px;
}

.styled-form .umbraco-forms-form input:where([type="checkbox"]) {
  background: #1a5632 !important;
  cursor: pointer;
  margin-right: 0.5rem;
}
.styled-form .umbraco-forms-form input:where([type="checkbox"]):checked {
    accent-color: var(--waa-green)!important;
}
/*
.umbraco-forms-field .checkboxlist input:where([type="checkbox"]):checked {
  background: #1a5632 !important;
}

.styled-form .umbraco-forms-form input:where([type="checkbox"]):checked::before,
.umbraco-forms-field
  .checkboxlist
  input:where([type="checkbox"]):checked::before {
  left: 1.5em;
  background: white;
}

.styled-form .umbraco-forms-form input[type="checkbox"],
.styled-form .umbraco-forms-form input:where([type="checkbox"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: inherit;
  font-size: inherit;
  width: 3.4em !important;
  height: 1.8em !important;
  box-sizing: content-box;
  border: 1px solid transparent !important;
  background: #372e2b !important;
  border-radius: 1em;
  vertical-align: text-bottom;
  margin: 4px 10px 4px 0;
  display: inline-block !important;
  vertical-align: middle;
}

.umbraco-forms-field .checkboxlist input:where([type="checkbox"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: inherit;
  font-size: inherit;
  width: 3.4em !important;
  height: 1.8em !important;
  box-sizing: content-box;
  border: 1px solid transparent !important;
  background: #372e2b !important;
  border-radius: 1em;
  vertical-align: text-bottom;
  margin: 4px 10px 4px 0;
  display: inline-block !important;
  vertical-align: middle;
}

.styled-form .umbraco-forms-form input[type="checkbox"]::before,
.umbraco-forms-field .checkboxlist input:where([type="checkbox"])::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 1.3em;
  height: 1.3em;
  margin: 0 0.3em;
  border: 1px solid transparent;
  border-radius: 50%;
  background: white;
}

.styled-form .umbraco-forms-form input[type="checkbox"]:disabled,
.umbraco-forms-field .checkboxlist input:where([type="checkbox"]):disabled {
  opacity: 0.4;
}

.styled-form .umbraco-forms-form input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
}*/



.styled-form .umbraco-forms-form input[type="submit"].btn.primary::after,
.styled-form .umbraco-forms-form input[type="submit"].btn.next::after,
.styled-form .umbraco-forms-form input[type="submit"].btn.prev::after {
  position: absolute;
  content: var(--waa-btn-arrow-dark);
  height: 20px;
  width: 20px;
  margin-left: 5px;
  margin-top: 1px;
  transition: all 0.2s ease-in-out;
}


.dwl-form input[type="submit"].btn.primary {
    background: var(--waa-green);
    color: white;
    border-radius: 28px;
    border: 0.094rem solid var(--waa-dark-grey);
    border: 0;
    padding: 10px 28px 10px 28px;
    font-weight: var(--waa-font-bold);
    position: relative;
    text-align: center;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.3472)), 18px);
}

.styled-form .umbraco-forms-form input[type="submit"].btn.primary:hover:after,
.styled-form .umbraco-forms-form input[type="submit"].btn.next:hover:after,
.styled-form .umbraco-forms-form input[type="submit"].btn.prev:hover:after {
  margin-left: 12px !important;
  content: var(--waa-btn-arrow-white);
  transition: all 0.2s ease-in-out;
}

.styled-form .umbraco-forms-form input[type="text"],
.styled-form .umbraco-forms-form input[type="email"],
.styled-form .umbraco-forms-form input[type="number"] {
  max-width: 100% !important;
  border-radius: 0px !important;
  transition: none !important;
  outline: none !important;
  color: var(--waa-dark-grey) !important;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--waa-dark-grey) !important;
  height: 54px;
  width: 100% !important;
}

.styled-form .umbraco-forms-form textarea {
  max-width: 100% !important;
  border-radius: 0px !important;
  transition: none !important;
  outline: none !important;
  color: var(--waa-dark-grey) !important;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--waa-dark-grey) !important;
  height: 54px;
  width: 100% !important;
}

.styled-form .umbraco-forms-form select {
  max-width: 100% !important;
  border-radius: 0px !important;
  transition: none !important;
  outline: none !important;
  color: var(--waa-dark-grey) !important;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--waa-dark-grey) !important;
  height: 54px;
  width: 100% !important;
  padding: 0px 30px 0 15px;
  line-height: 1.5;
  background-clip: padding-box;
  background-position: 95% 15px !important;
}

.styled-form .umbraco-forms-form textarea {
  min-height: 200px;
}

.styled-form.multipage .anyquestionsorconcerns {
  margin-top: 30px;
}

.styled-form.multipage .umbraco-forms-caption {
  display: block !important;
}

.styled-form.multipage
  .umbraco-forms-form
  .umbraco-forms-navigation
  .col-md-12 {
  gap: 30px;
  display: flex;
}

.styled-form.multipage .umbraco-forms-form input[type="submit"].btn.primary {
  background: var(--waa-green);
  border: 0.094rem solid var(--waa-green) !important;
  color: var(--waa-white);
}

.styled-form.multipage
  .umbraco-forms-form
  input[type="submit"].btn.primary:hover {
  background: var(--waa-dark-grey);
  color: var(--waa-white);
  border-color: var(--waa-dark-grey) !important;
}

/*Umbraco Form*/

.umbraco-forms-field.multiplechoice {
  margin-top: 30px;
}

.umbraco-forms-field.text.richtext {
  margin-top: 20px;
}

.umbraco-forms-form span.checkbox,
.umbraco-forms-form span.checkboxlist,
.umbraco-forms-form span.radiobuttonlist {
  display: block;
  float: left;
  padding: 25px 0px;
}
