.vmd-field-wrapper { 
margin-bottom: 16px; 
}
.vmd-field-label, 
.vmd-field-wrapper label { 
display: block; 
margin-bottom: 6px; 
font-weight: 600; 
}
.vmd-required { 
color: #d63638; 
margin-left: 4px; 
} .vmd-field-wrapper input[type="text"],
.vmd-field-wrapper input[type="email"],
.vmd-field-wrapper input[type="tel"],
.vmd-field-wrapper input[type="url"],
.vmd-field-wrapper input[type="password"],
.vmd-field-wrapper input[type="date"],
.vmd-field-wrapper input[type="time"],
.vmd-field-wrapper input[type="datetime-local"],
.vmd-field-wrapper input[type="color"],
.vmd-field-wrapper input[type="number"],
.vmd-field-wrapper input[type="range"],
.vmd-field-wrapper input[type="file"],
.vmd-field-wrapper select,
.vmd-field-wrapper textarea {
width: 100%;
box-sizing: border-box;
padding: 10px 12px;
border: 1px solid #dcdcdc;
border-radius: 6px;
background: #fff;
line-height: 1.4;
outline: none;
} .vmd-field-wrapper ::placeholder {
color: #9aa0a6;
} .vmd-field-wrapper input:focus,
.vmd-field-wrapper select:focus,
.vmd-field-wrapper textarea:focus {
border-color: #7aa7ff;
box-shadow: 0 0 0 3px rgba(122, 167, 255, 0.15);
} .vmd-inline { 
display: inline-flex; 
align-items: center; 
gap: 6px; 
margin-right: 14px; 
} .vmd-field-divider { 
border: 0; 
border-top: 1px solid #e2e2e2; 
margin: 18px 0; 
} .vmd-width-full { width: 100%; } .vmd-width-half, 
.vmd-width-third { 
display: inline-block; 
vertical-align: top; 
} .vmd-width-half { 
width: 48%; 
margin-right: 2%; 
} .vmd-width-third { 
width: 31%; 
margin-right: 2%; 
} .vmd-field-wrapper:last-child { 
margin-right: 0; 
} @media (max-width: 768px) {
.vmd-width-half, 
.vmd-width-third {
width: 100%;
margin-right: 0;
}
} .vmd-section { 
padding: 14px; 
border: 1px solid #eee; 
border-radius: 8px; 
margin-bottom: 18px; 
background: #fff;
}
.vmd-section-title { 
margin-top: 0; 
margin-bottom: 10px; 
font-weight: 700;
} .vmd-section-actions { 
margin-top: 10px; 
} .vmd-cf-save-section { 
padding: 10px 16px; 
border-radius: 6px; 
border: 1px solid #c8c8c8; 
background: #f6f6f6; 
cursor: pointer; 
line-height: 1.2;
}
.vmd-cf-save-section:hover { 
background: #efefef; 
}
.vmd-cf-save-section:focus { 
outline: none; 
box-shadow: 0 0 0 3px rgba(122, 167, 255, 0.15); 
}  .vmd-field-wrapper input[type="range"] { 
padding: 0; 
height: 2.2em; 
} .vmd-field-wrapper input[type="file"] { 
padding: 6px; 
}.vmd-accordion {
border: 0px solid #ccc;
border-radius: 1px;
margin-bottom: 12px;
border-bottom: 1px solid #daf2e6;
}
.vmd-accordion-header { padding: 14px;
cursor: pointer;
font-size: 16px;
font-family: "Inter";
font-style: normal;
font-weight: 300;
}
.vmd-accordion-header:hover {
color:  #f1642b;
transition: background-color 0.3s ease, color 0.3s ease;
}
.vmd-accordion-body {
display: none;
padding: 14px;
background: #fff;
}
.vmd-question {
margin-bottom: 15px;
}
.vmd-survey-save {
background-color: #0073aa;
border: none;
color: white;
padding: 10px 20px;
border-radius: 3px;
cursor: pointer;
font-size: 16px;
transition: background-color 0.3s ease;
}
.vmd-survey-save:hover {
background-color: #005f8d;
}
.vmd-accordion.vmd-completed .vmd-accordion-header {
background-color: #e6ffe6;
border-left: 5px solid #28a745;
}
.vmd-survey-progress-bar {
transition: width 0.5s ease-in-out;
}
.vmd-accordion-header .fa-fusion-box {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 5px;
margin-right: 8px;
line-height: 1;
font-size: 14px;
border-radius: 3px;
transition: background-color 0.3s ease, color 0.3s ease;
}
.inactive-icon {
background-color: transparent; }
.active-icon {
background-color: #f1642b;
color: #ffffff;
}
.vmd-accordion-header {
display: flex;
align-items: center;
justify-content: space-between;
}
.vmd-accordion-title {
flex-grow: 1;
text-align: left;
}
.vmd-accordion-icons {
display: flex;
gap: 10px;
align-items: center;
}
.vmd-status-icon {
font-size: 1.1em;
margin-left: 10px;
color: #aaa;
}
.vmd-accordion.vmd-completed .vmd-status-icon {
color: #28a745; }
form.login #wp-submit {
background: #0073aa;
color: white;
padding: 10px 20px;
border: none;
border-radius: 3px;
cursor: pointer;
font-weight: bold;
transition: background 0.3s ease;
}
form.login #wp-submit:hover {
background: #005177;
}
.vmd-login-error {
background: #ffeaea;
border-left: 4px solid #d63638;
color: #cc0000;
padding: 10px 15px;
border-radius: 5px;
margin-bottom: 15px;
font-weight: normal;
} .vmd-login-error i {
color: #cc0000; 
margin-right: 6px; 
}
.vmd-logout-link {
position: absolute;
top: 10px;
right: 10px;
color: #333;
text-decoration: none;
font-weight: normal;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 6px;
}
.vmd-logout-link:hover {
color: #f1642b; text-decoration: none;
font-weight: normal;
} .vmd-user-info-wrapper {
position: relative;
padding: 10px;
background: #fcf7f6; margin-bottom: 10px;
}