/* BOSSE SSLC admission form – form-specific (popup uses nios-sslc-form.css) */
#bosseSslcApplyForm .apply-input,
#bosseSslcApplyForm input.apply-input,
#bosseSslcApplyForm select.apply-input,
#bosseSslcApplyForm .apply-group textarea,
#bosseSslcApplyForm textarea.apply-input {
    color: #000;
}
/* Dropdowns: white background, black text */
#bosseSslcApplyForm select.apply-input,
#bosseSslcApplyForm select { background-color: #fff !important; color: #000 !important; }
#bosseSslcApplyForm select option { background: #fff; color: #000; }
#bosseSslcApplyForm .apply-group textarea,
#bosseSslcApplyForm textarea.apply-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    font-family: inherit;
    min-height: 100px;
}
#bosseSslcApplyForm .apply-group textarea:focus,
#bosseSslcApplyForm textarea.apply-input:focus {
    border-color: #5f26b9;
    outline: none;
}
