html {
    font-size: 14px;
}

button:focus {
    text-decoration: underline;
}

.pre-filled,
.pre-filled:focus,
.pre-filled:active {
    /*background: lightcyan !important;*/
}

.list-disc {
    list-style-type: disc !important;
}

.list-outside {
    list-style-position: outside;
}

.selected-file-list {
    max-height: 120px;
    overflow-y: auto;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #d7e4bd;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 0.97rem;
    box-shadow: 0 2px 6px rgba(130,160,100,0.07);
}

.selected-files-ul {
    list-style: disc inside;
    margin: 0;
    padding-left: 20px;
}

    .selected-files-ul li {
        margin-bottom: 3px;
        color: #183b0b;
        word-break: break-all;
    }

ul {
    list-style: none;
}

.required-docs-list {
    list-style: disc inside;
    margin-left: 20px;
}

/* optional */
/* Validation Errors */
/*.input-validation-error {
    background-color: #fff0f3 !important;*/ /* Soft, readable pink */
/*border-color: #ee6e7a !important;*/ /* Slightly darker pink border */
/*color: #a94442;*/ /* Optional: make text more noticeable */
/*}

.input-validation-error:focus {
    outline: 2px solid #ee6e7a !important;
    box-shadow: 0 0 0 2px #fff0f3;
}*/
