.content-sub-header {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
    padding: 1rem 0
}


/* Status do valor de tipos de pagamentos*/

#content-status {
    justify-content: end;
    text-align: center;
    padding: 0.5rem;
    margin: 1rem;
}
#content-status article{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

#content-status span {
    margin: 0.25rem;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

#content-status b {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6)
}

#content-status span p:nth-of-type(2) {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 0px 0px;
}

#nav-payments {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-self: center;
    justify-content: start;
}

#nav-payments a {
    padding: 0.5rem;
    background: #2196f3;
    color: #e3f2fd;
    cursor: pointer;
    border-bottom: 0.25rem solid transparent;
}

#nav-payments a:hover {
    border-bottom: 0.25rem solid #2196f3;
    border-radius: 0 0 0.2rem 0.2rem;
    background: #5e5e5e;
    transition: 0.2s;
}

.value-in,
.value-out,
.value-final {
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    /*! padding: 0 2rem; */
    padding: 0;
    min-width: 128px;
}

.value-in u,
.value-out u,
.value-final u {
    text-decoration: none;
    /*! width: 100%; */
    text-align: center;
    padding: .25rem;
    flex: 1;
}

.value-in {
    border: 2px solid #5e5e5e;
    border-bottom: 1;
    background: #aee571;
    font-size: 0.8rem;
    color: #5e5e5e;
    border-radius: 0.5rem 0.5rem 0rem 0rem
}

.value-final {
    background: #5e5e5e;
    border-top: 0;
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    color: #fafafa;
    padding: 0.5rem 0;
}

.value-in i,
.value-out i {
    color: #5e5e5e3f;
    /*! position: absolute; */
    /*! padding: 0 1rem; */
    /*! flex: ; */
    /*! margin: 0 1rem; */
}

.value-out {
    border: 2px solid #5e5e5e;
    border-top: 0;
    border-bottom: 0;
    font-size: 0.8rem;
    background: #e34f2fcc;
    color: #5e5e5e;
}

.value-final u {
    font-size: 1rem;
}

.value-final i {
    color: #fffb;
    /*! position: absolute; */
}

#table-pay {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #5e5e5e;
}

#table-pay thead {
    background: #5e5e5e;
    color: #fafafa
}

#table-pay tbody tr:nth-child(2n) {
    background: #e3f2fd;
}

#table-pay th,
td {
    padding: 1rem;
}

[class^=text-box] {
    font-size: .95rem;
    font-weight: 400;
    background: #5ddef4;
    margin: 0;
    font: 400 30px/2px #5e5e5e;
    justify-content: center;
    justify-self: center;
    align-self: center;
    width: auto;
    display: flex;
    color: #5e5e5e;
    border-radius: 6px;
    padding: .25rem;
    letter-spacing: 0.1rem;
    width: 100%;
}
@media all and (max-width:766px){
    #table-pay thead{
        display: none;
    }
    #table-pay tbody tr td{
        display: flex;
        flex-direction: column
    }
}
@media all and (max-width:400px){
    .main-content header #page-title{
        font-size: 1.25rem
    }
    .user-account h3,  #content-status article{
        font-size: 0.85rem;
    }
    .btn-simple{
        font-size: 1rem
    }
    
}
@media all and (max-width:320px){
    .main-content header #page-title{
        font-size: 1rem
    }
    .user-account h3,  #content-status article, #table-pay tbody tr td{
        font-size: 0.85rem;
    }
    .btn-simple{
        font-size: 0.85rem
    }
    header{
        height: 10vh
    }
    
}
