* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #005aaa;
}

.card-title {
    font-size: 28;
}

.center{
    text-align:center;
}
.dropdown {
    float: right;
}

.status-lista {
    position: relative;
    top: 3px;
}

.posicao-cima {
    position: relative;
    top: -6px;
}

.posicao-cima-mais {
    position: relative;
    top: -8px;
}

.largura-fixa {
    width: 30%;
}

.margin-bottom {
    padding-bottom: 5rem;
}

.space {
    height: 6.8rem;
}

.space-maior {
    height: 8rem;
}

main {
    display: table;
    width: 100%;
}

#eye {
    font-size: x-large;
    color: #fff;
    background-color: var(--primary);
    border-radius: 100%;
    position: relative;
    top: 3px;
    padding: 3px;
    cursor: pointer;
    transition: 0.6s;
}

#eye:hover {
    background-color: #005aaa;
    transition: 0.6s;
}

.invisivel {
    display: none;
}

.viasualizar {
    padding: 5px 16px;
    color: #fff;
    background-color: var(--primary);
    border: none;
    font-size: 15;
    font-weight: 600;
    position: relative;
    top: 4px;
}

.icone-alert {
    height: 28px;
    width: 28px;
    position: relative;
    top: -2px;
}