#panel{
    position: relative;
    z-index: 10000;
}
.b24-form-control-alert .b24-form-control-alert-message{display: none!important;}
.b24-form-btn{background-color: #FDB515!important;color: black!important;border-radius: 99px!important;}

.b24-form-field-agreement .b24-form-control-container label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  cursor: pointer !important;
}

.b24-form-field-agreement input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 2px 0 0 0 !important;
  border: 2px solid #c4c8d0 !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  cursor: pointer !important;
  position: relative !important;
  outline: none !important;
  transition: border-color .15s ease, background-color .15s ease !important;
}

.b24-form-field-agreement input[type="checkbox"]:checked {
  background-color: #4b7ef7 !important;
  border-color: #4b7ef7 !important;
}

.b24-form-field-agreement input[type="checkbox"]:checked::after {
  content: "" !important;
  position: absolute !important;
  left: 5px !important;
  top: 1px !important;
  width: 5px !important;
  height: 9px !important;
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

.b24-form-field-agreement .b24-form-control-desc {
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #8b8f99 !important;
  font-weight: 400 !important;
}

.b24-form-field-agreement-link {
  color: #4b7ef7 !important;
  text-decoration: none !important;
}

.b24-form-field-agreement-link:hover {
  text-decoration: underline !important;
}
.b24-window-close{
    background-color: #FDB515!important;
}
.b24-window-close::after,.b24-window-close::before{
    background-color: black!important;
}
.b24-form-btn:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}