
#sectionWiseCreateLayers{
	display: flex;
}


.wiseContainersDisplayArea.horizontalLayout{
	width: 100%;
	height: 100%;
	padding: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	position: static;
}
.wiseContainersDisplayArea.horizontalLayout *{
	position: static;
	display: flex;
	border: none;
	align-self: flex-start;
}

#wiseBodyCreateLayers{
	overflow: auto;
	overscroll-behavior-x: contain;
	overscroll-behavior-y: contain;
	flex: 1;
	height: 100vh;
    height: -webkit-fill-available;
    height: 100dvh;
	display: flex;
	position: relative;
}
#wiseSideMenuCreateLayers{
	width: 50%;
	height: 100vh;
    height: -webkit-fill-available;
    height: 100dvh;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 10px;
	background-color: white;
	z-index: var(--wise-front-z-index-plus1);
}

#wiseLayersMenuCreateLayers{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

#wiseLayersMenuCreateNewLayerButtonContainer,
.sectionGrammarRelationButtonsContainer
{
	width: 100%;
	display: flex;
	position: relative;
}


.isEditingLayerClickableContainer,
.layerElementsVisuallyHidden{
	opacity: 0.05;
}
.isEditingLayerClickableContainer.selected{
	background-color:#FFF;
	opacity: 1;
}

.wiseLayersMenuLocked {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

.layerUpdateScreenSideMenuUsedGrammarIdSelectedGrammartLi{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px 0;
}

.editButtonsContainer,
.layerNamesContainer,
.layerSortButtonsContainer,
.wiseSideMenuCallAlreadyregisteredSentenceListLi,
.registeredSentenceNamesContainer,
.registeredSentenceSortButtonsContainer,
.layerUpdateScreenLayerElementsDisplayAreaLi,
.layerElementNamesContainer
{
	display: flex;
	align-items: center;
}

.layerViewExplanationButtonContainer{
	margin: 0 0 0 20px;
	background: #FFF;
	border: 2px solid var(--main-color-1);
	cursor: pointer;
	min-width: 50px;
	padding: 4px 8px;
	text-align: center;
}


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

.layerNamesContainer
{
	margin-left: 20px;
}

.layerEditButton
{
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}


.layerUpdateScreenLayerElementsDisplayAreaLi {
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    gap: 8px;
}

.layerElementNamesContainer {
    font-weight: bold;
    margin-bottom: 6px;
}

.layerElementEditContainer{
	display: flex;
}

.layerElementToggleButtonContainer {
    display: flex;
    align-items: center;
    gap: 6px;
}

.layerElementInputContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 8px;
}

.layerElementInputPair {
    display: flex;
    align-items: center;
    gap: 6px;
}

.layerElementInputLabel {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.layerElementFormIdSelect,
.layerElementVoiceIdSelect {
    padding: 4px 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    min-width: 100px;
}

#layerUpdateScreenLayerElements{
	max-width: 70%;
}

#layerUpdateScreenGrammarIdInput{
	-webkit-text-security: disc;
}

.layerUpdateOverrideScreenLiDataContainer{
	width: 100%;
}
.layerUpdateOverrideScreenLi{
	display: flex;
	border: 2px solid var(--main-color-1);
	border-radius: 3px;
}
.layerUpdateOverrideScreenLiRow{
	display: flex;
	flex-direction: column;
}