body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.aidot-confirm-root.MuiDialog-root .MuiBackdrop-root {
  background-color: rgba(0, 0, 0, 0.2);
}
.aidot-confirm-root.MuiDialog-root .MuiDialog-paper {
  max-width: 394px;
  min-width: 240px;
  border-radius: 8px;
}
.aidot-confirm-root.MuiDialog-root .MuiDialogTitle-root {
  padding: 16px 20px 0;
  font-size: 16px;
  color: #1f2429;
  line-height: 22px;
  font-weight: 500;
}
.aidot-confirm-root.MuiDialog-root .MuiDialogContent-root {
  padding: 16px 20px;
  color: #585f66;
  line-height: 22px;
}
.aidot-confirm-root.MuiDialog-root .MuiDialogActions-root {
  padding: 5px 8px;
  border-top: 1px solid #d2d6d9;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.basic-menu .basic-menu-button {
  color: #1f2429;
}
.basic-menu .basic-menu-button .LdsIcon {
  font-size: 20px;
}
.basic-menu-loading {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basic-menu-options .MuiMenuItem-root.item-checked {
  color: #fa7010;
}
.basic-menu-options .MuiMenuItem-root:hover {
  color: #fa7010;
  background-color: rgba(242, 153, 82, 0.08);
}
.basic-menu-options .MuiMenu-paper {
  min-width: 130px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
@-webkit-keyframes loading-span-0 {
  0%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
            transform: scale3d(0.7, 0.7, 0.7);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes loading-span-0 {
  0%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
            transform: scale3d(0.7, 0.7, 0.7);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes loading-span1 {
  0%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
            transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes loading-span1 {
  0%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
            transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes loading-span-2 {
  0%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
            transform: scale3d(0.7, 0.7, 0.7);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes loading-span-2 {
  0%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
            transform: scale3d(0.7, 0.7, 0.7);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.loading-bubbles {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  height: 100%;
}
.loading-bubbles.small {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.loading-bubbles-item {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 8px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  background-color: rgba(0, 0, 0, 0.1);
}
.loading-bubbles-item.primary {
  background-color: #fa7010;
}
.loading-bubbles-item.secondary {
  background-color: #1f2429;
}
.loading-bubbles-item.surface {
  background-color: #ffffff;
}
.loading-bubbles-item-0.active {
  -webkit-animation-name: loading-span-0;
          animation-name: loading-span-0;
}
.loading-bubbles-item-1.active {
  -webkit-animation-name: loading-span1;
          animation-name: loading-span1;
}
.loading-bubbles-item-2 {
  margin-right: 0 !important;
}
.loading-bubbles-item-2.active {
  -webkit-animation-name: loading-span-2;
          animation-name: loading-span-2;
}
@-webkit-keyframes loading-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  left: -6px;
}
.loading-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: loading-spinner 1.2s linear infinite;
          animation: loading-spinner 1.2s linear infinite;
}
.loading-spinner div:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.loading-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.loading-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.loading-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.loading-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.loading-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.loading-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.loading-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.loading-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loading-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.loading-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.loading-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.loading-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
@-webkit-keyframes logo-scale-y {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  50% {
    -webkit-transform: scaleY(1.22);
            transform: scaleY(1.22);
  }
  75% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes logo-scale-y {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  50% {
    -webkit-transform: scaleY(1.22);
            transform: scaleY(1.22);
  }
  75% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes logo-translate-y {
  0% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-63.5px);
            transform: translateY(-63.5px);
    transition-timing-function: cubic-bezier(0.33, 0, 0.16, 1);
  }
  90% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@keyframes logo-translate-y {
  0% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-63.5px);
            transform: translateY(-63.5px);
    transition-timing-function: cubic-bezier(0.33, 0, 0.16, 1);
  }
  90% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@-webkit-keyframes shadow-animation {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2);
    transition-timing-function: cubic-bezier(0.33, 0, 0.47, 1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes shadow-animation {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2);
    transition-timing-function: cubic-bezier(0.33, 0, 0.47, 1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.logo-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 150px 0 100px;
}
.logo-loading-logo {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: logo-translate-y 880ms cubic-bezier(0.8, 0, 0.67, 1) infinite;
          animation: logo-translate-y 880ms cubic-bezier(0.8, 0, 0.67, 1) infinite;
}
.logo-loading-logo .logo-image {
  width: 27px;
  -webkit-animation: logo-scale-y 880ms cubic-bezier(0.17, 0.08, 0.83, 0.92) infinite;
          animation: logo-scale-y 880ms cubic-bezier(0.17, 0.08, 0.83, 0.92) infinite;
}
.logo-loading-shadow {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: shadow-animation 880ms cubic-bezier(0.54, 0.05, 0.67, 1) infinite;
          animation: shadow-animation 880ms cubic-bezier(0.54, 0.05, 0.67, 1) infinite;
  width: 36px;
  height: 2px;
  background-color: #1f2429;
  border-radius: 12px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
/*
 * @Author: lumiaomei@leedarson.com
 * @Date: 2022-12-12 19:22:08
 * Copyright © Leedarson. All rights reserved.
 */
.home-header {
  background: #fff;
  height: 60px;
  border-bottom: 1px solid #d2d6d9;
  box-sizing: border-box;
}
.home-header-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}
.home-header-logo {
  margin-right: 48px;
}
.home-header-logo a {
  display: inline-block;
  height: 60px;
}
.home-header-logo img {
  float: left;
  margin-top: 11px;
  height: 38px;
}
.home-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1;
}
.home-header-nav ul {
  padding: 0;
  margin: 0;
}
.home-header-nav li {
  display: inline-block;
  margin: 0 12px;
}
.home-header-nav a {
  display: inline-block;
  padding: 0 12px;
  color: #1f2429;
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
}
.home-header-nav .active {
  position: relative;
}
.home-header-nav .active a {
  color: #fa7010;
  cursor: default;
}
.home-header-nav .active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 2px;
  background-color: #fa7010;
  width: calc(100% - 24px);
}
.home-header .nickname {
  padding-left: 4px;
  line-height: 22px;
}
.home-header .basic-menu-button {
  min-width: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.home-footer {
  height: 40px;
  color: #1f2429;
  background: #fff;
}
.home-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-footer a {
  display: inline-block;
  padding: 0 12px;
  color: #1f2429;
  line-height: 40px;
  font-weight: 500;
}
.home-footer .line {
  display: inline-block;
  height: 10px;
  width: 1px;
  background-color: #1f2429;
  opacity: 0.4;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.home-house {
  height: 72px;
  font-size: 28px;
  color: #1f2429;
  font-weight: 500;
  line-height: 72px;
}
.home-house #house-button {
  font-size: 24px;
  height: 38px;
  line-height: 38px;
  padding: 0 8px 0 0;
  color: #1f2429;
}
.home-house #house-button .LdsIcon-arrow-down {
  color: #585f66;
}
#house-menu .MuiButtonBase-root {
  font-size: 16px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.section-empty {
  margin: 0 auto;
  padding: 32px 24px 40px;
  background-color: #fff;
}
.section-empty .empty-image {
  width: 344px;
  height: 180px;
  margin: 0 auto 15px;
}
.section-empty .empty-image img {
  height: 100%;
}
.section-empty .empty-desc {
  color: #8c8c8c;
  text-align: center;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.section-loading-container {
  background-color: #fff;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.home-card {
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d2d6d9;
}
.home-card-cover {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #f4f7f9;
  background-size: cover;
  background-position: center;
}
.home-card-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0 0 0 / 40%);
}
.home-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 16px;
}
.home-card-name {
  font-size: 16px;
  color: #1f2429;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 1 1;
}
.home-card-operate {
  display: flex;
  align-items: center;
  height: inherit;
}
.home-card-operate-btn {
  border: 1px solid #fa7010;
  height: 24px;
  box-sizing: border-box;
  line-height: 22px;
  border-radius: 8px;
  font-size: 14px;
  color: #fa7010;
  font-weight: 400;
  padding: 0 10px;
  margin-left: 12px;
  cursor: pointer;
}
.home-card .right-top-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0 0 0 / 40%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home-card .right-top-icon .offline {
  width: 16px;
  height: 16px;
}
.home-card .right-bottom-status {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  background: rgba(0 0 0 / 40%);
  -webkit-user-select: none;
          user-select: none;
}
.home-card .LdsIcon-power {
  font-size: 16px;
  color: #fff;
  margin-right: -1px;
}
.home-card .unsupported-img {
  position: absolute;
  top: 30%;
  width: 50px;
  height: 44px;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-card .unsupported-tips {
  position: absolute;
  width: 100%;
  top: 68%;
  font-size: 14px;
  color: #809399;
  text-align: center;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.electric {
  width: 20px;
  height: 20px;
  position: relative;
}
.electric:hover .electric-pop {
  display: block;
}
.electric .electric-pic {
  width: 20px;
  height: 20px;
  display: block;
}
.electric .electric-percent {
  position: absolute;
  z-index: 5;
  opacity: 0.64;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  height: 8px;
}
.electric .electric-charge {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}
.electric .electric-charge img {
  width: 20px;
  height: 20px;
  display: block;
}
.electric .electric-pop {
  position: absolute;
  width: 72px;
  height: 52px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  z-index: 99;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  top: -60px;
  left: 50%;
  margin-left: -36px;
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.critical {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 16;
}
.critical-pic {
  width: 50px;
  height: 28px;
  display: block;
  margin-bottom: 24px;
}
.critical-tip1 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 4px;
}
.critical-tip2 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  padding-top: 2%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.home-container {
  padding: 32px;
}
.home-room-name {
  margin-bottom: 24px;
  color: #1f2429;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.home-room-device {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media screen and (max-width: 832px) {
  .home-room-device {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.page-load-error {
  margin: 0 auto;
  padding: 32px 24px 40px;
  background-color: #fff;
  text-align: center;
}
.page-load-error .img {
  max-width: 344px;
  min-height: 180px;
  margin: 0 auto 16px;
}
.page-load-error .img img {
  width: 100%;
}
.page-load-error .error-msg {
  color: #8c8c8c;
}
.page-load-error .MuiButton-root {
  margin-top: 24px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.sign-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 60px - 40px);
}
.sign-form {
  width: 344px;
  padding: 32px 56px;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
}
.sign-form-margin {
  min-height: 20px;
  max-height: 160px;
  flex: 1 1;
  width: 100%;
}
.sign-form .form-btn {
  margin-top: 16px;
  font-size: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.sign-form h2 {
  margin: 0 0 32px;
  font-size: 26px;
  line-height: 42px;
  font-weight: 500;
}
.sign-form form {
  margin-top: 32px;
}
.sign-form .form-item {
  margin-bottom: 16px;
  font-size: 14px;
}
.sign-form .form-item p {
  font-size: 14px;
}
.sign-form .http-error-tip {
  margin: -6px 14px 8px;
}
.sign-form .MuiInputAdornment-positionStart .LdsIcon {
  font-size: 20px;
  color: #1f2429;
}
.sign-form .MuiInputAdornment-positionStart .LdsIcon-location,
.sign-form .MuiInputAdornment-positionStart .LdsIcon-password {
  margin-top: -1px;
}
.second-certification h2 {
  margin: 0;
}
.second-certification h6 {
  margin: 0 0 24px;
  font-size: 14px;
  color: #586168;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}
.second-certification .back-sign {
  margin: 12px auto -10px;
}
.second-certification .code-left {
  color: #586168;
  text-align: center;
  padding: 8px 0;
  min-height: 20.5px;
  line-height: 20.5px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.deleteAccount {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
  border-radius: 10px;
}
.deleteAccount-paragraph {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 10px;
}
.deleteAccount-paragraph--list {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.deleteAccount-paragraph--check {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -13px;
  line-height: 20px;
  height: 20px;
}
.deleteAccount-checkList {
  background-color: #f0f0f0;
  border-radius: 10px;
  margin: 10px 0px;
  padding: 10px;
}
.deleteAccount-checkList .deleteAccount-paragraph {
  color: #585f66;
}
.deleteAccount-footer {
  width: 250px;
  margin-top: 20px;
}
.deleteAccount-login {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 20px;
  color: #fa7010;
}
.deleteAccount-login:hover {
  color: #e06000;
}
.deleteAccount-formPage {
  width: 500px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.deleteAccount-form {
  margin: 40px 40px 0px 40px;
}
.deleteAccount-formTitle {
  color: #585f66;
  margin-bottom: 10px;
}
.deleteAccount-formItem {
  margin-bottom: 20px;
}
.deleteAccount-icon {
  width: 60px;
  height: 60px;
  margin: 0px auto;
  background-image: url(/static/media/warn.9c4239163a56e0b14e16.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.lue-debug-p {
  margin-top: 10px;
}
.divider-line {
  position: relative;
  height: 1px;
  margin: 10px 0;
}
.divider-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #888, transparent);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.basic-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.basic-layout-container {
  flex: 1 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.basic-layout-container > .container {
  min-height: calc(100% - 40px);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* stylelint-disable selector-class-pattern */
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot);
  src: url(/static/media/Light.d34f3d725c9c150f842a.eot#iefix) format('embedded-opentype'), url(/static/media/Light.2ab729a4b75aab84d00d.woff2) format('woff2'), url(/static/media/Light.0bea72d4f33fad581459.woff) format('woff'), url(/static/media/Light.093af2ddf5b4ba96953c.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot);
  src: url(/static/media/Regular.74cb944316f7eb26dca3.eot#iefix) format('embedded-opentype'), url(/static/media/Regular.056484cb3f471144a027.woff2) format('woff2'), url(/static/media/Regular.57a0cd840b881fd62b6b.woff) format('woff'), url(/static/media/Regular.69c167230fe72fa92d10.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot);
  src: url(/static/media/Medium.e368f2a1fe5fd78227ed.eot#iefix) format('embedded-opentype'), url(/static/media/Medium.4bf11243bd638f4397ad.woff2) format('woff2'), url(/static/media/Medium.f6ae8090312aad77d4b5.woff) format('woff'), url(/static/media/Medium.a08eb64537509ec91449.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url(/static/media/Bold.70766b627f7527a923e0.eot);
  src: url(/static/media/Bold.70766b627f7527a923e0.eot#iefix) format('embedded-opentype'), url(/static/media/Bold.f5b53c402dff8462df16.woff2) format('woff2'), url(/static/media/Bold.5f3e6671345b6f8deeff.woff) format('woff'), url(/static/media/Bold.dca6d59b23d5ff02317a.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body,
#root {
  height: 100%;
}
html {
  background-color: #f5f5f7;
  font-size: 14px;
}
body {
  color: #1f2429;
  word-break: break-word;
  background-color: #f5f5f7;
  font-family: 'Avenir', 'SF Pro Text', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  min-width: 832px;
  overflow-y: hidden;
  overflow-x: auto;
}
* ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
* ::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0 0 0 / 0%);
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #f2f4f8;
}
* ::-webkit-scrollbar-track {
  background: rgba(0 0 0 / 12%);
}
.small-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.small-scroll::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(0 0 0 / 10%);
}
.small-scroll::-webkit-scrollbar-track {
  background: #fff;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #1f2429;
  box-shadow: 0 0 0 1000px white inset !important;
  background-color: white !important;
  transition: background-color 5000s ease-out 0.5s;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  min-width: 768px;
}
.a-link {
  color: #fa7010;
}
.pointer {
  cursor: pointer;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: calc(100vh - 260px);
}
.area-enhance-small {
  position: relative;
}
.area-enhance-small::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-middle {
  position: relative;
}
.area-enhance-middle::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-enhance-large {
  position: relative;
}
.area-enhance-large::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: transparent;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* MUI reset */
/* stylelint-disable-next-line no-duplicate-selectors */
body .MuiButtonBase-root {
  text-transform: none;
  font-size: 14px;
}
body .MuiInputAdornment-positionEnd .input-clear {
  margin-right: -6px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-clear {
  font-size: 21px;
}
body .MuiInputAdornment-positionEnd .LdsIcon-eye-open,
body .MuiInputAdornment-positionEnd .LdsIcon-eye-close {
  font-size: 18px;
}
body .MuiAutocomplete-endAdornment .LdsIcon-arrow-down {
  font-size: 18px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot,
body .MuiPaper-root {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.06), 0px 8px 10px 1px rgba(0, 0, 0, 0.04), 0px 3px 14px 2px rgba(0, 0, 0, 0.03);
}
body .SnackbarContainer-root .SnackbarContent-root {
  min-width: 100px !important;
}
body .SnackbarContainer-root.SnackbarContainer-right {
  top: 66px;
}
body .SnackbarContainer-root .SnackbarItem-contentRoot {
  padding: 4px 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 12px;
}
body .SnackbarContainer-root .SnackbarItem-variantError {
  background-color: #f5515b;
}
body .SnackbarContainer-root .SnackbarItem-variantInfo {
  background-color: #fa7010;
}
@font-face {
  font-family: 'LdsIcon';
  /* Project id 3699119 */
  src: url(/static/media/iconfont.26d694b6608763c86f1c.woff2) format('woff2'), url(/static/media/iconfont.39847cadcc8a769939dc.woff) format('woff'), url(/static/media/iconfont.69b953d58df9793fd94f.ttf) format('truetype');
  font-display: block;
}
.LdsIcon {
  font-family: 'LdsIcon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LdsIcon-ldsSecurity:before {
  content: '\e925';
}
.LdsIcon-question:before {
  content: '\e6a7';
}
.LdsIcon-window:before {
  content: '\e6a8';
}
.LdsIcon-mac:before {
  content: '\e6a9';
}
.LdsIcon-playback_icon_play:before {
  content: '\e693';
}
.LdsIcon-playback_icon_pause:before {
  content: '\e694';
}
.LdsIcon-live_icon_record_s:before {
  content: '\e68a';
}
.LdsIcon-live_icon_ptz_on:before {
  content: '\e671';
}
.LdsIcon-live_icon_full_on:before {
  content: '\e665';
}
.LdsIcon-live_icon_light_on:before {
  content: '\e666';
}
.LdsIcon-live_icon_light_off:before {
  content: '\e667';
}
.LdsIcon-live_icon_full_off:before {
  content: '\e668';
}
.LdsIcon-live_icon_ptz_off:before {
  content: '\e669';
}
.LdsIcon-video_icon_play:before {
  content: '\e66c';
}
.LdsIcon-live_icon_alarm_off:before {
  content: '\e66d';
}
.LdsIcon-live_icon_alarm_on:before {
  content: '\e66e';
}
.LdsIcon-live_icon_voice_off:before {
  content: '\e66f';
}
.LdsIcon-live_icon_voice_on:before {
  content: '\e670';
}
.LdsIcon-ipc_icon_silence:before {
  content: '\e65d';
}
.LdsIcon-live_icon_alarm_s:before {
  content: '\e65a';
}
.LdsIcon-live_icon_light_n:before {
  content: '\e65b';
}
.LdsIcon-live_icon_light_s:before {
  content: '\e65c';
}
.LdsIcon-live_icon_alarm_n:before {
  content: '\e659';
}
.LdsIcon-live_icon_min:before {
  content: '\e655';
}
.LdsIcon-live_icon_sound:before {
  content: '\e656';
}
.LdsIcon-live_icon_speak_off:before {
  content: '\e657';
}
.LdsIcon-live_icon_speak_s:before {
  content: '\e658';
}
.LdsIcon-live_icon_full:before {
  content: '\e654';
}
.LdsIcon-user:before {
  content: '\e652';
}
.LdsIcon-arrow-left:before {
  content: '\e80d';
}
.LdsIcon-arrow-down:before {
  content: '\e80e';
}
.LdsIcon-arrow-up:before {
  content: '\e80f';
}
.LdsIcon-arrow-right:before {
  content: '\e811';
}
.LdsIcon-event_icon_offline:before {
  content: '\e84e';
}
.LdsIcon-irPause:before {
  content: '\e865';
}
.LdsIcon-power:before {
  content: '\e8ab';
}
.LdsIcon-clear:before {
  content: '\e89e';
}
.LdsIcon-eye-open:before {
  content: '\e8a9';
}
.LdsIcon-eye-close:before {
  content: '\e8be';
}
.LdsIcon-email:before {
  content: '\e8c4';
}
.LdsIcon-password:before {
  content: '\e91b';
}
.LdsIcon-location:before {
  content: '\e91c';
}
.LdsIcon-live_icon_talk_half_on:before {
  content: '\e6e6';
}
.LdsIcon-live_icon_talk_half_off:before {
  content: '\e6e7';
}
.LdsIcon-live_icon_talk_full_on:before {
  content: '\e6e5';
}
.LdsIcon-live_icon_talk_full_off:before {
  content: '\e6e4';
}
.layout-house {
  margin-bottom: 32px;
}
.layout-house-container {
  background-color: #fff;
  box-sizing: border-box;
}

