.select-form__container {
    display: flex;
    flex-direction: column;
    width: 992px;
}

.select-form__search-wrapper {
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100%;
    padding: 16px 24px;
}

.select-form__content {
    display: flex;
    gap: 24px;
    width: 100%;
    padding: 0 24px 16px 24px;
    overflow: hidden;
}

.select-form__board-tree-container {
    flex-shrink: 0;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    height: 580px;
    width: 272px;
    padding: 16px;
    overflow-y: auto;
}

.select-form__list-container {
    flex: 1;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    height: 580px;
    overflow-y: auto;
}
