.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}
.row.compact {
  margin-left: -5px;
  margin-right: -5px;
}

/* For mobile phones: */
.row [class*="col"] {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.row.compact [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.col-1 {
  max-width: 8.33%;
  flex: 0 0 8.33%;
}
.col-2 {
  max-width: 16.66%;
  flex: 0 0 16.66%;
}
.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}
.col-4 {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
.col-5 {
  max-width: 41.66%;
  flex: 0 0 41.66%;
}
.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}
.col-7 {
  max-width: 58.33%;
  flex: 0 0 58.33%;
}
.col-8 {
  max-width: 66.66%;
  flex: 0 0 66.66%;
}
.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}
.col-10 {
  max-width: 83.33%;
  flex: 0 0 83.33%;
}
.col-11 {
  max-width: 91.66%;
  flex: 0 0 91.66%;
}
.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

/* Extra small devices (phones, 450px and down) */
@media only screen and (max-width: 480px) {
  .col-xs-1 {
    max-width: 8.33%;
    flex: 0 0 8.33%;
  }
  .col-xs-2 {
    max-width: 16.66%;
    flex: 0 0 16.66%;
  }
  .col-xs-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xs-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .col-xs-5 {
    max-width: 41.66%;
    flex: 0 0 41.66%;
  }
  .col-xs-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xs-7 {
    max-width: 58.33%;
    flex: 0 0 58.33%;
  }
  .col-xs-8 {
    max-width: 66.66%;
    flex: 0 0 66.66%;
  }
  .col-xs-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xs-10 {
    max-width: 83.33%;
    flex: 0 0 83.33%;
  }
  .col-xs-11 {
    max-width: 91.66%;
    flex: 0 0 91.66%;
  }
  .col-xs-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* Small devices (portrait tablets and large phones, 450px and up) */
@media only screen and (min-width: 480px) {
  .col-sm-1 {
    max-width: 8.33%;
    flex: 0 0 8.33%;
  }
  .col-sm-2 {
    max-width: 16.66%;
    flex: 0 0 16.66%;
  }
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .col-sm-5 {
    max-width: 41.66%;
    flex: 0 0 41.66%;
  }
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.33%;
    flex: 0 0 58.33%;
  }
  .col-sm-8 {
    max-width: 66.66%;
    flex: 0 0 66.66%;
  }
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.33%;
    flex: 0 0 83.33%;
  }
  .col-sm-11 {
    max-width: 91.66%;
    flex: 0 0 91.66%;
  }
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .col-md-1 {
    max-width: 8.33%;
    flex: 0 0 8.33%;
  }
  .col-md-2 {
    max-width: 16.66%;
    flex: 0 0 16.66%;
  }
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .col-md-5 {
    max-width: 41.66%;
    flex: 0 0 41.66%;
  }
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.33%;
    flex: 0 0 58.33%;
  }
  .col-md-8 {
    max-width: 66.66%;
    flex: 0 0 66.66%;
  }
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.33%;
    flex: 0 0 83.33%;
  }
  .col-md-11 {
    max-width: 91.66%;
    flex: 0 0 91.66%;
  }
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* Large devices (laptops/desktops, 935px and up) */
@media only screen and (min-width: 935px) {
  .col-lg-1 {
    max-width: 8.33%;
    flex: 0 0 8.33%;
  }
  .col-lg-2 {
    max-width: 16.66%;
    flex: 0 0 16.66%;
  }
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .col-lg-5 {
    max-width: 41.66%;
    flex: 0 0 41.66%;
  }
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.33%;
    flex: 0 0 58.33%;
  }
  .col-lg-8 {
    max-width: 66.66%;
    flex: 0 0 66.66%;
  }
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.33%;
    flex: 0 0 83.33%;
  }
  .col-lg-11 {
    max-width: 91.66%;
    flex: 0 0 91.66%;
  }
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.33%;
    flex: 0 0 8.33%;
  }
  .col-xl-2 {
    max-width: 16.66%;
    flex: 0 0 16.66%;
  }
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .col-xl-5 {
    max-width: 41.66%;
    flex: 0 0 41.66%;
  }
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.33%;
    flex: 0 0 58.33%;
  }
  .col-xl-8 {
    max-width: 66.66%;
    flex: 0 0 66.66%;
  }
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.33%;
    flex: 0 0 83.33%;
  }
  .col-xl-11 {
    max-width: 91.66%;
    flex: 0 0 91.66%;
  }
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}

.d-block {
  display: block !important;
}

.d-flex,
.d-flex.row {
  display: flex !important;
  flex-flow: row;
}
.d-flex.column {
  flex-flow: column;
}
.d-flex.column.reverese {
  flex-flow: column-reverse;
}
.d-flex.reverse,
.d-flex.row-reverse {
  flex-direction: row-reverse;
}
.d-flex.wrap {
  flex-wrap: wrap;
}
.d-flex.wrap.reverse {
  flex-wrap: wrap-reverse;
}
.d-flex.justify-center {
  justify-content: center;
}
.d-flex.justify-evenly {
  justify-content: space-evenly;
}
.d-flex.justify-space-between {
  justify-content: space-between;
}
.d-flex.justify-start {
  justify-content: flex-start;
}
.d-flex.justify-end {
  justify-content: flex-end;
}
.d-flex.align-center {
  align-items: center;
}
.d-flex.align-baseline {
  align-items: baseline;
}
.d-flex.align-start {
  align-items: flex-start;
}
.d-flex.align-end {
  align-items: flex-end;
}
.flex-grow {
  flex: 1 1 100%;
}
.flex-shrink {
  flex: 0 1 0;
}
.flex-basis-100 {
  flex: 0 1 100%;
}
.flex-basis-50 {
  flex: 0 1 50%;
}

