.next-card
{
    display: flex;
    justify-content: center;
    text-align: center;
    box-shadow: 0 2px 8px rgb(217 217 217 /50%);
    border-radius: 10px;
    padding: 2rem;
    background: #ececec;
}

.next-card button
{
    margin: 0.435rem;
}

#nextButton
{
    background: white;
    box-shadow: 0 2px 8px rgb(217 217 217 / 50%);
    color: #2c3436;
    width: 100px;
    font-weight: bold;
}

#nextButton:hover
{
    background: #2c3436;
    color: white;
}

#backButton
{
    background: white;
    box-shadow: 0 2px 8px rgb(217 217 217 /50%);
    color: #0271dc;
    width: 100px;
    font-weight: bold;
}

#backButton:hover
{
    background: #0271dc;
    color: white;
}
.container-card
{
    box-shadow: 0 2px 8px rgb(217 217 217 /50%);
    border-radius: 10px;
    padding: 2rem;
    background: #ececec;
    border:none;
}

.container-card button
{
    background: white;
    box-shadow: 0 2px 8px rgb(217 217 217 /50%);
    border-radius: 10px;
    color: #0271dc;
    font-weight: bold;
}

.container-card button:hover
{
    background: #0271dc;
    color: white;
}

#title
{
    font-size: 20px;
}

.trash-button
{
    background: white;
    color: #ff2222 !important;
    box-shadow: 0 2px 8px rgb(217 217 217 /50%);
    border-radius: 10px;
    border: none;
}
.trash-button:hover
{
    background: #ff2222 !important;
    color: white;
}
.container-table
{
    background: #0271dc;
    color: white;
}

.container-input
{
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(217 217 217 /50%);
    border: none;
}
