#section-fidelidade-produto{
    display: none;
}

#section-fidelidade-produto.active{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
}

#fidelidade-produto {
    width: 100%;
}

#fidelidade-produto table {
    width: 100%;
}

#fidelidade-produto table th {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border: none;
}

#fidelidade-produto table thead tr th:not(th:first-child) > div {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 1px;
}

#fidelidade-produto table thead tr th:not(th:first-child) > div, .background-color-ccc5c{
    /* background-color: #cccccc5c; */
    /* background-image: linear-gradient(rgba(204. 204, 204, 0.36) rgb(204, 204, 204, 1), rgba(204. 204, 204, 0.36)); */
    /* background-image: linear-gradient(#fff, #ece8e8 70%, #fdf7f7); */
    /* background-image: linear-gradient(#fff, #f0f0f0 70%, #fff); */
    border: 1px solid #cccccc;
}

/* #fidelidade-produto table tbody tr:first-child td{
    padding-top: 0px;
} */

#th-mga {
    color: #056cd2;
}

#th-itj {
    color: #ff6d13;
}

.text-center {
    text-align: center;
}  

#fidelidade-produto table thead th {
    padding-bottom: 0;
    margin-bottom: 0;
}

#fidelidade-produto table tbody tr > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#fidelidade-produto table .nivel-fidelidade {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    color: white;
    border-radius: 4px;
    margin-left: 5px;
}

#fidelidade-produto table .nivel-fidelidade div {
    color: white;
}

#fidelidade-produto table .nivel-fidelidade svg {
    width: 0.8em;
    fill: white;
}

#fidelidade-produto table .nivel-fidelidade input {
    width: 9px;
}

#fidelidade-produto table .nivel-fidelidade > div:first-child {
    width: 37%;
    display: flex;
    justify-content: space-around;
}

#fidelidade-produto table tbody tr td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

#nivel-fidelidade-diamante, .fidelidade-diamante {
    background: #3F3F3F; 
}

.fidelidade-diamante {
    border: 1px solid #242424;
}

#nivel-fidelidade-ouro, .fidelidade-ouro{
    background: #D4AF37; 
}

.fidelidade-ouro{ 
    border: 1px solid #B4901B;
}

#nivel-fidelidade-prata, .fidelidade-prata {
    background: #C0C0C0; 
}

.fidelidade-prata {
    border: 1px solid #A9A9A9;
}

#nivel-fidelidade-bronze, .fidelidade-bronze {
    background: #CD7F32;
}

#nivel-fidelidade-bronze, .fidelidade-bronze {
    border: 1px solid #BD7023;
}

.text-color-white td, .text-color-white div, .text-color-white label, .text-color-white strong {
    color: white;
}

#spinner-carregar-impostos {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5em;
}