/** Copyright (c) 2016-2021: Kreativ Software - Hengelo, The Netherlands, https://kreativsoftware.com
 *  For full see LICENSE.md in root folder
 */
.YxQ6W p,
.YxQ6W h1,
.YxQ6W h2,
.YxQ6W h3,
.YxQ6W h4,
.YxQ6W figure,
.YxQ6W blockquote {
  width: 100%;
  min-height: 1em;
}
.YxQ6W p.FQC3z,
.YxQ6W h1.FQC3z,
.YxQ6W h2.FQC3z,
.YxQ6W h3.FQC3z,
.YxQ6W h4.FQC3z,
.YxQ6W figure.FQC3z,
.YxQ6W blockquote.FQC3z {
  text-align: left;
}
.YxQ6W p.UQW50,
.YxQ6W h1.UQW50,
.YxQ6W h2.UQW50,
.YxQ6W h3.UQW50,
.YxQ6W h4.UQW50,
.YxQ6W figure.UQW50,
.YxQ6W blockquote.UQW50 {
  text-align: center;
}
.YxQ6W p.HMYGm,
.YxQ6W h1.HMYGm,
.YxQ6W h2.HMYGm,
.YxQ6W h3.HMYGm,
.YxQ6W h4.HMYGm,
.YxQ6W figure.HMYGm,
.YxQ6W blockquote.HMYGm {
  text-align: right;
}
.ztyPj {
  width: 100%;
  position: absolute;
}

/** Copyright (c) 2016-2021: Kreativ Software - Hengelo, The Netherlands, https://kreativsoftware.com
 *  For full see LICENSE.md in root folder
 */
html {
  font-smooth: always;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 400;
  font-size: 16px;
}
body {
  background-color: #030b2b;
  font-smooth: always;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 400;
}
#header {
  position: sticky;
  top: 0;
  width: 100vw;
  max-width: 100%;
  z-index: 1;
}
#footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
  max-width: 100%;
  z-index: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  color: inherit !important;
  margin-bottom: 0 !important;
  line-height: 1.5em !important;
}
h1 {
  font-size: 35px !important;
  font-weight: 700 !important;
  line-height: 1.5em !important;
}
h2 {
  font-size: 28px !important;
  line-height: 1.5em !important;
  margin-bottom: 0.5em !important;
}
h3 {
  font-size: 22px !important;
  line-height: 1.5em !important;
}
h4 {
  font-size: 19px !important;
  line-height: 1.3em !important;
}
h5 {
  font-size: 18px !important;
  line-height: 1.5em !important;
}
p {
  margin-bottom: 0 !important;
  line-height: 1.3em !important;
  font-size: 1.4em;
}
code {
  font-family: "Fira Code", "courier", monospace !important;
}
em {
  font-weight: 700;
  color: #1bb434;
  font-style: normal;
}
mark {
  background-color: #1bb434 !important;
  color: #030303 !important;
}
small {
  font-size: 0.8em !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.cursor-none {
  cursor: none;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.text-white {
  color: #fff !important;
}
.text-muted {
  color: rgba(250, 0, 0, 0.5);
}
.react-resizable {
  position: relative;
}
.react-resizable-handle {
  z-index: 15;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);
  background-position: bottom right;
  padding: 0 3px 3px 0;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  cursor: se-resize;
}
.visible-from-md {
  display: none !important;
}
@media (min-width: 768px) {
  .visible-from-md {
    display: block !important;
  }
  .row.visible-from-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  table.visible-from-md {
    display: table !important;
  }
  tr.visible-from-md {
    display: table-row !important;
  }
  th.visible-from-md, td.visible-from-md {
    display: table-cell !important;
  }
  .flex-column-from-md {
    flex-direction: column;
  }
}
.visible-till-md {
  display: block !important;
}
.row.visible-till-md {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
table.visible-till-md {
  display: table !important;
}
tr.visible-till-md {
  display: table-row !important;
}
th.visible-till-md, td.visible-till-md {
  display: table-cell !important;
}
@media (min-width: 768px) {
  .visible-till-md {
    display: none !important;
  }
}
.ant-popover {
  min-width: 250px;
}
.ant-calendar .ant-calendar-ok-btn {
  line-height: 2em !important;
}
.ant-col {
  min-height: 0 !important;
}

