@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600");

body {
    background-color: #A9A8B5;
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    padding-left: 40px;
    padding-right: 40.5px;
}

/* td{
    vertical-align: top;
    justify-items: left;
} */

p{
    font-family: 'Inter';
    font-style: normal;
    font-size: 13px;
    line-height: 100%;
    margin: 4px 0;
    color: #162238;
}

.text-normal{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.text-normal-bigger{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.text-bold{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.text-bold-small{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.header-table{
    padding: 0px 32px;
}

.sub-table{
    padding: 0px;
    text-align: right;
    align-items: end;
}

.sub-table>tr {
    height: auto;
}

td.table-td-right {
    width: 417px;
}

td.table-td {
    min-width: 333.5px;
}

span.flex-container{
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.icon-container>span{
    width:100%; 
    display: flex;
    vertical-align: bottom;
}

.container{
    background-color: #FFF;
    width: 791px;
    height: 646px;
} 

.spacer{
    display: block;
    width: 100%;
    height: 16px;
}

.spacer-smaller{
    display: block;
    width: 100%;
    height: 4px;
}

.spacer-bigger{
    display: block;
    width: 100%;
    height: 32px;
}

.text-bold-small{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.footer-container {
    position: absolute;
    top: 636px;
    width: 100%;
    height: 10px;
    display: flex;
    flex-direction: row;
}

.gy {
    background-color: #EFF0F5;
    width: 520px;
}

.bk {
    background-color: #212430;
    width: 87px;
}

.yw {
    background-color: #FDC000;
    width: 184px;
}

@media print {
    @page {
      size: 791px 646px;
      margin: 0;
      padding: 0;
    }
  }