html,
body {
  height: 100%;
  overflow: hidden;
}

#unitydesk-service-provider-root {
  z-index: 2147483647;
  margin-right: 16px;
}

#root {
  height: calc(100vh - 50px);
  margin-top: 50px;
  overflow: hidden;
}

#root .h-svh,
#root .min-h-svh {
  height: calc(100svh - 50px) !important;
  min-height: calc(100svh - 50px) !important;
}

#root [data-slot="sidebar-container"].fixed,
#root [data-slot="sidebar-container"] {
  top: 50px !important;
  height: calc(100svh - 50px) !important;
}

#root > main,
#root main {
  overflow: hidden !important;
}

#top-nav {
  position: fixed;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding-left: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark #top-nav {
  background-color: #141b26db;
}

#top-nav .nav-logo-dark {
  display: none;
}

.dark #top-nav .nav-logo {
  display: none;
}

.dark #top-nav .nav-logo-dark {
  display: block;
}

#top-nav .nav-logo,
#top-nav .nav-logo-dark {
  height: 1.5rem;
  padding-left: 0.75rem;
}
