.workbox-refresh {
  background-color: rgb(50, 50, 50);
  border-radius: 4px;
  border: none;
  bottom: 24px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  color: #fff;
  left: 24px;
  letter-spacing: 0.01071em;
  line-height: 1.43;
  min-width: 288px;
  padding: 6px 16px;
  position: fixed;
  text-align: left;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.workbox-refresh::after {
  border-radius: 4px;
  color: rgb(220, 0, 78);
  content: 'Atualizar';
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02857em;
  line-height: 1.75;
  min-width: 64px;
  padding: 4px 8px;
  text-transform: uppercase;
}

.apx-legend-position-bottom {
  padding-top: 8px !important;
  border-top: solid 1px #e0e0e0 !important;
  text-transform: uppercase !important;
}

.borderless-donut-box .apx-legend-position-bottom {
  padding-top: 0px !important;
  border: none !important;
}

.jodit-placeholder {
  font-family: Fira Sans;
}

.jodit-wysiwyg ol,
.jodit-wysiwyg ul {
  padding-left: 32px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.jodit-wysiwyg li {
  margin-bottom: 4px;
}