.ajax-progress.ajax-progress-fullscreen {
  z-index: 9999 !important;
}
.webform-submission-form .text-count-wrapper .text-count-message {
  display: none !important;
}
.form-item--header p{
  line-height: 3rem
}

.checkboxes--wrapper {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .checkboxes--wrapper {
        padding: 0 !important;
    }
  .modal-become-partners .modal__dialog {
    padding: 2rem !important;
  }
}

.webform-submission-subscribe-form .form-checkboxes.webform-options-display-one-column {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Khoảng cách giữa các item */
}

.webform-submission-subscribe-form .form-checkboxes .form-item.form-type-checkbox {
  margin-bottom: unset;
  padding: unset !important;
}

.webform-submission-subscribe-form .form-checkboxes .form-item.form-type-checkbox label::before, .webform-submission-subscribe-form .form-checkboxes .form-item.form-type-checkbox label::after {
   display: none !important;
   content: none !important;
}

.form-item.form-type-checkbox label a {
   display: inline-block;
}

.webform-submission-subscribe-form .form-checkboxes .form-checkbox {
    display: none;
}

.webform-submission-subscribe-form .form-checkboxes .option {
    display: inline-block;
    padding: 5px 16px 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}


.webform-submission-subscribe-form .form-checkboxes .form-checkbox:checked + .option {
    background-color: #70d6ff;
    border-color: #70d6ff;
}


.webform-submission-subscribe-form .form-checkboxes .option:hover {
    background-color: #f5f5f5;
}