.field {
  margin-bottom: 22px;
}

.field input,
.field textarea {
  padding: 5px 25px 7px;
  width: 100%;
  border: 1px solid #cbcbcb;
  color: #757475;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  background-color: #fff;
  border-radius: 0;
}
.field input:focus-visible,
.field textarea:focus-visible {
  outline: none;
}

.field label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.field textarea {
  height: 120px !important;
  resize: none;
  width: 100%;
}

.field .field-error {
  color: #d4021d;
  font-size: 16px;
}

.field-with-button label {
  line-height: 24px;
  margin-bottom: 20px;
}

.field-with-button .input-btn {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.field-with-button .input-btn input {
  margin-right: 0;
  margin-bottom: 23px;
}

.field-checkbox {
  display: block;
  position: relative;
  padding-left: 49px;
  margin-bottom: 24px;
}
.field-checkbox label {
  margin-bottom: 0;
  cursor: pointer;
}

.field-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
}

.field-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

.field-checkbox input:checked ~ .checkmark {
  background-color: #333333;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.field-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.field-checkbox .checkmark:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.field-submit {
  margin-top: 17px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.field-submit button {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  padding: 20px 12px 19px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  width: 100%;
  min-width: max-content;
}
.field-submit button:disabled,
.field-submit button[disabled] {
  background-color: #d3d3d3 !important;
}

.kvg-wrapper .field-submit button {
  background-color: #007b3d;
}

.kvg-wrapper .field-submit button:hover {
  background-color: #005833;
}

.vicon-wrapper .field-submit button {
  background-color: #0c3451;
}

.vicon-wrapper .field-submit button:hover {
  background-color: #e40521;
}
.field-select{
  position: relative;
}

.field-select .custom-select-container {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  padding: 6px 20px;
  border: 1px solid #cbcbcb;
  position: relative;
  color: #757475;
  cursor: pointer;
}

.field-select .custom-select-container + a, .field-select .custom-select-container + a:hover{
  color: #fff;

  position: absolute;
  top: 0px;
  right: 0;
  padding: 10px;
  height: 100%;
  cursor: pointer;
}

.kvg-wrapper .field-select .custom-select-container + a, .kvg-wrapper .field-select .custom-select-container + a:hover{
  background-color: #005833;
}
.vicon-wrapper .field-select .custom-select-container + a, .vicon-wrapper .field-select .custom-select-container + a:hover{
  background-color: #0c3451;
}


.field-select .custom-select-container .selected-text {
  white-space: nowrap;
  overflow-x: hidden;
}

.field-select .custom-select-container .select-options {
  position: absolute;
  left: -1px;
  right: -1px;
  list-style: none;
  background-color: #fff;
  top: 110%;
  border: 1px solid #cbcbcb;
  padding: 0%;
  z-index: 99;
}

.field-select .custom-select-container .select-options .custom-select-option {
  margin-bottom: 15px;
  cursor: pointer;
  padding: 10px 20px;
  line-height: 26px;
  font-size: 21px;
  color: #4f4f4f;
}

.kvg-wrapper
  .field-select
  .custom-select-container
  .select-options
  .custom-select-option:hover {
  background-color: #005833;
  color: #fff;
}

.vicon-wrapper
  .field-select
  .custom-select-container
  .select-options
  .custom-select-option:hover {
  background-color: #0c3451;
  color: #fff;
}

.field-align-c{
  text-align: center;
}
label.field-align-c{
  flex-direction: column !important;
}

.field-w50{
  width:50%;
  display: inline-block !important;
}


.field-upload {
  background-color: #f8f8f8;
  padding: 35px 0 51px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 700px) {
  .field-upload {
    padding: 15px;
    width: 100%;
  }
}


.field-upload-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.field-upload-label {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin-bottom: 23px;
}

.field-upload-btn {
  color: #fff;
  background-color: #707070;
  padding: 15px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 9px;
  cursor: pointer;
  min-width: 185px;
  text-align: center;
  margin-bottom: 0;
  word-break: break-all;
}

.field-date input {
  min-height: 52px;
}

.field-upload-btn input {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.field-drop-btn,
.field-upload-text {
  display: none;
}

.field-upload .field-submit {
  width: fit-content;
}

.field-upload .field-submit button {
  padding: 12px;
}

.qhelp-circle {
  margin-left: 10px;
  padding: 0px 10px 0px 10px;

  border: solid 2.5px #007bff;
  border-radius: 50%;

  font-weight: bold;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.contact-form-success img {
  width: 59px;
  height: 59px;
}
@media (min-width: 768px) {
  .field label {
    flex-direction: row;
    justify-content: space-between;
  }
  .field.field-checkbox label {
    flex-direction: column;
  }
  .field-with-button .input-btn {
    flex-direction: row;
    align-items: center;
  }

  .field-with-button .input-btn input {
    margin-right: 21px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .grid-fields {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .contact-form .field-submit {
    display: flex;
  }
  .contact-form .field-submit button {
    width: auto;
    margin-left: auto;
  }
  .field-upload {
    align-items: flex-start;
    padding: 23px 20px 35px;
  }

  .field-upload-wrapper {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .field-upload-text {
    margin: 0 20px;
    font-size: 24px;
    line-height: 1;
    color: #333333;
    display: inline-block;
  }

  .field-drop-btn {
    background-color: #ebebeb;
    border: 1px dashed #707070;
    padding: 7px 10px 9px 20px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    width: 100%;
  }

  .field-drop-btn > div {
    margin-right: 20px;
  }

  .field-drop-btn input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    max-width: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 2;
  }

  .field-upload .field-submit {
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .field input,
  .field textarea {
    font-size: 24px;
  }
}
