body .component-form-container {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
body .component-form-container .text-left {
  text-align: left;
}
body .component-form-container__title {
  background: #dc3545;
  color: white;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
body .component-form-container .d-flex {
  display: flex;
}
body .component-form-container .flex-wrap {
  flex-wrap: wrap;
}
body .component-form-container .justify-between {
  justify-content: space-between;
}
body .component-form-container--row {
  border: 1px #dbdbdb solid;
  border-radius: 0 0 5px 5px;
  margin: 0 0 23px;
  padding: 20px 10px 15px;
}
body .component-form-container--row__btn, body .component-form-container--row input[type=submit], body .component-form-container--row input[type=button], body .component-form-container--row button, body .component-form-container--row a.button {
  background: #dc3545 !important;
  color: white;
  padding: 10px 20px !important;
  border: none !important;
  border-radius: 5px !important;
  margin-bottom: 20px;
  font-weight: bold;
}
body .component-form-container--row__btn:hover, body .component-form-container--row input[type=submit]:hover, body .component-form-container--row input[type=button]:hover, body .component-form-container--row button:hover, body .component-form-container--row a.button:hover {
  background: #cb0013 !important;
}
body .component-form-container--row--col {
  margin: 5px 15px;
}
body .component-form-container--row--col.inline {
  display: inline-block;
}
body .component-form-container--row--col.inline-element {
  width: 256px !important;
  display: inline-block;
}
body .component-form-container--row--col__input, body .component-form-container--row--col__textarea, body .component-form-container--row--col__select, body .component-form-container--row--col__combo {
  border-radius: 4px;
  border: 1px #c5c5c5 solid !important;
  width: 550px !important;
  max-width: 100%;
  padding: 8px 15px !important;
  box-sizing: border-box;
}
body .component-form-container--row--col__input:focus, body .component-form-container--row--col__textarea:focus, body .component-form-container--row--col__select:focus, body .component-form-container--row--col__combo:focus {
  outline: none;
}
body .component-form-container--row--col__textarea {
  vertical-align: top;
}
body .component-form-container--row--col__check, body .component-form-container--row--col__radio {
  margin: 0 0 0 5px !important;
  width: 20px !important;
  height: 20px !important;
}
body .component-form-container--row--col input[type=radio]:checked + label {
  background-color: unset;
  color: unset;
}

body form.paydarForm {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
body form.paydarForm .field .field {
  padding: 0 !important;
}
body form.paydarForm .paydarForm-map {
  width: calc(100% - 30px);
  height: 400px;
  margin: 0 15px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}
body form.paydarForm h1.title {
  margin: 0;
  font-size: 15px;
  line-height: 4em;
}
body form.paydarForm .description {
  padding: 0 15px;
  margin-bottom: 5px;
}
body form.paydarForm .fullDescription {
  padding: 0 15px;
}
body form.paydarForm .description, body form.paydarForm h3.shortDescription {
  margin-top: 6px;
}
body form.paydarForm .field {
  margin: 15px 0;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
body form.paydarForm input:focus, body form.paydarForm textarea:focus {
  box-shadow: 0 0 0 transparent;
  outline: none;
}
body form.paydarForm input[type=text], body form.paydarForm input[type=number], body form.paydarForm input[type=tel], body form.paydarForm input[type=email], body form.paydarForm input[type=search], body form.paydarForm input[type=password], body form.paydarForm input[type=url], body form.paydarForm input [type=password], body form.paydarForm textarea, body form.paydarForm select {
  border: 1px #dadada solid;
  border-radius: 5px;
  background: transparent;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
body form.paydarForm input[type=radio]:checked + label {
  background-color: unset;
  color: unset;
}
body form.paydarForm .checkboxGroup .checkbox {
  margin-left: 40px;
  display: inline-flex;
  align-items: center;
}
body form.paydarForm radio {
  display: inline-flex;
  margin: 0 0 0 30px;
  align-items: center;
}
body form.paydarForm .radioGroup .radio {
  display: inline-flex;
  margin: 0 0 0 10px;
  justify-content: center;
  align-items: center;
}
body form.paydarForm input[type=submit], body form.paydarForm input[type=button], body form.paydarForm button {
  background: #858585;
  color: white;
  border-radius: 7px;
  padding: 5px 30px;
  margin: 15px auto;
  border: none;
}
body form.paydarForm button {
  border: none;
}
body form.paydarForm .actions .action {
  text-align: center;
}
body form.paydarForm .actions .action text-center input[type=submit]:hover, body form.paydarForm .actions .action input[type=button]:hover, body form.paydarForm .actions .action button:hover {
  background: #000000;
}
body form.paydarForm label {
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
}
body form.paydarForm input[type=checkbox], body form.paydarForm input[type=radio] {
  width: auto;
  margin: 0 0 0 5px;
}
body form.paydarForm .radioGroup label,
body form.paydarForm .radioGroup input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body form.paydarForm input[type=radio] {
  opacity: 0.01;
  z-index: 100;
}
body form.paydarForm .radioGroup input[type=radio]:checked + label,
body form.paydarForm .radioGroup .Checked + label {
  background: #373435;
}
body form.paydarForm .radioGroup label {
  padding: 5px;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  z-index: 90;
}
body form.paydarForm .radioGroup label:hover {
  background: #c5c5c5;
}
body form.paydarForm .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
body form.paydarForm .loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: -36px 186px 10px 100%;
  border-radius: 50%;
  border: 18px solid var(--color-1);
  animation: prixClipFix 2s linear infinite;
}
body form.paydarForm span#sefareshiResult.success {
  background: #b0f5c5;
  padding: 10px 40px;
  border-radius: 10px;
  color: #166534;
  position: fixed;
  bottom: 40px;
  right: 0px;
  z-index: 10;
}
body form.paydarForm span#sefareshiResult.error {
  background: #f5b0b0;
  padding: 10px 40px;
  border-radius: 10px;
  color: #630a0a;
  position: fixed;
  bottom: 40px;
  right: 0px;
  z-index: 10;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

body .paydarFaqs {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

/*# sourceMappingURL=forms.css.map */
