.sun-editor {
  box-sizing: border-box;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  background-color: #fff;
  border: 1px solid #dadada;
  width: auto;
  height: auto;
  font-family: Helvetica Neue;
}

.sun-editor * {
  box-sizing: border-box;
  -webkit-user-drag: none;
  overflow: visible;
}

.sun-editor-common input, .sun-editor-common select, .sun-editor-common textarea, .sun-editor-common button {
  font-size: 14px;
  line-height: 1.5;
}

.sun-editor-common body, .sun-editor-common div, .sun-editor-common dl, .sun-editor-common dt, .sun-editor-common dd, .sun-editor-common ul, .sun-editor-common ol, .sun-editor-common li, .sun-editor-common h1, .sun-editor-common h2, .sun-editor-common h3, .sun-editor-common h4, .sun-editor-common h5, .sun-editor-common h6, .sun-editor-common pre, .sun-editor-common code, .sun-editor-common form, .sun-editor-common fieldset, .sun-editor-common legend, .sun-editor-common textarea, .sun-editor-common p, .sun-editor-common blockquote, .sun-editor-common th, .sun-editor-common td, .sun-editor-common input, .sun-editor-common select, .sun-editor-common textarea, .sun-editor-common button {
  border: 0;
  margin: 0;
  padding: 0;
}

.sun-editor-common dl, .sun-editor-common ul, .sun-editor-common ol, .sun-editor-common menu, .sun-editor-common li {
  list-style: none !important;
}

.sun-editor-common hr {
  margin: 6px 0 !important;
}

.sun-editor textarea {
  resize: none;
  border: 0;
  padding: 0;
}

.sun-editor button {
  touch-action: manipulation;
  cursor: pointer;
  background-color: #0000;
  border: 0;
  outline: none;
}

.sun-editor input, .sun-editor select, .sun-editor textarea, .sun-editor button {
  vertical-align: middle;
}

.sun-editor button span {
  margin: 0;
  padding: 0;
  display: block;
}

.sun-editor button .txt {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.sun-editor button * {
  pointer-events: none;
  backface-visibility: hidden;
}

.sun-editor svg {
  fill: currentColor;
}

.sun-editor button > svg, .sun-editor .se-svg {
  fill: currentColor;
  text-align: center;
  float: none;
  width: 16px;
  height: 16px;
  margin: auto;
  display: block;
}

.sun-editor .close > svg, .sun-editor .se-dialog-close > svg {
  width: 10px;
  height: 10px;
}

.sun-editor .se-btn-select > svg {
  float: right;
  width: 10px;
  height: 10px;
}

.sun-editor .se-btn-list > .se-list-icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -1px 10px 0 0;
  display: inline-block;
}

.sun-editor .se-line-breaker > button > svg {
  width: 24px;
  height: 24px;
}

.sun-editor button > i:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-rendering: auto;
  font-size: 15px;
  font-style: normal;
  line-height: 2;
  display: inline-block;
}

.sun-editor button > [class="se-icon-text"] {
  font-size: 20px;
  line-height: 1;
}

.sun-editor .se-arrow, .sun-editor .se-arrow:after {
  border: 11px solid #0000;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.sun-editor .se-arrow.se-arrow-up {
  border-top-width: 0;
  border-bottom-color: #dadada;
  margin-left: -11px;
  top: -11px;
  left: 20px;
}

.sun-editor .se-arrow.se-arrow-up:after {
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
  margin-left: -11px;
  top: 1px;
}

.sun-editor .se-toolbar .se-arrow.se-arrow-up:after {
  border-bottom-color: #fafafa;
}

.sun-editor .se-arrow.se-arrow-down {
  border-top-color: #dadada;
  border-bottom-width: 0;
  margin-left: -11px;
  top: 0;
  left: 0;
}

.sun-editor .se-arrow.se-arrow-down:after {
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
  margin-left: -11px;
  top: -12px;
}

.sun-editor .se-toolbar .se-arrow.se-arrow-down:after {
  border-top-color: #fafafa;
}

.sun-editor .se-container {
  width: auto;
  height: auto;
  position: relative;
}

.sun-editor button {
  color: #000;
}

.sun-editor .se-btn {
  float: left;
  border: 0;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  padding: 0;
  font-size: 12px;
  line-height: 27px;
  margin: 1px !important;
}

.sun-editor .se-btn:enabled:hover, .sun-editor .se-btn:enabled:focus {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0;
}

.sun-editor .se-btn:enabled:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}

.sun-editor .se-btn-primary {
  color: #000;
  background-color: #c7deff;
  border: 1px solid #80bdff;
  border-radius: 4px;
}

.sun-editor .se-btn-primary:hover, .sun-editor .se-btn-primary:focus {
  color: #000;
  background-color: #80bdff;
  border-color: #3f9dff;
  outline: 0;
}

.sun-editor .se-btn-primary:active {
  color: #fff;
  background-color: #3f9dff;
  border-color: #4592ff;
  box-shadow: inset 0 3px 5px #4592ff;
}

.sun-editor input, .sun-editor select, .sun-editor textarea {
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.sun-editor input:focus, .sun-editor select:focus, .sun-editor textarea:focus {
  border: 1px solid #80bdff;
  outline: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: 0 0 0 .2rem #c7deff;
}

.sun-editor .se-btn:enabled.active {
  color: #4592ff;
  outline: 0;
}

.sun-editor .se-btn:enabled.active:hover, .sun-editor .se-btn:enabled.active:focus {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0;
}

.sun-editor .se-btn:enabled.active:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}

.sun-editor .se-btn:enabled.on {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0;
}

.sun-editor .se-btn:enabled.on:hover, .sun-editor .se-btn:enabled.on:focus {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0;
}

