.primary-color {
  color: #00b1ff;
}
.success-color {
  color: #449d44;
}
.danger-color {
  color: #d9534f;
}
.warning-color {
  color: #f0ad4e;
}
.secondarytext-color {
  color: #757575;
}
.caption-size {
  font-size: 12px;
  letter-spacing: -0.02px;
}
#RobotoLight {
  font-family: Roboto;
  font-weight: 300;
}
#RobotoMedium {
  font-family: Roboto;
  font-weight: 500;
}
#RobotoRegular {
  font-family: Roboto;
  font-weight: normal;
}
#RobotoBold {
  font-family: Roboto;
  font-weight: bold;
}
#Display4Font {
  font-family: Roboto;
  font-weight: 300;
  font-size: 112px;
  letter-spacing: -0.22px;
}
#Display3Font {
  font-size: 56px;
  letter-spacing: -0.11px;
}
#Display2Font {
  font-size: 45px;
  letter-spacing: -0.09px;
}
#Display1Font {
  font-size: 34px;
  letter-spacing: -0.07px;
}
#HeadlineFont {
  font-size: 24px;
  letter-spacing: -0.05px;
}
#TitleFont {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.04px;
}
#SubheaderFont {
  font-size: 16px;
  letter-spacing: -0.03px;
}
#HeaderFont {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03px;
}
#BodyMenuFont {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
}
#BodyFont {
  font-size: 14px;
  letter-spacing: -0.03px;
}
#CaptionFont {
  font-size: 12px;
  letter-spacing: -0.02px;
}
#ButtonFont {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
}
#OverflowEllipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  background-color: #ffffff;
  font-family: Roboto;
  overflow: auto;
  font-size: 14px;
  color: #212121;
  margin: 0px;
  /*--- START Custom material ---*/
  /*--- START ExpansionPanel ---*/
  /*--- START ExpansionPanel ---*/
  /*--- START KeyboardTimePicker ---*/
  /*--- START KeyboardTimePicker ---*/
  /*--- START Switch ---*/
  /*--- START Switch ---*/
  /*--- START Tooltip ---*/
  /*--- START Tooltip ---*/
  /*--- START Button ---*/
  /*--- START Button ---*/
  /*--- START IconButton ---*/
  /*--- END IconButton ---*/
  /*--- END Custom material ---*/
  /*--- START Loading ---*/
  /*--- END Loading ---*/
  /*--- START Loading content icon ---*/
  /*--- END Loading content icon ---*/
  /*--- START Main ---*/
  /*--- END Main ---*/
  /*--- START Header ---*/
  /*--- END Header ---*/
  /*--- START Sidebar ---*/
  /*--- END Sidebar ---*/
  /*--- START Selected nvr ---*/
  /*--- END Selected nvr ---*/
  /*--- START Web container content ---*/
  /*--- END Web container content ---*/
  /*--- START Template dialog ---*/
  /*--- END Template dialog ---*/
  /*--- START Placeholder Loading ---*/
  /*--- END Placeholder Loading ---*/
  /*--- START Time picker scrollbar ---*/
  /*--- END Time picker scrollbar ---*/
}
body div,
body i,
body button {
  outline: none !important;
}
body label {
  margin-bottom: 0px;
  font-weight: normal;
}
body a {
  cursor: pointer;
}
body a:hover {
  text-decoration: none;
}
body input::-ms-clear {
  width: 0;
  height: 0;
}
body input[type='number'] {
  -moz-appearance: textfield;
}
body input[type='number']::-webkit-outer-spin-button,
body input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .error-message-container {
  width: 100%;
  text-align: left;
  margin: 10px 0px;
}
body .error-message-container .error-message {
  font-family: Roboto;
  font-weight: normal;
  font-size: 12px;
  color: #d9534f;
}
body .icon-notification {
  background-color: #00b1ff;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  display: inline;
  padding: 2px 13px 2px 13px;
  margin-left: 10px;
}
body .web-link {
  color: #00b1ff;
  cursor: pointer;
  text-decoration: none;
}
body .web-link:hover {
  text-decoration: underline;
  color: #00b1ff;
}
body .display-none {
  display: none !important;
}
body .matched-search-text {
  background-color: #ffec3d;
}
body .cursor-pointer {
  cursor: pointer !important;
}
body #webpack-dev-server-client-overlay {
  display: none;
}
body.dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .MuiExpansionPanel-root .MuiExpansionPanelSummary-root .MuiExpansionPanelSummary-content {
  font-size: 16px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #212121;
}
body .hide-icon .MuiIconButton-root {
  display: none;
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .MuiSwitch-root .MuiSwitch-switchBase.Mui-checked {
    left: 35%;
    -webkit-transform: none;
            transform: none;
  }
}
body .MuiTooltip-popper .MuiTooltip-tooltip {
  font-size: 12px;
}
body .i3-error-tooltip {
  display: none;
}
body .i3-error-tooltip .MuiTooltip-tooltip {
  background-color: #d9534f;
  color: #fff;
}
body .i3-error-tooltip.show {
  display: block;
}
body .MuiButton-root {
  min-width: 88px;
  text-transform: none;
  white-space: nowrap;
}
body .MuiIconButton-root.MuiButtonBase-root.filter-btn {
  padding: 6px;
  margin-left: 4px;
}
body .MuiIconButton-root.MuiButtonBase-root.filter-btn i[class^='icon-'],
body .MuiIconButton-root.MuiButtonBase-root.filter-btn i[class*=' icon-'] {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
body .MuiIconButton-root.MuiButtonBase-root.filter-btn i[class^='icon-']::before,
body .MuiIconButton-root.MuiButtonBase-root.filter-btn i[class*=' icon-']::before {
  display: block;
}
body .loading {
  background-color: rgba(255, 255, 255, 0);
  display: none;
  text-align: center;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .spinner {
  width: 40px;
  height: 40px;
  position: relative;
}
body .cube1,
body .cube2 {
  background-color: #00b1ff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
body .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
body .loading-content-icon {
  width: 36px;
  height: 36px;
  position: relative;
}
body .loading-content-icon div {
  position: absolute;
  border: 1px solid #757575;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: loading-content-icon 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: loading-content-icon 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
body .loading-content-icon div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@-webkit-keyframes loading-content-icon {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes loading-content-icon {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
body .main.simple-gui .web-container {
  top: 0px;
  width: calc(100vw);
  height: calc(100vh);
}
body .main.simple-gui .web-container .tree-data-container .nvr-tab-container .camera-list-container {
  max-height: calc(100vh - 191px);
}
body .header {
  width: 100%;
  height: 64px;
  background-color: #2e2e2e;
  position: fixed;
  z-index: 10;
  top: 0px;
}
body .header .header-logo {
  width: 80px;
  height: 64px;
  background: #005673;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .header .header-logo img {
  width: 80px;
}
body .header .header-logo i {
  color: #ffffff;
  font-size: 26px;
}
body .header .header-content {
  height: 64px;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .header .header-content .element {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
body .header .header-content .element #wid-i3host-user-menu {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #efefef;
}
body .header .header-content .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
}
body .header .header-content .right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 25px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
body .header .header-content .right .trial-license {
  color: #177ddc;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
}
body .header .header-content .right .trial-license.expired {
  color: #d9534f;
}
body .header .header-content .header-left-logo img {
  max-height: 30px;
}
body .header .header-content.no-padding {
  padding-left: 0;
}
body .header .header-content.no-padding .left {
  padding-left: 24px;
}
body .header .header-content.no-padding .header-left-logo {
  cursor: pointer;
}
body .header .app-name {
  color: #ffffff;
  font-size: 14px;
  padding: 0px 0px 0px 11px;
  margin: 0px 0px 0px 8px;
  position: relative;
  line-height: 1.1;
}
body .header .app-name::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #757575;
}
body .sidebar {
  width: 80px;
  background-color: #353535;
  float: left;
  position: fixed;
  margin-top: 64px;
  height: 100vh;
  top: 0px;
  z-index: 3;
}
body .sidebar .sidebar-content {
  overflow-y: auto;
  height: calc(100% - 120px);
  margin: 0px;
  padding: 0px;
}
body .sidebar .sidebar-content .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .sidebar .sidebar-content .element .symbol {
  font-size: 22px;
  color: #ffffff;
  margin-right: 0px;
  height: 35px;
}
body .sidebar .sidebar-content .element:hover {
  background-color: #23282f;
}
body .sidebar .sidebar-content .element:hover .sidebar-toggle-icon {
  cursor: default;
}
body .sidebar .sidebar-content .selected-element {
  background-color: #29b6f6;
  color: #fff;
}
body .sidebar .sidebar-content .selected-element .symbol {
  color: #fff;
}
body .sidebar .sidebar-content .selected-element .sidebar-toggle-icon {
  color: #fff;
  cursor: default;
}
body .sidebar .sidebar-content .element-lvl1 {
  height: 80px;
}
body .sidebar .sidebar-content .element-lvl1 .element-child {
  padding-left: 0px;
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .sidebar .sidebar-content .element-lvl1 .element-child .element-child-text {
  font-size: 14px;
  height: 21px;
  display: block;
}
body .sidebar .sidebar-content.dialog {
  height: auto;
}
body .sidebar .sidebar-content.dialog .element .symbol {
  height: auto;
}
body .sidebar .sidebar-content.dialog .element-lvl1 {
  height: calc(80px - 24px);
}
body .sidebar .sidebar-content.dialog .element-lvl1 .element-child {
  height: calc(80px - 24px);
}
body .sidebar .sidebar-content.dialog .selected-element {
  background-color: transparent;
}
body .sidebar .sidebar-content .disabled-element {
  opacity: 0.5;
  cursor: default;
}
body .sidebar .sidebar-content .disabled-element .element-child {
  cursor: default;
}
body .sidebar .sidebar-content .disabled-element:hover {
  background-color: #353535;
  border: none;
}
body .selected-nvr-container {
  width: calc(100% - 2 * 16px);
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  background-color: #ffffff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 8px 8px;
  margin: 0px 16px;
  padding: 0px 16px;
  /*--- START Division ---*/
  /*--- END Division ---*/
  /*--- START Fullscreen btn ---*/
  /*--- END Fullscreen btn ---*/
  /*--- START Site ---*/
  /*--- END Site ---*/
  /*--- START Assigncameras btn ---*/
  /*--- END Assigncameras btn ---*/
  /*--- START Global setting ---*/
  /*--- END Global setting ---*/
}
body .selected-nvr-container .left,
body .selected-nvr-container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .selected-nvr-container .division-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}
body .selected-nvr-container .division-container .change-btn {
  width: 30px;
  height: 30px;
  border-radius: 0px;
}
body .selected-nvr-container .division-container .change-btn img {
  width: 24px;
  height: 24px;
}
body .selected-nvr-container .full-screen-btn {
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
body .selected-nvr-container .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 107px;
}
body .selected-nvr-container .site-container .icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: #eee;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #757575;
}
body .selected-nvr-container .site-container .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}
body .selected-nvr-container .site-container .info-container .site-name {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #212121;
}
body .selected-nvr-container .site-container .info-container .camera-num {
  font-size: 12px;
  letter-spacing: -0.02px;
  color: #757575;
}
body .selected-nvr-container .assign-cameras-btn {
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
body .selected-nvr-container .global-setting-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .selected-nvr-container .global-setting-container .show-btn {
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
body .web-container {
  position: fixed;
  right: 0px;
  top: 64px;
  width: calc(100vw - 80px);
  height: calc(100vh - 64px);
  overflow: auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .web-container .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 36px;
  margin-top: 0px;
  margin-bottom: 16px;
}
body .web-container .page-header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
body .web-container .page-header .left .title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.04px;
  color: #212121;
}
body .web-container .page-header .right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .web-container .page-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
body .web-container.tree-data-hidden .tree-data-container {
  display: none;
}
body .web-container.tree-data-collapsed .tree-data-container {
  padding-right: 24px;
  margin-left: calc(24px - 260px);
}
body .web-container.tree-data-collapsed .page-content {
  width: calc(100% - 24px);
}
body .web-container.tree-data-expanded .page-content {
  width: calc(100% - 260px);
}
body .template-dialog .content-container {
  padding: 0px 24px;
  display: inline-block;
}
body .template-dialog .content-container .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .template-dialog .content-container .title-container .title {
  font-size: 20px;
  letter-spacing: -0.04px;
  font-family: Roboto;
  font-weight: 500;
}
body .template-dialog .content-container .title-container .text-right {
  text-align: right;
}
body .template-dialog .content-container .title-container .MuiButton-root {
  margin-left: 12px;
}
body .template-dialog .content-container .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body .template-dialog .content-container .footer-container .MuiButton-root {
  margin-left: 12px;
}
body .template-dialog .body-container {
  padding: 0px;
  overflow: visible;
}
body .template-dialog .MuiPaper-root {
  max-height: calc(100% - 20px);
}
@-webkit-keyframes ph-animation {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
}
@keyframes ph-animation {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
}
body .ph-loading-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  direction: ltr;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .ph-loading-item * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .ph-loading-item::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .ph-loading-item::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  pointer-events: none;
  content: ' ';
  background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), color-stop(54%, rgba(255, 255, 255, 0))) 50% 50%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  -webkit-animation: ph-animation 1.4s linear infinite;
          animation: ph-animation 1.4s linear infinite;
}
body .ph-loading-item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
body .ph-loading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -7.5px;
}
body .ph-loading-row div {
  height: var(--height, 10px);
  margin-top: 7.5px;
  background-color: #ced4da;
}
body .ph-loading-row .big {
  height: var(--height, 20px);
}
body .ph-loading-row .empty {
  background-color: rgba(255, 255, 255, 0);
}
body .ph-loading-row.big div {
  height: var(--height, 20px);
}
body .ph-loading-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
}
body .ph-loading-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
}
body .ph-loading-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
body .ph-loading-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
}
body .ph-loading-col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
}
body .ph-loading-col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
body .ph-loading-col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
}
body .ph-loading-col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
}
body .ph-loading-col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
body .ph-loading-col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
}
body .ph-loading-col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
}
body .ph-loading-col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
body [class*='ph-col'] {
  direction: ltr;
}
body [class*='ph-col'] > * + .ph-loading-row {
  margin-top: 0;
}
body [class*='ph-col'] > * + * {
  margin-top: 7.5px;
}
body .ph-loading-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  overflow: hidden;
  background-color: #ced4da;
  border-radius: 50%;
}
body .ph-loading-avatar::before {
  display: block;
  padding-top: 100%;
  content: ' ';
}
body .ph-loading-picture {
  width: var(--width, 100%);
  height: var(--height, 120px);
  background-color: #ced4da;
}
body .time-picker-popover .MuiList-root {
  width: 60px;
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd transparent;
}
body .no-permissions-page {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .no-permissions-page .no-permissions-content {
  display: inline;
}
body .no-permissions-page .no-permissions-content img {
  width: 400px;
}
body .no-permissions-page .no-permissions-content .no-permissions-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  font-size: 32px;
}
body .live-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 16px);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 16px;
  overflow: hidden;
  /*--- START Live list container ---*/
  /*--- END Live list container ---*/
  /*--- START Nav bar container ---*/
  /*--- END Nav bar container ---*/
}
body .live-page .live-list-container {
  overflow: auto;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 16px;
  padding-bottom: 11px;
  background-color: #eeeeee;
  overflow: hidden;
  /*--- START Live item ---*/
  /*--- END Live item ---*/
}
body .live-page .live-list-container .live-item-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddada;
  margin-left: 0px;
  margin-bottom: 0px;
  position: relative;
  width: calc(100% - 5px);
  height: calc(100% - 4px);
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*--- START No assigned ---*/
  /*--- END No assigned ---*/
  /*--- START Nav btn ---*/
  /*--- END Nav btn ---*/
}
body .live-page .live-list-container .live-item-container .container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  /*--- START Video container ---*/
  /*--- END Video container ---*/
  /*--- START Item header ---*/
  /*--- END Item header ---*/
  /*--- START Item Nerd Info ---*/
  /*--- END Item Nerd Info ---*/
  /*--- START Item Preset & Tour ---*/
  /*--- END Item Preset & Tour ---*/
  /*--- START Item Server Time ---*/
  /*--- END Item Server Time ---*/
}
body .live-page .live-list-container .live-item-container .container .video-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*--- START Feature ---*/
  /*--- END Feature ---*/
}
body .live-page .live-list-container .live-item-container .container .video-container .error-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
body .live-page .live-list-container .live-item-container .container .video-container .error-container .error {
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #ffffff;
  margin-bottom: 5px;
}
body .live-page .live-list-container .live-item-container .container .video-container .error-container .reconnect-btn {
  margin-top: 5px;
  color: #ffffff;
}
body .live-page .live-list-container .live-item-container .container .video-container .error-container .video-loss-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  letter-spacing: -0.02px;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .live-page .live-list-container .live-item-container .container .video-container .error-container .video-loss-container .icon {
  margin-top: 5px;
  font-size: 48px;
}
body .live-page .live-list-container .live-item-container .container .video-container .error-container .video-loss-container .error {
  font-size: 12px;
  letter-spacing: -0.02px;
}
body .live-page .live-list-container .live-item-container .container .video-container .feature-container {
  z-index: 2;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 36px;
  height: auto;
  padding-top: 5px;
  background-color: rgba(33, 33, 33, 0.6);
  color: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  /*--- START Item Video Quality Badge  ---*/
  /*--- END Item Video Quality Badge  ---*/
}
body .live-page .live-list-container .live-item-container .container .video-container .feature-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .live-page .live-list-container .live-item-container .container .video-container .feature-container .btn {
  color: #ffffff;
}
body .live-page .live-list-container .live-item-container .container .video-container .feature-container .selected-btn {
  color: #00b1ff;
}
body .live-page .live-list-container .live-item-container .container .video-container .feature-container .video-quality-badge-container .MuiBadge-badge {
  padding: 2px 1px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  font-size: 8px;
  font-weight: 500;
  line-height: 10px;
  color: #212121;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: unset;
          transform-origin: unset;
  height: 12px;
  top: -1px;
}
body .live-page .live-list-container .live-item-container .container .video-container.dewarp .i3-video-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .live-page .live-list-container .live-item-container .container .video-container.dewarp .i3-video-js .vjs-tech,
body .live-page .live-list-container .live-item-container .container .video-container.dewarp .i3-video-js .i3-video-js-container {
  display: none;
}
body .live-page .live-list-container .live-item-container .container .video-container.in-interactive-view-mode .feature-container {
  bottom: calc(50% + 3px);
}
body .live-page .live-list-container .live-item-container .container .video-container.video-full-width .i3-video-js .vjs-tech {
  width: 100%;
  height: auto;
}
body .live-page .live-list-container .live-item-container .container .video-container.video-full-height .i3-video-js .vjs-tech {
  width: auto;
  height: 100%;
}
body .live-page .live-list-container .live-item-container .container .video-container.video-original-resolution .i3-video-js .vjs-tech {
  max-width: 100%;
  max-height: 100%;
  width: var(--videoWidth, auto);
  height: var(--videoHeight, auto);
  -o-object-fit: contain;
     object-fit: contain;
}
body .live-page .live-list-container .live-item-container .container .video-container.preset-tour-open {
  width: calc(100% - 268px);
}
body .live-page .live-list-container .live-item-container .container .video-container .dewarp-overlay-canvas {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
body .live-page .live-list-container .live-item-container .container .i3-video-js .vjs-tech {
  position: static;
}
body .live-page .live-list-container .live-item-container .container .item-header-container {
  z-index: 3;
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  position: absolute;
  top: 0px;
  left: 0px;
}
body .live-page .live-list-container .live-item-container .container .item-header-container .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .live-page .live-list-container .live-item-container .container .item-header-container .side.left {
  width: auto;
  max-width: calc(100% - 60px);
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(51, 51, 51, 0.6);
  padding-top: 5px;
  -webkit-transform: translate(0px, -52px);
          transform: translate(0px, -52px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body .live-page .live-list-container .live-item-container .container .item-header-container .side.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 24px;
  padding-right: 2px;
  padding-top: 2px;
  background-color: rgba(51, 51, 51, 0.6);
  -webkit-transform: translate(0px, -52px);
          transform: translate(0px, -52px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body .live-page .live-list-container .live-item-container .container .item-header-container .channel-name {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .live-page .live-list-container .live-item-container .container .item-header-container .channel-name .name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
body .live-page .live-list-container .live-item-container .container .item-header-container .remove-btn,
body .live-page .live-list-container .live-item-container .container .item-header-container .restore-btn {
  font-size: 14px;
  color: #fff;
}
body .live-page .live-list-container .live-item-container .container .item-header-container.show .side.left {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
body .live-page .live-list-container .live-item-container .container .item-header-container .touring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  position: absolute;
  right: 32px;
  top: 0;
  padding-top: 2px;
  height: 24px;
  background-color: rgba(51, 51, 51, 0.6);
}
body .live-page .live-list-container .live-item-container .container .item-header-container .touring img {
  width: 20px;
  height: 20px;
}
body .live-page .live-list-container .live-item-container .container .item-header-container .touring .title {
  font-family: Roboto;
  font-weight: 500;
  color: #ffffff;
  font-size: 10px;
  line-height: 18px;
}
body .live-page .live-list-container .live-item-container .container .item-nerd-info-container {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: -0.02px;
}
body .live-page .live-list-container .live-item-container .container .item-nerd-info-container span:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container {
  height: 100%;
  max-width: 268px;
  width: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 99;
  overflow: auto;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 0;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-header .title {
  margin: 0;
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #212121;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-header .close-preset-btn {
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  padding: 0;
  width: 28px;
  height: 28px;
  color: #757575;
  margin-right: -8px;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-header .title {
  font-family: Roboto;
  font-weight: 500;
  color: #212121;
  font-size: 16px;
  line-height: 24px;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-header .MuiButton-root {
  padding: 6px 12px;
  margin: 0;
  min-width: auto;
  min-height: auto;
  line-height: unset;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .preset-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 5px 8px 5px 16px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .preset-item-container:hover .MuiIconButton-root {
  opacity: 1;
  visibility: visible;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .preset-item-container.active {
  border: 1px solid #0c98f5;
  background: #badffb;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .preset-item-container.renaming {
  padding: 5px 8px 5px 8px;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .preset-item-container .title {
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .preset-item-container .MuiIconButton-root {
  font-size: 11px;
  padding: 8px 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .preset-item-container .MuiFormControl-root {
  margin: 0;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .preset-item-container .MuiFormControl-root .MuiTextField-root {
  width: 100%;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .preset-item-container .MuiFormControl-root .MuiTextField-root .MuiInputBase-root .MuiInputBase-input {
  padding: 4px 8px;
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .preset-item-container .MuiFormControl-root .form-control-error {
  display: none;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .tour-item-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 8px;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .tour-item-container .control-btn {
  opacity: 1;
  visibility: visible;
  font-size: 14px;
  color: #757575;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .tour-item-container .control-btn .icon-playing-anim {
  width: 20px;
  height: 20px;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-tour-container-body .tour-item-container .more-btn {
  margin-left: auto;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .divider {
  position: relative;
  padding: 0 16px;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .divider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background-color: #eeeeee;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .preset-container {
  padding: 0 16px;
}
body .live-page .live-list-container .live-item-container .container .preset-tour-container .tour-container {
  padding: 0 16px 16px;
}
body .live-page .live-list-container .live-item-container .container .server-time-container {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: -0.02px;
}
body .live-page .live-list-container .live-item-container .container:hover .video-container .feature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .live-page .live-list-container .live-item-container .container:hover .item-header-container .side.left,
body .live-page .live-list-container .live-item-container .container:hover .item-header-container .side.right {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
body .live-page .live-list-container .live-item-container .no-assigned-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #212121;
  font-size: 16px;
  letter-spacing: -0.03px;
  color: #bdbdbd;
}
body .live-page .live-list-container .live-item-container .no-assigned-container .icon {
  font-size: 36px;
  margin-bottom: 10px;
}
body .live-page .live-list-container .live-item-container .nav-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
  z-index: 2;
  min-width: 56px;
  width: 56px;
  border-radius: 2px;
  background: rgba(222, 222, 222, 0.6);
  height: 128px;
  font-size: 18px;
}
body .live-page .live-list-container .live-item-container .nav-btn.prev {
  left: 0px;
}
body .live-page .live-list-container .live-item-container .nav-btn.next {
  right: 0px;
}
body .live-page .live-list-container .live-item-container.full-screen {
  border: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  margin: 0px;
  z-index: 2;
  padding-top: 0px !important;
}
body .live-page .live-list-container .live-item-container.full-screen .container {
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
body .live-page .live-list-container .live-item-container.multiple .container .i3-video-js {
  -o-object-fit: cover;
     object-fit: cover;
}
body .live-page .live-list-container .live-item-container.multiple .container .i3-video-js .vjs-tech {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body .live-page .live-list-container .live-item-container:hover .nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .live-page .live-list-container .live-item-container.stretch .container .video-container .i3-video-js .vjs-tech {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
body .live-page .live-list-container .live-item-container.live-scrolling-item-container .container .video-container {
  background-color: #212121;
}
body .live-page .one-division .live-item-container {
  width: 100%;
}
body .live-page .four-divisions .live-item-container {
  width: calc(100% / 2 - ((2 - 1) * 4px / 2));
  height: calc(100% / 2 - 4px);
  margin-right: 4px;
}
body .live-page .four-divisions .live-item-container:nth-child(2n) {
  margin-right: 0px;
}
body .live-page .nine-divisions .live-item-container {
  width: calc(100% / 3 - ((3 - 1) * 4px / 3));
  height: calc(100% / 3 - 4px);
  margin-right: 4px;
}
body .live-page .nine-divisions .live-item-container:nth-child(3n) {
  margin-right: 0px;
}
body .live-page .sixteen-divisions .live-item-container {
  width: calc(100% / 4 - ((4 - 1) * 4px / 4));
  height: calc(100% / 4 - 4px);
  margin-right: 4px;
}
body .live-page .sixteen-divisions .live-item-container:nth-child(4n) {
  margin-right: 0px;
}
body .live-page .nav-bar-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 94px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  border-radius: 70px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  right: 17px;
  bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .live-page .nav-bar-container .nav-btn {
  gap: 4px;
  color: #fff;
}
body .live-page .nav-bar-container .nav-btn.Mui-disabled {
  opacity: 0.4;
}
body .live-page .nav-bar-container .current-page {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.04px;
  margin: 0px 8px;
}
body .live-page .nav-bar-container .current-page.disabled {
  color: #bdbdbd;
}
body .live-page .nav-bar-container:hover {
  background: #fff;
}
body .live-page .nav-bar-container:hover .nav-btn {
  color: #212121;
}
body .live-page .nav-bar-container:hover .nav-btn.Mui-disabled {
  opacity: 0.4;
}
body .live-page.full-screen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  margin: 0px;
  z-index: 2;
  padding: 0px;
}
body .live-page.full-screen .live-list-container {
  padding: 0px;
}
body .live-page.full-screen .nav-bar-container {
  right: 2px;
  bottom: 6px;
}
body .search-page {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #eeeeee;
  height: calc(100% - 44px);
  padding: 16px 16px 0px 16px;
  /* START Searching camera */
  /* END Searching camera */
}
body .search-page .searching-camera-container {
  position: relative;
  height: calc(100% - 169px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  gap: 0px;
}
body .search-page .searching-camera-container .title-container {
  position: relative;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #212121;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
}
body .search-page .searching-camera-container .title-container .time {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body .search-page .searching-camera-container .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 4px);
  width: 100%;
  background-color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  /*--- START Item header ---*/
  /*--- END Item header ---*/
  /*--- START Item Nerd Info ---*/
  /*--- END Item Nerd Info ---*/
  /*--- START Video container ---*/
  /*--- END Video container ---*/
}
body .search-page .searching-camera-container .container .i3-video-js {
  width: 100%;
  max-height: 100%;
}
body .search-page .searching-camera-container .container .i3-video-js .vjs-tech {
  position: static;
}
body .search-page .searching-camera-container .container .item-header-container {
  z-index: 3;
  width: 100%;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  position: absolute;
  top: 0px;
  left: 0px;
}
body .search-page .searching-camera-container .container .item-header-container .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .search-page .searching-camera-container .container .item-header-container .side.left {
  width: auto;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(51, 51, 51, 0.6);
  padding-top: 5px;
  -webkit-transform: translate(0px, -61px);
          transform: translate(0px, -61px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body .search-page .searching-camera-container .container .item-header-container .side.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: auto;
  height: 24px;
  padding-right: 2px;
  padding-top: 2px;
  background-color: rgba(51, 51, 51, 0.6);
  -webkit-transform: translate(0px, -61px);
          transform: translate(0px, -61px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body .search-page .searching-camera-container .container .item-header-container .channel-name {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .search-page .searching-camera-container .container .item-header-container .channel-name .name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
body .search-page .searching-camera-container .container .item-header-container .real-time {
  font-size: 12px;
  letter-spacing: -0.02px;
  margin-top: 0px;
  margin-bottom: 3px;
}
body .search-page .searching-camera-container .container .item-header-container .remove-btn {
  font-size: 14px;
  color: #fff;
}
body .search-page .searching-camera-container .container .item-header-container.show .side.left {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
body .search-page .searching-camera-container .container .item-nerd-info-container {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: -0.02px;
}
body .search-page .searching-camera-container .container .item-nerd-info-container span:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}
body .search-page .searching-camera-container .container .video-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
body .search-page .searching-camera-container .container .video-container .error-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
}
body .search-page .searching-camera-container .container .video-container .error-container .error-icon {
  font-size: 70px;
  margin-bottom: 10px;
}
body .search-page .searching-camera-container .container .video-container .error-container .error-txt {
  margin-bottom: 10px;
}
body .search-page .searching-camera-container .container .video-container .error-container .reconnect-btn {
  margin-top: 10px;
  color: #ffffff;
}
body .search-page .searching-camera-container .container .video-container .feature-container {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 36px;
  height: auto;
  padding-top: 5px;
  background-color: rgba(33, 33, 33, 0.8);
  color: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  z-index: 2;
}
body .search-page .searching-camera-container .container .video-container .feature-container .btn {
  color: #ffffff;
}
body .search-page .searching-camera-container .container .video-container .feature-container .selected-btn {
  color: #00b1ff;
}
body .search-page .searching-camera-container .container .video-container .feature-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .search-page .searching-camera-container .container .video-container .nav-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
  z-index: 2;
  min-width: 56px;
  width: 56px;
  border-radius: 2px;
  background: rgba(222, 222, 222, 0.6);
  height: 128px;
  font-size: 18px;
}
body .search-page .searching-camera-container .container .video-container .nav-btn.prev {
  left: 0px;
}
body .search-page .searching-camera-container .container .video-container .nav-btn.next {
  right: 0px;
}
body .search-page .searching-camera-container .container .video-container #area-filter-canvas-container {
  position: absolute !important;
  z-index: 3;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
body .search-page .searching-camera-container .container .video-container #area-filter-canvas-container .drawing-background {
  height: 100%;
}
body .search-page .searching-camera-container .container .video-container:hover .feature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .search-page .searching-camera-container .container .video-container:hover .nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .search-page .searching-camera-container .container .video-container.dewarp .i3-video-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .search-page .searching-camera-container .container .video-container.dewarp .i3-video-js .vjs-tech,
body .search-page .searching-camera-container .container .video-container.dewarp .i3-video-js .i3-video-js-container {
  display: none;
}
body .search-page .searching-camera-container .container .video-container.in-interactive-view-mode .feature-container {
  bottom: calc(50% + 3px);
}
body .search-page .searching-camera-container .container .video-container.video-full-width .i3-video-js .vjs-tech {
  width: 100%;
  height: auto;
}
body .search-page .searching-camera-container .container .video-container.video-full-height .i3-video-js .vjs-tech {
  width: auto;
  height: 100%;
}
body .search-page .searching-camera-container .container .video-container .dewarp-overlay-canvas {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
body .search-page .searching-camera-container .container:hover .item-header-container .side.left,
body .search-page .searching-camera-container .container:hover .item-header-container .side.right {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
body .search-page .searching-camera-container .ai-result-container {
  width: 388px;
  height: calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 1px solid #eee;
  gap: 16px;
  padding: 12px;
  padding-bottom: 0px;
  background-color: #fff;
}
body .search-page .searching-camera-container .ai-result-container .not-supported {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #616161;
  margin-top: 125px;
  padding: 0px 66px;
  text-align: center;
  line-height: 22px;
}
body .search-page .searching-camera-container .ai-result-container .i3-load-page-content-waiting {
  margin-top: 80px;
}
body .search-page .searching-camera-container .ai-result-container .i3-load-page-content-waiting .label {
  color: #424242;
}
body .search-page .searching-camera-container .ai-result-container .expand-btn {
  width: 36px;
  height: 36px;
  font-size: 14px;
  padding: 0px;
  color: #616161;
  position: absolute;
  right: 12px;
  top: 12px;
  border: 1px solid #eee;
  border-radius: 8px;
}
body .search-page .searching-camera-container .ai-result-container .collapsed-text {
  display: none;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-weight: 600;
  color: #616161;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  cursor: default;
}
body .search-page .searching-camera-container .ai-result-container .ai-type-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4px;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 8px;
  background-color: #eee;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
}
body .search-page .searching-camera-container .ai-result-container .ai-type-container .ai-type-btn {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-weight: 600;
  color: #424242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
body .search-page .searching-camera-container .ai-result-container .ai-type-container .ai-type-btn.selected {
  color: #fff;
  background-color: #00b1ff;
}
body .search-page .searching-camera-container .ai-result-container .ai-type-container .ai-type-btn.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(0, 0, 0, 0.12);
}
body .search-page .searching-camera-container .ai-result-container .ai-event-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 28px;
}
body .search-page .searching-camera-container .ai-result-container .ai-event-filter-container .ai-event-btn {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-weight: 600;
  color: #757575;
  height: 30px;
  width: auto;
  min-width: 0px;
  padding: 4px 8px;
  border-radius: 8px;
  gap: 4px;
  border-color: #e0e0e0;
}
body .search-page .searching-camera-container .ai-result-container .ai-event-filter-container .ai-event-btn .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color, 'unset');
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .search-page .searching-camera-container .ai-result-container .ai-event-filter-container .ai-event-btn.selected {
  color: #212121;
  border-color: #00b1ff;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
  height: calc(100% - var(--otherHeight, 0px) - 48px);
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-list-container .ai-thumbnail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 176px;
  border-radius: 8px;
  width: calc(100% / 2 - 6px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-list-container .ai-thumbnail-item .thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #212121;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-list-container .ai-thumbnail-item .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color, 'unset');
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-list-container .ai-thumbnail-item .time {
  position: absolute;
  top: 4px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 999px;
  background-color: #fff;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-list-container .ai-thumbnail-item .time .value {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-weight: 600;
  color: #212121;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-list-container .ai-thumbnail-item:hover {
  opacity: 0.85;
  cursor: pointer;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-total-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-total-container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-total-container .left .total {
  font-size: 12px;
  letter-spacing: -0.02px;
  font-family: Roboto;
  font-weight: 500;
  color: #616161;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-total-container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-total-container .right .time-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .ai-thumbnail-total-container .right .time-options .time-option-btn {
  min-width: 0px;
  min-height: 0px;
  height: 18px;
  line-height: 0px;
  padding: 0px 2px;
  font-size: 12px;
  letter-spacing: -0.02px;
  font-family: Roboto;
  font-weight: 500;
  color: #616161;
}
body .search-page .searching-camera-container .ai-result-container .ai-thumbnail-container .i3-load-page-content-waiting {
  margin-top: 10px;
}
body .search-page .searching-camera-container .ai-result-container .ai-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
body .search-page .searching-camera-container .ai-result-container .ai-filter-container .filter-label {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-weight: 600;
  color: #212121;
  margin-top: 6px;
}
body .search-page .searching-camera-container .ai-result-container .ai-filter-container .ai-filter-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
body .search-page .searching-camera-container .ai-result-container .ai-filter-container .ai-filter-btn-container .filter-btn {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #212121;
  height: 30px;
  width: auto;
  min-width: 0px;
  padding: 4px 8px;
  border-radius: 8px;
  gap: 6px;
  border-color: #e0e0e0;
}
body .search-page .searching-camera-container .ai-result-container .ai-filter-container .ai-filter-btn-container .filter-btn.has-changed {
  background-color: #8fcbfa;
  border-color: #8fcbfa;
}
body .search-page .searching-camera-container .ai-result-container .ai-filter-container .ai-filter-btn-container .filter-btn .clear-btn {
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  margin-right: -7px;
}
body .search-page .searching-camera-container .ai-result-container .ai-filter-container .ai-filter-btn-container .filter-btn.color-filter .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background-color: var(--color, 'unset');
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .search-page .searching-camera-container .ai-result-container .ai-filter-container .ai-filter-btn-container .filter-btn.area-filter {
  border: 1px solid rgba(0, 0, 0, 0.23);
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .search-page .searching-camera-container .ai-result-container .ai-filter-container .ai-filter-btn-container .filter-btn.area-filter .MuiCheckbox-root {
  padding: 0px;
  margin: 0px;
}
body .search-page .searching-camera-container .ai-result-container .ai-filter-container .ai-filter-btn-container .filter-btn.area-filter .MuiFormControlLabel-label {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #212121;
}
body .search-page .searching-camera-container .ai-result-container.collapsed {
  width: 36px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .search-page .searching-camera-container .ai-result-container.collapsed .collapsed-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .search-page .searching-camera-container .ai-result-container.collapsed .not-supported,
body .search-page .searching-camera-container .ai-result-container.collapsed .i3-load-page-content-waiting,
body .search-page .searching-camera-container .ai-result-container.collapsed .ai-event-filter-container,
body .search-page .searching-camera-container .ai-result-container.collapsed .ai-thumbnail-container,
body .search-page .searching-camera-container .ai-result-container.collapsed .ai-filter-container,
body .search-page .searching-camera-container .ai-result-container.collapsed .ai-type-container {
  display: none;
}
body .search-page .searching-camera-container .ai-result-container.collapsed .expand-btn {
  right: 0px;
}
body .search-page .searching-camera-container.stretch .container .video-container .i3-video-js {
  -o-object-fit: cover;
     object-fit: cover;
}
body .search-page .searching-camera-container.stretch .container .video-container .i3-video-js .vjs-tech {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
body .search-page .tools-container {
  background-color: #212121;
  overflow-x: clip;
}
body .search-page .tools-container .icon-white {
  color: #ffffff;
}
body .search-page .tools-container .search-time-ruler-container {
  position: relative;
  height: 70px;
}
body .search-page .tools-container .search-time-ruler-container:not(:hover) .thumbnail {
  display: none;
}
body .search-page .tools-container .tool-header-container {
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}
body .search-page .tools-container .tool-header-container .tool-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 14px;
  width: 270px;
  min-width: 420px;
}
body .search-page .tools-container .tool-header-container .tool-control .fast-forward-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000000;
  border: 1px solid #757575;
  border-radius: 8px;
}
body .search-page .tools-container .tool-header-container .tool-control .fast-forward-box .fast-forward-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 20px;
  cursor: pointer;
  color: #bdbdbd;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 2px 6px 1px 6px;
}
body .search-page .tools-container .tool-header-container .tool-control .fast-forward-box .fast-forward-item.disabled {
  opacity: 0.4;
  cursor: default;
}
body .search-page .tools-container .tool-header-container .tool-control .fast-forward-box .fast-forward-item.active {
  color: #ffffff;
  background: #00afff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}
body .search-page .tools-container .tool-header-container .tool-control .btn {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
body .search-page .tools-container .tool-header-container .tool-control .btn.play-btn {
  background: #53ba42;
  padding-left: 6px;
}
body .search-page .tools-container .tool-header-container .tool-control .btn.pause-btn {
  background: #db4537;
}
body .search-page .tools-container .tool-header-container .tool-control .btn.Mui-disabled {
  opacity: 0.26;
}
body .search-page .tools-container .tool-header-container .tool-control .previous-frame-btn {
  margin-right: -6px;
}
body .search-page .tools-container .tool-header-container .tool-control .backward-second-btn {
  margin-right: 36px;
}
body .search-page .tools-container .tool-header-container .tool-control .forward-second-btn {
  margin-left: -42px;
}
body .search-page .tools-container .tool-header-container .tool-control .hidden {
  visibility: hidden;
}
body .search-page .tools-container .tool-header-container .time-format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #757575;
  height: 28px;
  width: 90px;
  border-radius: 4px;
  position: relative;
}
body .search-page .tools-container .tool-header-container .time-format span {
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}
body .search-page .tools-container .tool-header-container .time-format span.time {
  font-weight: 700;
  margin-left: 6px;
}
body .search-page .tools-container .tool-header-container .tool-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
body .search-page .tools-container .tool-header-container .tool-header-right .btn {
  font-size: 16px;
}
body .search-page .tools-container .tool-header-container .tool-header-right .btn-backup,
body .search-page .tools-container .tool-header-container .tool-header-right .btn-timelapse {
  border-radius: 4px;
  background-color: #757575;
  height: 28px;
  width: 32px;
}
body .search-page .tools-container .tool-header-container .bookmark-tool-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
body .search-page .tools-container .tool-header-container .bookmark-tool-btn-group .loading-content-icon {
  width: 20px;
  height: 20px;
}
body .search-page .tools-container .tool-header-container .bookmark-tool-btn-group .loading-content-icon div {
  border-color: #fff;
}
body .search-page .tools-container .tool-header-container .bookmark-tool-btn-group .btn-item {
  border-radius: 4px 0 0 4px;
  background-color: #757575;
  height: 28px;
  width: 32px;
  min-width: auto;
}
body .search-page .tools-container .tool-header-container .bookmark-tool-btn-group .btn-add-bookmark {
  border-radius: 0 4px 4px 0;
}
body .search-page .tools-container .tool-header-container .bookmark-tool-btn-group .btn-add-bookmark > span.total {
  border-radius: 4px;
  background: #449d44;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 700;
  width: 18px;
  height: 18px;
}
body .search-page .tools-container .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 10px;
  min-height: 22px;
  margin-top: 4px;
  padding-top: 7px;
  padding-bottom: 5px;
  border-top: 1px solid #424242;
}
body .search-page .tools-container .footer span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
body .search-page .tools-container .footer .events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
body .search-page .tools-container .footer .events .event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
body .search-page .tools-container .footer .events .event-item .event-item-box {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
body .search-page .tools-container .footer .ai-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
  padding-left: 16px;
}
body .search-page .tools-container .footer .ai-events .ai-event-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
body .search-page .tools-container .footer .ai-events .ai-event-items .ai-event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #424242;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .search-page .tools-container .footer .ai-events .ai-event-items .ai-event-item:hover {
  background-color: var(--color, 'unset');
}
body .search-page .tools-container .footer .ai-events .ai-event-items .ai-event-item.selected {
  background-color: var(--color, 'unset');
}
body .search-page .tools-container .footer .ai-events:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 13px;
  background-color: #757575;
}
body .search-page .tools-container .thumbnail {
  position: absolute;
  bottom: 71px;
  left: 0;
  z-index: 999;
  background: #757575;
  border-radius: 4px;
  overflow: hidden;
}
body .search-page .tools-container .thumbnail .thumb-img {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #bdbdbd;
}
body .search-page .tools-container .thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
}
body .search-page .tools-container .thumb-time {
  height: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #bdbdbd;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  background: #000000;
  margin-top: -2px;
}
body .search-page.full-screen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  margin: 0px;
  z-index: 2;
  padding: 0px;
}
body .search-page.full-screen .searching-camera-container {
  height: calc(100% - 144px);
}
body .backup-page {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #eeeeee;
  height: calc(100% - 44px);
  padding: 16px;
}
body .backup-page .backup-detail {
  width: 100%;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
body .backup-page .backup-detail .step-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
body .backup-page .backup-detail .step-container .step-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .backup-page .backup-detail .step-container .step-left .title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  width: 105px;
}
body .backup-page .backup-detail .step-container .step-left .steps {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 105px);
}
body .backup-page .backup-detail .step-container .step-left .steps .step-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 55px 0px 12px;
  position: relative;
  color: #757575;
  cursor: pointer;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
}
body .backup-page .backup-detail .step-container .step-left .steps .step-item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #bdbdbd;
  color: #212121;
  margin-right: 12px;
  font-size: 14px;
  cursor: pointer;
}
body .backup-page .backup-detail .step-container .step-left .steps .step-item:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 47px;
  height: 1px;
  background-color: #212121;
}
body .backup-page .backup-detail .step-container .step-left .steps .step-item.step-current {
  color: #212121;
}
body .backup-page .backup-detail .step-container .step-left .steps .step-item.step-current span {
  background-color: #00b1ff;
  color: #ffffff;
}
body .backup-page .backup-detail .step-container .step-left .steps .step-item.step-past {
  color: #212121;
}
body .backup-page .backup-detail .step-container .step-left .steps .step-item.step-past span {
  background-color: #00b1ff;
  color: #ffffff;
}
body .backup-page .backup-detail .step-container .step-right button:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 1400px) {
  body .backup-page .backup-detail .step-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .backup-page .backup-detail .step-container .step-right {
    margin-top: 8px;
  }
}
body .backup-page .backup-detail .content-container {
  padding: 16px 0px 0px 0px;
}
body .backup-page .backup-detail .content-container .step-one-content .session-name-txt {
  width: 250px;
}
body .backup-page .backup-detail .content-container .step-one-content .media-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
body .backup-page .backup-detail .content-container .step-one-content .media-options .media-item {
  width: 100px;
  height: 88px;
  background: #eeeeee;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eeeeee;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
body .backup-page .backup-detail .content-container .step-one-content .media-options .media-item i {
  font-size: 15px;
}
body .backup-page .backup-detail .content-container .step-one-content .media-options .media-item:not(:first-child) {
  margin-left: 16px;
}
body .backup-page .backup-detail .content-container .step-one-content .media-options .media-item:hover {
  cursor: pointer;
  background: #b4e7ff;
  border-color: #0787d1;
}
body .backup-page .backup-detail .content-container .step-one-content .media-options .media-item.selected {
  background: #b4e7ff;
  border-color: #0787d1;
}
body .backup-page .backup-detail .content-container .step-one-content .media-options .media-item p {
  margin: 10px 0 0;
  line-height: 22px;
}
body .backup-page .backup-detail .content-container .step-one-content .media-options.disabled .media-item:not(.selected) {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #bdbdbd;
}
body .backup-page .backup-detail .content-container .step-one-content .media-options.disabled .media-item:not(.selected):hover {
  background: #eeeeee;
  border-color: #eeeeee;
}
body .backup-page .backup-detail .content-container .step-one-content .media-options.disabled .media-item:hover {
  cursor: default;
}
body .backup-page .backup-detail .content-container .step-one-content .media-options.disabled .media-item.selected {
  color: #757575;
}
body .backup-page .backup-detail .content-container .step-one-content .stream-type-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
body .backup-page .backup-detail .content-container .step-one-content .stream-type-container .stream-type-label {
  margin-right: 8px;
  color: #212121;
  font-size: 14px;
  letter-spacing: -0.03px;
}
body .backup-page .backup-detail .content-container .step-one-content .stream-type-container .MuiFormControlLabel-root {
  margin-right: 24px;
}
body .backup-page .backup-detail .content-container .step-one-content .stream-type-container .MuiFormControlLabel-root .MuiFormControlLabel-label {
  color: #212121;
  font-size: 14px;
  letter-spacing: -0.03px;
}
body .backup-page .backup-detail .content-container .step-two-content .channels-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(91, 134, 229, 0.05);
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .backup-page .backup-detail .content-container .step-two-content .channels-header .left span {
  font-size: 14px;
}
body .backup-page .backup-detail .content-container .step-two-content .channels-header .left span.selected-channels-number {
  font-size: 12px;
  color: #757575;
  position: relative;
  padding-left: 16px;
  margin-left: 16px;
}
body .backup-page .backup-detail .content-container .step-two-content .channels-header .left span.selected-channels-number::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 1px;
  background-color: #757575;
}
body .backup-page .backup-detail .content-container .step-two-content .channels-header .search-channel-txt {
  width: 260px;
  margin: 8px 0;
}
body .backup-page .backup-detail .content-container .step-two-content .channels-header .search-channel-txt .form-control-error {
  display: none;
}
body .backup-page .backup-detail .content-container .step-two-content .channels-list {
  max-height: calc(100vh - 274px);
}
body .backup-page .backup-detail .content-container .step-three-content .recurrence-options {
  width: 100%;
}
body .backup-page .backup-detail .content-container .step-three-content .input-element {
  display: inline-block;
  width: 196px;
  margin-right: 24px;
}
body .backup-page .backup-detail .content-container .step-three-content .input-element .MuiInputLabel-root {
  white-space: nowrap;
}
body .backup-page .backup-detail .content-container .step-three-content .input-element.time {
  width: 120px;
}
body .backup-page .backup-detail .content-container .step-three-content .input-element .end-date-mask-btn {
  margin-right: -12px;
}
body .backup-page .backup-detail .content-container .step-three-content .select-date-input {
  width: 200px;
  margin-right: 24px;
}
body .backup-page .backup-detail .content-container .step-three-content .group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
body .backup-page .backup-detail .content-container .step-three-content .group-label {
  font-family: Roboto;
  font-weight: 500;
  margin-top: 10px;
}
body .backup-page .backup-detail .content-container .step-three-content .recurrence-info-container .input-element.recurrence-date {
  margin-top: 7px;
}
body .backup-page .backup-detail .content-container .step-three-content .channels-list {
  max-height: calc(100vh - 353px);
}
body .backup-page .backup-detail .content-container .step-three-content .channels-list .channel-item {
  cursor: default;
}
body .backup-page .backup-detail .content-container .step-three-content .channels-list .channel-item:hover {
  border: 2px solid #ffffff;
}
body .backup-page .backup-files {
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .backup-page .backup-files .backup-file-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 24px;
  background: rgba(91, 134, 229, 0.05);
  color: #212121;
}
body .backup-page .backup-files .backup-file-header .left .back-btn {
  margin-right: 14px;
}
body .backup-page .backup-files .backup-file-header .left .back-btn i {
  color: #212121;
  font-size: 16px;
}
body .backup-page .backup-files .backup-file-header .left .name {
  font-family: Roboto;
  font-weight: 500;
}
body .backup-page .backup-files .backup-file-header .right .search-channel-txt {
  width: 260px;
  margin: 8px 0;
}
body .backup-page .backup-files .backup-file-header .right .search-channel-txt .form-control-error {
  display: none;
}
body .backup-page .backup-files .backup-file-content {
  padding: 0px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 94px);
  overflow: auto;
}
body .backup-page .backup-files .backup-file-feature {
  padding: 16px 24px 0px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
body .backup-page .backup-files .backup-file-feature .divider {
  height: 16px;
  width: 1px;
  background: #bdbdbd;
}
body .backup-page .backup-files .backup-file-feature .MuiFormControlLabel-root {
  margin-right: 0;
}
body .backup-page .backup-files .backup-file-feature button i {
  font-size: 14px;
}
body .backup-page .backup-files .backup-file-feature button.share-link-btn {
  color: #757575;
}
body .backup-page .backup-files .backup-file-feature button.delete-link-btn {
  color: #d9534f;
}
body .backup-page .backup-files .backup-file-feature button.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}
body .backup-page .backup-files .backup-file-feature span {
  font-size: 14px;
}
body .backup-page .backup-files .backup-file-feature span.selected-channels-number {
  color: #757575;
}
body .backup-page .channels-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  overflow: auto;
  padding-bottom: 16px;
}
body .backup-page .channels-list .channel-item {
  width: calc(calc(100% / 6) - 8px);
  margin-left: 8px;
  margin-top: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 2px solid #ffffff;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
}
body .backup-page .channels-list .channel-item.selected,
body .backup-page .channels-list .channel-item:hover {
  border-color: #00b1ff;
}
body .backup-page .channels-list .channel-item .channel-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1.5;
  background-color: #212121;
  position: relative;
}
body .backup-page .channels-list .channel-item .channel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .backup-page .channels-list .channel-item .channel-img .play-array-bg {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
body .backup-page .channels-list .channel-item .channel-img .play-array-bg .play-btn {
  color: white;
}
body .backup-page .channels-list .channel-item .channel-img .play-array-bg .play-btn i {
  font-size: 13px;
}
body .backup-page .channels-list .channel-item .channel-img:hover .play-array-bg {
  overflow: auto;
  width: 100%;
}
body .backup-page .channels-list .channel-item .MuiFormControlLabel-root {
  margin: -4px 0 0 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eeeeee;
}
body .backup-page .channels-list .channel-item .MuiFormControlLabel-root .MuiIconButton-root {
  padding: 5px;
}
body .backup-page .channels-list .channel-item .MuiFormControlLabel-root span {
  font-size: 14px;
}
body .backup-page .channels-list .channel-item .MuiFormControlLabel-root span.MuiFormControlLabel-label {
  width: calc(100% - 42px);
}
body .backup-page .channels-list .channel-item .MuiFormControlLabel-root span.MuiFormControlLabel-label .name {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
body .backup-page .channels-list .channel-item .channel-name {
  margin: -4px 0 0 0;
  line-height: 34px;
  background-color: #eeeeee;
  font-size: 14px;
  padding: 0px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .backup-page .channels-list .channel-item .channel-name.file-backup-name {
  padding: 4px 20px 4px 8px;
  line-height: 24px;
}
body .backup-page .channels-list .channel-item .channel-name.file-backup-name span {
  display: block;
  height: 24px;
}
body .backup-page .channels-list .channel-item .channel-name.file-backup-name span.name-channel {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 4px;
}
body .backup-page .channels-list .channel-item .channel-name.file-backup-name .MuiCheckbox-root {
  padding: 0 5px 0 0;
}
body .backup-page .channels-list .channel-item .download-btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #757575;
}
body .backup-page .channels-list .channel-item .download-btn i {
  font-size: 13px;
}
body .backup-page .channels-list .channel-item .icon-media-file {
  font-size: 50px;
  color: #bdbdbd;
}
body .backup-page .channels-list .i3d-channel-item {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
body .backup-page .channels-list .i3d-channel-item .channel-img {
  background-color: #ffffff;
}
body .backup-page .channels-list .i3d-channel-item .download-btn {
  bottom: 3px;
}
body .backup-page .backup-list {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
body .backup-page .backup-list .btn-refresh {
  margin-left: 10px;
  padding: 10px;
}
body .backup-page .backup-list .btn-refresh i {
  font-size: 18px;
}
body .backup-page .backup-list .backup-percent-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .backup-page .backup-list .backup-percent-bar .percentage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 5px;
  font-size: 12px;
  color: #757575;
  font-weight: bolder;
}
body .backup-page .backup-list .backup-percent-bar .MuiLinearProgress-root {
  width: 100px;
  height: 8px;
  border-radius: 12px;
}
body .backup-page .backup-list .backup-percent-bar .MuiLinearProgress-root .MuiLinearProgress-barColorPrimary {
  border-radius: 12px;
}
body .backup-page .backup-list .status {
  color: #757575;
  font-family: Roboto;
  font-weight: normal;
}
body .backup-page .backup-list .status.status-expired {
  color: #449d44;
}
body .backup-page .backup-list .status.status-failed {
  color: #d9534f;
}
body .backup-page .backup-list .status.status-active {
  color: #757575;
}
body .backup-page .backup-list .status.status-pending {
  color: #f0ad4e;
}
body .backup-page .backup-list .status.status-completed {
  color: #449d44;
}
body .backup-page .backup-list .status i {
  font-size: 14px;
  margin-left: 2px;
}
body .backup-page .backup-list .actions {
  width: 150px;
  text-align: right;
}
body .backup-page .backup-list .i3-table-container {
  border: none;
  border-bottom: 1px solid #e2dfdf;
}
body .backup-page .backup-list .i3-table-container .selected-button i {
  color: #00b1ff;
}
body .backup-page .backup-list .i3-table-container th:not(:first-child) {
  min-width: 120px;
}
body .backup-page .backup-list .i3-table-container th:not(:first-child).min-width-datetime {
  min-width: 150px;
}
body .backup-page .backup-list .i3-table-container th:not(:first-child).width-text {
  width: 200px;
}
body .backup-page .backup-list .i3-table-container th:not(:first-child).width-pattern {
  min-width: 145px;
}
body .backup-page .backup-list .i3-table-container .text-with-tooltip {
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
  display: block;
  text-overflow: ellipsis;
}
body .backup-page .backup-list .i3-table-container .i3-table-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  gap: 10px;
  overflow: auto;
  overflow-y: hidden;
}
body .backup-page .backup-list .i3-table-container .i3-fixed-header {
  max-height: calc(100vh - 195px);
  height: auto;
}
body .backup-page .backup-list #column-filter-btn {
  text-transform: none;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  cursor: pointer;
}
body .backup-page .backup-list #column-filter-btn i {
  font-size: 12px;
}
body .multiple-select-backup-session .MuiPaper-root {
  max-height: 270px;
}
body .multiple-select-backup-session .MuiPaper-root .backup-session-menu-item {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0;
}
body .multiple-select-backup-session .MuiPaper-root .backup-session-menu-item .MuiFormControlLabel-root {
  width: 100%;
  margin-right: 0;
}
body .multiple-select-backup-session .MuiPaper-root .backup-session-menu-item .MuiFormControlLabel-root .PrivateSwitchBase-root-7 {
  padding: 3px;
}
body .multiple-select-backup-session .MuiPaper-root .MuiListItem-root.Mui-selected {
  background-color: transparent;
}
body #view-detail-backup-file-dialog .MuiDialog-paperWidthSm {
  max-width: 1143px;
}
body #view-detail-backup-file-dialog .MuiDialogContent-root {
  padding: 0;
}
body #view-detail-backup-file {
  width: calc(100vw - 300px);
  max-width: 1143px;
  height: calc(100vh - 226px);
  overflow: hidden;
}
body #view-detail-backup-file .content-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  height: 100%;
}
body #view-detail-backup-file .content-container .title-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 12px;
  height: 40px;
}
body #view-detail-backup-file .content-container .title-container .title {
  font-family: Roboto;
  font-weight: bold;
  font-size: 16px;
}
body #view-detail-backup-file .content-container .title-container .text-right i {
  font-size: 16px;
}
body #view-detail-backup-file .content-container .group-action-media {
  height: 40px;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #view-detail-backup-file .content-container .group-action-media .MuiButton-root {
  padding: 6px 0px;
  margin-right: 8px;
}
body #view-detail-backup-file .content-container .group-action-media .MuiButton-root i {
  font-size: 14px;
  color: #757575;
}
body #view-detail-backup-file .content-container .group-action-media .MuiButton-root:hover {
  background-color: transparent;
}
body #view-detail-backup-file .content-container .main-container {
  height: calc(100% - 40px - 40px);
}
body #view-detail-backup-file .content-container .main-container .view-media {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #212121;
  position: relative;
}
body #view-detail-backup-file .content-container .main-container .view-media .video-frame {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #view-detail-backup-file .content-container .main-container .view-media .video-frame #video-player-container {
  position: static;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body #view-detail-backup-file .content-container .main-container .view-media .nav-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
  z-index: 2;
  min-width: 56px;
  width: 56px;
  border-radius: 2px;
  background: rgba(222, 222, 222, 0.6);
  height: 128px;
  font-size: 18px;
}
body #view-detail-backup-file .content-container .main-container .view-media .nav-btn.prev {
  left: 0px;
}
body #view-detail-backup-file .content-container .main-container .view-media .nav-btn.next {
  right: 0px;
}
body #view-detail-backup-file .content-container .main-container .view-media:hover .nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #view-detail-backup-file .content-container .main-container .view-media .thumbnail {
  max-width: 100%;
  max-height: 100%;
}
body #view-detail-backup-file.snapshot {
  height: calc(100vh - 180px);
}
body #view-detail-backup-file.i3d-container .main-container .view-media {
  background-color: transparent;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-y: auto;
}
body #view-detail-backup-file.i3d-container .main-container .view-media .preview-i3d-frame {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 16px;
}
body #view-detail-backup-file.i3d-container .main-container .view-media .preview-i3d-frame .i3d-file-note {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
body #view-detail-backup-file.i3d-container .main-container .view-media .preview-i3d-frame .i3d-file-recomment {
  color: #212121;
}
body #view-detail-backup-file.i3d-container .main-container .view-media .preview-i3d-frame .include-vpc-checkbox-label {
  margin: -8px 0;
}
body #view-detail-backup-file.i3d-container .main-container .view-media .preview-i3d-frame .group-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
body #view-detail-backup-file.i3d-container .main-container .view-media .preview-i3d-frame .group-btns i {
  font-size: 14px;
}
body #session-columns-filter-popover .MuiPaper-root {
  max-height: 50vh;
}
body #session-columns-filter-popover .MuiMenuItem-root {
  min-width: 180px;
  padding: 0px 5px 0px 0px;
  font-size: 14px;
}
body #session-columns-filter-popover .MuiMenuItem-root .MuiCheckbox-root {
  padding: 5px;
}
body #session-columns-filter-popover .MuiMenuItem-root .MuiTypography-root {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.04px;
}
body #media-type-filter-popover .MuiPaper-root,
body #recurrence-pattern-filter-popover .MuiPaper-root,
body #session-status-filter-popover .MuiPaper-root {
  max-height: 50vh;
}
body #media-type-filter-popover .MuiMenuItem-root,
body #recurrence-pattern-filter-popover .MuiMenuItem-root,
body #session-status-filter-popover .MuiMenuItem-root {
  min-width: 116px;
  padding: 0px 5px 0px 3px;
  font-size: 14px;
}
body #media-type-filter-popover .MuiMenuItem-root .MuiCheckbox-root,
body #recurrence-pattern-filter-popover .MuiMenuItem-root .MuiCheckbox-root,
body #session-status-filter-popover .MuiMenuItem-root .MuiCheckbox-root {
  padding: 5px;
}
body #media-type-filter-popover .MuiMenuItem-root .MuiTypography-root,
body #recurrence-pattern-filter-popover .MuiMenuItem-root .MuiTypography-root,
body #session-status-filter-popover .MuiMenuItem-root .MuiTypography-root {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.04px;
}
body #media-type-filter-popover .MuiMenuItem-root.status-expired,
body #recurrence-pattern-filter-popover .MuiMenuItem-root.status-expired,
body #session-status-filter-popover .MuiMenuItem-root.status-expired {
  color: #449d44;
}
body #media-type-filter-popover .MuiMenuItem-root.status-failed,
body #recurrence-pattern-filter-popover .MuiMenuItem-root.status-failed,
body #session-status-filter-popover .MuiMenuItem-root.status-failed {
  color: #d9534f;
}
body #media-type-filter-popover .MuiMenuItem-root.status-active,
body #recurrence-pattern-filter-popover .MuiMenuItem-root.status-active,
body #session-status-filter-popover .MuiMenuItem-root.status-active {
  color: #757575;
}
body #media-type-filter-popover .MuiMenuItem-root.status-pending,
body #recurrence-pattern-filter-popover .MuiMenuItem-root.status-pending,
body #session-status-filter-popover .MuiMenuItem-root.status-pending {
  color: #f0ad4e;
}
body #media-type-filter-popover .MuiMenuItem-root.status-completed,
body #recurrence-pattern-filter-popover .MuiMenuItem-root.status-completed,
body #session-status-filter-popover .MuiMenuItem-root.status-completed {
  color: #449d44;
}
body #media-type-filter-popover .MuiMenuItem-root.status-in-completed,
body #recurrence-pattern-filter-popover .MuiMenuItem-root.status-in-completed,
body #session-status-filter-popover .MuiMenuItem-root.status-in-completed {
  color: #00b1ff;
}
body #media-type-filter-popover .line-after,
body #recurrence-pattern-filter-popover .line-after,
body #session-status-filter-popover .line-after {
  border-bottom: 1px solid #e2dfdf;
}
body #start-end-date-filter-popover .MuiPaper-root {
  max-height: 50vh;
  padding: 4px;
}
body #start-end-date-filter-popover .MuiPaper-root .date-filter {
  margin: 8px 12px;
}
body .preview-page {
  position: fixed;
  right: 0px;
  top: 64px;
  width: 100vw;
  height: calc(100vh - 64px);
  overflow: auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .preview-page.view {
  background-color: #f7f7f7;
}
body .preview-page .view-file-window-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .preview-page .view-file-window-container .view-i3d-container {
  width: 100%;
  height: 100%;
  display: block;
}
body .preview-page .view-file-window-container .view-i3d-container .preview-i3d-frame {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 16px;
}
body .preview-page .view-file-window-container .view-i3d-container .preview-i3d-frame .i3d-file-note {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
body .preview-page .view-file-window-container .view-i3d-container .preview-i3d-frame .i3d-file-recomment {
  color: #212121;
}
body .preview-page .view-file-window-container .view-i3d-container .preview-i3d-frame .include-vpc-checkbox-label {
  margin: -8px 0;
}
body .preview-page .view-file-window-container .view-i3d-container .preview-i3d-frame .group-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
body .preview-page .view-file-window-container .view-i3d-container .preview-i3d-frame .group-btns i {
  font-size: 14px;
}
body .preview-page .view-file-window-container .view-container {
  width: 100%;
  max-width: 1140px;
  margin-top: 46px;
}
body .preview-page .view-file-window-container .view-container .view-feature-bar {
  background-color: #eeeeee;
  padding: 0px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .preview-page .view-file-window-container .view-container .view-feature-bar button {
  padding: 7px 0px;
  color: #757575;
}
body .preview-page .view-file-window-container .view-container .view-feature-bar button i {
  font-size: 14px;
  color: #757575;
}
body .preview-page .view-file-window-container .view-container .view-feature-bar button:hover {
  background-color: transparent;
}
body .preview-page .view-file-window-container .view-container .view-frame {
  width: 100%;
  aspect-ratio: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #212121;
}
body .preview-page .view-file-window-container .view-container .view-frame img {
  max-width: 100%;
  max-height: 100%;
}
body .preview-page .view-file-window-container .view-container .view-frame #video-player-container {
  height: 100%;
  width: 100%;
}
@media screen and (max-height: 992px) {
  body .preview-page .view-file-window-container .view-container {
    margin-top: 0px;
  }
}
body .preview-page .verification-container {
  width: 100%;
  max-width: 342px;
  margin-top: 38px;
}
body .preview-page .verification-container .title {
  font-family: Roboto;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  margin: 24px 0;
}
body .preview-page .verification-container .text-field-code,
body .preview-page .verification-container .text-field-email {
  margin-bottom: 0;
  margin-top: 8px;
}
body .preview-page .verification-container .time-remaining {
  text-align: center;
  line-height: 22px;
  margin-bottom: 8px;
  color: #757575;
}
body .preview-page .verification-container .time-remaining .expired {
  color: #c7261b;
}
body .preview-page .verification-container .time-remaining b {
  color: #212121;
}
body .preview-page .verification-container .MuiButton-root {
  margin-top: 16px;
}
body .preview-page .no-longer-available-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .preview-page .no-longer-available-container .title {
  font-family: Roboto;
  font-weight: 500;
  line-height: 30px;
  font-size: 20px;
}
body .preview-page .no-longer-available-container i {
  font-size: 50px;
  color: #757575;
  margin-top: 16px;
}
body .wrong-something-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .wrong-something-page .icon {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .wrong-something-page .note {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03px;
  margin-top: 16px;
}
body .wrong-something-page .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
body .wrong-something-page .buttons .MuiButtonBase-root {
  margin: 0px;
  margin-left: 12px;
  background-color: #e3e6eb;
}
body .wrong-something-page .buttons .MuiButtonBase-root:hover {
  opacity: 0.8;
}
body .wrong-something-page .buttons .MuiButtonBase-root:first-child {
  margin-left: 0px;
}
body .share-video-container {
  position: fixed;
  right: 0px;
  top: 64px;
  width: 100vw;
  height: calc(100vh - 64px);
  overflow: auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .share-video-container .enter-password {
  width: 100%;
  max-width: 342px;
  margin-top: 38px;
}
body .share-video-container .enter-password .title {
  font-family: Roboto;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  margin: 24px 0;
}
body .share-video-container .enter-password .text-field-code,
body .share-video-container .enter-password .text-field-email {
  margin-bottom: 0;
  margin-top: 8px;
}
body .share-video-container .enter-password .MuiButton-root {
  margin-top: 16px;
}
body .bookmark-page {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  padding: 16px;
}
body .bookmark-page .page-content .i3-table-bookmarks {
  background-color: #ffffff;
}
body .bookmark-page .page-content .i3-table-bookmarks thead .action-col {
  width: 50px;
}
body .bookmark-page .page-content .i3-table-bookmarks tbody .name {
  text-decoration: underline;
  cursor: pointer;
  display: block;
  padding: 20px 0px;
}
body .bookmark-page .page-content .i3-table-bookmarks tbody .name:hover {
  color: #00b1ff;
}
body .bookmark-page .page-content .i3-table-bookmarks tbody .action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .bookmark-page .page-content .i3-table-bookmarks tbody .folder .name-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .bookmark-page .page-content .i3-table-bookmarks tbody .folder .name-container .collapse-btn {
  width: 24px;
  height: 24px;
  font-size: 12px;
  margin-left: 4px;
}
body .bookmark-page .page-content .i3-table-bookmarks tbody .child .name {
  padding-left: 12px;
}
body .bookmark-table-item-more-popover-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .bookmark-table-item-more-popover-container .button-item {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #212121;
  padding: 5px 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body .log-page {
  padding: 24px;
  min-width: 1165px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .log-page .page-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .log-page .page-header .right .refresh-btn {
  margin-right: 12px;
}
body .log-page .config-feature {
  border: 1px solid #e2dfdf;
  margin-bottom: 25px;
}
body .log-page .config-feature .date-range-feature {
  padding: 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .log-page .config-feature .date-range-feature .date-range-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
body .log-page .config-feature .date-range-feature .date-range-container .error-text {
  color: red;
  font-size: 12px;
  margin-top: 20px;
}
body .log-page .config-feature .date-range-feature i {
  font-size: 20px;
  color: #757575;
}
body .log-page .config-feature .date-range-feature .search-btn {
  margin-top: 14px;
  height: 36px;
}
body .log-page .config-feature .date-range-feature .show-hide-advance-btn {
  margin-top: 14px;
  height: 36px;
  margin-right: 12px;
}
body .log-page .config-feature .advanced-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0px 24px 16px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body .log-page .config-feature .advanced-area .MuiFormControl-root .MuiInputBase-input {
  cursor: pointer;
}
body .log-page .config-feature .advanced-area .MuiFormControl-root .MuiInputBase-root {
  cursor: pointer;
}
body .log-page .config-feature .advanced-area .MuiFormControl-root .MuiFormHelperText-root {
  display: none;
}
body .log-page .config-feature .advanced-area .MuiFormControl-root i {
  color: rgba(0, 0, 0, 0.54);
  font-size: 10px;
}
body .log-page .config-feature .advanced-area .MuiFormControl-marginNormal {
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
}
body .log-page .config-feature .advanced-area .log-menu-filter {
  width: calc(100% / 7);
}
body .log-page .config-feature .advanced-area .i3-search-textfield {
  margin-top: 16px;
  width: auto;
}
body .log-page .i3-table-container tbody tr .success-text {
  color: green;
}
body .log-page .i3-table-container tbody tr .fail-text {
  color: red;
}
body .log-page .i3-table-container .log-table-normal-user {
  width: 20%;
}
body .log-page .i3-table-container .i3-table-features .left span {
  line-height: 22px;
  color: #212121;
}
body .log-page .i3-table-container .i3-table-features .right .MuiFormControl-root {
  margin: 0;
  width: 260px;
}
body .log-page .i3-table-container .i3-table-features .right .MuiFormControl-root .form-control-error {
  display: none;
}
body .log-page #logTableId tr th {
  min-width: 100px;
  width: auto;
}
body .i3-text-field.has-icon {
  position: relative;
}
body .i3-text-field.has-icon i {
  font-size: 18px;
  color: #757575;
}
body .i3-text-field.has-icon i.icon-text-field {
  position: absolute;
  top: 27px;
  left: -34px;
}
body .i3-text-field .form-control-error {
  -webkit-animation-name: showError;
          animation-name: showError;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  margin-left: 0;
  margin-right: 0;
}
body .i3-text-field .right-bottom-text {
  text-align: right;
}
@-webkit-keyframes showError {
  from {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes showError {
  from {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
body .i3-search-textfield .MuiInput-input {
  padding-right: 24px;
}
body .i3-search-textfield .clear-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 4px;
}
body .i3-search-textfield .clear-btn i {
  color: #757575;
  font-size: 12px;
}
body .i3-table-container {
  width: auto;
  border: 1px solid #e2dfdf;
  padding-top: 0px;
  position: relative;
}
body .i3-table-container .i3-table-title-container {
  margin-left: 25px;
  font-size: 24px;
  letter-spacing: -0.05px;
  margin-left: 0px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  height: 54px;
}
body .i3-table-container .i3-table-title-container .left {
  float: left;
  height: 100%;
}
body .i3-table-container .i3-table-title-container .right {
  float: right;
  height: 100%;
  padding-left: 24px;
}
body .i3-table-container .i3-table-title-container .right .i3-text-field {
  margin-top: 0px;
  margin-bottom: 0px;
}
body .i3-table-container .i3-table-features {
  padding-left: 25px;
  display: block;
  height: 55px;
  background-color: #f7f9fd;
  padding-right: 24px;
  margin-top: 0px;
}
body .i3-table-container .i3-table-features .left {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
body .i3-table-container .i3-table-features .left span {
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #00b1ff;
}
body .i3-table-container .i3-table-features .left span.all {
  color: #212121;
  margin-right: 10px;
}
body .i3-table-container .i3-table-features .right {
  float: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .i3-table-container .i3-table-features .right a {
  cursor: pointer;
}
body .i3-table-container .i3-table-features .right .MuiButton-root {
  margin-left: 10px;
  min-width: auto;
}
body .i3-table-container .i3-table-features .right .MuiButton-root .MuiButton-label {
  white-space: nowrap;
}
body .i3-table-container .i3-table-features .right .i3-search-container {
  margin-right: 10px;
  width: 215px;
  margin: 0 10px 0 0;
}
body .i3-table-container .i3-table-features .right .i3-search-container .form-control-error {
  display: none;
}
body .i3-table-container .i3-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
body .i3-table-container .i3-table .width50 {
  width: 50px;
}
body .i3-table-container .i3-table .width100 {
  width: 100px;
}
body .i3-table-container .i3-table .width150 {
  width: 150px;
}
body .i3-table-container .i3-table .width200 {
  width: 200px;
}
body .i3-table-container .i3-table md-checkbox {
  display: inline-block;
  margin-bottom: 0px;
}
body .i3-table-container .i3-table md-switch {
  height: 25px;
}
body .i3-table-container .i3-table tr {
  border-bottom: 1px solid #e2dfdf;
  outline: none;
  cursor: default;
  height: 57px;
}
body .i3-table-container .i3-table tr .actions {
  min-width: 50px;
  text-align: center;
}
body .i3-table-container .i3-table tr .feature-btn {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
}
body .i3-table-container .i3-table tr .feature-btn i {
  font-size: 18px;
}
body .i3-table-container .i3-table tr:hover .show-when-hover {
  visibility: visible;
}
body .i3-table-container .i3-table tr:hover .feature-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body .i3-table-container .i3-table td,
body .i3-table-container .i3-table th {
  padding-left: 24px;
  padding-right: 5px;
  text-align: left;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-size: 12px;
  font-family: Roboto;
  font-weight: normal;
  color: #212121;
}
body .i3-table-container .i3-table td md-input-container,
body .i3-table-container .i3-table th md-input-container {
  width: 50%;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
body .i3-table-container .i3-table td md-input-container .md-errors-spacer,
body .i3-table-container .i3-table th md-input-container .md-errors-spacer {
  min-height: 0px;
}
body .i3-table-container .i3-table td md-input-container input,
body .i3-table-container .i3-table th md-input-container input {
  font-size: 12px;
}
body .i3-table-container .i3-table td img,
body .i3-table-container .i3-table th img {
  width: 18px;
  margin-left: 10px;
  margin-bottom: -5px;
}
body .i3-table-container .i3-table td .thumbnail-img,
body .i3-table-container .i3-table th .thumbnail-img {
  width: 50px;
  margin-left: 0px;
}
body .i3-table-container .i3-table td .thumbnail-img.thumbnail-zoom-img,
body .i3-table-container .i3-table th .thumbnail-img.thumbnail-zoom-img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
body .i3-table-container .i3-table td .thumbnail-img.thumbnail-zoom-img:hover,
body .i3-table-container .i3-table th .thumbnail-img.thumbnail-zoom-img:hover {
  -webkit-transform: scale(3);
          transform: scale(3);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}
body .i3-table-container .i3-table td .disconnect-btn,
body .i3-table-container .i3-table th .disconnect-btn {
  float: right;
  margin-right: 20px;
  width: 20px;
  cursor: pointer;
}
body .i3-table-container .i3-table th {
  font-family: Roboto;
  font-weight: 500;
  color: #212121;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
body .i3-table-container .i3-table .sort {
  color: #212121;
  cursor: pointer;
  position: relative;
}
body .i3-table-container .i3-table .sort i {
  font-size: 14px;
}
body .i3-table-container .i3-table .sort.up::before {
  content: '\e9f4';
  font-family: fontello;
  font-weight: normal;
  font-size: 14px;
  margin-right: 5px;
  visibility: hidden;
  position: absolute;
  left: 9px;
  top: 21px;
  -webkit-animation-name: upAnimation;
          animation-name: upAnimation;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
@-webkit-keyframes upAnimation {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes upAnimation {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body .i3-table-container .i3-table .sort.down::before {
  content: '\e9f3';
  font-family: fontello;
  font-weight: normal;
  font-size: 14px;
  margin-right: 5px;
  visibility: hidden;
  position: absolute;
  left: 9px;
  top: 21px;
  -webkit-animation-name: downAnimation;
          animation-name: downAnimation;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
@-webkit-keyframes downAnimation {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes downAnimation {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body .i3-table-container .i3-table .sort:hover.up::before {
  visibility: visible;
}
body .i3-table-container .i3-table .sort:hover.down::before {
  visibility: visible;
}
body .i3-table-container .i3-table .selected-sort.up::before {
  visibility: visible;
}
body .i3-table-container .i3-table .selected-sort.down::before {
  visibility: visible;
}
body .i3-table-container .i3-table .i3-collapse-title {
  background-color: rgba(189, 189, 189, 0.1);
  border-top: 2px solid #e2dfdf;
}
body .i3-table-container .i3-table .i3-collapse-title td:nth-child(3) {
  padding-left: 0;
}
body .i3-table-container .i3-table .i3-collapse-table {
  border-bottom: 1px solid #e2dfdf;
}
body .i3-table-container .i3-table .i3-collapse-btn {
  width: 20px;
  height: 20px;
  color: #757575;
  padding: 0;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
body .i3-table-container .i3-table .i3-table-tree-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  padding-left: 39px;
}
body .i3-table-container .i3-table .i3-table-tree-head.up::before {
  left: 22px;
}
body .i3-table-container .i3-table .i3-table-tree-head.down::before {
  left: 22px;
}
body .i3-table-container .i3-table .i3-table-tree-head .i3-table-tree-head-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
body .i3-table-container .i3-table .i3-table-tree-head .i3-table-tree-head-content md-checkbox {
  float: left;
}
body .i3-table-container .i3-table .i3-table-tree-head .i3-table-tree-head-content span {
  float: left;
  margin-top: 2px;
}
body .i3-table-container .i3-table .i3-table-tree-head .i3-table-tree-head-content .collapse-btn {
  position: absolute;
  left: 12px;
  top: 17px;
}
body .i3-table-container .i3-table .i3-table-max-width-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
body .i3-table-container .i3-table .i3-table-edit-btn {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 30px;
  height: 30px;
  min-width: 0;
  display: none;
}
body .i3-table-container .i3-table .i3-table-editable-field {
  display: block;
  position: absolute;
  left: 30px;
  right: 50px;
  height: 24px;
  top: 15px;
}
body .i3-table-container .i3-table .i3-table-editable-field input {
  width: 100%;
}
body .i3-table-container .i3-table .i3-table-camera-name-col {
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .i3-table-container .i3-table .i3-table-editable-cell {
  position: relative;
  padding-right: 45px;
}
body .i3-table-container .i3-table .i3-table-editable-cell:hover .i3-table-edit-btn {
  display: block;
}
body .i3-table-container .i3-table .i3-table-editable-name {
  white-space: nowrap;
  min-width: 150px;
}
body .i3-table-container .i3-table .i3-table-editable-name.invisible-editName {
  visibility: hidden;
}
body .i3-table-container .i3-table .disabled-item {
  pointer-events: none;
}
body .i3-table-container .i3-table .disabled-item span {
  color: #bdbdbd;
}
body .i3-table-container .i3-table .edit-item:hover {
  background-color: rgba(189, 189, 189, 0.36);
}
body .i3-table-container .i3-table .multi-item .root-name {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-size: 12px;
  color: #212121;
  margin-right: 10px;
}
body .i3-table-container .i3-table .multi-item .collapse-btn {
  font-size: 12px;
  color: #757575;
}
body .i3-table-container .i3-table .root-item .check-btn {
  padding-top: 3px;
}
body .i3-table-container .i3-table .child-item .check-btn {
  margin-left: 35px;
  margin-right: -35px;
}
body .i3-table-container .i3-table .child-item .i3-table-tree-head .i3-table-tree-head-content .check-btn {
  margin-left: 20px;
}
body .i3-table-container .i3-table .child-item .i3-table-tree-head .i3-table-tree-head-content span {
  margin-left: 35px;
}
body .i3-table-container .i3-table .selected-item {
  background-color: #e1f6ff;
}
body .i3-table-container .i3-table .disabled-item:hover {
  background-color: #ffffff;
}
body .i3-table-container .i3-table .error-item {
  background-color: #ffecb3;
}
body .i3-table-container .i3-table .i3-hiding {
  display: none;
}
body .i3-table-container .i3-table .feature-container {
  min-width: 80px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .i3-table-container .i3-table-fullinput td md-input-container,
body .i3-table-container .i3-table-fullinput th md-input-container {
  width: 100%;
}
body .i3-table-container .i3-table-fixed tbody {
  overflow-y: auto;
}
body .i3-table-container .i3-table-fixed thead,
body .i3-table-container .i3-table-fixed tbody,
body .i3-table-container .i3-table-fixed tr {
  display: block;
}
body .i3-table-container .i3-table-footer {
  text-align: right;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
body .i3-table-container .i3-table-footer .page-index {
  margin-right: 34px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .i3-table-container .i3-table-footer i {
  font-size: 12px;
}
body .i3-table-container .i3-table-footer .arrow-disabled {
  color: rgba(0, 0, 0, 0.2);
  cursor: text;
}
body .i3-table-container .i3-table-footer:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: 70px;
  left: 0px;
  border-bottom: 1px solid #e2dfdf;
}
body .i3-table-container .i3-table-errors {
  padding: 15px;
  padding-left: 25px;
  background-color: #d9534f;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
body .i3-table-container .i3-table-errors .error {
  margin-bottom: 5px;
}
body .i3-table-container .i3-table-no-data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 57px;
  border-bottom: 1px solid #e2dfdf;
}
body .i3-table-container .i3-table-no-data-container .text {
  display: block;
  font-size: 12px;
  letter-spacing: -0.02px;
  color: #bdbdbd;
  font-family: Roboto;
  font-weight: 500;
}
body .i3-table-container .i3-scrollx-container {
  overflow-x: auto;
  overflow-y: hidden;
}
body .i3-table-container .i3-fixed-header {
  overflow: auto;
  height: calc(100vh - 286px);
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
body .i3-table-container .i3-fixed-header .i3-table thead tr {
  border: none;
}
body .i3-table-container .i3-fixed-header .i3-table th {
  position: sticky;
  top: 0px;
  background-color: #ffffff;
  z-index: 10;
}
body .i3-table-container .i3-fixed-header .i3-table th:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 57px;
  left: 0px;
  border-bottom: 1px solid #e2dfdf;
}
body .i3-table-container .i3-no-paging .i3-table tbody tr:last-child {
  border-bottom: none;
}
body .i3-table-container .i3-no-paging .i3-table-no-data-container {
  border-bottom: none;
}
body .i3-table-container .i3-virtual {
  white-space: nowrap;
}
body .i3-table-container .i3-sticky-header .i3-table {
  white-space: pre-wrap;
  word-break: break-word;
}
body .i3-table-container .i3-sticky-header .i3-table thead tr {
  border-bottom: none;
}
body .i3-table-container .i3-sticky-header .i3-table thead tr th {
  position: sticky;
  z-index: 10;
  top: -1px;
  background-color: #ffffff;
}
body .i3-table-container .i3-sticky-header .i3-table thead tr th:after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #e2dfdf;
}
body .i3-table-container .i3-adding-more-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.5);
}
body .i3-table-container .i3-adding-more-loading .loading-icon {
  width: 36px;
  height: 36px;
  position: relative;
}
body .i3-table-container .i3-adding-more-loading .loading-icon div {
  position: absolute;
  border: 2px solid #00b1ff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: loading-icon 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: loading-icon 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
body .i3-table-container .i3-adding-more-loading .loading-icon div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@-webkit-keyframes loading-icon {
  0% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    opacity: 0;
  }
}
@keyframes loading-icon {
  0% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    opacity: 0;
  }
}
body .slider-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-right: 80px;
  position: relative;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}
body .slider-element .slider-bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body .slider-element .slider-bar .MuiSlider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -8px;
}
body .slider-element .i3-text-field {
  position: absolute;
  right: 20px;
  width: 40px;
  top: 0px;
  margin: 0px;
}
body .i3-date-time-picker-container .data-time-text-field {
  width: 205px;
  height: 32px;
  background: #757575;
  border-radius: 4px;
  cursor: pointer;
}
body .i3-date-time-picker-container .data-time-text-field .MuiFormHelperText-root {
  display: none;
}
body .i3-date-time-picker-container .data-time-text-field .i3-text-field {
  width: 100%;
  margin: 0;
  padding: 0px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .i3-date-time-picker-container .data-time-text-field .i3-text-field .MuiInputBase-root {
  color: #ffffff;
  cursor: pointer;
}
body .i3-date-time-picker-container .data-time-text-field .i3-text-field .MuiInputBase-root .MuiInputBase-input {
  cursor: pointer;
}
body .i3-date-time-picker-container .data-time-text-field .i3-text-field .MuiInputBase-root::before {
  border-bottom: none;
}
body .i3-date-time-picker-container .data-time-text-field .i3-text-field .MuiInputAdornment-root {
  color: #ffffff;
}
body #i3-date-time-picker-popover .MuiPaper-root {
  overflow: visible;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-time-picker-input {
  width: 100%;
  padding: 0px 24px 8px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-time-picker-input .MuiInputBase-input {
  padding-top: 8px;
  padding-bottom: 8px;
}
body #i3-date-time-picker-popover .MuiPaper-root .form-control-error {
  padding: 0px 24px;
  margin-top: -5px;
  margin-bottom: 5px;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiDayCalendar-root {
  min-height: 244px;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiDayCalendar-root .MuiPickersDay-root {
  border-radius: 5px;
  font-weight: 500;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiDayCalendar-root .MuiPickersDay-root.MuiPickersDay-marked {
  color: red;
  font-weight: 500;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiDayCalendar-root .MuiPickersDay-root.MuiPickersDay-today:before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 5px;
  border: 3px solid #00b1ff;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  z-index: 10;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiDayCalendar-root .MuiPickersDay-root.MuiPickersDay-today.Mui-selected {
  background-color: #00b1ff;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiDayCalendar-root .MuiPickersDay-root.MuiPickersDay-today.Mui-selected:before {
  border-color: #fff;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiDayCalendar-root .MuiPickersDay-root.MuiPickersDay-today:not(.Mui-selected) {
  border: 0;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiDayCalendar-root .MuiPickersDay-root.MuiPickersDay-today:not(.Mui-selected)::before {
  border: 3px solid #00b1ff;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiDayCalendar-root .MuiPickersDay-root.readonly-day {
  cursor: default;
  pointer-events: none;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiDayCalendar-root .MuiPickersDay-root:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiDayCalendar-root .MuiPickersDay-dayOutsideMonth {
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiPickersMonthSelection-root {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiPickersMonthSelection-root .MuiPickersMonth-root:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiPickersYearSelection-root .MuiPickersYear-root .MuiPickersYear-yearButton {
  width: 100%;
  height: 100%;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiPickersYearSelection-root .MuiPickersYear-root .MuiPickersYear-yearButton:hover {
  background-color: transparent;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .MuiDateCalendar-root .MuiPickersYearSelection-root .MuiPickersYear-root:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .day {
  width: 40px;
  height: 40px;
  margin: 0;
  color: #212121;
  font-weight: 13px;
  padding: 0px;
  -webkit-transition: none;
  transition: none;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .day:after {
  border-radius: 100%;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  height: 40px;
  width: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .day:hover {
  background-color: transparent;
  color: #212121;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .day:hover:after {
  background-color: #e2dfdf;
  bottom: -1px;
  left: -1px;
  height: 38px;
  width: 38px;
  right: -1px;
  top: -1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .day > .MuiIconButton-label {
  z-index: 3;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .hidden {
  opacity: 0.5;
  pointer-events: none;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .current {
  color: #00b1ff;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .focused-range {
  background: -webkit-gradient(linear, left top, right top, from(rgba(12, 152, 245, 0.3)), to(rgba(12, 152, 245, 0.3))) no-repeat;
  background: linear-gradient(to right, rgba(12, 152, 245, 0.3), rgba(12, 152, 245, 0.3)) no-repeat;
  width: 40px;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .begin-cap {
  color: white;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .begin-cap:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #00b1ff;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .end-cap {
  color: white;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .end-cap:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #00b1ff;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .choosing-first:after {
  background: white;
  border: 2px solid #00b1ff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .choosing-last:after {
  background: white;
  border: 2px solid #00b1ff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .focused-first {
  background: -webkit-gradient(linear, left top, right top, from(rgba(12, 152, 245, 0.3)), to(rgba(12, 152, 245, 0.3))) no-repeat 20px 0 / 20px 40px;
  background: linear-gradient(to right, rgba(12, 152, 245, 0.3), rgba(12, 152, 245, 0.3)) no-repeat 20px 0 / 20px 40px;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .focused-last {
  background: -webkit-gradient(linear, left top, right top, from(rgba(12, 152, 245, 0.3)), to(rgba(12, 152, 245, 0.3))) no-repeat 0 / 20px 40px;
  background: linear-gradient(to right, rgba(12, 152, 245, 0.3), rgba(12, 152, 245, 0.3)) no-repeat 0 / 20px 40px;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .i3-date-time-popover-action {
  border-top: 1px solid #e0e0e0;
  padding: 7px 12px;
}
body #i3-date-time-picker-popover .MuiPaper-root .i3-date-time-popver-calendar .i3-date-time-popover-action .MuiButton-root {
  min-width: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 16px;
}
body .hover {
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 1000 !important;
}
body .hover:hover {
  -webkit-transform: scale(3);
          transform: scale(3);
}
body .hover-specific {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1000 !important;
}
body .hover-specific:hover {
  -webkit-transform: scale(3);
          transform: scale(3);
}
body .hover-on-bottom-page {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1000 !important;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
body .hover-on-bottom-page:hover {
  -webkit-transform: scale(3);
          transform: scale(3);
}
body .hover-on-top-page {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1000 !important;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
body .hover-on-top-page:hover {
  -webkit-transform: scale(3);
          transform: scale(3);
}
body .hover-on-left-page {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1000 !important;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
body .hover-on-left-page:hover {
  -webkit-transform: scale(3);
          transform: scale(3);
}
body .hover-on-right-page {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1000 !important;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
body .hover-on-right-page:hover {
  -webkit-transform: scale(3);
          transform: scale(3);
}
body .hover-on-top-left-page {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1000 !important;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
body .hover-on-top-left-page:hover {
  -webkit-transform: scale(3);
          transform: scale(3);
}
body .hover-on-top-right-page {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1000 !important;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
body .hover-on-top-right-page:hover {
  -webkit-transform: scale(3);
          transform: scale(3);
}
body .hover-on-bottom-left-page {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1000 !important;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
body .hover-on-bottom-left-page:hover {
  -webkit-transform: scale(3);
          transform: scale(3);
}
body .hover-on-bottom-right-page {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1000 !important;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
body .hover-on-bottom-right-page:hover {
  -webkit-transform: scale(3);
          transform: scale(3);
}
body .i3-select-container {
  width: 200px;
}
body .i3-select-container .form-control-error {
  -webkit-animation-name: showError;
          animation-name: showError;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}
@keyframes showError {
  from {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
body .i3-video-js-container {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #212121;
  overflow: hidden;
}
body .i3-video-js {
  width: 100%;
  height: 100%;
  background-color: #212121;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .i3-video-js .vjs-poster {
  background-color: rgba(0, 0, 0, 0);
}
body .i3-video-js .vjs-tech {
  z-index: 1;
}
body .i3-video-js .vjs-tech.fake-poster {
  position: absolute !important;
  z-index: 0;
  top: unset;
  left: unset;
}
body .i3-site-tree .fake-checkbox {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  border: 2px solid #757575;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
}
body .i3-site-tree .fake-checkbox > i {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .i3-site-tree .fake-checkbox > i:before {
  margin: 0px;
}
body .i3-site-tree .fake-checkbox-checked {
  border-color: #00b1ff;
  background-color: #00b1ff;
  color: #ffffff;
}
body .i3-site-tree .fake-checkbox-indeterminate {
  font-size: 11px;
  border-color: #757575;
  background-color: #757575;
  color: #ffffff;
}
body .i3-site-tree .fake-checkbox-disabled {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.26);
}
body .i3-site-tree .header-container {
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 7px;
}
body .i3-site-tree .header-container .selected-txt {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  margin-top: 16px;
}
body .i3-site-tree .header-container .search-container {
  position: relative;
}
body .i3-site-tree .header-container .search-container input[class^='MuiInputBase-input'] {
  padding-right: 24px;
}
body .i3-site-tree .header-container .search-container .icon {
  position: absolute;
  right: 0px;
  top: 7px;
  color: #757575;
}
body .i3-site-tree .content-container .site-tree-container {
  padding-left: 0px;
  padding-top: 10px;
  overflow: auto;
  margin-left: 0px;
  height: calc(100vh - 301px);
}
body .i3-site-tree .content-container .site-tree-container .fake-checkbox {
  z-index: 1;
  margin-left: 3px;
}
body .i3-site-tree .content-container .site-tree-container .root-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  height: 32px;
  cursor: pointer;
}
body .i3-site-tree .content-container .site-tree-container .root-node:hover {
  background-color: #e0f2fa;
}
body .i3-site-tree .content-container .site-tree-container .root-node .symbol {
  color: #757575;
  font-size: 16px;
}
body .i3-site-tree .content-container .site-tree-container .root-node .name {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #212121;
  margin-left: 8px;
  font-weight: bold;
}
body .i3-site-tree .content-container .site-tree-container .root-node .fake-checkbox > i {
  padding-right: 1px;
}
body .i3-site-tree .content-container .site-tree-container .root-node .refresh-btn {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  font-size: 14px;
  letter-spacing: -0.03px;
  margin-left: 5px;
}
body .i3-site-tree .content-container .site-tree-container .root-node .refresh-btn:hover {
  opacity: 0.8;
}
body .i3-site-tree .content-container .site-tree-container ul {
  list-style: none;
  padding-left: 16px;
  margin-top: 0px;
  display: inline-block;
}
body .i3-site-tree .content-container .site-tree-container ul li {
  position: relative;
  display: inline-block;
  width: 100%;
}
body .i3-site-tree .content-container .site-tree-container ul li:before {
  content: '';
  position: absolute;
  left: -8px;
  width: 1px;
  height: 100%;
  border-left: 1px solid #e2dfdf;
  top: -15px;
}
body .i3-site-tree .content-container .site-tree-container > ul > li > ul > li > ul,
body .i3-site-tree .content-container .site-tree-container > ul > li > ul > li > ul > li > ul {
  display: block;
}
body .i3-site-tree .content-container .site-tree-container .tree-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  cursor: pointer;
  position: relative;
}
body .i3-site-tree .content-container .site-tree-container .tree-element:hover {
  background-color: #e0f2fa;
}
body .i3-site-tree .content-container .site-tree-container .tree-element.active {
  background-color: #e0f2fa;
}
body .i3-site-tree .content-container .site-tree-container .tree-element:before,
body .i3-site-tree .content-container .site-tree-container .tree-element:after {
  content: '';
  position: absolute;
  left: -8px;
}
body .i3-site-tree .content-container .site-tree-container .tree-element.online .symbol {
  color: #449d44;
}
body .i3-site-tree .content-container .site-tree-container .tree-element.offline .symbol {
  color: #d9534f;
}
body .i3-site-tree .content-container .site-tree-container .tree-element:before {
  width: 1px;
  height: 31px;
  border-left: 1px solid #e2dfdf;
  top: -15px;
}
body .i3-site-tree .content-container .site-tree-container .tree-element:after {
  width: 8px;
  height: 1px;
  border-bottom: 1px solid #e2dfdf;
  top: 15px;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .collapse-btn {
  min-width: 0px;
  min-height: 0px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  background-color: #979797;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  margin-right: 0px;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .symbol {
  font-size: 18px;
  color: #757575;
  margin-left: 3px;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .symbol:before {
  margin-right: 0px;
  margin-left: 0px;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .site {
  color: #00afff;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .region {
  color: #757575;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .name {
  margin-left: 5px;
  white-space: nowrap;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .features-container {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .features-container .feature-button {
  padding: 6px;
  font-size: 14px;
  margin-right: 16px;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .license {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  left: 8px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .license.danger {
  background-color: #db4537;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .license.warning {
  background-color: #ec971f;
}
body .i3-site-tree .content-container .site-tree-container .tree-element .subtext {
  margin-left: 4px;
  color: #757575;
}
body .i3-site-tree .content-container .site-tree-container .expand-node .name {
  font-weight: bold;
}
body .i3-site-tree .content-container .site-tree-container .selected-node {
  background-color: #e0f2fa;
}
body .i3-site-tree .content-container .site-tree-container .drag-node {
  height: 5px;
  background-color: #757575;
}
body .i3-site-tree .content-container .site-tree-container .children-container > li:last-child:before {
  display: none;
}
body .i3-site-tree .content-container .has-checkbox {
  padding-top: 10px;
  overflow: auto;
  height: auto;
}
body .i3-site-tree .content-container .has-checkbox .root-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  height: 32px;
  width: 100%;
  cursor: pointer;
}
body .i3-site-tree .content-container .has-checkbox .root-node:hover {
  background-color: #f1efef;
}
body .i3-site-tree .content-container .has-checkbox .root-node .symbol {
  color: #757575;
  font-size: 16px;
}
body .i3-site-tree .content-container .has-checkbox .root-node .name {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #212121;
  margin-left: 13px;
  font-weight: bold;
  white-space: nowrap;
}
body .i3-site-tree .content-container .has-checkbox ul {
  list-style: none;
  padding-left: 34px;
  display: block;
}
body .i3-site-tree .content-container .has-checkbox ul li {
  position: relative;
  display: inline-block;
  width: 100%;
}
body .i3-site-tree .content-container .has-checkbox ul li:before {
  content: '';
  position: absolute;
  left: -26px;
  width: 1px;
  height: 100%;
  border-left: 1px solid #e2dfdf;
  top: -15px;
}
body .i3-site-tree .content-container .has-checkbox .tree-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  cursor: pointer;
  position: relative;
}
body .i3-site-tree .content-container .has-checkbox .tree-element:hover {
  background-color: #f1efef;
}
body .i3-site-tree .content-container .has-checkbox .tree-element:before,
body .i3-site-tree .content-container .has-checkbox .tree-element:after {
  content: '';
  position: absolute;
  left: -26px;
}
body .i3-site-tree .content-container .has-checkbox .tree-element:before {
  width: 1px;
  height: 31px;
  border-left: 1px solid #e2dfdf;
  top: -15px;
}
body .i3-site-tree .content-container .has-checkbox .tree-element:after {
  width: 26px;
  height: 1px;
  border-bottom: 1px solid #e2dfdf;
  top: 15px;
}
body .i3-site-tree .content-container .has-checkbox .tree-element .collapse-btn {
  min-width: 0px;
  min-height: 0px;
  height: 18px;
  width: 18px;
  background-color: #979797;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
}
body .i3-site-tree .content-container .has-checkbox .tree-element .symbol {
  font-size: 18px;
  color: #757575;
}
body .i3-site-tree .content-container .has-checkbox .tree-element .symbol:before {
  margin-right: 0px;
}
body .i3-site-tree .content-container .has-checkbox .tree-element .site {
  color: #90d9f8;
}
body .i3-site-tree .content-container .has-checkbox .tree-element .region {
  color: #757575;
}
body .i3-site-tree .content-container .has-checkbox .tree-element .name {
  margin-left: 5px;
  white-space: nowrap;
}
body .i3-site-tree .content-container .has-checkbox .tree-element .features-container {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .i3-site-tree .content-container .has-checkbox .tree-element .features-container .feature-button {
  padding: 6px;
  font-size: 14px;
  margin-right: 16px;
}
body .i3-site-tree .content-container .has-checkbox .expand-node .name {
  font-weight: bold;
}
body .i3-site-tree .content-container .has-checkbox .selected-node {
  background-color: #f1efef;
}
body .i3-site-tree .content-container .has-checkbox .drag-node {
  height: 5px;
  background-color: #757575;
}
body .i3-site-tree .content-container .has-checkbox .children-container > li:last-child:before {
  display: none;
}
body .i3-load-page-file-waiting {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
body .i3-load-page-content-waiting {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .i3-load-page-content-waiting .label {
  font-size: 14px;
  letter-spacing: -0.03px;
  margin-left: 10px;
  color: #757575;
}
body .time-ruler {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .time-ruler .ruler-container {
  width: 100%;
  height: 62px;
  position: relative;
  padding: 0 16px;
}
body .time-ruler .ruler-container .ruler {
  position: relative;
  height: 62px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body .time-ruler .ruler-container .ruler::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  height: 1px;
  background-color: #ffffff;
}
body .time-ruler .ruler-container .ruler .timer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  margin-bottom: 12px;
}
body .time-ruler .ruler-container .ruler .timer::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 1px;
  height: 12px;
  background-color: #ffffff;
}
body .time-ruler .ruler-container .ruler .timer .hour {
  position: relative;
  height: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  background-repeat: no-repeat !important;
}
body .time-ruler .ruler-container .ruler .timer .hour span {
  position: absolute;
  bottom: 15px;
  color: #ffffff;
  font: 10px sans-serif;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .time-ruler .ruler-container .ruler .timer .hour::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #fff 0px, transparent 1px);
  background-size: 10% 5px;
  background-repeat: repeat-x;
  background-position: bottom left;
}
body .time-ruler .ruler-container .ruler .data-selected-container {
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #424242;
}
body .time-ruler .ruler-container .ruler .data-selected-container .data-selected {
  width: 100%;
  height: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat !important;
}
body .time-ruler .ruler-container .ruler .buffer,
body .time-ruler .ruler-container .ruler .audio {
  position: absolute;
  width: 100%;
  height: 12px;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  cursor: pointer;
  background-repeat: no-repeat !important;
}
body .time-ruler .ruler-container .ruler .buffer {
  bottom: 12px;
}
body .time-ruler .ruler-container .ruler .audio {
  bottom: 0px;
}
body .time-ruler .ruler-container .ruler .backup-range-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .time-ruler .ruler-container .ruler .backup-range-wrapper .backup-range-container {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 0px;
  background-color: rgba(7, 135, 209, 0.1);
  z-index: 2;
}
body .time-ruler .ruler-container .ruler .backup-range-wrapper .backup-range-container.transition {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .time-ruler .ruler-container .ruler .backup-range-wrapper .backup-range-container::after {
  border: 2px solid #0787d1;
  border-radius: 2px;
  bottom: 0px;
  content: '';
  display: block;
  left: -4px;
  position: absolute;
  right: -4px;
  top: 0px;
}
body .time-ruler .ruler-container .ruler .backup-range-wrapper .backup-range-container .backup-range {
  height: 100%;
  position: absolute;
  top: 0;
  width: 10px;
  background: #0787d1;
  cursor: ew-resize;
  z-index: 3;
}
body .time-ruler .ruler-container .ruler .backup-range-wrapper .backup-range-container .backup-range::before {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  height: 12px;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
}
body .time-ruler .ruler-container .ruler .backup-range-wrapper .backup-range-container .backup-range.backup-range-left {
  left: -10px;
  border-radius: 4px 0 0 4px;
}
body .time-ruler .ruler-container .ruler .backup-range-wrapper .backup-range-container .backup-range.backup-range-right {
  right: -10px;
  border-radius: 0 4px 4px 0;
}
body .time-ruler .ruler-container .ruler .backup-range-wrapper .backup-range-container .backup-range .backup-time {
  background-color: #0787d1;
  border-radius: 4px;
  color: #202024;
  font-size: 11px;
  left: -24px;
  line-height: 18px;
  min-width: 50px;
  padding: 0 4px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: -25px;
  -webkit-transition: visibility 0.15s, opacity 0.15s;
  transition: visibility 0.15s, opacity 0.15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 5;
}
body .time-ruler .ruler-container .ruler .backup-range-wrapper .backup-range-container .backup-range .backup-time::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 3px solid #0787d1;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 100%;
  width: 0;
}
body .time-ruler .ruler-container .ruler .backup-range-wrapper .backup-range-container .backup-range-inner {
  width: 100%;
  height: 100%;
  z-index: 4;
  position: relative;
}
body .time-ruler .ruler-container .ruler .backup-popup-container {
  width: 320px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  z-index: 2;
  border-radius: 4px;
  overflow: hidden;
}
body .time-ruler .ruler-container .ruler .backup-popup-container .backup-popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  background-color: #f7f7f7;
  padding: 0 16px;
}
body .time-ruler .ruler-container .ruler .backup-popup-container .backup-popup-header .backup-popup-header-title {
  font-family: Roboto;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body .time-ruler .ruler-container .ruler .backup-popup-container .backup-popup-header .btn {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -10px;
  cursor: pointer;
  min-width: 30px;
}
body .time-ruler .ruler-container .ruler .backup-popup-container .backup-popup-body {
  padding: 16px;
}
body .time-ruler .ruler-container .ruler .backup-popup-container .backup-popup-body .backup-body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
body .time-ruler .ruler-container .ruler .backup-popup-container .backup-popup-body .backup-body-content .backup-input-container {
  width: 50%;
}
body .time-ruler .ruler-container .ruler .backup-popup-container .backup-popup-body .backup-body-content .backup-input-container .i3-text-field {
  margin: 0;
}
body .time-ruler .ruler-container .ruler .backup-popup-container .backup-popup-body .backup-body-content .backup-input-label {
  font-family: Roboto;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
body .time-ruler .ruler-container .ruler .backup-popup-container .backup-popup-body .backup-body-content .backup-input {
  font-family: Roboto;
  font-weight: normal;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 0 12px;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .time-ruler .ruler-container .ruler .backup-popup-container .backup-btn {
  width: 100%;
}
body .time-ruler .ruler-container .time-indicator {
  position: absolute;
  top: 0;
  left: 0;
  background: #d7ca0e;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 58px;
  text-align: center;
}
body .time-ruler .ruler-container .indicator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #d7ca0e;
  height: 74px;
  width: 2px;
  pointer-events: none;
}
body .time-ruler .ruler-arrow {
  width: 24px;
  height: 24px;
  font-size: 12px;
  margin-top: 15px;
  color: #bdbdbd;
}
body .time-ruler .slider-range {
  -webkit-appearance: none;
  margin: 0 0 0 0;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  position: absolute;
  bottom: -13px;
  left: 0;
  height: 75px;
}
body .time-ruler .slider-range::-webkit-slider-thumb {
  border: none;
  width: 0;
  height: 0;
  background-color: transparent;
  -webkit-appearance: none;
}
body .time-ruler .slider-range::-moz-range-thumb {
  border: none;
  width: 0;
  height: 0;
  background-color: transparent;
}
body .i3-no-matched-filter {
  font-size: 12px;
  letter-spacing: -0.02px;
  color: #757575;
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}
body .i3-no-cameras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}
body .i3-no-cameras .icon {
  color: #757575;
  font-size: 37px;
}
body .i3-no-cameras .message {
  color: #757575;
  font-size: 14px;
  letter-spacing: -0.03px;
  margin-top: 5px;
}
body .i3-waiting-stream {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .i3-waiting-stream .dot-flashing {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  -webkit-animation: dot-flashing 1s infinite linear alternate;
          animation: dot-flashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
body .i3-waiting-stream .dot-flashing::before,
body .i3-waiting-stream .dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}
body .i3-waiting-stream .dot-flashing::before {
  left: -11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  -webkit-animation: dot-flashing 1s infinite alternate;
          animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
body .i3-waiting-stream .dot-flashing::after {
  left: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  -webkit-animation: dot-flashing 1s infinite alternate;
          animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes dot-flashing {
  0% {
    background-color: #fff;
  }
  50%,
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@keyframes dot-flashing {
  0% {
    background-color: #fff;
  }
  50%,
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
body .i3-nvr-note {
  padding: 159px 16px 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .i3-nvr-note .icon-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .i3-nvr-note .icon-container .icon {
  color: #757575;
  font-size: 32px;
}
body .i3-nvr-note .note {
  font-size: 16px;
  letter-spacing: -0.03px;
  color: #757575;
  margin-top: 16px;
  white-space: pre-wrap;
  text-align: center;
}
body .i3-note-tooltip {
  margin: -5px -10px;
  background-color: #ffffff;
  color: #212121;
  padding: 10px;
  max-width: 240px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .custom-toast-container {
  padding: 0px !important;
}
body .custom-toast-container #notistack-snackbar {
  padding: 0px;
}
body .custom-toast-container .MuiSnackbarContent-root {
  padding: 0px;
}
body .custom-toast-container .MuiSnackbarContent-root .MuiSnackbarContent-message {
  padding: 0px;
}
body .custom-toast-container .custom-toast {
  cursor: pointer;
  font-size: 16px;
  letter-spacing: -0.03px;
  border-radius: 3px;
  color: #fff;
  padding: 5px 15px;
  padding-right: 40px;
  margin-top: 0px;
  min-height: 44px;
}
body .custom-toast-container .custom-toast .MuiSnackbarContent-message {
  position: relative;
  width: 100%;
}
body .custom-toast-container .custom-toast .toast-message-container {
  padding-left: 25px;
  padding-right: 5px;
}
body .custom-toast-container .custom-toast .icon {
  position: absolute;
  left: -5px;
  top: 9px;
}
body .custom-toast-container .custom-toast .message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: -0.03px;
}
body .custom-toast-container .custom-toast .close-btn {
  color: #ffffff;
  letter-spacing: -0.02px;
  font-size: 12px;
  position: absolute;
  right: -30px;
  top: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  outline: none;
  padding: 0px;
}
body .custom-toast-container .custom-toast-success {
  background-color: #449d44 !important;
}
body .custom-toast-container .custom-toast-warning {
  background-color: #f0ad4e !important;
}
body .custom-toast-container .custom-toast-error {
  background-color: #d9534f !important;
}
body .message-box .message-box-content {
  width: 352px;
  -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 24px;
}
body .message-box .icon-container {
  text-align: center;
}
body .message-box .icon-container img {
  height: 56px;
}
body .message-box .title {
  text-align: center;
  margin-top: 38px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.04px;
  color: #212121;
}
body .message-box .message {
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #757575;
}
body .message-box.schedule-in-use-message .message-left {
  text-align: left;
  white-space: pre-line;
  line-height: 24px;
}
body .message-box.schedule-in-use-message .message-left span {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
}
body .message-box .button-container {
  text-align: center;
  margin-top: 24px;
}
body .message-box .button-container button {
  margin-left: 5px;
  margin-right: 5px;
  outline: none;
}
body .add-company-dialog .MuiDialogContent-root:first-child {
  padding-top: 0px;
}
body .add-company-dialog .body-container {
  width: 448px;
}
body .add-company-dialog .body-container .content-container .main-container .add-company-logo {
  border: 1px solid #e2dfdf;
  height: 98px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #757575;
  cursor: pointer;
}
body .add-company-dialog .body-container .content-container .main-container .add-company-logo .upload-logo-area i {
  display: block;
  font-size: 25px;
  margin-left: 37px;
  color: #dbdbdb;
}
body .add-company-dialog .body-container .content-container .main-container .add-company-logo .upload-logo-area span {
  color: rgba(33, 33, 33, 0.5);
  font-size: 12px;
}
body .add-company-dialog .body-container .content-container .img-company .img-company-logo {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #757575;
}
body .add-company-dialog .body-container .content-container .img-company .img-company-logo img {
  cursor: pointer;
  max-height: 100px;
  max-width: 200px;
}
body .add-company-dialog .body-container .content-container .img-company .img-company-logo #companyImg {
  cursor: default;
}
body .add-company-dialog .body-container .content-container .img-company .img-company-logo .MuiButton-root {
  min-width: 19px;
  height: 14px;
  margin-left: 5px;
}
body .add-company-dialog .body-container .content-container .img-company .img-company-logo .edit-company {
  position: absolute;
  right: 0px;
  top: 1%;
}
body .add-company-dialog .body-container .content-container .img-company .img-company-logo .edit-company i {
  font-size: 12px;
  color: #757575;
}
body .add-company-dialog .body-container .content-container .img-company .img-company-logo .edit-company span {
  font-size: 12px;
}
body .add-company-dialog .body-container .content-container .logo-required-area {
  margin-top: 3px;
  height: 16px;
}
body .add-company-dialog .body-container .content-container .logo-required-area .logo-required-text {
  text-align: center;
  color: #f44336;
  margin: 0;
  font-size: 12px;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.03333em;
}
body .add-company-dialog .body-container .content-container .text-field-area .MuiFormControl-marginNormal {
  margin-bottom: 0px;
}
body .add-company-dialog .body-container .footer-container {
  margin-top: 24px;
  padding-bottom: 16px;
}
body .tree-data-container {
  min-width: 260px;
  max-width: 260px;
  top: 0px;
  bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e2dfdf;
  border-top: none;
  position: relative;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*--- START Site tree tab ---*/
  /*--- END Site tree tab ---*/
  /*--- START Nvr tab ---*/
  /*--- END Nvr tab ---*/
}
body .tree-data-container .collapse-tree-data-btn {
  min-width: 24px;
  width: 24px;
  padding: 0px;
  margin: 0px;
  min-height: 40px;
  height: 40px;
  border-radius: 0px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
body .tree-data-container .site-tree-tab-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
}
body .tree-data-container .site-tree-tab-container .site-tree-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  min-height: 0;
  position: relative;
}
body .tree-data-container .site-tree-tab-container .i3-site-tree {
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  position: relative;
  height: calc(100% - 24px);
}
body .tree-data-container .site-tree-tab-container .i3-site-tree .header-container {
  padding-right: 36px;
  background-color: #eeeeee;
}
body .tree-data-container .site-tree-tab-container .i3-site-tree .header-container .MuiFormControl-root {
  margin-top: 4px;
}
body .tree-data-container .site-tree-tab-container .i3-site-tree .content-container {
  padding-left: 5px;
}
body .tree-data-container .site-tree-tab-container .i3-site-tree .content-container .site-tree-container {
  height: 100%;
  overflow: initial;
  padding-top: 0;
}
body .tree-data-container .site-tree-tab-container .i3-site-tree .content-container .site-tree-container .root-node::after {
  border-color: transparent;
}
body .tree-data-container .site-tree-tab-container .i3-no-matched-filter {
  position: absolute;
  z-index: 1;
  top: 64px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
body .tree-data-container .site-tree-tab-container .site-tree-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #757575;
  margin-left: 5px;
  margin-bottom: 8px;
}
body .tree-data-container .site-tree-tab-container .search-container {
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5px;
  padding-right: 36px;
  background-color: #eeeeee;
  position: relative;
}
body .tree-data-container .site-tree-tab-container .search-container .selected-txt {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  margin-top: 16px;
}
body .tree-data-container .site-tree-tab-container .search-container > .MuiFormControl-root {
  margin-top: 4px;
}
body .tree-data-container .site-tree-tab-container .search-container input[class^='MuiInputBase-input'] {
  padding-right: 24px;
}
body .tree-data-container .site-tree-tab-container .search-container .icon-searching-magnifying-glass {
  position: absolute;
  right: 0px;
  top: 7px;
  color: #757575;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  margin-top: 8px;
  margin-bottom: 8px;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-header-container .title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #757575;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-header-container .favorite-add-button {
  min-width: auto;
  padding: 2px 8px;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-list-container {
  padding: 8px 5px;
  max-height: 336px;
  overflow-y: auto;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-list-container .favorite-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-list-container .favorite-item-container .favorite-icon {
  font-size: 24px;
  color: #757575;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-list-container .favorite-item-container .favorite-name {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-list-container .favorite-item-container .more-btn {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-list-container .favorite-item-container .more-btn i {
  font-size: 16px;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-list-container .favorite-item-container:hover {
  background-color: #e0f2fa;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-list-container .favorite-item-container:hover .more-btn {
  opacity: 1;
  visibility: visible;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .favorite-list-container .favorite-item-container.selected {
  background-color: #e0f2fa;
}
body .tree-data-container .site-tree-tab-container .favorite-group-container .no-favorites-found {
  position: relative;
  top: unset;
  left: unset;
  -webkit-transform: unset;
          transform: unset;
}
body .tree-data-container .nvr-tab-container {
  /* START Header */
  /* END Header */
  /* START Feature */
  /* END Feature */
  /* START Camera list */
  /* END Camera list */
}
body .tree-data-container .nvr-tab-container .nvr-header-container {
  height: 40px;
  background-color: #eee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  width: calc(100% - 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
}
body .tree-data-container .nvr-tab-container .nvr-header-container .back-btn {
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: #212121;
  position: absolute;
  left: 0px;
  top: 1px;
}
body .tree-data-container .nvr-tab-container .nvr-header-container .title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #212121;
  display: block;
  max-width: calc(100% - 5px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .tree-data-container .nvr-tab-container .nvr-feature-container {
  margin-top: 10px;
}
body .tree-data-container .nvr-tab-container .nvr-feature-container .session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .tree-data-container .nvr-tab-container .nvr-feature-container .session .auto-assign-btn {
  width: 100%;
  margin: 0px 12px;
}
body .tree-data-container .nvr-tab-container .nvr-feature-container .session .auto-assign-btn .icon {
  margin-right: 5px;
}
body .tree-data-container .nvr-tab-container .nvr-feature-container .session .i3-text-field {
  margin-left: 12px;
  margin-right: 12px;
}
body .tree-data-container .nvr-tab-container .nvr-feature-container .session .i3-text-field .form-control-error {
  display: none;
}
body .tree-data-container .nvr-tab-container .nvr-feature-container .session .change-view-btn {
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: #212121;
  margin-right: 12px;
  margin-left: 5px;
  margin-top: 6px;
}
body .tree-data-container .nvr-tab-container .nvr-feature-container .session .i3-select-container {
  margin-left: 12px;
  width: 140px;
}
body .tree-data-container .nvr-tab-container .nvr-feature-container .session .i3-select-container .MuiInputBase-root {
  margin-top: 0px;
}
body .tree-data-container .nvr-tab-container .nvr-feature-container .camera-filter-container {
  margin-top: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .tree-data-container .nvr-tab-container .nvr-feature-container .camera-filter-container .i3-select-container .MuiSelect-select {
  font-size: 14px;
}
body .tree-data-container .nvr-tab-container .camera-list-container {
  overflow-y: auto;
  max-height: calc(100vh - 256px);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0px;
  padding: 0px 14px;
}
body .tree-data-container .nvr-tab-container .camera-list-container .camera-list-item-container {
  width: 100px;
  height: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0px;
  margin-top: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .tree-data-container .nvr-tab-container .camera-list-container .camera-list-item-container .thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
body .tree-data-container .nvr-tab-container .camera-list-container .camera-list-item-container .assigned-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}
body .tree-data-container .nvr-tab-container .camera-list-container .camera-list-item-container .assigned-mask .icon {
  color: #eee;
  font-size: 24px;
}
body .tree-data-container .nvr-tab-container .camera-list-container .camera-list-item-container .name {
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #212121;
  margin-top: 4px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  cursor: default;
}
body .tree-data-container .nvr-tab-container .camera-list-container .camera-list-item-container:nth-child(1),
body .tree-data-container .nvr-tab-container .camera-list-container .camera-list-item-container:nth-child(2) {
  margin-top: 0px;
}
body .tree-data-container .nvr-tab-container .camera-list-container .camera-list-item-container:nth-child(2n) {
  margin-left: 12px;
}
body .tree-data-container .nvr-tab-container .camera-list-container.grid-view .camera-list-item-container .status {
  display: none;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view {
  padding: 0px;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view .camera-list-item-container {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 32px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view .camera-list-item-container .thumbnail {
  display: none;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view .camera-list-item-container .assigned-mask {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 24px;
  left: auto;
  right: 0px;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view .camera-list-item-container .assigned-mask .icon {
  color: #449d44;
  font-size: 16px;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view .camera-list-item-container .name {
  margin-top: 0px;
  margin-left: 5px;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view .camera-list-item-container .status {
  font-size: 16px;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view .camera-list-item-container:nth-child(2n) {
  margin-left: 0px;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view .camera-list-item-container:hover {
  background-color: #e0e0e0;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view .camera-list-item-container.assigned {
  padding-right: 22px;
  background-color: #e0e0e0;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view .camera-list-item-container.online .status {
  color: #449d44;
}
body .tree-data-container .nvr-tab-container .camera-list-container.list-view .camera-list-item-container.offline .status {
  color: #d9534f;
}
body .credential-dialog .MuiDialogContent-root {
  width: 402px;
}
body .credential-dialog .MuiFormControl-marginNormal {
  margin-top: 9px;
  margin-bottom: 0;
}
body .credential-dialog .content-container .main-container .server-id {
  margin-top: 0px;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
}
body .credential-dialog .MuiDialogActions-root {
  padding: 20px 0px;
}
body .nvr-status-popover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.14);
  padding: 8px;
  left: 337px !important;
  -webkit-transform: translate(0px, 0px) !important;
          transform: translate(0px, 0px) !important;
  z-index: 1200;
}
body .nvr-status-popover.is-loading {
  padding: 10px;
}
body .nvr-status-popover .nvr-status .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: -0.03px;
}
body .nvr-status-popover .nvr-status .info-row:not(:first-child) {
  margin-top: 8px;
}
body .nvr-status-popover .nvr-status .info-row.show {
  min-width: 300px;
}
body .nvr-status-popover .nvr-status .info-row .info-col {
  padding: 5px 8px;
  border-radius: 8px;
  background-color: #f7f7f7;
  font-family: Roboto;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  width: 100%;
}
body .nvr-status-popover .nvr-status .info-row .info-col span {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: 500;
}
body .nvr-status-popover .nvr-status .info-row .info-col span.value {
  color: #449d44;
}
body .nvr-status-popover .nvr-status .info-row .info-col span.value.warning {
  color: #ec971f;
}
body .nvr-status-popover .nvr-status .info-row .info-col span.value.danger {
  color: #c7261b;
}
body .nvr-status-popover .nvr-status .info-row .info-col span.label {
  color: #757575;
}
body .nvr-status-popover .nvr-status .info-row .info-col.status {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
body .nvr-status-popover .i3-load-page-content-waiting {
  padding: 0;
}
body .preparing-download-container {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 320px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  z-index: 99;
}
body .preparing-download-container .preparing-download-header {
  padding: 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .preparing-download-container .preparing-download-header .title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}
body .preparing-download-container .preparing-download-header .close-preparing-download-btn {
  width: 40px;
  height: 40px;
  margin-right: -10px;
}
body .preparing-download-container .preparing-download-header .close-preparing-download-btn i {
  font-size: 16px;
}
body .preparing-download-container .preparing-download-header .collapse-preparing-download-btn {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 16px;
}
body .preparing-download-container .preparing-download-content {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
body .preparing-download-container .preparing-download-content .preparing-download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 0 24px;
}
body .preparing-download-container .preparing-download-content .preparing-download-item .circular-progress {
  --val: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body .preparing-download-container .preparing-download-content .preparing-download-item .circular-progress .circular-progress-percent {
  stroke-dasharray: 100;
  stroke-dashoffset: calc(100 - var(--val));
}
body .preparing-download-container .preparing-download-content .preparing-download-item .delete-preparing-download-btn {
  margin-left: auto;
  margin-right: -10px;
  width: 30px;
  height: 30px;
}
body .preparing-download-container .preparing-download-content .preparing-download-item .delete-preparing-download-btn i {
  font-size: 12px;
}
body .preparing-download-container .preparing-download-content .preparing-download-item .filename {
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
body .preparing-download-container .preparing-download-content .preparing-download-item i {
  font-size: 20px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3px 0;
}
body .preparing-download-container .preparing-download-content .preparing-download-item i.success {
  color: #449d44;
}
body .preparing-download-container .preparing-download-content .preparing-download-item i.error {
  color: #d9534f;
}
body .oidc-error-message {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .oidc-error-message .error-icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .oidc-error-message .message {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  margin-top: 10px;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root {
  width: 308px;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root .body-container {
  padding: 0px;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root .body-container .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f7f7;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root .body-container .title-container .title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #212121;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root .body-container .title-container .close-btn {
  width: 24px;
  height: 24px;
  font-size: 14px;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root .body-container .main-container {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root .body-container .main-container .date-time-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: -0.03px;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root .body-container .main-container .date-time-container .date-time {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  margin-left: 6px;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root .body-container .main-container .text-field-name {
  margin: 0px;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root .body-container .main-container .bookmark-date-time-picker-container {
  margin: 0px;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root .body-container .main-container .bookmark-date-time-picker-container .form-control-error {
  margin-left: 0px;
}
body .add-edit-bookmark-dialog-container .MuiPaper-root .body-container .main-container .i3-select-container {
  width: 100%;
}
body .bookmark-folder-select-popover .MuiMenuItem-root.add-btn {
  border-top: 1px solid #e2dfdf;
}
body .bookmark-folder-select-popover .MuiMenuItem-root.add-btn .option-item .icon {
  margin-right: 8px;
  color: #757575;
}
body .bookmark-folder-select-popover .MuiMenuItem-root.add-btn .option-item .name {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-weight: 600;
}
body .add-edit-bookmark-folder-dialog-container .MuiPaper-root {
  width: 308px;
}
body .add-edit-bookmark-folder-dialog-container .MuiPaper-root .body-container {
  padding: 0px;
}
body .add-edit-bookmark-folder-dialog-container .MuiPaper-root .body-container .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f7f7;
}
body .add-edit-bookmark-folder-dialog-container .MuiPaper-root .body-container .title-container .title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #212121;
}
body .add-edit-bookmark-folder-dialog-container .MuiPaper-root .body-container .title-container .close-btn {
  width: 24px;
  height: 24px;
  font-size: 14px;
}
body .add-edit-bookmark-folder-dialog-container .MuiPaper-root .body-container .main-container {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
body .add-edit-bookmark-folder-dialog-container .MuiPaper-root .body-container .main-container .text-field-name {
  margin: 0px;
}
body .share-video-dialog-container .i3-search-textfield i {
  color: #757575;
}
body .share-video-dialog-container .MuiDialog-paper {
  max-width: 1140px;
  height: calc(100vh - 64px);
}
body .share-video-dialog-container .MuiDialogContent-root {
  padding-bottom: 0;
  margin-top: 8px;
  height: calc(100vh - 268px);
}
body .share-video-dialog-container .MuiDialogActions-root {
  padding: 16px 24px;
  border-top: 1px solid #bdbdbd;
}
body .share-video-dialog-container.share-multiple .MuiDialogContent-root {
  height: calc(100vh - 246px);
}
body .share-video-dialog-container .share-tab-container .share-setting-container {
  width: 100%;
}
body .share-video-dialog-container .share-tab-container .share-setting-container span {
  font-size: 14px;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .share-setting-title {
  font-size: 16px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: 500;
  margin-bottom: 16px;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .MuiTextField-root {
  width: 100%;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .phone-number-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .phone-number-input .i3-select-container {
  margin-top: 15px;
  width: 170px;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .phone-number-input .i3-select-container .MuiInputBase-root::before,
body .share-video-dialog-container .share-tab-container .share-setting-container .phone-number-input .i3-select-container .MuiInputBase-root::after {
  border: 0px;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .phone-number-input .form-control-error {
  height: 0;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .time-input-element {
  margin-top: 22px;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .email-text-field .MuiFormControl-root {
  margin: 0;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .email-text-field .MuiAutocomplete-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 4px;
  border-radius: 64px;
  border: 1px solid #212121;
  color: #212121;
  overflow: hidden;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .email-text-field .MuiAutocomplete-tag .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .email-text-field .MuiAutocomplete-tag .avatar i {
  font-size: 14px;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .email-text-field .MuiAutocomplete-tag .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .email-text-field .MuiAutocomplete-tag .name {
  font-family: Roboto;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 38px);
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .email-text-field .MuiAutocomplete-tag .MuiButtonBase-root {
  padding: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .email-text-field .MuiAutocomplete-tag .MuiButtonBase-root i {
  font-size: 14px;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .email-text-field .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
  width: 100%;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .recipient-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .recipient-group-list .recipient-group-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22px;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #eee;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .recipient-group-list .recipient-group-item:hover {
  background-color: #e6e6e6;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .recipient-group-list .create-new-recipient-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 22px;
  padding: 2px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 4px;
}
body .share-video-dialog-container .share-tab-container .share-setting-container .recipient-group-list .create-new-recipient-btn > i {
  font-size: 11px;
  line-height: 0;
}
body .share-video-dialog-container.share-multiple .share-tab-container .share-video-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 246px);
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container {
  width: 50%;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header span {
  font-size: 14px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header .channel-select-header-title .title {
  font-size: 16px;
  letter-spacing: -0.03px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header .channel-select-header-title .selected-channels-number {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 16px;
  gap: 16px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header .search-bar .left,
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header .search-bar .right {
  width: 100%;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header .search-bar .search-channel-txt {
  width: 100%;
  margin: 8px 0;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header .search-bar .search-channel-txt .form-control-error {
  display: none;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header .search-bar .i3-select-container {
  width: 100%;
  margin-bottom: 17px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header .select-channel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channel-select-header .select-channel .show-selected-cameras-switch {
  margin-left: 16px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list {
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: calc(100vh - 419px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
  gap: 4px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item {
  width: calc(calc(100% / 3) - 3px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 2px solid #ffffff;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item.selected,
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item:hover {
  border-color: #00b1ff;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .channel-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1.5;
  background-color: #212121;
  position: relative;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .channel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .channel-img .play-array-bg {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .channel-img .play-array-bg .play-btn {
  color: white;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .channel-img .play-array-bg .play-btn i {
  font-size: 13px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .channel-img:hover .play-array-bg {
  overflow: auto;
  width: 100%;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .MuiFormControlLabel-root {
  margin: -4px 0 0 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eeeeee;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .MuiFormControlLabel-root .MuiIconButton-root {
  padding: 5px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .MuiFormControlLabel-root span {
  font-size: 14px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .MuiFormControlLabel-root span.MuiFormControlLabel-label {
  width: calc(100% - 42px);
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .MuiFormControlLabel-root span.MuiFormControlLabel-label .name {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .channel-name {
  margin: -4px 0 0 0;
  line-height: 34px;
  background-color: #eeeeee;
  font-size: 14px;
  padding: 0px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .channel-name.file-backup-name {
  padding: 4px 20px 4px 8px;
  line-height: 24px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .channel-name.file-backup-name span {
  display: block;
  height: 24px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .channel-name.file-backup-name span.name-channel {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 4px;
}
body .share-video-dialog-container.share-multiple .share-tab-container .channel-select-container .channels-list .channel-item .channel-name.file-backup-name .MuiCheckbox-root {
  padding: 0 5px 0 0;
}
body .share-video-dialog-container.share-multiple .share-tab-container .share-setting-container {
  padding-left: 12px;
  border-left: 1px solid #bdbdbd;
  width: 50%;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content {
  height: calc(100vh - 206px);
  padding-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .feature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #f7f7f7;
  border-radius: 8px;
  margin: 0px 24px;
  height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .feature-container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .feature-container .left .total {
  color: #212121;
  font-size: 14px;
  letter-spacing: -0.03px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .feature-container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .feature-container .right .i3-search-textfield {
  margin: 0px;
  width: 260px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  height: calc(100% - 62px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  border: 1px solid #eee;
  width: 100%;
  margin-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 22px;
  padding: 12px 8px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .icon-btn {
  width: 24px;
  height: 24px;
  min-width: 0px;
  min-height: 0px;
  font-size: 14px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .info-item {
  position: relative;
  color: #212121;
  font-size: 14px;
  letter-spacing: -0.03px;
  padding-left: 20px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .info-item .label {
  margin-right: 6px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .info-item .value {
  font-weight: 600;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .info-item:before {
  content: ' ';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e0e0e0;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 8px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .info-item:first-child {
  margin-left: 8px;
  padding-left: 0px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .info-item:first-child:before {
  display: none;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .info-item.expired {
  color: #d9534f;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .right .icon-btn {
  width: 32px;
  height: 32px;
  font-size: 18px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item .right .btns-container {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .root-item:hover .right .btns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .children-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  padding-top: 0px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .children-container .children-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  border-radius: 4px;
  background-color: #f7f7f7;
  width: calc(100% / 3 - 22px);
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .children-container .children-item .info-item {
  position: relative;
  color: #212121;
  font-size: 12px;
  letter-spacing: -0.02px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .children-container .children-item .info-item .label {
  margin-right: 6px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item .children-container .children-item .info-item .value {
  font-family: Roboto;
  font-weight: 500;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .link-list-item:hover {
  border-color: #00b1ff;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .no-data-container {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .no-data-container .icon {
  color: #757575;
  font-size: 60px;
}
body .share-video-dialog-container .manage-tab-container .manage-tab-content .link-list-container .no-data-container .message {
  font-size: 16px;
  letter-spacing: -0.03px;
  color: #212121;
}
body .share-video-dialog-container .recipient-tab .recipient-table .i3-table-features .left .total {
  color: #212121;
}
body .share-video-dialog-container .recipient-tab .recipient-table .table-content-main {
  max-height: calc(100vh - 263px);
  height: 100vh;
  overflow-y: auto;
}
body .share-video-dialog-container .recipient-tab .recipient-table .table-content-main thead > tr th span {
  font-size: 14px;
}
body .share-video-dialog-container .recipient-tab .recipient-table .table-content-main .edit-item > td,
body .share-video-dialog-container .recipient-tab .recipient-table .table-content-main .edit-item span {
  font-size: 14px;
}
body .share-video-dialog-container .recipient-tab .recipient-table .table-content-main .email-list .more-item {
  color: #757575;
}
body .share-video-dialog-container .recipient-tab .recipient-table .table-content-main .i3-table-no-data-container {
  display: none;
}
body .share-video-dialog-container .recipient-tab .recipient-table .no-data-container {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
body .share-video-dialog-container .recipient-tab .recipient-table .no-data-container .icon {
  color: #757575;
  font-size: 60px;
}
body .share-video-dialog-container .recipient-tab .recipient-table .no-data-container .message {
  font-size: 16px;
  letter-spacing: -0.03px;
  color: #212121;
}
body .share-video-dialog-container .dialog-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
}
body .share-video-dialog-container .dialog-title .camera-label {
  font-family: Roboto;
  font-weight: normal;
}
body .share-video-dialog-container .tab-header {
  padding: 24px;
  padding-bottom: 0px;
  -webkit-box-shadow: 0px 1px 1px -1px #e0e0e0, 0px 1px 1px 0px #e0e0e0, 0px 1px 3px 0px #e0e0e0;
          box-shadow: 0px 1px 1px -1px #e0e0e0, 0px 1px 1px 0px #e0e0e0, 0px 1px 3px 0px #e0e0e0;
}
body .share-video-dialog-container .tab-header .MuiTab-root {
  text-transform: none;
  font-family: Roboto;
  font-weight: 500;
}
body .created-by-filter-container {
  width: unset;
}
body .created-by-filter-container .MuiInputBase-root {
  width: 220px;
  margin: 0px;
}
body .created-by-filter-container .option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: -0.03px;
}
body .created-by-filter-container .option-item .name {
  margin-left: 4px;
  font-family: Roboto;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .created-by-filter-popover .MuiPaper-root {
  max-height: 50vh;
  width: 270px;
}
body .created-by-filter-popover .MuiListSubheader-root {
  padding: 0px;
  height: 36px;
  margin-bottom: 4px;
}
body .created-by-filter-popover .MuiListSubheader-root .i3-text-field {
  margin: 0px;
}
body .created-by-filter-popover .MuiListSubheader-root .i3-text-field .MuiInputBase-root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 28px;
  margin: 4px 12px;
  border-radius: 16px;
}
body .created-by-filter-popover .option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body .created-by-filter-popover .option-item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  padding: 0px;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
}
body .created-by-filter-popover .option-item .empty-box {
  width: 28px;
  height: 28px;
}
body .created-by-filter-popover .option-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 11px;
}
body .created-by-filter-popover .option-item .info .name {
  font-size: 14px;
  letter-spacing: -0.03px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .created-by-filter-popover .option-item .info .email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  letter-spacing: -0.02px;
  color: #757575;
}
body .recipient-table-item-more-popover-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .recipient-table-item-more-popover-container .button-item {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #212121;
  padding: 5px 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .content {
  width: calc(100% - 56px);
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .content .name,
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .content .email {
  display: block;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .content .name {
  color: #212121;
  font-weight: 600;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .content .email {
  color: #757575;
}
body .company-select-container {
  width: unset;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .company-select-container .MuiInputBase-root {
  width: 220px;
  margin: 0px;
  height: 42px;
  border-radius: 8px;
}
body .company-select-container .MuiInputBase-root .MuiSelect-select {
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}
body .company-select-container .MuiInputBase-root .MuiSelect-icon {
  color: #757575;
}
body .company-select-container .MuiInputBase-root .MuiOutlinedInput-notchedOutline {
  border: 1px solid #757575;
}
body .company-select-container .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #00b1ff;
}
body .company-select-container .option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
body .company-select-container .option-item .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0px;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body .company-select-container .option-item .logo-container .logo {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .company-select-container .option-item .name {
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .company-select-popover .MuiPaper-root {
  max-height: 50vh;
  width: 270px;
}
body .company-select-popover .MuiListSubheader-root {
  padding: 0px;
  height: 36px;
  margin-bottom: 4px;
}
body .company-select-popover .MuiListSubheader-root .i3-text-field {
  margin: 0px;
}
body .company-select-popover .MuiListSubheader-root .i3-text-field .MuiInputBase-root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 28px;
  margin: 4px 12px;
  border-radius: 16px;
}
body .company-select-popover .option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body .company-select-popover .option-item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  padding: 0px;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
}
body .company-select-popover .option-item .empty-box {
  width: 28px;
  height: 28px;
}
body .company-select-popover .option-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 11px;
}
body .company-select-popover .option-item .info .name {
  font-size: 14px;
  letter-spacing: -0.03px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .company-select-popover .option-item .info .email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  letter-spacing: -0.02px;
  color: #757575;
}
body .i3-date-range-picker-container .data-range-text-field {
  width: 320px;
}
body .i3-date-range-picker-container .data-range-text-field .MuiFormHelperText-root {
  display: none;
}
body .i3-date-range-picker-container .data-range-text-field .i3-text-field {
  height: 42px;
  margin: 0;
}
body .i3-date-range-picker-container .data-range-text-field .i3-text-field .MuiInputBase-root {
  border-radius: 24px;
  cursor: pointer;
}
body .i3-date-range-picker-container .data-range-text-field .i3-text-field .MuiInputBase-root .MuiInputBase-input {
  color: #212121;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-size: 16px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: 500;
}
body .i3-date-range-picker-container .date-range-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 266px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.23) inset;
          box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.23) inset;
}
body .i3-date-range-picker-container .date-range-input-container.focused {
  -webkit-box-shadow: 0px 0px 0 2px #00b1ff inset;
          box-shadow: 0px 0px 0 2px #00b1ff inset;
}
body .i3-date-range-picker-container .date-range-input-container.focused:hover {
  -webkit-box-shadow: 0px 0px 0 2px #00b1ff inset;
          box-shadow: 0px 0px 0 2px #00b1ff inset;
}
body .i3-date-range-picker-container .date-range-input-container:hover {
  -webkit-box-shadow: 0px 0px 0 1px #212121 inset;
          box-shadow: 0px 0px 0 1px #212121 inset;
}
body .i3-date-range-picker-container .date-range-input-container:has(.Mui-error) {
  -webkit-box-shadow: 0px 0px 0 2px #d9534f inset;
          box-shadow: 0px 0px 0 2px #d9534f inset;
}
body .i3-date-range-picker-container .date-range-input-container:has(.Mui-error):hover {
  -webkit-box-shadow: 0px 0px 0 2px #d9534f inset;
          box-shadow: 0px 0px 0 2px #d9534f inset;
}
body .i3-date-range-picker-container .date-range-input-container .MuiTextField-root {
  max-width: 105px;
}
body .i3-date-range-picker-container .date-range-input-container .MuiTextField-root:first-child .MuiInputBase-input {
  text-align: right;
}
body .i3-date-range-picker-container .date-range-input-container .MuiTextField-root .MuiInputBase-root {
  border-radius: 0;
  padding-right: 0;
}
body .i3-date-range-picker-container .date-range-input-container .MuiTextField-root .MuiInputBase-root .MuiInputBase-input {
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: 500;
  color: #212121;
}
body .i3-date-range-picker-container .date-range-input-container .MuiTextField-root .MuiInputBase-root .MuiOutlinedInput-notchedOutline {
  border-color: transparent;
}
body .i3-date-range-picker-container .date-range-input-container .separator {
  margin: 0 4px;
  font-size: 16px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: 500;
  color: #212121;
}
body .i3-date-range-picker-container .date-range-input-container .MuiButtonBase-root {
  padding: 7px 9px;
}
body .i3-time-range-config {
  display: block;
}
body .i3-time-range-config .MuiFormHelperText-root {
  display: none;
}
body .i3-time-range-config .day-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  gap: 8px;
}
body .i3-time-range-config .day-element-text {
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: 24px;
}
body .i3-time-range-config .day-element-value {
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 7px;
  padding-right: 7px;
  cursor: default;
  font-weight: bolder;
}
body .i3-time-range-config .day-element .is-choosing {
  border: 1px solid #0058ca;
  background-color: rgba(12, 152, 245, 0.3);
}
body .i3-time-range-config .day-element .element-hour-minute {
  margin-right: 16px;
  width: 65px;
}
body .i3-time-range-config .day-element .element-hour-minute .MuiInputBase-root {
  padding: 0;
}
body .i3-time-range-config .day-element .element-hour-minute .MuiInputBase-root .MuiInputBase-input {
  height: 28px;
  padding: 4px 8px;
}
body .i3-time-range-config .done-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 12px;
  margin-right: 8px;
}
body .i3-time-range-config .done-btn .MuiButton-root {
  min-width: 60px;
  margin: 8px 8px 12px 0px;
}
body .i3-date-range-popver-calendar {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  /*--- START KeyboardTimePicker ---*/
  /*--- START KeyboardTimePicker ---*/
}
body .i3-date-range-popver-calendar .MuiDateCalendar-root {
  height: 350px;
  max-height: 350px;
}
body .i3-date-range-popver-calendar .MuiDateCalendar-root .MuiPickersSlideTransition-root {
  min-height: 255px;
}
body .i3-date-range-popver-calendar .MuiPickersCalendar-transitionContainer {
  overflow: hidden;
  min-width: 340px;
  min-height: 240px;
  margin-top: 10px;
}
body .i3-date-range-popver-calendar .hide-icon .MuiIconButton-root {
  display: none;
}
body .i3-date-range-popver-calendar .day {
  width: 40px;
  height: 40px;
  margin: 0;
  color: #212121;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  padding: 0px;
  -webkit-transition: none;
  transition: none;
  border: 0;
}
body .i3-date-range-popver-calendar .day:after {
  border-radius: 100%;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  height: 40px;
  width: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
body .i3-date-range-popver-calendar .day:hover {
  background-color: transparent;
  color: #212121;
}
body .i3-date-range-popver-calendar .day:hover:after {
  background-color: #e2dfdf;
  bottom: -1px;
  left: -1px;
  height: 38px;
  width: 38px;
  right: -1px;
  top: -1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body .i3-date-range-popver-calendar .day:focus {
  background-color: transparent;
}
body .i3-date-range-popver-calendar .day > .label {
  z-index: 3;
}
body .i3-date-range-popver-calendar .hidden {
  opacity: 0;
  pointer-events: none;
}
body .i3-date-range-popver-calendar .current {
  color: #00b1ff;
}
body .i3-date-range-popver-calendar .focused-range {
  background: -webkit-gradient(linear, left top, right top, from(rgba(12, 152, 245, 0.3)), to(rgba(12, 152, 245, 0.3))) no-repeat;
  background: linear-gradient(to right, rgba(12, 152, 245, 0.3), rgba(12, 152, 245, 0.3)) no-repeat;
  width: 40px;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0;
  border: 0;
}
body .i3-date-range-popver-calendar .end-of-week {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .i3-date-range-popver-calendar .start-of-week {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
body .i3-date-range-popver-calendar .choosing-first {
  color: white;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
body .i3-date-range-popver-calendar .choosing-first:after {
  background-color: #00b1ff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body .i3-date-range-popver-calendar .choosing-last {
  color: white;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
body .i3-date-range-popver-calendar .choosing-last:after {
  background-color: #00b1ff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body .i3-date-range-popver-calendar .start-of-month:not(.begin-cap) {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
body .i3-date-range-popver-calendar .end-of-month:not(.end-cap) {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
body .i3-date-range-popver-calendar .same-day {
  border-radius: 100%;
  color: white;
}
body .i3-date-range-popver-calendar .same-day:after {
  background-color: #00b1ff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body .i3-date-range-popver-calendar .MuiPickersCalendarHeader-label {
  font-size: 16px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
}
body .i3-date-range-popver-calendar .MuiDayCalendar-header .MuiDayCalendar-weekDayLabel {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: 500;
  color: #757575;
}
body .i3-date-range-popper {
  z-index: 1301;
}
body .drawing-canvas {
  background-color: #423f3f;
  cursor: default;
  position: absolute;
  background: transparent;
  top: 0px;
  left: 0px;
  z-index: 2;
}
body .drawing-noselect {
  -webkit-touch-callout: none !important;
  /* iOS Safari */
  -webkit-user-select: none !important;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none !important;
  /* Firefox */
  -ms-user-select: none !important;
  /* Internet Explorer/Edge */
  user-select: none !important;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
body .drawing-background {
  width: 100%;
  z-index: 1;
}
body .drawing-feature-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ff0000;
  padding: 5px;
}
body .drawing-feature-container .area-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #f6cbcf;
}
body .drawing-feature-container .feature-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
body .drawing-feature-container .feature-number {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
body .add-tour-dialog-container .MuiDialogActions-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-top: 1px solid #bdbdbd;
}
body .add-tour-dialog-container .MuiDialogActions-root .MuiButtonBase-root:nth-child(2) {
  margin-left: 0;
}
body .add-tour-dialog-container .dwell-time-container .MuiFormHelperText-root:not(.form-control-error) {
  position: absolute;
  bottom: -22px;
  right: 0;
  color: #757575;
}
body .add-tour-dialog-container .drag-drop-tour-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
body .add-tour-dialog-container .drag-drop-tour-container .preset-tour-container-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
body .add-tour-dialog-container .drag-drop-tour-container .preset-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  padding: 0 6px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 36px;
  background: #ffffff;
}
body .add-tour-dialog-container .drag-drop-tour-container .preset-item-container:hover {
  border: 1px solid #bdbdbd;
}
body .add-tour-dialog-container .drag-drop-tour-container .preset-item-container .drag-indicator {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: -webkit-grab;
  cursor: grab;
}
body .add-tour-dialog-container .drag-drop-tour-container .no-preset {
  text-align: center;
  margin-top: 16px;
}
body .upload-time-setting-dialog .MuiDialogContent-root {
  width: 452px;
}
body .upload-time-setting-dialog .MuiFormControl-marginNormal {
  margin-top: 9px;
  margin-bottom: 0;
}
body .upload-time-setting-dialog .content-container .main-container {
  padding-bottom: 20px;
}
body .upload-time-setting-dialog .content-container .main-container .update-time-options {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .upload-time-setting-dialog .content-container .main-container .update-time-options .update-time-customize-input {
  width: 80px;
}
body .upload-time-setting-dialog .content-container .main-container .update-time-options .update-time-customize-input .MuiIconButton-root {
  margin-right: -10px;
}
body .upload-time-setting-dialog .content-container .main-container .update-time-options .time-between {
  display: inline-block;
  margin: 0 8px;
}
body .upload-time-setting-dialog .MuiDivider-root {
  width: calc(100% + 48px);
  margin-left: -24px;
}
body .upload-time-setting-dialog .MuiDialogActions-root {
  padding: 16px 0px;
}
body .share-link-dialog-container .MuiDialog-paper {
  max-width: 500px;
}
body .share-link-dialog-container .settings-btn {
  position: absolute;
  right: 14px;
  top: 14px;
}
body .share-link-dialog-container .settings-btn.d-none {
  display: none;
}
body .share-link-dialog-container .settings-btn i {
  font-size: 18px;
}
body .share-link-dialog-container .MuiDialogActions-root {
  padding: 16px 24px;
  border-top: 1px solid #bdbdbd;
}
body .share-link-dialog-container .MuiDialogActions-root .copy-link-btn {
  margin-right: auto;
}
body .share-link-dialog-container .MuiDialogActions-root .copy-link-btn .MuiButton-startIcon i {
  font-size: 14px;
}
body .share-link-dialog-container .dialog-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
body .share-link-dialog-container .block-container .label-header {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  margin-bottom: 8px;
}
body .share-link-dialog-container .block-container .block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-height: 218px;
  overflow-y: auto;
}
body .share-link-dialog-container .block-container .block-wrapper::-webkit-scrollbar {
  width: 8px;
}
body .share-link-dialog-container .block-container .block-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
body .share-link-dialog-container .block-container .block-wrapper::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border-radius: 8px;
}
body .share-link-dialog-container .block-container .people-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
body .share-link-dialog-container .block-container .people-item-container .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
}
body .share-link-dialog-container .block-container .people-item-container .avatar i {
  font-size: 14px;
}
body .share-link-dialog-container .block-container .people-item-container .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body .share-link-dialog-container .block-container .people-item-container .content {
  width: calc(100% - 75px);
}
body .share-link-dialog-container .block-container .people-item-container .content .name,
body .share-link-dialog-container .block-container .people-item-container .content .email {
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body .share-link-dialog-container .block-container .people-item-container .content .name {
  font-family: Roboto;
  font-weight: 500;
  color: #212121;
}
body .share-link-dialog-container .block-container .people-item-container .content .email {
  font-family: Roboto;
  font-weight: normal;
  color: #757575;
}
body .share-link-dialog-container .block-container .people-item-container .action {
  margin-left: auto;
}
body .share-link-dialog-container .block-container .people-item-container .action .owner-text {
  font-family: Roboto;
  font-weight: normal;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 22px;
}
body .share-link-dialog-container .block-container .people-item-container .action .MuiButtonBase-root {
  width: 24px;
  height: 24px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .share-link-dialog-container .block-container .people-item-container .action .MuiButtonBase-root i {
  font-size: 12px;
  color: #757575;
}
body .share-link-dialog-container .block-container.files-container {
  margin-top: 24px;
}
body .share-link-dialog-container .block-container.files-container .block-wrapper {
  max-height: 128px;
}
body .share-link-dialog-container .block-container .file-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  min-height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
body .share-link-dialog-container .block-container .file-item-container .name {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
}
body .share-link-dialog-container .block-container .file-item-container .MuiButtonBase-root {
  width: 24px;
  height: 24px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .share-link-dialog-container .block-container .file-item-container .MuiButtonBase-root i {
  font-size: 12px;
  color: #757575;
}
body .share-link-dialog-container .email-text-field .MuiFormControl-root {
  margin: 0;
}
body .share-link-dialog-container .email-text-field .MuiAutocomplete-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 4px;
  border-radius: 64px;
  border: 1px solid #212121;
  color: #212121;
  overflow: hidden;
}
body .share-link-dialog-container .email-text-field .MuiAutocomplete-tag .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
}
body .share-link-dialog-container .email-text-field .MuiAutocomplete-tag .avatar i {
  font-size: 14px;
}
body .share-link-dialog-container .email-text-field .MuiAutocomplete-tag .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body .share-link-dialog-container .email-text-field .MuiAutocomplete-tag .name {
  font-family: Roboto;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 38px);
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .share-link-dialog-container .email-text-field .MuiAutocomplete-tag .MuiButtonBase-root {
  padding: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .share-link-dialog-container .email-text-field .MuiAutocomplete-tag .MuiButtonBase-root i {
  font-size: 14px;
}
body .share-link-dialog-container .email-text-field .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
  width: 100%;
}
body .share-link-dialog-container .message-text-field {
  margin: 0 0 24px;
}
body .share-link-dialog-container .message-text-field .MuiFormHelperText-root {
  display: none;
}
body .share-link-dialog-container .general-access-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
body .share-link-dialog-container .share-mode-item {
  margin-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0px 4px 0px;
}
body .share-link-dialog-container .share-mode-item .general-access-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .share-link-dialog-container .share-mode-item .general-access-label button {
  padding: 6px 4px;
  margin-right: 8px;
  background-color: #f7f7f7;
}
body .share-link-dialog-container .share-mode-item .general-access-label button i {
  font-size: 20px;
}
body .share-link-dialog-container .share-mode-item .general-access-label .label {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
body .share-link-dialog-container .share-mode-item .general-access-label .note {
  font-size: 12px;
  color: #757575;
  line-height: 18px;
}
body .share-link-dialog-container .share-mode-item + .share-password-ele {
  padding-left: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .share-link-dialog-container .share-mode-item + .share-password-ele .password-checkbox-label span {
  font-size: 14px;
}
body .share-link-dialog-container .share-mode-item + .share-password-ele .share-password-field {
  margin: 0;
}
body .share-link-dialog-container .share-mode-item + .share-password-ele .share-password-field .clear-button {
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .share-link-dialog-container .share-mode-item + .share-password-ele .share-password-field .clear-button i {
  font-size: 12px;
}
body .share-link-dialog-container .share-divider-line {
  margin: 20px 0px;
}
body .share-link-dialog-container .share-expiration-item .expiration-checkbox-label span {
  font-family: Roboto;
  font-weight: 500;
}
body .share-link-dialog-container .share-expiration-item .share-expiration-note {
  font-size: 12px;
  color: #757575;
  line-height: 18px;
  padding-left: 32px;
}
body .share-link-dialog-container .share-expiration-item .share-expiration-date {
  margin-top: 8px;
  padding-left: 32px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .share-link-dialog-container .restricted-anyone-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 40px;
  margin-top: 24px;
  gap: 12px;
  padding: 0;
}
body .share-link-dialog-container .restricted-anyone-btn .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .share-link-dialog-container .restricted-anyone-btn .icon i {
  font-size: 16px;
  color: #757575;
}
body .share-link-dialog-container .restricted-anyone-btn .text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .share-link-dialog-container .restricted-anyone-btn .text span.title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
}
body .share-link-dialog-container .restricted-anyone-btn .text span.description {
  font-weight: normal;
  font-family: Roboto;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
body .share-link-dialog-container .warning-password-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #b7e3fa;
  padding: 10px 12px;
  margin-top: 24px;
}
body .share-link-dialog-container .warning-password-container i {
  width: 24px;
  height: 24px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #212121;
}
body .share-link-dialog-container .warning-password-container .text {
  color: #212121;
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
body .share-link-dialog-container .warning-password-container .MuiButtonBase-root {
  padding: 0;
  margin-left: auto;
}
body .share-link-dialog-container .warning-password-container .MuiButtonBase-root i {
  font-size: 18px;
  color: #757575;
}
body .share-link-dialog-container .non-system-account-text {
  color: #212121;
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .avatar i {
  font-size: 14px;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .content {
  width: calc(100% - 56px);
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .content .name,
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .content .email {
  display: block;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .content .name {
  font-family: Roboto;
  font-weight: 500;
  color: #212121;
}
body .MuiAutocomplete-popper.email-suggestion-popper .MuiAutocomplete-listbox .MuiAutocomplete-option .content .email {
  font-family: Roboto;
  font-weight: normal;
  color: #757575;
}
body .download-file-dialog-container .MuiPaper-root {
  max-width: 500px;
}
body .download-file-dialog-container .msg-text {
  font-family: Roboto;
  font-weight: normal;
  line-height: 22px;
  color: #212121;
}
body .download-file-dialog-container .MuiDialogActions-root {
  padding: 16px 24px;
  border-top: 1px solid #bdbdbd;
}
body .download-file-dialog-container .MuiFormControlLabel-root .MuiFormControlLabel-label {
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
}
body .timelapse-dialog-container .MuiModal-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
body .timelapse-dialog-container .MuiPaper-root {
  width: 1122px;
  max-width: 90vw;
  height: 740px;
  max-height: 90vh;
  border-radius: 0px;
  border: 1px solid #e0e0e0;
}
body .timelapse-dialog-container .MuiPaper-root .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px 8px 24px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
body .timelapse-dialog-container .MuiPaper-root .title-container .title {
  font-size: 16px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: 500;
}
body .timelapse-dialog-container .MuiPaper-root .title-container .close-btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container {
  height: calc(100% - 40px);
  position: relative;
  overflow: hidden;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container {
  z-index: 1;
  width: 100%;
  height: 700px;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container .i3-video-js .vjs-tech {
  position: static;
  max-width: 100%;
  max-height: 100%;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container .error-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container .error-container .error-icon {
  font-size: 70px;
  margin-bottom: 10px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container .error-container .error-txt {
  margin-bottom: 10px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container .error-container .reconnect-btn {
  margin-top: 10px;
  color: #ffffff;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container .creating-progress-container {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 37px;
  color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 8px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container .creating-progress-container .progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container .creating-progress-container .progress .value {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: -0.02px;
  font-size: 10px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container .creating-progress-container .label {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-weight: 600;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container.video-full-width .i3-video-js .vjs-tech {
  width: 100%;
  height: auto;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-container.video-full-height .i3-video-js .vjs-tech {
  width: auto;
  height: 100%;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  height: 47px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transform: translate(0px, 51px);
          transform: translate(0px, 51px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .time-bar-container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-top: -4px;
  margin-bottom: -3px;
  z-index: 1;
  position: relative;
  padding: 0px 10px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .time-bar-container .MuiSlider-root {
  padding: 0px;
  height: 12px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .time-bar-container .MuiSlider-root .MuiSlider-rail,
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .time-bar-container .MuiSlider-root .MuiSlider-track {
  height: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .time-bar-container .MuiSlider-root .MuiSlider-rail {
  background-color: #6a6a6a;
  border-radius: 0px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .time-bar-container .MuiSlider-root .MuiSlider-track {
  border-radius: 0px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .time-bar-container .MuiSlider-root .MuiSlider-thumb {
  width: 12px;
  height: 12px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .time-bar-container .MuiSlider-root .MuiSlider-thumb.Mui-active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .time-bar-container .MuiSlider-root .MuiSlider-thumb:after {
  display: none;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .time-bar-container .MuiSlider-root .MuiSlider-thumb:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container {
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(33, 33, 33, 0.5);
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container .btn {
  color: #fff;
  width: 36px;
  height: 36px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container .btn.Mui-disabled {
  opacity: 0.26;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container .go-to-search-mode-btn {
  text-decoration: underline;
  color: #00b1ff;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-weight: 600;
  margin-right: 12px;
  cursor: pointer;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container .left,
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container .left .tool-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container .left .tool-control .time-label {
  color: #eaeaea;
  font-size: 14px;
  letter-spacing: -0.03px;
  margin-right: 16px;
  margin-left: 6px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container .left .tool-control .fast-forward-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000000;
  border: 1px solid #757575;
  border-radius: 8px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container .left .tool-control .fast-forward-box .fast-forward-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 22px;
  cursor: pointer;
  color: #bdbdbd;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container .left .tool-control .fast-forward-box .fast-forward-item.active {
  color: #ffffff;
  background: #00afff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container .tool-container .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body .timelapse-dialog-container .MuiPaper-root .content-container .video-control-container.show {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body .timelapse-dialog-container.full-screen .MuiPaper-root {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100% !important;
  max-width: none;
  height: 100% !important;
  max-height: none;
  margin: 0px;
  z-index: 999;
  background-color: #212121;
}
body .timelapse-dialog-container.full-screen .MuiPaper-root .title-container {
  display: none;
}
body .timelapse-dialog-container.full-screen .MuiPaper-root .content-container {
  height: 100%;
  margin: 1px;
}
body .timelapse-dialog-container.full-screen .MuiPaper-root .content-container .video-container {
  height: 100%;
  max-height: none;
}
body .ai-time-filter-popover {
  width: 335px;
  margin-top: 4px;
}
body .ai-time-filter-popover .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  padding-bottom: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
body .ai-time-filter-popover .content-container .ai-time-picker-container .form-control-error {
  margin-left: 0px;
}
body .ai-color-filter-popover {
  margin-top: 4px;
}
body .ai-color-filter-popover.MuiPaper-root {
  width: 192px;
}
body .ai-color-filter-popover.MuiPaper-root .MuiMenuItem-root {
  padding: 0px;
}
body .ai-color-filter-popover.MuiPaper-root .MuiMenuItem-root .option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
body .ai-color-filter-popover.MuiPaper-root .MuiMenuItem-root .option-item .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: var(--color, 'unset');
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bdbdbd;
}
body .ai-color-filter-popover.MuiPaper-root .MuiMenuItem-root .option-item .name {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #export-log-dialog .MuiDialog-paperWidthSm {
  height: 253px;
  width: 448px;
}
body #export-log-dialog .MuiDialogTitle-root {
  padding: 16px 24px 0px 24px;
}
body #export-log-dialog .MuiFormControl-marginNormal {
  margin-bottom: 0;
}
body #export-log-dialog .log-file-name {
  padding-bottom: 33px;
  padding-left: 24px;
  padding-right: 24px;
}
body #export-log-dialog .MuiDialogActions-root {
  padding-top: 24px;
  padding-right: 24px;
}
body .log-popover-filter-item {
  width: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 400px;
}
body .log-popover-filter-item .log-filter-item {
  padding-left: 11px;
  margin-right: 0px;
  width: 100%;
}
body .log-popover-filter-item .log-filter-item span {
  font-size: 14px;
}
body .log-popover-filter-item .search-text-field {
  padding-top: 8px;
  margin-left: 12px;
  width: calc(100% - 24px);
  padding-right: 12px;
  margin-top: 0;
}
body .log-popover-filter-item .search-text-field input {
  height: 28px;
  padding: 4px 0px;
}
body .log-popover-filter-item .search-text-field p {
  display: none;
}
body .cancel-download-files-dialog-container .close-btn {
  position: absolute;
  right: 8px;
  top: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 14px;
}
body .cancel-download-files-dialog-container .MuiDialogContent-root {
  padding-top: 8px;
}
body .cancel-download-files-dialog-container .MuiDialogContent-root .dialog-description {
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  color: #212121;
  line-height: 22px;
  margin: 0;
}
body .cancel-download-files-dialog-container .MuiDialogActions-root {
  padding: 16px 24px;
  border-top: 1px solid #bdbdbd;
}
body .add-edit-favorite-group-dialog-container .MuiDialog-paper {
  height: 100%;
}
body .add-edit-favorite-group-dialog-container .MuiDialog-container .MuiDialogActions-root {
  padding: 16px 24px;
  border-top: 1px solid #bdbdbd;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container {
  width: 280px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding-top: 8px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container .select-all-container {
  padding: 0 12px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container .select-all-container .selected-all-camera-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 2px 8px;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #212121;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container .select-all-container .selected-all-camera-btn.selected {
  background-color: #e0f2fa;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container .site-tree-wrapper {
  position: relative;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container .site-tree-wrapper .i3-site-tree .header-container {
  padding: 0 12px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container .site-tree-wrapper .i3-site-tree .header-container .i3-search-textfield {
  margin: 0px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container .site-tree-wrapper .i3-site-tree .header-container .i3-search-textfield .MuiInputBase-root i {
  color: #757575;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container .site-tree-wrapper .i3-site-tree .site-tree-container {
  height: calc(100vh - 270px);
  padding-left: 12px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container .site-tree-wrapper .i3-site-tree .site-tree-container .root-node::before,
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container .site-tree-wrapper .i3-site-tree .site-tree-container .root-node::after {
  display: none;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .side-bar-view-container .site-tree-wrapper .i3-no-matched-filter {
  position: absolute;
  top: 104px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .feature-main-view-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .group-name-txt {
  margin-top: 0;
  width: 250px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .header-container .header-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .header-container .header-feature .search-txt {
  margin: 0;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .header-container .header-feature .search-txt .form-control-error {
  display: none;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .header-container .header-feature .nvr-selected {
  padding-left: 12px;
  border-left: 1px solid #e0e0e0;
  margin-right: 4px;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #212121;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .header-container .header-feature .nvr-selected.no-border {
  padding-left: 0;
  border-left: 0;
  margin-right: 0;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .header-container .header-feature .all-cameras-view-mode-note {
  color: #757575;
  font-size: 14px;
  letter-spacing: -0.03px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .header-container .header-feature .selected-number {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #757575;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  overflow: auto;
  position: relative;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .channel-list-item-container {
  width: calc(calc(100% / 4) - 10px);
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .channel-list-item-container:hover,
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .channel-list-item-container.selected {
  border-color: #00b1ff;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .channel-list-item-container .thumbnail-container {
  position: relative;
  cursor: pointer;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .channel-list-item-container .thumbnail {
  width: 100%;
  aspect-ratio: 1.32638889;
  display: block;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .channel-list-item-container .drag-thumbnail-mark {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .channel-list-item-container .MuiFormControlLabel-root {
  margin: 0;
  width: 100%;
  background-color: #eeeeee;
  overflow: hidden;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .channel-list-item-container .MuiFormControlLabel-root .MuiFormControlLabel-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .channel-list-item-container .nvr-name-container {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .channel-list-item-container .nvr-name {
  font-size: 12px;
  letter-spacing: -0.02px;
  font-family: Roboto;
  font-weight: 500;
  color: #212121;
  padding: 2px 4px;
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .drag-node {
  width: 10px;
  height: 258px;
  background-color: #757575;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  position: absolute;
  top: -2px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .drag-node.left {
  left: 0px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .channel-list-container .drag-node.right {
  right: 0px;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .unselected-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
body .add-edit-favorite-group-dialog-container .MuiDialogContent-root .main-view-container .unselected-container .unselected-txt {
  font-size: 16px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #757575;
}
body .add-edit-recipient-dialog .dialog-title-main {
  padding: 24px;
}
body .add-edit-recipient-dialog .dialog-title-main .title {
  font-size: 20px;
  font-weight: 500;
}
body .add-edit-recipient-dialog .dialog-content-main {
  padding-top: 0;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .wrapper {
  max-height: calc(100vh - 217px);
  height: 100vh;
  overflow-y: auto;
  margin-right: -24px;
  padding-right: 24px;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .i3-text-field {
  margin-top: 4px;
  margin-bottom: 0;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .email-text-field .MuiFormControl-root {
  margin: 0;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .email-text-field .MuiAutocomplete-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 4px;
  border-radius: 64px;
  border: 1px solid #212121;
  color: #212121;
  overflow: hidden;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .email-text-field .MuiAutocomplete-tag .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .email-text-field .MuiAutocomplete-tag .avatar > i {
  font-size: 16px;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .email-text-field .MuiAutocomplete-tag .avatar > img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .email-text-field .MuiAutocomplete-tag .name {
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 38px);
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .email-text-field .MuiAutocomplete-tag .MuiButtonBase-root {
  padding: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .email-text-field .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
  width: 100%;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-top: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .apply-to-site .title {
  font-weight: 600;
  margin-bottom: 24px;
  display: block;
}
body .add-edit-recipient-dialog .dialog-content-main .add-edit-form .apply-to-site .i3-site-tree .header-container {
  padding-left: 0;
  max-width: 100%;
  margin-bottom: 16px;
}
body .popover-container {
  min-width: 156px;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 3px;
  border: 1px solid #e2dfdf;
}
body .popover-container .element {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
body .popover-container .element .image {
  width: 20px;
  cursor: pointer;
  margin-right: 10px;
}
body .popover-container .element .icon {
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 1px;
}
body .popover-container .element .text {
  cursor: pointer;
}
body .popover-container .element:hover {
  background-color: #efefef;
  cursor: pointer;
}
body .popover-container .disabled-element {
  opacity: 0.3;
}
body .popover-container .disabled-element .text {
  cursor: default;
}
body .popover-container .disabled-element:hover {
  background-color: #ffffff;
  cursor: default;
}
body .popover-container .selected-element {
  color: #00b1ff;
  background-color: #efefef;
}
body .division-items-popover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0px 10px;
}
body .division-items-popover .division-btn {
  width: 30px;
  height: 30px;
  border-radius: 0px;
}
body .division-items-popover .division-btn img {
  width: 24px;
  height: 24px;
}
body .division-items-popover .division-btn:last-child {
  margin-right: 0px;
}
body .division-items-popover .division-btn.Mui-disabled {
  opacity: 0.3;
}
body .global-setting-popover {
  min-width: 275px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .global-setting-popover .global-setting-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px 10px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
body .global-setting-popover .global-setting-title .title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.04px;
  font-weight: 700;
}
body .global-setting-popover .global-setting-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .global-setting-popover .global-setting-content .setting-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 24px 16px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
body .global-setting-popover .global-setting-content .setting-element .control-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .global-setting-popover .global-setting-content .setting-element .control-container .control-label {
  font-size: 14px;
  letter-spacing: -0.03px;
  margin-right: 16px;
}
body .global-setting-popover .global-setting-content .setting-element .control-container .MuiFormControlLabel-root {
  margin: 0px;
}
body .global-setting-popover .global-setting-content .setting-element .note-container {
  margin-top: -5px;
}
body .global-setting-popover .global-setting-content .setting-element .note-container .note {
  font-size: 12px;
  letter-spacing: -0.02px;
  color: #757575;
}
body .global-setting-popover .global-setting-content .setting-element .video-quality-control-container .control-label {
  font-size: 14px;
  letter-spacing: -0.03px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #212121;
}
body .global-setting-popover .global-setting-content .setting-element .video-quality-control-container .control-content {
  gap: 24px;
}
body .global-setting-popover .global-setting-content .setting-element .video-quality-control-container .control-content .video-quality-option {
  margin-right: 0;
}
body .global-setting-popover .global-setting-content .setting-element .video-quality-control-container .control-content .video-quality-option .video-quality-radio {
  padding: 8px;
}
body .global-setting-popover .global-setting-content .setting-element .video-quality-control-container .control-content .video-quality-option .video-quality-radio + .MuiFormControlLabel-label {
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #212121;
  font-weight: 400;
}
body .global-setting-popover .global-setting-content .setting-element.upload-time-element:hover {
  cursor: pointer;
  background-color: #e3e6eb;
}
body .global-setting-popover .global-setting-content .setting-element.upload-time-element .control-container {
  height: 38px;
}
body .global-setting-popover .global-setting-content .setting-element.upload-time-element .control-container .control-label {
  margin-right: 4px;
}
body .global-setting-popover .global-setting-content .setting-element:before {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 24px;
  width: calc(100% - 2 * 24px);
  height: 1px;
  background-color: #e2dfdf;
}
body .global-setting-popover .global-setting-content .setting-element:first-child {
  padding-top: 0px;
}
body .global-setting-popover .global-setting-content .setting-element:first-child:before {
  display: none;
}
body .global-setting-popover .global-setting-content .upload-time-control-loading {
  width: 100%;
  padding: 0px 24px;
}
body .global-setting-popover .global-setting-content .upload-time-control-loading .ph-loading-item {
  background-color: transparent;
}
body .global-setting-popover .global-setting-content .upload-time-control-loading .ph-loading-item > * {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 4px;
}
body .global-setting-popover .global-setting-content .upload-time-control-loading .ph-loading-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .global-setting-popover .global-setting-content .upload-time-control-loading .ph-loading-row div {
  margin-top: 4px;
}
body .global-setting-popover .global-setting-content .upload-time-control-loading .ph-loading-row div:not(:first-child),
body .global-setting-popover .global-setting-content .upload-time-control-loading .ph-loading-row div:not(:last-child) {
  margin-right: 4px;
}
body .division-popper .MuiTooltip-tooltip {
  max-width: 100%;
}
body .more-live-popover-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #363636;
  border: 1px solid #363636;
  border-radius: 4px;
  overflow: unset;
}
body .more-live-popover-container button,
body .more-live-popover-container .dewarp-btn-container {
  width: 170px;
  height: 37.5px;
  background: #212121;
  border-radius: 0;
  border-bottom: 1px solid #363636;
  padding-left: 8px;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
body .more-live-popover-container button span,
body .more-live-popover-container .dewarp-btn-container span {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
}
body .more-live-popover-container button span.favorite-name,
body .more-live-popover-container .dewarp-btn-container span.favorite-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
body .more-live-popover-container button .icon,
body .more-live-popover-container .dewarp-btn-container .icon {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .more-live-popover-container button .icon i,
body .more-live-popover-container .dewarp-btn-container .icon i {
  color: #00afff;
}
body .more-live-popover-container button.Mui-disabled span,
body .more-live-popover-container .dewarp-btn-container.Mui-disabled span {
  opacity: 0.2;
}
body .more-live-popover-container button .right-icon,
body .more-live-popover-container .dewarp-btn-container .right-icon {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #757575;
  font-size: 12px;
}
body .more-live-popover-container .dewarp-btn-container .dewarp-options-container {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #363636;
  border: 1px solid #363636;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  right: calc(-2px - 170px);
}
body .more-live-popover-container .dewarp-btn-container:hover .dewarp-options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body ul[aria-labelledby='camera-filter-label'] .MuiMenuItem-root {
  font-size: 14px;
}
body .live-preset-tour-popover-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body .live-preset-tour-popover-container .action-btn {
  color: #212121;
  font-family: Roboto;
  font-weight: normal;
  line-height: 22px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 12px;
}
body .time-interval-select-popover {
  background: #2d2d2d;
  border-radius: 4px;
  border: 1px solid #2d2d2d;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 9;
  padding: 4px 0;
  width: 101px;
}
body .time-interval-select-popover div {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 22px;
  color: #dfdfdf;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
body .time-interval-select-popover div:hover {
  background: #4e4e4e;
  color: #dfdfdf;
}
body .time-interval-select-popover div.active {
  color: #00afff;
}
body .bookmark-list-popover-container {
  padding: 4px 0;
}
body .bookmark-list-popover-container .bookmark-list-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 5px 12px;
}
body .bookmark-list-popover-container .search-page-bookmark-list {
  height: 280px;
  width: 260px;
  overflow: auto;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-bookmark-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  padding: 5px 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-bookmark-item .bookmark-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-bookmark-item .bookmark-item-content > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  max-width: 175px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-bookmark-item .bookmark-item-content .bookmark-item-time {
  color: #757575;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-bookmark-item .btn-more-popover {
  visibility: hidden;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-bookmark-item:hover {
  background-color: #eee;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-bookmark-item:hover .btn-more-popover {
  visibility: visible;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-bookmark-item.child {
  padding-left: 46px;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-bookmark-item.child .bookmark-item-content > span {
  max-width: 148px;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-folder-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 34px;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-folder-item .folder-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-folder-item .folder-item-content .icon {
  font-size: 16px;
  color: #757575;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-folder-item .folder-item-content .folder-item-label {
  font-size: 12px;
  letter-spacing: -0.02px;
  font-family: Roboto;
  font-weight: 500;
  max-width: 147px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-folder-item .folder-item-content .collapse-btn {
  color: #757575;
  font-size: 10px;
  height: 20px;
  width: 20px;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-folder-item .btn-more-popover {
  visibility: hidden;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-folder-item:hover {
  background-color: #eee;
}
body .bookmark-list-popover-container .search-page-bookmark-list .search-page-folder-item:hover .btn-more-popover {
  visibility: visible;
}
body .bookmark-list-popover-container .search-page-bookmark-list .empty-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  color: #757575;
  font-size: 14px;
  letter-spacing: -0.03px;
}
body .bookmark-item-more-popover-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .bookmark-item-more-popover-container .button-item {
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #212121;
  padding: 5px 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body #backup-file-item-option-popover .MuiPaper-root {
  -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
body #backup-file-item-option-popover .MuiPaper-root li {
  font-size: 14px;
}
body .user-menu-popper {
  z-index: 10;
  min-width: 300px;
}
body .user-menu-popper .MuiPaper-root {
  margin-top: 6px;
  padding: 16px;
  -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.14);
          box-shadow: 0 12px 17px rgba(0, 0, 0, 0.14);
  border: 1px solid #e0e0e0;
}
body .user-menu-popper .MuiPaper-root .user-info-container {
  text-align: center;
}
body .user-menu-popper .MuiPaper-root .user-info-container .logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 8px;
  border: 1px solid #e0e0e0;
}
body .user-menu-popper .MuiPaper-root .user-info-container .user-name {
  font-family: Roboto;
  font-weight: 500;
  line-height: 30px;
  font-size: 20px;
  color: #212121;
  margin: 0;
}
body .user-menu-popper .MuiPaper-root .user-info-container .user-email {
  font-family: Roboto;
  font-weight: normal;
  line-height: 22px;
  font-size: 14px;
  color: #757575;
  margin: 0;
}
body .user-menu-popper .MuiPaper-root .list-menu-container {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
body .user-menu-popper .MuiPaper-root .list-menu-container .menu-container {
  border-radius: 8px;
  overflow: hidden;
  background-color: #f7f7f7;
}
body .user-menu-popper .MuiPaper-root .list-menu-container .menu-container .MuiButton-root {
  padding: 8px 12px;
  background-color: #f7f7f7;
  text-transform: none;
  min-width: auto;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: Roboto;
  font-weight: normal;
  line-height: 22px;
  color: #212121;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .user-menu-popper .MuiPaper-root .list-menu-container .menu-container .MuiButton-root:hover {
  background-color: #e3e6eb;
}
body .user-menu-popper .MuiPaper-root .list-menu-container .menu-container .MuiButton-root i {
  width: 24px;
  height: 24px;
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .favorite-group-more-popover-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .favorite-group-more-popover-container .MuiButton-root {
  min-width: 100%;
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 14px;
  letter-spacing: -0.03px;
  font-family: Roboto;
  font-weight: normal;
  color: #212121;
}
