.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%;
}

.directory {
    font-family: "ubuntu-regular" !important;
    font-size: 16px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 22px;
    display: flex;
    letter-spacing: 0;
    color: #212121;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 8px;
}

.page-title {
    font-family: "ubuntu-regular" !important;
    font-size: 32px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 40px;
    display: flex;
    letter-spacing: 0;
    color: #212121;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 10px;
}



.content h3 {
    letter-spacing: 0;
    font-family: "ubuntu-regular" !important;
    color: #212121;
    line-height: 36px;
    align-items: center;
    font-size: 28px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: flex;
}

.content a {
    font-family: "ubuntu-regular" !important;
    background: transparent;
    width: fit-content;
    color: #ffffff;
    text-decoration: none;
    word-wrap: normal;
    white-space: nowrap;
    cursor: pointer;
    line-height: 22px;
    margin: 0;
    padding: 8px 12px;
    gap: 4px;
    border-radius: 8px;
    background-color: #004990;
    font-size: 16px;
}



.table-chart-wrapper {
    display: flex;
    gap: 24px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
}

.table-wrapper {
    flex: 0 0 auto;
    overflow-x: auto;
    width: 100%;
}

.chart-wrapper {
    flex: 1 1 auto;
    overflow-x: auto;
    width: 100%;
}

@media (min-width: 1800px) {
    .table-chart-wrapper {
        flex-direction: row;
    }

    .table-wrapper {
        width: auto;
    }

    .chart-wrapper {
        width: 100%;
    }
}

table {
    font-family: "ubuntu-regular" !important;
    border-collapse: collapse;
    background-color: #f5f5f5;
    color: #212121;
    width: 100%;
    height: fit-content;
}

@media (min-width: 1890px) {
    table {
        width: fit-content;
    }

    .table-wrapper {
        width: fit-content;
    }
}

tbody {
    border: 1px solid #e0e0e0;
    border-radius: 8px !important;
    border-width: 0px;
    border-color: transparent;
}

td,
th {
    color: #212121;
    line-height: 22px;
    align-items: center;
    font-size: 16px;
    word-wrap: normal;
    white-space: nowrap;
    font-family: "ubuntu-medium" !important;
    text-decoration: none;
    text-align: left !important;
    padding: 16px 12px;
}

td {
    font-family: "ubuntu-regular" !important;
}

tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

tbody tr {
    border-bottom: 1px solid #eeeeee;
}

.chart-section {
    width: 100%;
    overflow-x: auto;
}

.chart-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #f3f7fb;
    border-radius: 24px;
}

    .chart-wrapper .chart-header {
        display: flex;
        height: fit-content;
        width: 100%;
        justify-content: start;
        align-items: center;
        padding: 24px;
        gap: 16px;
        font-family: "ubuntu-regular" !important;
        color: #212121;
        line-height: 24px;
        margin: 0;
        font-size: 18px;
        text-decoration: none;
    }

        .chart-wrapper .chart-header .price {
            display: flex;
            gap: 8px;
            width: 100%;
            height: fit-content;
            font-family: "ubuntu-medium" !important;
        }

            .chart-wrapper .chart-header .price .price-change {
                display: flex;
                width: fit-content;
                height: fit-content;
                gap: 4px;
                color: #27ae60;
                font-size: 16px;
                font-family: "ubuntu-medium" !important;
                line-height: 22px;
            }

#myChart {
    min-width: 512px;
    width: 100%;
    height: 434px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.bottom-tags {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    height: fit-content;
    padding: 24px 16px;
    gap: 16px;
}

    .bottom-tags .tag {
        display: flex;
        gap: 8px;
        align-items: center;
        width: fit-content;
        height: fit-content;
        font-size: 13px;
        line-height: 18px;
        font-family: "ubuntu-regular" !important;
    }

.update-info {
    display: flex;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}
