.agl img{
    /* visibility: hidden; */
}

.agl-bg img{
    /* visibility: hidden; */
}

.agl{
	visibility: hidden;
}

/* .block-editor-inner-blocks .agl img{
	visibility:visible;
	opacity: .5;
}

.block-editor-inner-blocks .agl img::after{
	content: "agl";
}

.block-editor-inner-blocks .agl-bg img{
	visibility:visible;
	opacity: .5;
} */

.agl-disabled img{
    visibility: initial;
}


img.agl{
    visibility: hidden;
}

img.agl-bg{
    visibility: hidden;
}

.block-editor-inner-blocks img.agl{
	visibility:visible;
}

.block-editor-inner-blocks img.agl-bg{
	visibility:visible;
}

.block-editor-inner-blocks .agl{
	visibility:visible; 
}

.block-editor .agl{
	visibility:visible; 
}

.block-editor-inner-blocks .agl-bg{
	visibility:visible;
}

img.agl-disabled{
    visibility: initial;
}

.agl-bg{
    background-size: 0 !important;
}

.agl-hidden img{
    opacity: 0 !important;
    background: transparent !important;
}

img.agl-hidden{
    opacity: 0 !important;
    background: transparent !important;
}

.lil-gui .children{
    /* margin-left: 14px; */
    /* border-left: 1px solid rgb(60, 60, 60) !important; */
    /* background-color: grey; */
}

.lil-gui .move{
    cursor: move;
    user-select: none;
    width: 100%;
    height: 15px;
    background: #1f1f1f;
    text-align: center;
}

.lil-gui .move:before{
    content: "=";
}

.lil-gui input[type="checkbox"]{
	color: white;
}

.lil-gui input{
	min-height: 0;
}

.lil-gui .controller .widget{
	margin: 0;
}

.lil-gui button{
	background-color: #2271b1;
}

.lil-gui input[type=checkbox]:checked:before{
	width: initial;
	height: initial;
	margin: initial;
}

.lil-gui {
	--folder-indent: 12px;
	--spacing: 2px;
	--widget-height: 24px;
}

.lil-gui .btn-play button{
	background-color: #555;
}

.lil-gui .btn-save button{
	/* background-color: rgb(0, 75, 115); */
}

.lil-gui .btn-reset button{
	background-color: #555;
}