body {
    font-family: Arial, sans-serif;
    background-color: #f4f7f6;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    margin: 0;
}
.container {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 600px;
}
h2 {
    text-align: center;
    color: #333;
    margin-top: 0;
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: block;
    margin-bottom: 5px;
    color: #555;
    font-weight: bold;
}
input[type="text"], input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.file-label {
    display: block;
    background: #0056b3;
    color: #fff;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s;
}
.file-label:hover {
    background: #004494;
}
.file-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.file-list li {
    background: #e9ecef;
    margin-bottom: 5px;
    padding: 8px 10px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.remove-btn {
    cursor: pointer;
    color: #dc3545;
    font-weight: bold;
}
button[type="submit"] {
    width: 100%;
    padding: 12px;
    background: #00698C;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
button[type="submit"]:hover {
    background: #0085B2;
}
button[type="submit"]:disabled {
    background: #6c757d;
    cursor: not-allowed;
}
#statusMessage {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
	background-color:#FFFFBF;
}



button[type="button"] {
    width: 100%;
    padding: 12px;
    background: #00698C;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
button[type="button"]:hover {
    background: #0085B2;
}
button[type="button"]:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

ul.paglist li{
	padding:.5em;
}

.listadocext{
	display:flex;
	font-size:14px;
}

.listadocext .listadoc{
	padding:.5em;
}

.listadocext .listadoc h4{
	text-align:center;
	width:100%;
}

hr{
border:0;
border-bottom:1px solid #ddd;
height:0px;
width:100%;
margin: 1.5em 0;
}