/*.vcrc-form { max-width: 520px; padding: 12px; border: 1px solid #e5e5e5; border-radius: 8px; }
.vcrc-row { margin-bottom: 10px; }
.vcrc-row label { display: block; font-weight: 600; }
.vcrc-row input, .vcrc-row select { width: 100%; padding: 8px; }*/

/* Alerts & inline errors */
.vcrc-success { background: #e6ffed; border: 1px solid #b7f5c4; padding: 10px; margin-bottom: 12px; }
.vcrc-info { background:#fff7e6; border:1px solid #ffd591; padding:10px; margin-bottom:12px; }
.vcrc-error { background:#fff2f0; border:1px solid #ffccc7; padding:10px; margin-bottom:12px; color:#a8071a; }
.vcrc-error ul { margin:0 0 0 18px; }
.vcrc-field-error { color:#a8071a; font-size:13px; margin-top:4px; }
.vcrc-has-error { border-color:#ff4d4f !important; background-color:#fff2f0; }

/* Modal */
.vcrc-modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.45); backdrop-filter: blur(1px); z-index: 9998; }
.vcrc-modal { position: fixed; inset: 0; display: grid; place-items: center; z-index: 9999; }
.vcrc-modal[hidden], .vcrc-modal-backdrop[hidden] { display: none !important; }
.vcrc-modal__dialog { width: min(560px, 92vw); background: #fff; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); overflow: hidden; animation: vcrc-pop 160ms ease-out; }
@keyframes vcrc-pop { from { transform: scale(.97); opacity: .7; } to { transform: scale(1); opacity: 1; } }
#vcrc-modal-title { font-size: 18px; margin: 0; padding: 14px 16px; border-bottom: 1px solid #f0f0f0; }
.vcrc-modal__body { padding: 16px; font-size: 15px; }
.vcrc-modal__footer { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-top: 1px solid #f0f0f0; }
.vcrc-modal__close { position: absolute; right: 10px; top: 8px; border: none; background: transparent; font-size: 20px; cursor: pointer; }
.vcrc-modal__link { color: #0969da; text-decoration: none; }
.vcrc-modal__link:hover { text-decoration: underline; }


.form-card {
  background: #D1EAFA;
  max-width: 40%;
  width: 100%;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
 
/* Headings */
.form-card h1 {
  font-size: 1.6rem;
  color: #1a2b3c;
  margin-bottom: 8px;
}
 
.subtitle {
  font-size: 0.95rem;
  color: #4a6a85;
  margin-bottom: 24px;
}
 
/* Form Fields */
.form-group {
  margin-bottom: 18px;
  width: 70%;
}
 
.form-group label {
  display: block;
  color: #000;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
 
.form-group span {
  color: #d9534f;
}
 
.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 15px;
  border: 1px solid #c7d9ea;
  font-size: 0.95rem;
  background: #ffffff;
  height: 48px;
    margin: 0;
        font-size: 16px;
    font-weight: 400;
    line-height: 150%;
        color: #231F20;
	box-shadow: none;

}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #4da3ff;
}
 
/* Checkbox */
.checkbox-group {
  /*display: flex;*/
  display: inline;
  gap: 10px;
  font-size: 0.85rem;
  color: #1a2b3c;
  margin: 18px 0 24px;
}
 
.checkbox-group input {
  margin-top: 3px;
}
 
.checkbox-group a {
  color: #000;
	text-decoration:underline !important;
	
}
.checkbox-group label{
font-size:16px;	
max-width: 500px;	
}
.checkbox-group {
 gap: 26px; 
}
.checkbox-group a:hover {
  text-decoration: underline;
}

.vcrc-field-error {
    color: #a8071a;
    font-size: 13px;
    margin-top: 4px;
}
 
/* Button */
 button {
    width: 125px;
    padding: 16px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 15px 15px 15px 15px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 700;
    height: 53px;
    margin-top: 28px;
}
 
button:hover {
    background: #fff;
    color: #000;
}

 
@media(min-width:767px) and (max-width:1024px){
  .form-group {
    width: 100%;
  }
  .form-card{
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
  }
  .form-group input, .form-group select {
    width: 100%;
    padding: 12px;
    border-radius: 14px;
  }
	.checkbox-group label{
		max-width: 100%;
	}	
}
 @media(max-width:767px){
  .form-group {
    width: 100%;
  }
  .form-card{
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
  }
  .form-group input, .form-group select {
    width: 100%;
    padding: 12px;
    border-radius: 14px;
  }
.checkbox-group label{
max-width: 100%;
}	 
 }
 
/*  #body.page-id-1625 button {
    width: 125px;
    padding: 16px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 15px 15px 15px 15px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 700;
    height: 53px;
}

#body.page-id-1625 .form-group input, #body.page-id-1625 .form-group select {
    border-radius: 15px;
} */


.vcrc-admin-wrap .vcrc-filters{margin:12px 0;display:flex;gap:8px;flex-wrap:wrap}
.vcrc-admin-wrap .vcrc-filters input[type="search"],
.vcrc-admin-wrap .vcrc-filters input[type="email"],
.vcrc-admin-wrap .vcrc-filters select{min-width:180px}
.vcrc-admin-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);align-items:center;justify-content:center;z-index:100000}
.vcrc-admin-modal[aria-hidden="false"]{display:flex}
.vcrc-admin-modal-content{background:#fff;padding:16px;border-radius:6px;max-width:640px;width:95%}
.vcrc-admin-modal-actions{margin-top:12px;text-align:right}
