
.header-title {
    font-size: 34px !important;
    font-weight: bold;
    line-height: 44px;
    text-transform: uppercase;
    color: #222D68;
    margin-bottom: 20px;
    text-align: var(--my-position-var);
}
.text-description {
    font-size: 24px;
    line-height: 22px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
table-responsive>.table-bordered {
    border: 0;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-color: #0866ff;
    border-width: 0;
}
table {
    border-collapse: collapse;
    display: table;
    text-indent: initial;
    border-spacing: 2px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
tr#head {
    font-size: 26px;
    font-weight: bold;
    background-color: #0866ff;
    color: white;
}
tbody{
    border-width: thick;
}

