/*-----------------------------------------------
|   Phoenix buttons
-----------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                                Phoenix button                              */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/* ----------------------------- Phoenix-buttons ---------------------------- */
/*# sourceMappingURL=user.css.map */
.affix {
    top:50px;
    right:0;
    position:fixed;
}

.steps .step {
    display: block;
    width: 100%;
    /* margin-bottom: 5px; */
    text-align: center
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    /* margin-top: -1px; */
    background-color: #e1e7ec;
    content: '';
    z-index: 1
}

.steps .step .step-icon-wrap::before {
    left: 0
}

.steps .step .step-icon-wrap::after {
    right: 0
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 20px;
    line-height: 41px;
    z-index: 5
}

.steps .step:first-child .step-icon-wrap::before {
    display: none
}

.steps .step:last-child .step-icon-wrap::after {
    display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #0A2D29
}

.steps .step.completed .step-icon {
    border-color: #0A2D29;
    background-color: #0A2D29;
    color: #fff
}

#result_list tr th:nth-child(2),
#result_list tr td:nth-child(2) {
    position: sticky;
    left: 100px; /* Adjust as needed */
    background-color: white;
    z-index: 1;
    border-right: 1px solid #ddd;
}