.sid-container{
    max-width:1200px;
    margin:auto;
    background:#fff;
    padding:20px;
    border-radius:8px;
}

.sid-container h2{
    margin-bottom:20px;
}

.sid-btn{
    background:#05ba00;
    color:white;
    padding:8px 14px;
    border:none;
    border-radius:4px;
    cursor:pointer;
    font-size:12px;
    border-radius: 100px !important;
    margin-bottom: 2px;
}

[type=button], [type=submit], button {
    background:green;
    color:white;
}

.sid-btn-black {
    background:black;
}

.sid-btn:hover{
    background:#05ba00;
}

.sid-table{
    width:100%;
    border-collapse:collapse;
    margin-top:15px;
}

.sid-table th,
.sid-table td{
    border:none;
    padding:8px;
}

.sid-table th{
    background:#f5f5f5;
    text-transform:uppercase;
}

.sid-input{
    padding:8px;
    margin-bottom:10px;
    width:100%;
    max-width:300px;
}

table {
    box-shadow: 0px 0px 20px #c6c6c6;
}

.sid-exportar{
    background:#1D6F42;
    color:#fff;
    padding:10px 15px;
    font-size:16px;
    font-weight:700;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:8px;
    transition:0.2s ease-in-out;
}

.sid-exportar:hover{
    background:#155a34;
    transform:translateY(-2px);
}