.sun-editor .se-btn:enabled.on:active {
  background-color: #c1c1c1;
  border-color: #b1b1b1;
  box-shadow: inset 0 3px 5px #b1b1b1;
}

.sun-editor .se-btn:disabled, .sun-editor .se-btn-list:disabled, .sun-editor button:disabled {
  cursor: not-allowed;
  background-color: inherit;
  color: #bdbdbd;
}

.sun-editor .se-loading-box {
  opacity: .7;
  width: 100%;
  height: 100%;
  filter: alpha(opacity= 70);
  z-index: 2147483647;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.sun-editor .se-loading-box .se-loading-effect {
  border-top: 2px solid #07d;
  border-right: 2px solid #0000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: -25px 0 0 -25px;
  animation: .8s linear infinite spinner;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.sun-editor .se-line-breaker {
  cursor: text;
  z-index: 7;
  border-top: 1px solid #3288ff;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
}

.sun-editor .se-line-breaker > button.se-btn {
  float: none;
  opacity: .6;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0c2240;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: -15px;
  left: -50%;
}

.sun-editor .se-line-breaker > button.se-btn:hover {
  opacity: .9;
  background-color: #fff;
  border-color: #041b39;
}

.sun-editor .se-line-breaker-component {
  opacity: .6;
  cursor: pointer;
  z-index: 7;
  background-color: #fff;
  border: 1px solid #0c2240;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
}

.sun-editor .se-line-breaker-component:hover {
  opacity: .9;
}

.sun-editor .se-toolbar {
  z-index: 5;
  background-color: #fafafa;
  outline: 1px solid #dadada;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.sun-editor .se-toolbar-shadow {
  z-index: 0 !important;
  background-color: #0000 !important;
  border: none !important;
  outline: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.sun-editor .se-toolbar-cover {
  opacity: .5;
  width: 100%;
  height: 100%;
  filter: alpha(opacity= 50);
  cursor: not-allowed;
  z-index: 4;
  background-color: #fefefe;
  font-size: 36px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.sun-editor .se-toolbar-separator-vertical {
  vertical-align: top;
  width: 0;
  height: 0;
  margin: 0;
  display: inline-block;
}

.sun-editor .se-toolbar.se-toolbar-inline {
  display: none;
  position: absolute;
  box-shadow: 0 3px 9px #00000080;
}

.sun-editor .se-toolbar.se-toolbar-balloon {
  z-index: 2147483647;
  width: auto;
  display: none;
  position: absolute;
  box-shadow: 0 3px 9px #00000080;
}

.sun-editor .se-toolbar.se-toolbar-sticky {
  position: fixed;
  top: 0;
}

.sun-editor .se-toolbar-sticky-dummy {
  z-index: -1;
  display: none;
  position: static;
}

.sun-editor .se-btn-module {
  display: inline-block;
}

.sun-editor .se-btn-module-border {
  border: 1px solid #dadada;
  border-radius: 4px;
  margin-left: 1px;
  margin-right: 1px;
}

.sun-editor .se-btn-module-enter {
  background-color: #0000;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  display: block;
}

.sun-editor .se-toolbar-more-layer {
  background-color: #fafafa;
  margin: 0 -3px;
}

.sun-editor .se-toolbar-more-layer .se-more-layer {
  border-top: 1px solid #dadada;
  display: none;
}

.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form {
  width: 100%;
  height: auto;
  padding: 4px 3px 0;
  display: inline-block;
}

.sun-editor .se-btn-module .se-btn-more.se-btn-more-text {
  width: auto;
  padding: 0 4px;
}

.sun-editor .se-btn-module .se-btn-more:hover, .sun-editor .se-btn-module .se-btn-more:focus {
  color: #000;
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0;
}

.sun-editor .se-btn-module .se-btn-more.on {
  color: #333;
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0;
}

.sun-editor .se-btn-module .se-btn-more.on:hover {
  color: #000;
  background-color: #c1c1c1;
  border-color: #b1b1b1;
  outline: 0;
}

.sun-editor .se-menu-list {
  float: left;
  margin: 0;
  padding: 0;
}

.sun-editor .se-menu-list li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.sun-editor .se-btn-select {
  width: auto;
  padding: 4px 6px;
  display: flex;
}

.sun-editor .se-btn-select .txt {
  text-align: left;
  flex: auto;
}

.sun-editor .se-btn-select.se-btn-tool-font {
  width: 100px;
}

.sun-editor .se-btn-select.se-btn-tool-format {
  width: 82px;
}

.sun-editor .se-btn-select.se-btn-tool-size {
  width: 78px;
}

.sun-editor .se-btn-tray {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 4px 3px 0;
  position: relative;
}

.sun-editor .se-menu-tray {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.sun-editor .se-submenu {
  overflow: hidden auto;
}

.sun-editor .se-menu-container {
  overflow-x: unset;
  overflow-y: unset;
}

.sun-editor .se-list-layer {
  z-index: 5;
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 4px;
  outline: 0;
  height: auto;
  padding: 6px 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 3px 9px #00000080;
}

.sun-editor .se-list-layer .se-list-inner {
  overflow-x: initial;
  overflow-y: initial;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.sun-editor .se-list-layer button {
  width: 100%;
  margin: 0;
}

.sun-editor .se-list-inner ul {
  width: 100%;
  padding: 0;
}

.sun-editor .se-list-inner li > button {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}

.sun-editor .se-list-inner .se-list-basic li {
  width: 100%;
}

.sun-editor .se-list-inner .se-list-basic li button.active {
  background-color: #80bdff;
  border: 1px solid #3f9dff;
  border-left: 0;
  border-right: 0;
}

.sun-editor .se-list-inner .se-list-basic li button.active:hover {
  background-color: #3f9dff;
  border: 1px solid #4592ff;
  border-left: 0;
  border-right: 0;
}

.sun-editor .se-list-inner .se-list-basic li button.active:active {
  background-color: #4592ff;
  border: 1px solid #407dd1;
  border-left: 0;
  border-right: 0;
  box-shadow: inset 0 3px 5px #407dd1;
}

.sun-editor .se-list-inner .se-list-checked li button > .se-svg {
  float: left;
  padding: 6px 6px 0 0;
}

.sun-editor .se-list-inner .se-list-checked li button > .se-svg > svg {
  display: none;
}

.sun-editor .se-list-inner .se-list-checked li button.se-checked {
  color: #4592ff;
}

.sun-editor .se-list-inner .se-list-checked li button.se-checked > .se-svg > svg {
  display: block;
}

.sun-editor .se-btn-list {
  cursor: pointer;
  text-indent: 0;
  text-align: left;
  width: 100%;
  height: auto;
  min-height: 32px;
  padding: 0 14px;
  font-size: 12px;
  line-height: normal;
  text-decoration: none;
}

.sun-editor .se-btn-list.default_value {
  background-color: #f3f3f3;
  border-top: 1px dotted #b1b1b1;
  border-bottom: 1px dotted #b1b1b1;
}

.sun-editor .se-btn-list:hover, .sun-editor .se-btn-list:focus {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0;
}

.sun-editor .se-btn-list:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}

.sun-editor .se-list-layer.se-list-font-size {
  min-width: 140px;
  max-height: 300px;
}

.sun-editor .se-list-layer.se-list-font-family {
  min-width: 156px;
}

.sun-editor .se-list-layer.se-list-font-family .default {
  border-bottom: 1px solid #ccc;
}

.sun-editor .se-list-layer.se-list-line {
  width: 125px;
}

.sun-editor .se-list-layer.se-list-line hr {
  border-width: 1px 0 0;
  height: 1px;
}

.sun-editor .se-list-layer.se-list-align .se-list-inner {
  left: 9px;
}

.sun-editor .se-list-layer.se-list-format {
  min-width: 156px;
}

.sun-editor .se-list-layer.se-list-format li {
  width: 100%;
  padding: 0;
}

.sun-editor .se-list-layer.se-list-format ul .se-btn-list {
  line-height: 100%;
}

.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value="h1"] {
  height: 40px;
}

.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value="h2"] {
  height: 34px;
}

.sun-editor .se-list-layer.se-list-format ul p {
  font-size: 13px;
}

.sun-editor .se-list-layer.se-list-format ul div {
  padding: 4px 2px;
  font-size: 13px;
}

.sun-editor .se-list-layer.se-list-format ul h1 {
  color: #333;
  font-size: 2em;
  font-weight: bold;
}

.sun-editor .se-list-layer.se-list-format ul h2 {
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
}

.sun-editor .se-list-layer.se-list-format ul h3 {
  color: #333;
  font-size: 1.17em;
  font-weight: bold;
}

.sun-editor .se-list-layer.se-list-format ul h4 {
  color: #333;
  font-size: 1em;
  font-weight: bold;
}

.sun-editor .se-list-layer.se-list-format ul h5 {
  color: #333;
  font-size: .83em;
  font-weight: bold;
}

.sun-editor .se-list-layer.se-list-format ul h6 {
  color: #333;
  font-size: .67em;
  font-weight: bold;
}

.sun-editor .se-list-layer.se-list-format ul blockquote {
  color: #999;
  background-color: #0000;
  border-style: solid;
  border-color: #b1b1b1;
  border-left-width: 5px;
  height: 22px;
  margin: 0;
  padding: 0 0 0 7px;
  font-size: 13px;
  line-height: 1.5;
}

.sun-editor .se-list-layer.se-list-format ul pre {
  color: #666;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin: 0;
  padding: 4px 11px;
  font-size: 13px;
}

.sun-editor .se-selector-table {
  z-index: 5;
  float: left;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  display: none;
  position: absolute;
  top: 34px;
  left: 1px;
  box-shadow: 0 6px 12px #0000002d;
}

.sun-editor .se-selector-table .se-table-size {
  padding: 0 5px;
  font-size: 18px;
}

.sun-editor .se-selector-table .se-table-size-picker {
  z-index: 3;
  cursor: pointer;
  width: 10em;
  height: 10em;
  font-size: 18px;
  position: absolute !important;
}

.sun-editor .se-selector-table .se-table-size-highlighted {
  z-index: 2;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==");
  width: 1em;
  height: 1em;
  font-size: 18px;
  position: absolute !important;
}

.sun-editor .se-selector-table .se-table-size-unhighlighted {
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC");
  width: 10em;
  height: 10em;
  font-size: 18px;
  position: relative !important;
}

.sun-editor .se-selector-table .se-table-size-display {
  padding-left: 5px;
}

.sun-editor .se-list-layer.se-table-split {
  top: 36px;
}

.sun-editor .se-list-layer .se-selector-color {
  width: -moz-max-content;
  width: max-content;
  max-width: 270px;
  height: auto;
  margin: auto;
  padding: 0;
  display: flex;
}

.sun-editor .se-list-layer .se-selector-color .se-color-pallet {
  width: 100%;
  height: 100%;
  padding: 0;
}

.sun-editor .se-list-layer .se-selector-color .se-color-pallet li {
  float: left;
  margin: 0;
  display: flex;
  position: relative;
}

.sun-editor .se-list-layer .se-selector-color .se-color-pallet button {
  cursor: default;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  display: block;
}

.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active, .sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover, .sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus {
  border: 3px solid #fff;
}

.sun-editor .se-form-group {
  width: 100%;
  height: auto;
  min-height: 40px;
  padding: 4px;
  display: flex;
}

.sun-editor .se-form-group input {
  border: 1px solid #ccc;
  border-radius: .25rem;
  flex: auto;
  width: auto;
  height: 33px;
  margin: 1px 0;
  padding: 0;
  font-size: 12px;
  display: inline-block;
}

.sun-editor .se-form-group button, .sun-editor .se-submenu-form-group button {
  float: right;
  width: 34px;
  height: 34px;
  margin: 0 2px !important;
}

.sun-editor .se-form-group button.se-btn, .sun-editor .se-form-group button.se-btn {
  border: 1px solid #ccc;
}

.sun-editor .se-form-group > div {
  position: relative;
}

.sun-editor .se-form-group label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

.sun-editor .se-form-group-label {
  width: 100%;
  height: auto;
  padding: 0 4px;
}

.sun-editor .se-form-group-label label {
  font-size: 13px;
  font-weight: bold;
}

.sun-editor .se-submenu .se-form-group input {
  color: #555;
  width: auto;
  height: 33px;
}

.sun-editor .se-submenu .se-form-group .se-color-input {
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid #b1b1b1;
  outline: none;
  width: 72px;
}

.sun-editor .se-submenu .se-form-group .se-color-input:focus {
  border-bottom: 3px solid #b1b1b1;
}

.sun-editor .se-wrapper {
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative !important;
}

.sun-editor .se-wrapper .se-wrapper-inner {
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  -o-user-select: auto;
  -khtml-user-select: auto;
  width: 100%;
  height: 100%;
  min-height: 65px;
  overflow: auto;
}

.sun-editor .se-wrapper .se-wrapper-inner:focus {
  outline: none;
}

.sun-editor .se-wrapper .se-wrapper-code {
  color: #fff;
  word-break: break-all;
  background-color: #191919;
  margin: 0;
  padding: 4px;
  font-size: 13px;
  resize: none !important;
}

.sun-editor .se-wrapper .se-wrapper-wysiwyg {
  display: block;
}

.sun-editor .se-wrapper .se-wrapper-code-mirror {
  font-size: 13px;
}

.sun-editor .se-wrapper .se-placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1;
  color: #b1b1b1;
  pointer-events: none;
  backface-visibility: hidden;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sun-editor .se-resizing-bar {
  cursor: ns-resize;
  background-color: #fafafa;
  border-top: 1px solid #dadada;
  width: auto;
  height: auto;
  min-height: 16px;
  padding: 0 4px;
  display: flex;
}

.sun-editor .se-resizing-bar.se-resizing-none {
  cursor: default;
}

.sun-editor .se-resizing-back {
  cursor: default;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.sun-editor .se-resizing-bar .se-navigation {
  color: #666;
  background: none;
  flex: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.5;
  position: relative;
}

.sun-editor .se-resizing-bar .se-char-counter-wrapper {
  color: #999;
  background: none;
  flex: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 13px;
  display: block;
  position: relative;
}

.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink {
  color: #b94a48;
  animation: .2s linear infinite blinker;
}

.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label {
  margin-right: 4px;
}

.sun-editor .se-dialog {
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.sun-editor .se-dialog label, .sun-editor .se-dialog input, .sun-editor .se-dialog button {
  color: #111;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.sun-editor .se-dialog .se-dialog-back {
  opacity: .5;
  background-color: #222;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sun-editor .se-dialog .se-dialog-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-content {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: 4px;
  outline: 0;
  width: auto;
  max-width: 500px;
  margin: 1.75rem auto;
  position: relative;
  box-shadow: 0 3px 9px #00000080;
}

@media screen and (width <= 509px) {
  .sun-editor .se-dialog .se-dialog-inner .se-dialog-content {
    width: 100%;
  }
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  display: inline-block;
  margin: 0 0 10px !important;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-header {
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
  padding: 6px 15px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close {
  float: right;
  text-shadow: 0 1px #fff;
  -webkit-appearance: none;
  filter: alpha(opacity= 100);
  opacity: 1;
  font-weight: bold;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-body {
  padding: 15px 15px 5px;
  position: relative;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form {
  margin-bottom: 10px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer {
  margin-top: 10px;
  margin-bottom: 0;
}

.sun-editor .se-dialog .se-dialog-inner input:disabled {
  background-color: #f3f3f3;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text {
  width: 100%;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w, .sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h {
  text-align: center;
  width: 70px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x {
  text-align: center;
  width: 25px;
  margin: 0 8px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  height: auto;
  min-height: 55px;
  padding: 10px 15px 0;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer > div {
  float: left;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer > div > label {
  margin: 0 5px 0 0;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio {
  margin-left: 12px;
  margin-right: 6px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check {
  margin-left: 12px;
  margin-right: 4px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check {
  margin-left: 0;
  margin-right: 4px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child {
  margin-left: 0;
  margin-right: 16px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files {
  align-items: center;
  display: flex;
  position: relative;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files > input {
  flex: auto;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button {
  opacity: .8;
  border: 1px solid #ccc;
  flex: auto;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove > svg {
  width: 8px;
  height: 8px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover {
  background-color: #f0f0f0;
  outline: 0;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active {
  background-color: #e9e9e9;
  box-shadow: inset 0 3px 5px #d6d6d6;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select {
  text-align: center;
  width: auto;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857;
  display: inline-block;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control {
  text-align: center;
  width: 70px;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857;
  display: inline-block;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form {
  width: 100%;
  height: 34px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url {
  direction: ltr;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled {
  color: #999;
  text-decoration: line-through;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio {
  width: 70px;
  margin-left: 4px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a {
  color: #004cff;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert {
  border: 1px solid #ccc;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}

.sun-editor .se-dialog-tabs {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  height: 25px;
}

.sun-editor .se-dialog-tabs button {
  float: left;
  background-color: #e5e5e5;
  border-right: 1px solid #e5e5e5;
  outline: none;
  padding: 2px 13px;
  transition: all .3s;
}

.sun-editor .se-dialog-tabs button:hover {
  background-color: #fff;
}

.sun-editor .se-dialog-tabs button.active {
  background-color: #fff;
  border-bottom: 0;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp {
  resize: vertical;
  direction: ltr;
  border: 1px solid #ccc;
  height: 14em;
  padding: 4px;
  font-size: 13px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size {
  width: 6em;
  height: 28px;
  margin-left: 1em;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview {
  font-size: 13px;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > span {
  display: inline-block;
  box-shadow: 0 0 0 .1rem #c7deff;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > span * {
  direction: ltr;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > .se-math-katex-error {
  color: #b94a48;
  box-shadow: 0 0 0 .1rem #f2dede;
}

.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > .se-math-katex-error svg {
  color: #b94a48;
  width: auto;
  height: 30px;
}

.sun-editor .se-dialog .se-dialog-inner .se-link-preview {
  color: #666;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: pre;
  background-color: #0000;
  height: auto;
  max-height: 18px;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  display: block;
  overflow: hidden;
}

.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form {
  width: 100%;
  margin-top: 4px;
  display: flex;
}

.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon {
  flex: unset;
  color: #4592ff;
  line-height: 1.5;
  display: none;
}

.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview {
  flex: auto;
  margin: 0;
}

.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel {
  height: 34px;
}

.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn {
  color: #3f9dff;
  width: 46px;
}

.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper {
  padding-top: 6px;
  line-height: 1.5;
  display: flex;
}

.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview {
  text-align: left;
}

.sun-editor .se-controller .se-arrow.se-arrow-up {
  border-bottom-color: #00000040;
}

.sun-editor .se-controller {
  z-index: 6;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  line-break: auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #00000040;
  border-radius: 4px;
  text-decoration: none;
  display: none;
  position: absolute;
  overflow: visible;
  box-shadow: 0 5px 10px #0003;
}

.sun-editor .se-controller .se-btn-group {
  vertical-align: middle;
  padding: 2px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.sun-editor .se-controller .se-btn-group .se-btn-group-sub {
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  display: none;
  left: 50%;
}

.sun-editor .se-controller .se-btn-group .se-btn-group-sub button {
  min-width: 72px;
  margin: 0;
}

.sun-editor .se-controller .se-btn-group button {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  border: none;
  border-radius: 4px;
  height: auto;
  min-height: 34px;
  margin: 1px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}

.sun-editor .se-controller .se-btn-group button:hover:enabled, .sun-editor .se-controller .se-btn-group button:focus:enabled {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0;
}

.sun-editor .se-controller .se-btn-group button:active:enabled {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}

.sun-editor .se-controller .se-btn-group button span {
  margin: 0;
  padding: 0;
  display: block;
}

.sun-editor .se-controller .se-btn-group button:enabled.active {
  color: #4592ff;
  outline: 0;
}

.sun-editor .se-controller .se-btn-group button:enabled.active:hover, .sun-editor .se-controller .se-btn-group button:enabled.active:focus {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0;
}

.sun-editor .se-controller .se-btn-group button:enabled.active:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}

.sun-editor .se-controller .se-btn-group button:enabled.on {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0;
}

.sun-editor .se-controller .se-btn-group button:enabled.on:hover, .sun-editor .se-controller .se-btn-group button:enabled.on:focus {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0;
}

.sun-editor .se-controller .se-btn-group button:enabled.on:active {
  background-color: #c1c1c1;
  border-color: #b1b1b1;
  box-shadow: inset 0 3px 5px #b1b1b1;
}

.sun-editor .se-controller .se-form-group input {
  min-width: 120px;
}

.sun-editor .se-controller-resizing {
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
  margin-top: -50px !important;
}

.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list {
  width: 74px;
}

.sun-editor .se-resizing-container {
  background-color: #0000;
  outline: 1px solid #3f9dff;
  display: none;
  position: absolute;
}

.sun-editor .se-resizing-container .se-modal-resize {
  opacity: .3;
  background-color: #3f9dff;
  display: inline-block;
  position: absolute;
}

.sun-editor .se-resizing-container .se-resize-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sun-editor .se-resizing-container .se-resize-dot > span {
  background-color: #3f9dff;
  border: 1px solid #4592ff;
  width: 7px;
  height: 7px;
  position: absolute;
}

.sun-editor .se-resizing-container .se-resize-dot > span.tl {
  cursor: nw-resize;
  top: -5px;
  left: -5px;
}

.sun-editor .se-resizing-container .se-resize-dot > span.tr {
  cursor: ne-resize;
  top: -5px;
  right: -5px;
}

.sun-editor .se-resizing-container .se-resize-dot > span.bl {
  cursor: sw-resize;
  bottom: -5px;
  left: -5px;
}

.sun-editor .se-resizing-container .se-resize-dot > span.br {
  cursor: se-resize;
  bottom: -5px;
  right: -5px;
}

.sun-editor .se-resizing-container .se-resize-dot > span.lw {
  cursor: w-resize;
  bottom: 50%;
  left: -7px;
}

.sun-editor .se-resizing-container .se-resize-dot > span.th {
  cursor: n-resize;
  top: -7px;
  left: 50%;
}

.sun-editor .se-resizing-container .se-resize-dot > span.rw {
  cursor: e-resize;
  bottom: 50%;
  right: -7px;
}

.sun-editor .se-resizing-container .se-resize-dot > span.bh {
  cursor: s-resize;
  bottom: -7px;
  right: 50%;
}

.sun-editor .se-resizing-container .se-resize-display {
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  margin: 5px;
  padding: 5px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sun-editor .se-controller-table, .sun-editor .se-controller-table-cell {
  width: auto;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
}

.sun-editor .se-controller-link {
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
}

.sun-editor .se-controller-link:before, .sun-editor .se-controller-link:after {
  box-sizing: border-box;
}

.sun-editor .se-controller-link .link-content {
  margin: 0;
  padding: 0;
}

.sun-editor .se-controller-link .link-content a {
  color: #4592ff;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 200px;
  margin-left: 5px;
  display: inline-block;
  overflow: hidden;
}

.sun-editor .se-select-list {
  background-color: #fff;
  border: 1px solid #bababa;
  outline: 0;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 3px 9px #00000080;
}

.sun-editor .se-select-list .se-select-item {
  cursor: pointer;
  min-height: 28px;
  margin: 2px 0;
  padding: 0 5px;
  font-size: 13px;
  line-height: 28px;
}

.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover, .sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active {
  background-color: #e1e1e1;
}

.sun-editor .se-dialog-form-files .se-select-list {
  width: 100%;
}

.sun-editor .se-file-browser {
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.sun-editor .se-file-browser label, .sun-editor .se-file-browser input, .sun-editor .se-file-browser button {
  color: #111;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.sun-editor .se-file-browser .se-file-browser-back {
  opacity: .5;
  background-color: #222;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.sun-editor .se-file-browser .se-file-browser-inner {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: 4px;
  outline: 0;
  width: 960px;
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  box-shadow: 0 3px 9px #00000080;
}

.sun-editor .se-file-browser .se-file-browser-header {
  border-bottom: 1px solid #e5e5e5;
  height: auto;
  min-height: 50px;
  padding: 6px 15px;
}

.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close {
  float: right;
  text-shadow: 0 1px #fff;
  -webkit-appearance: none;
  filter: alpha(opacity= 100);
  opacity: 1;
  font-weight: bold;
}

.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close > svg {
  width: 12px;
  height: 12px;
}

.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
}

.sun-editor .se-file-browser .se-file-browser-tags {
  text-align: left;
  width: 100%;
  margin: 0 -15px;
  padding: 0;
  display: block;
}

.sun-editor .se-file-browser .se-file-browser-tags a {
  color: #333;
  background-color: #f5f5f5;
  -moz-background-clip: padding;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 32px;
  margin: 8px 0 8px 8px;
  padding: 6px 12px;
  text-decoration: none;
  display: inline-block;
}

.sun-editor .se-file-browser .se-file-browser-tags a:hover {
  background-color: #e1e1e1;
}

.sun-editor .se-file-browser .se-file-browser-tags a:active {
  background-color: #d1d1d1;
}

.sun-editor .se-file-browser .se-file-browser-tags a.on {
  color: #4592ff;
  background-color: #ebf3fe;
}

.sun-editor .se-file-browser .se-file-browser-tags a.on:hover {
  background-color: #d8e8fe;
}

.sun-editor .se-file-browser .se-file-browser-tags a.on:active {
  background-color: #c7deff;
}

.sun-editor .se-file-browser .se-file-browser-body {
  height: auto;
  min-height: 350px;
  padding: 20px;
  position: relative;
  overflow-y: auto;
}

.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list {
  width: 100%;
  position: relative;
}

@media screen and (width <= 992px) {
  .sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
    width: 748px;
  }
}

@media screen and (width <= 768px) {
  .sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
    width: 600px;
  }
}

.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column {
  float: left;
  height: auto;
  display: block;
  position: relative;
}

.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
  width: calc(25% - 20px);
  margin: 0 10px;
}

@media screen and (width <= 992px) {
  .sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
    width: calc(33% - 20px);
  }
}

@media screen and (width <= 768px) {
  .sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
    width: calc(50% - 20px);
  }
}

.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img {
  cursor: pointer;
  border-radius: 4px;
  outline: 0;
  width: 100%;
  height: auto;
  margin: 10px 0;
  display: block;
  position: relative;
}

.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover {
  opacity: .8;
  box-shadow: 0 0 0 .2rem #3288ff;
}

.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img > img {
  border-radius: 4px;
  outline: 0;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img > .se-file-img-name {
  z-index: 1;
  color: #fff;
  pointer-events: none;
  background-color: #0000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img > .se-file-img-name.se-file-name-back {
  opacity: .6;
  pointer-events: none;
  background-color: #333;
}

.sun-editor .se-notice {
  z-index: 7;
  word-break: break-all;
  color: #b94a48;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  -o-user-select: auto;
  -khtml-user-select: auto;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px;
  font-size: 13px;
  display: none;
  position: absolute;
  top: 0;
}

.sun-editor .se-notice button {
  float: right;
  padding: 7px;
}

.sun-editor .se-tooltip {
  position: relative;
  overflow: visible;
}

.sun-editor .se-tooltip .se-tooltip-inner {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  float: none;
  pointer-events: none;
  backface-visibility: hidden;
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  transition: opacity .5s;
  display: block;
  position: absolute;
  top: 120%;
  bottom: auto;
  left: 50%;
}

.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text {
  color: #fff;
  text-align: center;
  width: auto;
  height: auto;
  font-size: .9em;
  line-height: unset;
  white-space: nowrap;
  cursor: auto;
  background-color: #333;
  border-radius: 2px;
  margin: 0;
  padding: 4px 6px;
  display: inline-block;
  position: relative;
  left: -50%;
}

.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after {
  content: "";
  border: 5px solid #0000;
  border-bottom-color: #333;
  margin-left: -5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.sun-editor .se-tooltip:hover .se-tooltip-inner {
  visibility: visible;
  opacity: 1;
}

.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut {
  display: block !important;
}

.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut > .se-shortcut-key {
  font-weight: bold;
  display: inline;
}

.sun-editor.se-rtl .se-btn-tray {
  direction: rtl;
}

.sun-editor.se-rtl .se-btn-select svg {
  margin: auto 1px;
}

.sun-editor.se-rtl .se-btn-select .txt {
  text-align: right;
  direction: rtl;
  flex: auto;
}

.sun-editor.se-rtl .se-btn-list {
  text-align: right;
}

.sun-editor.se-rtl .se-btn-list > .se-list-icon {
  margin: -1px 0 0 10px;
}

.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix), .sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li {
  float: right;
}

.sun-editor.se-rtl .se-list-layer * {
  direction: rtl;
}

.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote {
  border-left-width: 0;
  border-right-width: 5px;
  padding: 0 7px 0 0;
}

.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li {
  float: right;
}

.sun-editor.se-rtl .se-list-inner .se-list-checked li button > .se-svg {
  float: right;
  padding: 6px 0 0 6px;
}

.sun-editor.se-rtl .se-wrapper .se-placeholder, .sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text {
  direction: rtl;
}

.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut {
  direction: ltr;
}

.sun-editor.se-rtl .se-dialog * {
  direction: rtl;
}

.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio {
  margin-left: 0;
  margin-right: 4px;
}

.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close {
  float: left;
}

.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title, .sun-editor.se-rtl .se-dialog-tabs button {
  float: right;
}

.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text {
  padding-right: 34px;
}

.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary {
  float: left;
}

.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer > div {
  float: right;
}

.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer > div > label {
  margin: 0 0 0 5px;
}

.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child {
  margin-left: 16px;
  margin-right: 0;
}

.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview {
  text-align: right;
  margin-left: 4px;
}

.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn {
  float: right;
}

.sun-editor.se-rtl .se-file-browser * {
  direction: rtl;
}

.sun-editor.se-rtl .se-file-browser .se-file-browser-tags {
  text-align: right;
}

.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a {
  margin: 8px 8px 0;
}

.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close {
  float: left;
}

.sun-editor.se-rtl .se-controller .se-btn-group, .sun-editor.se-rtl .se-resizing-container .se-resize-display {
  direction: rtl;
}

.sun-editor .se-btn-module-border.module-float-left {
  float: left;
}

.sun-editor .se-btn-module-border.module-float-right {
  float: right;
}

.sun-editor .se-error {
  color: #d9534f;
}

.sun-editor input.se-error:focus, select.se-error:focus, textarea.se-error:focus {
  border: 1px solid #f2dede;
  outline: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: 0 0 0 .2rem #eed3d7;
}

.sun-editor hr.__se__solid {
  border-style: solid none none;
}

.sun-editor hr.__se__dotted {
  border-style: dotted none none;
}

.sun-editor hr.__se__dashed {
  border-style: dashed none none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes spinner {
  to {
    transform: rotate(361deg);
  }
}

.rdp-root {
  --rdp-accent-color: blue;
  --rdp-accent-background-color: #f0f0ff;
  --rdp-day-height: 44px;
  --rdp-day-width: 44px;
  --rdp-day_button-border-radius: 100%;
  --rdp-day_button-border: 2px solid transparent;
  --rdp-day_button-height: 42px;
  --rdp-day_button-width: 42px;
  --rdp-selected-border: 2px solid var(--rdp-accent-color);
  --rdp-disabled-opacity: .5;
  --rdp-outside-opacity: .75;
  --rdp-today-color: var(--rdp-accent-color);
  --rdp-dropdown-gap: .5rem;
  --rdp-months-gap: 2rem;
  --rdp-nav_button-disabled-opacity: .5;
  --rdp-nav_button-height: 2.25rem;
  --rdp-nav_button-width: 2.25rem;
  --rdp-nav-height: 2.75rem;
  --rdp-range_middle-background-color: var(--rdp-accent-background-color);
  --rdp-range_middle-color: inherit;
  --rdp-range_start-color: white;
  --rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);
  --rdp-range_start-date-background-color: var(--rdp-accent-color);
  --rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);
  --rdp-range_end-color: white;
  --rdp-range_end-date-background-color: var(--rdp-accent-color);
  --rdp-week_number-border-radius: 100%;
  --rdp-week_number-border: 2px solid transparent;
  --rdp-week_number-height: var(--rdp-day-height);
  --rdp-week_number-opacity: .75;
  --rdp-week_number-width: var(--rdp-day-width);
  --rdp-weeknumber-text-align: center;
  --rdp-weekday-opacity: .75;
  --rdp-weekday-padding: .5rem 0rem;
  --rdp-weekday-text-align: center;
  --rdp-gradient-direction: 90deg;
  --rdp-animation_duration: .3s;
  --rdp-animation_timing: cubic-bezier(.4, 0, .2, 1);
}

.rdp-root[dir="rtl"] {
  --rdp-gradient-direction: -90deg;
}

.rdp-root[data-broadcast-calendar="true"] {
  --rdp-outside-opacity: unset;
}

.rdp-root {
  box-sizing: border-box;
  position: relative;
}

.rdp-root * {
  box-sizing: border-box;
}

.rdp-day {
  width: var(--rdp-day-width);
  height: var(--rdp-day-height);
  text-align: center;
}

.rdp-day_button {
  cursor: pointer;
  font: inherit;
  color: inherit;
  width: var(--rdp-day_button-width);
  height: var(--rdp-day_button-height);
  border: var(--rdp-day_button-border);
  border-radius: var(--rdp-day_button-border-radius);
  background: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.rdp-day_button:disabled {
  cursor: revert;
}

.rdp-caption_label {
  z-index: 1;
  white-space: nowrap;
  border: 0;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.rdp-dropdown:focus-visible ~ .rdp-caption_label {
  outline: 5px auto highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.rdp-button_next, .rdp-button_previous {
  cursor: pointer;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--rdp-nav_button-width);
  height: var(--rdp-nav_button-height);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: inline-flex;
  position: relative;
}

.rdp-button_next:disabled, .rdp-button_next[aria-disabled="true"], .rdp-button_previous:disabled, .rdp-button_previous[aria-disabled="true"] {
  cursor: revert;
  opacity: var(--rdp-nav_button-disabled-opacity);
}

.rdp-chevron {
  fill: var(--rdp-accent-color);
  display: inline-block;
}

.rdp-root[dir="rtl"] .rdp-nav .rdp-chevron {
  transform-origin: 50%;
  transform: rotate(180deg);
}

.rdp-dropdowns {
  align-items: center;
  gap: var(--rdp-dropdown-gap);
  display: inline-flex;
  position: relative;
}

.rdp-dropdown {
  z-index: 2;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  cursor: inherit;
  line-height: inherit;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
}

.rdp-dropdown_root {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.rdp-dropdown_root[data-disabled="true"] .rdp-chevron {
  opacity: var(--rdp-disabled-opacity);
}

.rdp-month_caption {
  height: var(--rdp-nav-height);
  align-content: center;
  font-size: large;
  font-weight: bold;
  display: flex;
}

.rdp-root[data-nav-layout="around"] .rdp-month, .rdp-root[data-nav-layout="after"] .rdp-month {
  position: relative;
}

.rdp-root[data-nav-layout="around"] .rdp-month_caption {
  justify-content: center;
  margin-inline-start: var(--rdp-nav_button-width);
  margin-inline-end: var(--rdp-nav_button-width);
  position: relative;
}

.rdp-root[data-nav-layout="around"] .rdp-button_previous {
  inset-inline-start: 0;
  height: var(--rdp-nav-height);
  display: inline-flex;
  position: absolute;
  top: 0;
}

.rdp-root[data-nav-layout="around"] .rdp-button_next {
  inset-inline-end: 0;
  height: var(--rdp-nav-height);
  justify-content: center;
  display: inline-flex;
  position: absolute;
  top: 0;
}

.rdp-months {
  gap: var(--rdp-months-gap);
  flex-wrap: wrap;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  position: relative;
}

.rdp-month_grid {
  border-collapse: collapse;
}

.rdp-nav {
  height: var(--rdp-nav-height);
  align-items: center;
  display: flex;
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
}

.rdp-weekday {
  opacity: var(--rdp-weekday-opacity);
  padding: var(--rdp-weekday-padding);
  text-align: var(--rdp-weekday-text-align);
  text-transform: var(--rdp-weekday-text-transform);
  font-size: smaller;
  font-weight: 500;
}

.rdp-week_number {
  opacity: var(--rdp-week_number-opacity);
  height: var(--rdp-week_number-height);
  width: var(--rdp-week_number-width);
  border: var(--rdp-week_number-border);
  border-radius: var(--rdp-week_number-border-radius);
  text-align: var(--rdp-weeknumber-text-align);
  font-size: small;
  font-weight: 400;
}

.rdp-today:not(.rdp-outside) {
  color: var(--rdp-today-color);
}

.rdp-selected {
  font-size: large;
  font-weight: bold;
}

.rdp-selected .rdp-day_button {
  border: var(--rdp-selected-border);
}

.rdp-outside {
  opacity: var(--rdp-outside-opacity);
}

.rdp-disabled {
  opacity: var(--rdp-disabled-opacity);
}

.rdp-hidden {
  visibility: hidden;
  color: var(--rdp-range_start-color);
}

.rdp-range_start {
  background: var(--rdp-range_start-background);
}

.rdp-range_start .rdp-day_button {
  background-color: var(--rdp-range_start-date-background-color);
  color: var(--rdp-range_start-color);
}

.rdp-range_middle {
  background-color: var(--rdp-range_middle-background-color);
}

.rdp-range_middle .rdp-day_button {
  border: unset;
  border-radius: unset;
  color: var(--rdp-range_middle-color);
}

.rdp-range_end {
  background: var(--rdp-range_end-background);
  color: var(--rdp-range_end-color);
}

.rdp-range_end .rdp-day_button {
  color: var(--rdp-range_start-color);
  background-color: var(--rdp-range_end-date-background-color);
}

.rdp-range_start.rdp-range_end {
  background: revert;
}

.rdp-focusable {
  cursor: pointer;
}

@keyframes rdp-slide_in_left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes rdp-slide_in_right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes rdp-slide_out_left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes rdp-slide_out_right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.rdp-weeks_before_enter {
  animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-weeks_before_exit {
  animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_enter {
  animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_exit {
  animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_after_enter {
  animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_before_exit {
  animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_before_enter {
  animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_after_exit {
  animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

@keyframes rdp-fade_in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes rdp-fade_out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.rdp-caption_after_enter {
  animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-caption_after_exit {
  animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_enter {
  animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_exit {
  animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: normal;
  font-style: normal;
  src: url('slick.eot');
  src: url('slick.eot#iefix') format("embedded-opentype"), url('slick.woff') format("woff"), url('slick.ttf') format("truetype"), url('slick.svg#slick') format("svg");
}

.slick-prev, .slick-next {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #0000;
  background: none;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: -25px;
}

.slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  cursor: pointer;
  color: #0000;
  background: none;
  border: 0;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "•";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}


/*# sourceMappingURL=vendor.css.map*/