.center {
    text-align: center;
}

.logo img{
    width: 110px;
    height: 100px;
}

h3{
    text-transform: uppercase;
    color: #1f2937;
}

.title {
    font-size: 16px;
    color: #1f2937;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -10px;
}

.head-content{
    padding-bottom: 4px;
    border-style: none none ridge none;
    font-size: 16px;
    margin-top: 20px;
}

.background-watermark {
    position: fixed;
    opacity: 0.1;
    width:    100%;
    height:   40%;
    top: 20%;
    left: 1%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:  -1000;
}

thead { display: table-header-group; }
tfoot { display: table-row-group; }
tr { page-break-inside: avoid; }
table.table {
    font-size: 15px;
    border-collapse: collapse;
}
.page-break {
    page-break-after: always;
    page-break-inside: avoid;
}
tr.even {
    background-color: #dcfce7;
}
table .left {
    text-align: left;
}
table .right {
    text-align: right;
}
table .bold {
    font-weight: 600;
}
.bg-black {
    background-color: #16a34a;
}
.f-white {
    color: #fff;
}


footer {
    position: fixed;
    bottom: -50px;
    left: 0px;
    right: 0px;
    height: 50px;
    font-size: 16px !important;
    /*background-color: #000;*/
    color: #4b5563;
    /*justify-content: space-between;*/
    line-height: 35px;
}
