.form__panel {
    background-color: #FAFAFA;
    .next-left {
        display: flex;
    }
    .next-form-item {
        // display: flex;
        justify-content: space-between;
        align-items: center;
        // min-height: 44px;
        background-color: #fff;
        border-radius: 8px;
        padding: 10px 15px;
        margin-bottom: 14px;
        .next-form-item-label {
            font-size: 15px;
            color: #333333;
            font-weight: 500;
        }
    }
    
}