button.btn.btn-primary {
    border-color: #a6dec4;
    background-color: #a6dec4;
    color: #0a2e66;
    font-weight: 600;
}
button.btn.btn-danger {
    background-color: #fcc0aa;
    border-color: #fcc0aa;
    color: #0a2e66;
    font-weight: 600;
}
label.form-check-label {
    font-family: Poppins, serif;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0;
    color: grey;
}
.texttitle{
    margin: 0;
    font-family: Poppins, serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    font-weight: 700;
    color: #262626;
}
.textstatus {
    color: #0a2e66 !important;
    font-family: Poppins, serif;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
}
.textassinaturas{
    color: #262626;
    font-family: Poppins, serif;
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
    font-weight: 500;
}
.btnaddsigner{
    background-color: #2196f3;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}
.nomeassinante{
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.fncassinante{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.itemassinantes {
    border-radius: .25rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid var(--vz-header-border);
    width: 100%;
    margin: auto;
    padding: 15px 0px 15px 0px;
}