.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%;
}

h3 {
    letter-spacing: 0;
    font-family: "ubuntu-medium" !important;
    color: #212121;
    line-height: 28px;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    display: flex;
}



table {
    font-family: "ubuntu-regular" !important;
    border-collapse: collapse;
    background-color: #f5f5f5;
    border-radius: 0px 0px 8px 8px !important;
    width: 100%;
}

tbody {
    border: 1px solid #e0e0e0;
    border-radius: 8px !important;
    border-width: 1px;
    border-color: transparent;
}

td,
th {
    color: #212121;
    line-height: 22px;
    width: 50%;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: "ubuntu-regular" !important;
    text-decoration: none;
    text-align: left;
    padding: 16px;
}

.col-table th:nth-child(1),
.col-table td:nth-child(1),
.col-table th:nth-child(2),
.col-table td:nth-child(2),
.col-table th:nth-child(3),
.col-table td:nth-child(3) {
    width: calc((100% - 368px) / 3);
    max-width: calc((100% - 368px) / 3);
    min-width: calc((100% - 368px) / 3);
}

.col-table th:nth-child(4),
.col-table td:nth-child(4) {
    width: calc(40%);
    max-width: calc(40%);
    min-width: calc(40%);
}

th {
    font-family: "ubuntu-medium" !important;
    color: #003971 !important;
}

.blue-info {
    display: flex;
    background-color: #f3f7fb;
    border-radius: 8px;
    padding: 16px;
    justify-content: start;
    align-items: center;
    gap: 8px;
}

    .blue-info p {
        padding: 0px;
        margin: 0px;
    }

#example-calculation .dropdown-btn {
    background-color: transparent;
    justify-content: space-between;
    font-family: "ubuntu-medium" !important;
    font-size: 16px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 22px;
    display: flex;
    gap: 8px;
    letter-spacing: 0;
    color: #212121;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    width: 100%;
}

    #example-calculation .dropdown-btn img {
        transition: 200ms ease;
    }

#example-calculation .rotate img {
    rotate: -180deg;
}

#example-calculation .rotate {
    border-radius: 8px 8px 0px 0px !important;
}

.col-table {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out; /* Smooth transition */
}

    .col-table.show {
        max-height: 500px; /* Adjust this value as needed based on content size */
        border-radius: 0px 0px 8px 8px !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;
    }
