html body #root .app .app>div .AuthenticatedApp {
  height: 100%;
}

.ios-padding {
  height: 1.25rem;
  height: constant(safe-area-inset-top);
  height: env(safe-area-inset-top);
}

.ios-padding-bottom {
  height: 0.75rem;
  height: constant(safe-area-inset-bottom);
  height: env(safe-area-inset-bottom);
}

.ios-padding-new {
  height: 2.5rem;
  height: max(2.5rem, env(safe-area-inset-top));
}

.ios-pading-all {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.AppOld {
  margin-top: constant(safe-area-inset-top);
  margin-top: env(safe-area-inset-top);
}

.icon-col-ectool {
  width: 52px;
}

.content-ectool {
  width: 100%;
}

.icon-ectool {
  height: 32px;
  width: 32px;
}

.icon-small-ectool {
  height: 24px;
  width: 24px;
}

.ectool-scroll {
  margin: 0 auto;
  width: 100%;
  overflow: auto;
}

.react-time-picker__wrapper {
  border: none !important;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1fbba6;
}
