:host {
  min-height: 100px;
  width: 100%;
}
:host ::ng-deep .k-tool {
  height: 48px;
  width: 48px;
  font-size: 20px;
  border-style: none;
}
:host ::ng-deep .k-content {
  min-height: 192px;
  width: 100%;
  padding: 8px;
  font-family: "open-sans-regular";
  font-size: 13px;
}
:host ::ng-deep .k-tool-text {
  font-size: 20px;
}
:host ::ng-deep .k-dropdown-wrap .k-input {
  line-height: 36px;
}
:host ::ng-deep ul li.k-tool-group span.k-widget.k-combobox {
  width: inherit !important;
}
:host ::ng-deep ul li.k-tool-group span.k-colorpicker {
  width: inherit !important;
}
:host ::ng-deep .k-editable-area {
  padding-bottom: 0px !important;
}
