.icon_picker{box-sizing:border-box;height:45px;width:45px}.preview{background:hsla(0,0%,78%,.22);border-radius:var(--halo-border-radius);font-size:20px;line-height:45px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choose_box{display:none;height:200px;padding-top:10px;position:absolute;width:500px}.choose_panel{background:#fff;border-radius:var(--halo-border-radius);box-shadow:0 1px 3px #e3e3e3;display:flex;flex-wrap:wrap;height:200px;overflow:auto;position:relative;width:100%;z-index:999}.choose_panel .item{align-items:center;display:flex;font-size:28px;height:40px;justify-content:center;margin:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px}.choose_panel .item:hover{background:hsla(0,0%,78%,.22);border-radius:var(--halo-border-radius)}.icon_picker:hover .choose_box{display:block}.create_form{margin:0 auto;max-width:600px;width:100%}.create_form .label{font-size:16px;font-weight:600;margin-top:20px}.create_form .label .description{color:#6d6d6d;font-size:14px;font-weight:400;margin-left:25px}.create_form .field{margin-top:10px;width:100%}.create_form .field input{border:1px solid #d0d0d0;border-radius:var(--halo-border-radius);box-sizing:border-box;color:#484848;font-size:14px;font-weight:500;height:40px;line-height:40px;padding:0 15px;width:100%}.create_form .field input:focus{border:2px solid #268bff;outline:none}.create_form .field textarea{border:1px solid #d0d0d0;border-radius:var(--halo-border-radius);box-sizing:border-box;color:#484848;font-size:14px;font-weight:500;height:200px;padding:10px 15px;resize:vertical;width:100%}.create_form .field textarea:focus{border:2px solid #268bff;outline:none}.create_box{display:flex;justify-content:center;margin-top:20px}.create_btn{border-radius:var(--halo-border-radius);padding:16px 12px;width:300px}