.selectBody{margin-top:10px}.selectBody>DIV:first-child{margin-bottom:10px}.selectBody>DIV:last-child{max-height:300px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:10px 0px}.selectBody>DIV:last-child>DIV{border-radius:10px;border:solid 1px #333;padding:10px;cursor:pointer;display:flex;align-items:center}.selectBody>DIV:last-child>DIV.selected{background-color:#333;color:#FFF;cursor:default}.selectBody>DIV:last-child>DIV>SPAN{display:inline-block;margin:0px 10px}.selectBody>DIV:last-child>DIV>SPAN:first-child>IMG{width:20px;height:20px}.selectBody>DIV:last-child>DIV>SPAN:last-child{overflow:hidden}.selectBody>DIV:last-child>DIV.hidden{display:none}.selectFooter{overflow:hidden}.selectFooter>BUTTON{display:block;margin:auto}DIV.selectInput{padding:10px;background-color:#FFF;border:none;border-bottom:solid 1px #333;color:#333;display:flex;align-items:center}DIV.selectInput>IMG{margin-right:10px;width:30px;height:30px}DIV.selectInput>SPAN{flex-grow:1}DIV.selectInput>.arrow{display:inline-block;padding:10px;border:none;background-color:transparent;cursor:pointer;position:relative}DIV.selectInput>.arrow::after{content:"";position:absolute;left:0px;top:50%;width:0px;height:0px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #333;transform:translateY(-50%)}DIV.selectInput.disabled{opacity:0.45;cursor:not-allowed}DIV.selectInput.hidden{display:none}