@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background-color: #666666;
    box-shadow: #0A0A0A;
}

.table.qc-table.compact thead > tr {
    height: 1em;
}

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

.page .content .text-left {
    text-align: left;
}

.page .content .text-right {
    text-align: right;
}

.page {
    width: 993px;
    height: 1405px;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    background-color: #fff;
}

.text-h1,
h1 {
    font-size: 26px;
    width: 100%;
    font-family: 'Inter','Helvetica',Arial,sans-serif !important;
    font-weight: 500;
}

.text-h2,
h2 {
    font-size: 20px;
    font-family: 'Inter','Helvetica',Arial,sans-serif !important;
    font-weight: 500;
}

.text-h3,
h3 {
    font-size: 14px;
    font-family: 'Inter','Helvetica',Arial,sans-serif !important;
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

.text-bold {
    font-family: 'Inter','Helvetica',Arial,sans-serif !important;
    font-weight: 500;
}

.footer {
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    position: absolute;
    color: #222;
    font-family: 'Inter','Helvetica',Arial,sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
}

.footer .footer-page {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    margin-right: 40px;
}

.footer .footer-id {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    margin-left: 40px;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 120px;
    padding-left: 40px;
    padding-right: 40px;
    color: #222;
    font-family: 'Inter','Helvetica',Arial,sans-serif;
    font-weight: 400;
}

.header .header-left {
    float: left;
}

.header .header-left img {
    height: 58px;
    padding-top: 25px;
}

.header .header-right {
    margin-top: 40px;
    line-height: 30px;
    float: right;
}

.page .content {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 80px;
    bottom: 80px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding-top: 6px;
}

table.table {
    width: 100%;
}

.table.qc-table {
    border-spacing: 0;
    border-collapse: separate;
    margin-bottom: 0;
}

.table.qc-table thead th {
    padding: 5px;
    border-top: solid 1px #677080;
    border-left: solid 1px #677080;
    border-bottom: solid 1px #677080;
    color: #ffffff;
    font-family: 'Inter','Helvetica',Arial,sans-serif;
    font-weight: 500;
}

.table.qc-table thead tr {
    background-color: #677080;
}

.table.qc-table thead th:last-child {
    border-right: solid 1px #677080;
}

.table.qc-table tbody tr td {
    border-top: none;
    border-bottom: solid 1px #e9edf1;
    border-left: solid 1px #e9edf1;
    padding: 15px;
    margin: 0;
    word-wrap: break-word;
}

.table.qc-table.compact tbody tr td {
    padding: 5px;
}

.table.qc-table tbody tr {
    background-color: #fff;
}

.table.qc-table tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
}

.table.qc-table tbody tr td:last-child {
    border-right: solid 1px #e9edf1;
}

.table.qc-table .text-bold a,
.table.qc-table .text-bold span,
.table.qc-table .text-bold div,
.table.qc-table .text-bold p {
    font-family: 'Inter','Helvetica',Arial,sans-serif;
    font-weight: 500;
}

.table.qc-table a,
.table.qc-table span,
.table.qc-table div,
.table.qc-table p {
    font-family: 'Inter','Helvetica',Arial,sans-serif;
    font-weight: 400;
}

.table.qc-table.table-itemized tbody tr td:first-child,
.table.qc-table.table-itemized tbody tr td:first-child a,
.table.qc-table.table-itemized tbody tr td:first-child span,
.table.qc-table.table-itemized tbody tr td:first-child div,
.table.qc-table.table-itemized tbody tr td:first-child p {
    font-family: 'Inter','Helvetica',Arial,sans-serif;
    font-weight: 500;
}

.table.qc-table a,
.table.qc-table a span,
.table.qc-table a div,
.table.qc-table a p {
    color: #f5ae29;
}

.table.v-top tr td {
    vertical-align: top;
}

.table.col-2 td {
    width: 50%
}

.table.col-3 td {
    width: 33.3%
}

.table.col-4 td {
    width: 25%
}

.table.col-5 td {
    width: 20%
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.split-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.profile img {
    max-height: 150px;
    max-width: 100%;
    width: auto;
    display: block;
    margin: auto auto 12px;
}

.page .content .text-justify,
.page .content p {
    text-align: justify;
}

@media print {
    body {
        background-color: #ffffff;
    }

    .hide-print {
        display: none;
    }

    .page {
        border: none;
        margin: 0;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 6px;
}

.container-row {
    width: 100%;
    display: block;
}

.container-row > div:last-child {
    padding-right: 0;
}

.container-row > div:first-child {
    padding-left: 0;
}