.input-pagamento:focus {
    border-color: white;
    box-shadow: none;
}

.input-pagamento[readonly] {
    background-color: #1f2937;
    opacity: 1;
    color: grey;
}

.text-white {
    color: rgba(156,163,175,1);
    font-size: 1.1rem;
    line-height: 1rem;
}

.flex.items-end {
    display: flex;
    justify-content: end;
}

.select-uf {
    padding-bottom: 0;
}

.btnValorPagamento {
    font-size: 100%;
    font-weight: bold;
}

.heading-endreco {
    color: rgba(156,163,175,1);
    margin-bottom: 5px !important;
}

.navPagamento {
    margin-bottom: 15px;
}

.item-nav {
    display: flex;
    flex-direction: column;
}

.btn-forma-pgto.active {
    font-weight: bold;
}

.panelPagamento {
    background-color: rgba(31,41,55,1);
    border: none;
    margin-bottom: 0;
}

.titlePagamento {
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 1.75rem;
}