body {
    /*
    margin-top: 20px;
    background: #FAFAFA;
*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

th {
    /*
    border: 1px solid gray;
    padding: 1px;
    color: black;
    background: #eee;
*/
    cursor: pointer;
    text-align: center !important;
}

td {
    /*
    font-size: 9px;
    color: inherit;
*/
    border-bottom: 1px solid violet !important;
    width: min-content !important;
}

caption {
    caption-side: top !important;
    text-align: center !important;
    font-weight: bold !important;
    margin: 1px;
    padding: 0px;
}

.divcaption {
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 1rem;
    background-color: #2f0426;
    margin: 1px;
    padding: 0px;
}

.divdados {
    border: 1px solid;
    border-radius: 5px;
    margin: 1px !important;
    padding: 1px !important;
}

thead {
    border-bottom: 1px solid #9c27b0 !important;
}

tbody {
    padding-bottom: 5px !important;
    border-bottom: 1px solid #2f0426 !important;
}

tfoot {}

.resumo {
    margin: 1px;
    border: 1px;
    padding: 0px 1px 0px 1px !important;
}

.aniversariante {
    /*    background-color: #2f0426;*/
    color: #FFB64D !important;
}

.thdata {
    background-color: lightpink;
    border: 1px solid black;
}

.tdesquerda {
    color: black;
    padding: 0px !important;
    padding-right: 1px !important;
    text-align: right !important;
    vertical-align: middle !important;
}

.tddireita {
    border-right-style: solid;
    border-right-width: 1px;
    padding: 0px !important;
    padding-right: 5px !important;
    text-align: right !important;
    vertical-align: middle !important;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    color: white;
}

.w3-striped tr:nth-child(2n) {
    color: black;
}

.collapsed {
    display: none;
}

.cartao header {
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.cartao span {
    /*
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    */

    display: block;
    flex: 1;
    font-size: 12px;
    padding-right: 5px;
    text-align: right;
    width: 100%;
    white-space: nowrap;
}

.cartao footer {
    /*
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    */

    font-size: 11px;
    text-align: right;
}

a,
u {
    text-decoration: none !important;
    color: inherit !important;
    /*opacity: 1;*/
}

a:hover {
    opacity: 0.5 !important;
    text-decoration: none !important;
    color: inherit !important;
}

.cartao img {
    height: 99%;
    width: 50px;
    /*    float: top;*/
    margin: 5px
}

.cartao {
    /*
    margin-bottom: 30px;
    margin-left: 50px;
    height:100%;
    width: 10%; 
    font-weight: bold;
    */

    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 2px;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.order-card {
    color: #fff;
    align-self: flex-end;
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    padding-right: 3px;
}

.cartao h5 {
    text-align: center;
}

.cartao h6 {
    text-align: right;
}

.expandir {
    float: right;
    color: black;
    margin: 1px;
}

.bg-c-blue {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.bg-c-pink {
    color: #fff;
    background: linear-gradient(45deg, #2f0426, #9c27b0);
    margin-bottom: 0;
}

.card {
    padding: 25px;
}

.card-block {
    text-align: right;
}

.order-card i {
    font-size: 26px;
    display: flow-root;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/* The Modal (background) */
.modal {
    /*
     padding-top: 100px;
     left: 0;
     top: 0;
     width: 50%; 
    height: 50%; 
    */

    display: none;
    position: relative;
    z-index: 1;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 255, 0.5);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 0;
    padding: 0px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}