.text-editor{border:1px solid rgba(1,1,1,.45);border-radius:4px;padding:7px 8px;transition:.3s ease-in-out;transition-property:border,box-shadow}.text-editor_focused{border-color:rgba(1,1,1,.65);box-shadow:0 0 0 1px rgba(1,1,1,.65)}.form_show-err .has-error .text-editor{border-color:#ed1c24}.form_show-err .has-error .text-editor_focused{box-shadow:0 0 0 1px #ed1c24}.text-editor .is-editor-empty:first-child:before{content:attr(data-empty-text);float:left;color:rgba(1,1,1,.25);pointer-events:none;height:0}.text-editor-content{padding:12px 16px}@media(max-width:575px){.text-editor-content{min-height:72px}}.text-editor-menu{display:flex;flex-wrap:wrap;align-items:center;line-height:1;padding:4px 8px 2px}.text-editor-menu__left{margin-right:auto;padding-right:4px}.text-editor-menu button{vertical-align:middle;border-radius:2px;width:32px;height:24px;margin-right:4px;margin-bottom:2px}.text-editor-menu button.active{background-color:rgba(1,1,1,.09)}.text-editor-menu button .svg-icon{width:18px;height:18px;vertical-align:middle}.text-editor-menu button:last-child{margin-right:0}