.head-title {
    font-family: "ubuntu-medium" !important;
    font-size: 24px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 32px;
    display: flex;
    letter-spacing: 0;
    color: #004990;
    width: 100%;
}



    .content p a {
        font-family: "ubuntu-medium" !important;
        background: transparent;
        width: 100%;
        color: #004990;
        line-height: 22px;
        margin: 0;
        padding: 0;
        font-size: 16px;
        text-decoration: none;
    }


.yk-route-banner {
    display: flex;
    background-color: #f3f7fb;
    width: 100%;
    height: fit-content;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 16px;
    gap: 8px;
}

.yk-button {
    gap: 10px;
    display: flex;
    width: fit-content;
    color: white;
    height: fit-content;
    white-space: nowrap;
    word-wrap: normal;
    text-decoration: none;
    overflow-x: visible;
    text-overflow: ellipsis;
    font-family: "ubuntu-medium" !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    border-radius: 8px;
    padding: 10px 16px;
    background-color: #004990;
}

    .yk-button img {
        width: 20px;
        height: 20px;
    }

.table-chart-wrapper {
    display: flex;
    width: 100%;
    height: fit-content;
    gap: 24px;
}

table {
    font-family: "ubuntu-regular" !important;
    border-collapse: collapse;
    background-color: #f5f5f5;
    color: #212121;
    width: 100%;
    height: fit-content;
    text-align: start;
}

tbody {
    border: 1px solid #e0e0e0;
    border-radius: 8px !important;
    border-width: 0px;
    border-color: transparent;
    font-family: "ubuntu-regular" !important;
}

thead {
    font-family: "ubuntu-medium" !important;
    background-color: #f5f5f5;
}

td,
th {
    color: #003971;
    line-height: 24px;
    align-items: center;
    font-size: 17px;
    word-wrap: normal;
    white-space: nowrap;
    text-decoration: none;
    text-align: start;
    padding: 16px;
}

td {
    font-size: 16px;
    color: #212121;
    font-family: "ubuntu-regular" !important;
}

tbody tr:nth-child(1),
tbody tr:nth-child(2),
tbody tr:nth-child(3),
tbody tr:nth-child(4),
tbody tr:nth-child(7),
tbody tr:nth-child(8) {
    background-color: #ffffff;
}

tbody tr {
    border: 1px solid #eeeeee;
}

.table-wrapper {
    overflow-x: auto;
}

.bold-font {
    font-family: "ubuntu-medium" !important;
}

.bold-link {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .bold-link a {
        letter-spacing: 0;
        font-family: "ubuntu-medium" !important;
        color: #212121;
        line-height: 22px;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
        display: flex;
        gap: 8px;
    }
