.config {
    display: flex;
    flex-direction: column;
}

.config .config__title {
    padding: 16px 0 12px;
    color: #808080;
}

.config .config__body {
    display: flex;
}

.config .left-column {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.config .right-column {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.config .config__body .config__section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 230px;
}

.config .config__body .config__section .config__section-title {
    color: #B6B6B6;
    padding-bottom: 2px;
}

.config .config__body .config__section .config__section-body.disabled {
    color: #4a4a4a;
}

.config .config__body .number-example {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #B6B6B6;
}

.config .config__body .config__section .pastDateThreshHold-container {
    position: relative;
    width: 160px;
}

.config .config__body .config__section .pastDateThreshHold-container .pastDateThreshHold__value {
    padding: 4px 8px;
    width: 160px;
}

.config .config__body .config__section .pastDateThreshHold-container .pastDateThreshHold__label {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 13px;
    color: #B6B6B6;
}