#exam_pagination_history {
    background-color: #F5F5F5;
    width: fit-content;
    border-radius: 20px;
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: center;
    padding: 6px 10px;
}

#exam_group_btn_pagination_history {
    width: 80%;
    margin: 0 auto;
}

#exam_prevBtn_history_custom,
#exam_nextBtn_history_custom {
    color: #2aaae2;
    border: none;
    text-decoration: none;
    cursor: pointer;
    background-color: initial;
}

#exam_prevBtn_history_custom {
    margin-right: 10px;
}

#exam_nextBtn_history_custom {
    margin-left: 10px;
}

#exam_prevBtn_history_custom:focus,
#exam_nextBtn_history_custom:focus {
    outline: none;
}

#exam_prevBtn_history_custom:disabled,
#exam_nextBtn_history_custom:disabled {
    color: #b8c2cc;
    cursor: not-allowed;
}

.exam_links_custom_history {
    display: inline-block;
    margin: 0 0;
}

.exam_links_custom_history a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #2aaae2;
    text-decoration: none;
}

.exam_links_custom_history a.active {
    background-color: #2aaae2;
    color: #fff;
}

.status-needsAction {
    background-color: #b8b8b8; /* Gray */
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

.status-tentative {
    background-color: #2aaae2; /* Blue */
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

.status-declined {
    background-color: #ec2227; /* Red */
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

.status-accepted {
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

@media (max-width: 768px) {
    #exam_btn_search_history {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.table-header-blue-custom {
    width: 100%;
}
.table-header-blue-custom thead th {
    text-align: left;
    font-size: 14px !important;
    font-weight: bold !important;
    white-space: nowrap;
    color: #2aaae2 !important;
}

.table-header-blue-custom tbody td {
    font-size: 14px !important;
    white-space: nowrap;
}

.table-header-blue-custom a{
    font-size: 14px;
    color: #626262;
}

.table-header-blue-custom a:hover{
    color: #2aaae2;
}

@media screen and (max-width: 750px) {
    .table-header-blue-custom thead th {
        text-align: left;
        font-size: 12px !important;
        font-weight: bold !important;
        white-space: nowrap;
        padding: 10px 5px !important;
    }
    .table-header-blue-custom tbody td {
        font-size: 12px !important;
        white-space: nowrap;
        padding: 10px 5px !important;
    }
}