.ranking-page {
    width: 90%;
}

.ranking-page-selection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ranking-page-selection-test-type, .ranking-page-selection-course, .ranking-page-selection-sections {
    width: 100%;
}

.ranking-page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100px;
    font-size: 20px;
    margin-top: 0;
    font-weight: bold;
}

.ranking-select-tag {
    background: #3d366d;
    color: #fff;
    border-radius: 0 !important;
    padding: 10px;
    border: none !important;
}

.ranking-page-ranking-list {
    max-height: max(85vh,35rem);
    overflow: auto;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
}

.ranking-page-ranking-list-placeholder {
    padding: 10px;
}

.ranking-page-ranking-list table {
    height: 100%;
    width: 100%;
}

.ranking-table thead {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
}

.ranking-cell-header {
    min-width: 28px;
    color: #697896;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    height: 40px;
    position: sticky;
    background-color: #f2f2f2;
    top: 0;
    z-index: 1;
}

.ranking-cell-score {
    min-width: 88px;
    height: 40px;
    vertical-align: middle !important;
    box-sizing: border-box;
    padding-left: 12px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.ranking-cell-pos {
    position: sticky;
    top: 0;
}

.ranking-cell-name {
    position: sticky;
    left: 0;
    z-index: 0;
    text-align: center;
    background-color: #f2f2f2;
}

.ranking-cell-test-name {
    max-width: 8rem;
    line-height: 1em;
    min-width: 88px;
    height: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 12px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

.ranking-body-cell {
    font-size: 12px;
    line-height: 22px;
    border: none;
}

.ranking-cell-highlight {
    background-color: #a0f58f;
}
#additional_dots_row td {
    text-align: center;
}

.ranking-cell-overall-score {
    font-size: 14px;
    font-weight: 500;
}


@media (max-width: 767px) {
    .ranking-page {
        width: 100%;
    }
    .ranking-page-ranking-list {
        width: 100%;
    }
}