.circle_icon {
    width: 5px;
    height: 5px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    border-radius: 50%;
    background: #000000;
    display: inline-block;
}

.horizontal {
    display: flex;
    width: 100%;
}

.item_with_title {
    display: flex;
    width: 100%;
}

.item_with_title__title {
    width: 100%;
}

.item_with_title__item {
    text-align: right;
    width: 100%;
}

.item_with_title__item--danger {
    color: #ff6565;
}

.item_with_title__item--success {
    color: #3B86FF;
}

.nodataline {
    width: 100%;
    text-align: center;
}