.kyc-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.kyc-modal h2 {
    margin-bottom: 15px;
}

.kyc-modal-content .wpcf7-spinner {
    display: block;
}

#kyc-form {
    margin-top: 15px;
}

.kyc-modal .wpcf7-form-control:not(.wpcf7-submit) {
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 30px;
    padding: 0px 20px;
}
.kyc-modal label {
    color: #fff;
}

.kyc-modal .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-top: 5px;
}

#kycCancel {
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0px 23px;
            display: inline-flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100px !important;
    padding: 0px 27px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: all 0.2s 
ease;
    z-index: 1;
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    background: transparent;
}

.kyc-modal-content p {
    margin-bottom: 15px;
}

.kyc-modal-content {
  background: rgba(21, 23, 34, 1);
  border-radius: 12px;
  padding: 30px;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  font-family: system-ui, sans-serif;
}

.kyc-modal-footer {
  margin-top: 20px;
  text-align: right;
}


.kyc-error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.kyc-error p {
  color: #ef4444;
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 1.5;
}

.kyc-retry-button {
  background: #ef4444 !important;
  color: #ffffff !important;
  border: 1px solid #ef4444 !important;
}

.kyc-retry-button:hover {
  background: #dc2626 !important;
  border-color: #dc2626 !important;
}