.result-item-success {
    background-color: #e6ffdb;
}

.result-item-fail {
    background-color: #ffd5d5;
}

.result-item-skip {
    background-color: #e1e1e1;
}

.test {
}

    .test table {
        border: 1px solid black !important;
    }

    .test span {
        font-weight: bold;
    }

.login-modal-size {
    width: 400px;
}


/*new styles*/



/* variant result row*/


.summ .ant-descriptions-view, .ant-descriptions-row, .ant-descriptions-item-label {
    border-color: #bebebe !important;
}
.clt-result-divider.clt-result-divider {
    height: 100%;
    border-left: 2px solid #bebebe;
}
.clt-result-step-img{
    margin:auto;
    display:flex;
}
.clt-result-step-list {
    width: 360px;
    padding: 0;
}
