/*!******************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/less-loader/dist/cjs.js!./src/assets/styles.less ***!
  \******************************************************************************************************************************************************************************************/
/*
  Fonts:
 */
/*
    Sizes:
*/
/*
 Borders
 */
/*
  Buttons
 */
/*
    Colors:
*/
/* @color-primary-text: rgba(0, 0, 0, 0.87); */
/* @color-secondary-text: rgba(0, 0, 0, 0.54); */
/* @color-disabled-caption: rgba(0, 0, 0, 0.38); */
/*
    Font Styles:
*/
/* Headline font style */
/* Title font style */
/* Subheader font style */
/* @font-subheader-font-size: 16px; */
/* Subheader - 2 font style */
/* Regular - Body font style */
/* Body 1 font style */
/* Secondary Text font style */
/* Disabled - 38% font style */
/* Caption font style */
/* Secondary Button/Secondary Color font style */
/* Secondary Button/Primary Color font style */
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
  /* No track background */
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
  /* Hide track */
}
/* Hide scrollbar buttons/arrows */
::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
button {
  font-family: Roboto, sans-serif, serif;
}
body {
  background: #ffffff;
  font-family: Roboto, sans-serif, serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0;
}
* {
  box-sizing: border-box;
}
[class^='i-']:before,
[class*=' i-']:before {
  margin: 0;
}
input[type='text'] {
  font-family: Roboto, sans-serif, serif;
}
root {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
header {
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  height: 80px !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24) !important;
  flex: 0 0 80px;
}
header.MuiAppBar-root {
  z-index: 0;
}
main {
  flex: 1 1 auto;
  min-height: 1px;
  height: 100%;
  /* height must be there or iOS10 will not display, but maybe this will bugs in other ios versions*/
}
main .the-main-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.main-loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  z-index: 1000;
  margin: 0;
  padding: 0;
}
.main-loading .position-aligner {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
}
.main-loading .video-wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.main-loading .title-lines {
  color: #5c5c5c;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  padding-top: 14px;
}
.main-loading .line1 {
  opacity: 0;
  margin-right: -50px;
}
.main-loading .line2 {
  opacity: 0;
  margin-left: -50px;
}
.vertical-scrollable-area {
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
}
.flex-parent-v {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.flex-parent-v > .flex-expand {
  flex: 1 1 0;
  max-height: 100%;
}
.flex-parent-v > .flex-expand-forfit {
  flex: 1 1 auto;
  max-height: 100%;
  position: relative;
  padding: 0;
  overflow: visible;
}
.flex-parent-v > .flex-expand-forfit > .flex-expand-fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flex-parent-v > .flex-noexpand {
  flex: 0 0 auto;
}
.flex-parent-v > .flex-bottom {
  align-self: flex-end;
}
.flex-parent-h {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.flex-parent-h > .flex-expand {
  flex: 1 1 0;
  max-width: 100%;
}
.flex-parent-h > .flex-expand-forfit {
  flex: 1 1 auto;
  max-width: 100%;
  position: relative;
  padding: 0;
  overflow: visible;
}
.flex-parent-h > .flex-expand-forfit > .flex-expand-fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flex-parent-h > .flex-noexpand {
  flex: 0 0 auto;
}
.flex-parent-h > .flex-bottom {
  align-self: flex-end;
}
.flex-parent-v.MuiContainer-root {
  display: flex;
}
.widget-app {
  height: auto;
  position: static;
}
.widget-app .flex-parent-v > .flex-expand-forfit > .flex-expand-fit {
  position: static;
}
.widget-app .flex-parent-v > .flex-expand {
  flex: auto;
}
.content-with-footer {
  padding-bottom: 73px;
}
.numbers-text {
  font-family: Roboto Mono !important;
}
.container {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.container_xl {
  max-width: 1200px !important;
  padding: 0px 44px;
  overflow-y: auto;
}
@media (min-width: 360px) {
  .container.container_xs {
    max-width: 360px;
  }
}
@media (min-width: 600px) {
  .container.container_sm {
    max-width: 600px;
  }
}
@media (min-width: 720px) {
  .container.container_md {
    max-width: 720px;
  }
}
@media (min-width: 840px) {
  .container.container_lg {
    max-width: 840px;
    height: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 600px) {
  .container_xl {
    padding-right: 16px;
    padding-left: 16px;
  }
}


/*# sourceMappingURL=maincss.css.map?60cc886db1d11854b776*/