.ct-label-status {
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    border-radius: 4px;
    height: 22px;
    gap: 0 4px;
}

.ct-label-status .text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.ct-label-status .icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-label-status.label-gray {
    background: rgba(240, 243, 246, 1);
}

.ct-label-status.label-gray .text {
    color: rgba(133, 141, 154, 1);
}

.ct-label-status.label-green {
    border: 1px solid rgba(27, 189, 105, 1);
}

.ct-label-status.label-green .text {
    color: rgba(27, 189, 105, 1);
}
.td-table-site.td-name-kt .icon {
    margin-left: -16px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 2px;
}
.datetime-exam {
    display: flex;
    align-items: center;
}
.datetime-exam.status-hot .text-size-15-rgl {
    color: rgba(221, 13, 58, 1);
}
.datetime-exam .icon-hot {
    margin-left: -15px;
    margin-right: 5px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -2px;
}