.text-rules-icons {
    width: 20vw;
    font-size: 16px;
    margin-top: 3vh;
}

.box-tests {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    width: 72vw;
    min-height: 24vh;
}

.title-test {
    font-size: 25px;
    color: #050505;
}

.description-test {
    font-size: 16px;
    color: #050505;
    max-width: 68vw;
    min-height: 64px;
}

.btn-test {
    font-weight: bold;
    font-size: 13px;
    color: #0E870C;
    float: right;
}

.title-test-table {
    color: #016711;
    font-size: 45px;
    margin-left: 246px;
}

.header-table-tests {
    position: relative;
    background: #F0F2F5;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    border-radius: 10px 10px 0px 0px;
    margin-top: 6vh;
    font-weight: bold;
    font-size: 16px;
    margin-left: 246px;
}

.items-table-tests {
    position: relative;
    background: white;
    margin-top: 6vh;
    font-weight: bold;
    font-size: 16px;
    margin-left: 246px;
}

.b-left {
    border-left: 0.2px solid #0362DD !important;
    border-bottom: 0.2px solid #0362DD !important;
    box-sizing: border-box;
}

.b-right {
    border-right: 0.2px solid #0362DD !important;
    border-bottom: 0.2px solid #0362DD !important;
    box-sizing: border-box;
}

.rows-table-tests-text {
    font-size: 16px;
    color: #050505;
    font-weight: normal;
}

.separator-header {
    height: 21.5px;
    border-right: 1px solid #0362DD;
}

.hand-cursor {
    cursor: pointer;
}

.test-table-options {
    font-weight: bold;
    font-size: 13px;
    color: #0362DD;
}

.test-table-options:hover {
    color: #1A4278;
}

.test-table-options:disabled {
    color: #575757;
}

.ranking-option {
    font-weight: bold;
    font-size: 13px;
    color: #0E870C;
}

.ranking-option:hover {
    color: #016711;
}

.ranking-option:disabled {
    color: #575757;
}

#btnResults:hover {
    text-decoration: none;
}

#btnRanking:hover {
    text-decoration: none;
}

#btnResults #charimg {
    content: url("/images/BarChart.svg");
}

#btnResults:hover #charimg {
    content: url("/images/BarChart-hover.svg");
}

#btnRanking:hover #charimg {
    content: url("/images/ranking-hover.svg");
}

#btnResults.disabled {
    pointer-events: none;
    color: #959595;
}

#btnResults.disabled #charimg {
    content: url("/images/BarChart-disabled.png");
}

.btnResults:hover {
    text-decoration: none;
}
.btnResults #charimg {
    content: url("/images/BarChart.svg");
}

.btnResults:hover #charimg {
    content: url("/images/BarChart-hover.svg");
}

.btnResults.disabled {
    pointer-events: none;
    color: #959595;
}

.btnResults.disabled #charimg {
    content: url("/images/BarChart-disabled.png");
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    color: #959595;
}

.disabled-link img {
    content: url("/images/BarChart-disabled.png");
}

.btn-header-dp:focus {
    background: #FFFFFF;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.dp-menu-content-options {
    background: #FFFFFF;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.btn-menu-content-options:hover {
    background: #F0F2F5;
}

.btn-menu-content-icons {
    float: right;
}

.dropdown-menu {
    min-width: max-content;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

.title-delete-test {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}

.body-delete-test {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}

.page-link {
    color: black;
    border-color: #D9D9D9;
    border-radius: 2px;
}

.page-link:hover {
    color: black;
}

.page-link:focus {
    box-shadow: none;
}

.page-item.active {
    pointer-events: none;
}

.page-item.active .page-link {
    color: #0362DD;
    border-color: #0362DD;
    outline: 0;
    background-color: white;
}

.pagination-spacing-tests {
    float: right;
    margin-right: 6.7vw;
    margin-top: 3vh;
}

.page-item:hover .page-link {
    font-weight: normal;
    color: #0362DD;
    border-color: #0362DD;
    background-color: white;
}

.page-item.disabled {
    color: #D9D9D9;
    border-color: #D9D9D9;
    pointer-events: none;
}

.page-item:first-child .page-link {
    border-radius: 2px;
}

.page-item:last-child .page-link {
    border-radius: 2px;
}

.btnDelete {
    cursor: pointer;
}

/* Student */

.play-test {
    background: #0362DD;
    border-radius: 8px;
    text-transform: uppercase;
    color: white !important;
    width: 120px;
    height: 30px;
    font-weight: bold;
    font-size: 13px;
}

.play-test:hover {
    text-decoration: none;
    background: #1A4278;
}

.play-test:focus {
    text-decoration: none;
    background: #575757;
}

.clipboard-icon {
    margin-bottom: 4px;
}

.col-empty {
    background-color: white;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 15%);
}

#table-test {
    background: #F7F8FA;
}
#table-test:hover {
    background: white;
}

.no-test-txt{
    font-size: 25px;
    line-height: 45px;
    color: #050505;
    max-width: 986px;
    margin-left: 232px;
}