.text-title {
    font-size: 16px;
    font-weight: 600;
}

.mb-1 {
    margin-bottom: 1rem;
}

.cb-data-group, .cb-data-group-expand {
    padding: 1.5rem;
    border: 1px solid #7b7b7b;
    border-radius: 10px;
    position: relative;
}

.cb-data-group-label {
    position: absolute;
    font-size: 1.8rem;
    top: -1.8rem;
    left: 1rem;
    padding: 0 .5rem;
    background: #fff;
    color: #7d7d7d;
    font-weight: 600;
}

.cb-detail-data {
    color: #484848;
    font-size: 1.4rem;
    position: relative;
    border: 1px solid #f0f0f0;
    background: #f0f0f070;
    padding: 6px 1rem;
    border-radius: 10px;
    min-height: 34px;
}

.cb-detail-label {
    margin-top: 3px;
    margin-bottom: 3px;
}

.form-flex {
    display: flex;
}

.width-percent {
    width: 70% !important;
}

.width-percent-30 {
    width: 30%;
}

.title-label {
    font-weight: 600;
    font-size: 16px;
    color: #0f0f0f;
}
