.ark_antd.widget {
  padding: 5px 10px 5px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border-bottom: 5px solid orange; }
  .ark_antd.widget:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .ark_antd.widget:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px; }
  .ark_antd.widget h2,
  .ark_antd.widget h3 {
    margin: 0;
    font-weight: 900;
    display: inline-block;
    letter-spacing: 0;
    font-family: 'Segoe UI', Arial, sans-serif; }
    .ark_antd.widget h2.no-baseline,
    .ark_antd.widget h3.no-baseline {
      border-bottom: none; }
  .ark_antd.widget span {
    font-weight: bold; }
    .ark_antd.widget span.white-text {
      color: #ffffff; }

/* 
    next router dev server bug
    https://github.com/vercel/next.js/issues/5598
 */
.next_router_bug {
    display: block;
}

/*# sourceMappingURL=styles.e23d3661.chunk.css.map*/