  .soaga-mb-3 {
    margin-bottom: 30px;
  }
  .soaga-relative {
    position: relative;
  }
  .soaga-opacity-0 {
    opacity: 0;
  }
  .soaga-stroke-current {
    stroke: #ffffff;
    z-index: 999;
  }
  #supportCheckbox:checked ~ div span {
    opacity: 1;
  }
  #supportCheckbox:checked ~ div {
    background: #343a40;
    border-color: #343a40;
  }
  
  .soaga-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  .soaga-form-wrapper {
    margin: 0 auto;
    max-width: 570px;
    width: 100%;
    background: white;
    padding: 40px;
	padding-top : 0px;
  }


  .soaga-input-wrapp > div {
    display: flex;
    gap: 20px;
  }

  .soaga-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
  }
  .soaga-input-flex > div {
    width: 50%;
  }
  .soaga-form-input {
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-size: 16px;
    color: #536387;
    outline: none;
    resize: none;
  }
  .soaga-form-input::placeholder,
  select.soaga-form-input,
  .soaga-form-input[type='date']::-webkit-datetime-edit-text,
  .soaga-form-input[type='date']::-webkit-datetime-edit-month-field,
  .soaga-form-input[type='date']::-webkit-datetime-edit-day-field,
  .soaga-form-input[type='date']::-webkit-datetime-edit-year-field {
    color: #51585f;
    outline: none;
    border-color: #343a40;
  }

  .soaga-form-input:focus {
    border-color: #343a40;
  }
  .soaga-form-label {
    color: #536387;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }

  .soaga-checkbox-label {
    display: flex;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    line-height: 24px;
    color: #536387;
  }
  .soaga-checkbox-label a {
    margin-left: 5px;
    color: #6a64f1;
  }
  .soaga-input-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .soaga-checkbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-top: 2px;
    border: 0.7px solid #dde3ec;
    border-radius: 3px;
  }

  .soaga-form-file {
    padding: 12px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(83, 99, 135, 0.5);
  }
  .soaga-form-file::-webkit-file-upload-button {
    display: none;
  }
  .soaga-form-file:before {
    content: 'Charger';
    display: inline-block;
    background: #EEEEEE;
    border: 0.5px solid #E7E7E7;
    border-radius: 3px;
    padding: 3px 12px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #637381;
    font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
  }
  
  .soaga-validation-message {
    font-size: inherit;
    line-height: inherit;
    clear: both;
    letter-spacing: normal;
    width: 100%;
    background: #fff9f9;
    border: 1px solid #c02b0a;
    color:#c02b0a;
    margin-top: 8px;
    padding: 12.992px 24px;
    border-radius: 5px;
    outline: none;
    resize: none;
    margin-bottom: 30px;
    display:none;
  }
  

  .soaga-btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #950000;
    color: white;
    cursor: pointer;
    margin-top: 25px;
  }
  .soaga-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .soaga-w-45 {
    width: 45%;
  }