.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}

.text-white {
  color: #ffffff !important;
}
.text-grayed {
  color: #999896 !important;
}
.text-orangered {
  color: orangered !important;
}
.text-black {
  color: #000000 !important;
}
.text-info {
  color: #ffb86e;
}

.font-bold {
  font-weight: bold;
}
.font-weight-300 {
  font-weight: 300;
}
.text-small {
  font: normal normal 600 10px/14px Segoe UI;
  letter-spacing: 0px;
}

.bg-white {
  background-color: white;
}
.bg-dark {
  background-color: rgb(46, 46, 47);
}
.bg-primary {
  background-color: #6264a7;
}

.m-0 {
  margin: 0px !important;
}
.m-1 {
  margin: 5px !important;
}
.m-2 {
  margin: 10px !important;
}
.m-3 {
  margin: 15px !important;
}
.m-4 {
  margin: 20px !important;
}
.m-5 {
  margin: 25px !important;
}

.ml-0 {
  margin-left: 0px !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.ml-3 {
  margin-left: 15px !important;
}
.ml-4 {
  margin-left: 20px !important;
}
.ml-5 {
  margin-left: 25px !important;
}

.mr-0 {
  margin-right: 0px !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 15px !important;
}
.mr-4 {
  margin-right: 20px !important;
}
.mr-5 {
  margin-right: 25px !important;
}

.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 15px !important;
}
.mt-4 {
  margin-top: 20px !important;
}
.mt-5 {
  margin-top: 25px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
.mb-4 {
  margin-bottom: 20px !important;
}
.mb-5 {
  margin-bottom: 25px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mx-4 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mx-5 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-auto {
  margin: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 5px !important;
}
.p-2 {
  padding: 10px !important;
}
.p-3 {
  padding: 15px !important;
}
.p-4 {
  padding: 20px !important;
}
.p-5 {
  padding: 25px !important;
}

.pl-0 {
  padding-left: 0px !important;
}
.pl-1 {
  padding-left: 5px !important;
}
.pl-2 {
  padding-left: 10px !important;
}
.pl-3 {
  padding-left: 15px !important;
}
.pl-4 {
  padding-left: 20px !important;
}
.pl-5 {
  padding-left: 25px !important;
}

.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 5px !important;
}
.pr-2 {
  padding-right: 10px !important;
}
.pr-3 {
  padding-right: 15px !important;
}
.pr-4 {
  padding-right: 20px !important;
}
.pr-5 {
  padding-right: 25px !important;
}

.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pt-3 {
  padding-top: 15px !important;
}
.pt-4 {
  padding-top: 20px !important;
}
.pt-5 {
  padding-top: 25px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pb-3 {
  padding-bottom: 15px !important;
}
.pb-4 {
  padding-bottom: 20px !important;
}
.pb-5 {
  padding-bottom: 25px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px-5 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

@font-face {
  font-family: "Segoe UI";
  src: url(/293e692f583af77a347b.woff);
}

* {
  font-family: "Segoe UI";
  /*"Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;*/
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  scrollbar-width: thin;
}

*.animate {
  transition-property: background, opacity, border, color, box-shadow, transform;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0s;
}

body {
  margin: 0;
  width: auto;
  background-color: rgb(46, 46, 47);
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.root-container {
  max-width: 1400px;
  min-height: 100vh;
  margin: auto;
  overflow-x: hidden;
}

.du-container {
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
}

.du-container.header {
  padding-top: 10px;
  width: auto;
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.du-container.footer {
  position: absolute;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  left: 0;
  width: 100%;
  bottom: -90px;
}

.label {
  text-align: left;
  font: normal normal 600 16px/20px Segoe UI;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
}

.label-small {
  text-align: left;
  font: normal normal 600 10px/14px Segoe UI;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
}

.error-text {
  color: #cc4a31;
}

.alert-success {
  background-color: rgb(94, 163, 94);
  text-align: center;
  padding: 5px;
  margin-top: 20px;
}
.alert-error {
  background-color: rgb(212, 107, 107);
  text-align: center;
  padding: 5px;
  margin-top: 20px;
}
.alert-info {
  background-color: #e37f1a;
  text-align: center;
  padding: 5px;
  margin-top: 20px;
}

.disabled {
  opacity: 40% !important;
  cursor: default !important;
  pointer-events: none;
}

.bordered-box {
  border: 1px solid #555555;
}
.rounded {
  border-radius: 3px;
}
.bordered-top {
  border-top: 1px solid #555555;
}
.bordered-bottom {
  border-bottom: 1px solid #555555;
}
.bordered-left {
  border-left: 1px solid #555555;
}
.bordered-right {
  border-right: 1px solid #555555;
}

.hover-info-text {
  position: fixed;
  padding: 10px;
  background: #2e2e2f;
  color: white;
  border: 1px solid #484848;
  border-radius: 2px;
  z-index: 1;
}

