h1 {
  margin: 0;
}

.q-spinner {
  color: #53607b;
}

.loader-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
  font-size: 68px;
}

.switcher.base-drawer .base-dialog {
  align-self: flex-start;
  margin-left: 74px;
}
.switcher.base-drawer .drawer-content {
  display: block;
  width: auto;
  padding: 0;
  background: #9da1a5;
}
.switcher.base-drawer .drawer-content .main-slot__content,
.switcher.base-drawer .drawer-content .drawer-body,
.switcher.base-drawer .drawer-content .drawer-body.without-header,
.switcher.base-drawer .drawer-content .drawer-body.without-footer {
  max-height: calc(100vh - 16px);
  padding: 0;
  background: unset;
}

.menu-item.search svg {
  width: 24px;
  height: 24px;
}

.base-button.menu-item.is-app:not(.no-icon) svg.base-icon {
  width: 32px;
}
.base-button.menu-item.is-app:not(.no-icon) div.base-icon {
  width: 32px;
  height: 32px;
}
.base-button.menu-item.is-app:not(.no-icon) div.base-icon > svg {
  width: unset;
}
.switcher-item {
&[data-v-f43ec5e1] {
  cursor: pointer;
  user-select: none;

  overflow: visible;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  place-items: center flex-start;

  width: 100%;
  margin: 0;
  padding: 6px 8px;
  border: none;
  border-radius: 8px;

  background: unset;
}
&[data-v-f43ec5e1]:hover,
  &[data-v-f43ec5e1]:focus {
    background-color: #f0f2f3;
}
svg[data-v-f43ec5e1] {
    width: 24px;
    color: #969eab;
}
> div {
&[data-v-f43ec5e1] {
    grid-column: 2 / 3;
    justify-self: flex-start;

    /* Body/Body 2 */
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    color: #1e2025;
}
span[data-v-f43ec5e1] {
      display: block;

      font-size: 10px;
      line-height: 12px; /* 120% */
      color: #626b7a;
      text-align: left;
      letter-spacing: 0.2px;
}
}
&.app-route {
svg[data-v-f43ec5e1] {
      color: #3158e5;
}
}
}

.shell-switch-wrapper {
&[data-v-8417b9b6] {
  overflow: hidden;
  display: grid;
  grid-auto-flow: dense;
  grid-auto-flow: column;
  grid-template-columns: 526px;
  gap: 8px;

  width: 100%;
  padding: 12px;
}
&.with-actions[data-v-8417b9b6] {
    grid-template-columns: 526px 258px;
}
@media screen and (width < 950px) {
&[data-v-8417b9b6] {
    grid-template-columns: 1fr 1fr;
    width: calc(100vw - 146px);
}
}
}
.scrollbar-s,
.scrollbar-m {
.shell-switch-wrapper[data-v-8417b9b6] {
    padding-right: 0;
}
}
section {
&[data-v-8417b9b6] {
  position: relative;

  overflow: hidden;

  min-height: 122px;
  padding: 12px;
  border-radius: 12px;

  background: #fff;
}
&.app {
&[data-v-8417b9b6] {
    grid-column: 1 / 2;
}
h2[data-v-8417b9b6] {
      margin-left: 4px;
}
}
&.pin[data-v-8417b9b6] {
    grid-column: 1 / 3;
}
&.actions[data-v-8417b9b6] {
    grid-column: 2 / 3;
    grid-row: auto;
}
.bg[data-v-8417b9b6] {
    pointer-events: none;

    position: absolute;
    right: 0;
    bottom: 0;

    width: 120px;
    height: 120px;
}
}
h2 {
&[data-v-8417b9b6] {
  display: flex;
  align-items: center;

  margin-bottom: 8px;

  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #1e2025;
}
> svg[data-v-8417b9b6] {
    display: inline-block;
    width: 20px;
    margin-left: 4px;
}
}
h3[data-v-8417b9b6] {
  margin-top: 0;
  margin-bottom: 4px;

  font-size: 10px;
  line-height: 12px; /* 120% */
  color: #626b7a;
  letter-spacing: 0.2px;
}
.sidebar[data-v-ae148ba7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
  min-height: 100vh;
  padding-bottom: 18px;
  background-color: #f2f7ff;
}
.sidebar .avatar[data-v-ae148ba7] {
  cursor: pointer;
  margin-top: 38px;
}
.sidebar:has(.item-wrapper:hover) .menu-hint[data-v-ae148ba7] {
  transform: translateX(0);
  opacity: 1;
}
.logo[data-v-ae148ba7] {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  border: none;
  border-radius: 12px;
}
.logo img[data-v-ae148ba7] {
  width: 40px;
  height: auto;
  margin-bottom: 24px;
}
.base-button.menu-item[data-v-ae148ba7] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  color: #626c7a;
  background-color: #fff !important;
  transition: background-color 0.2s;
}
.menu-top[data-v-ae148ba7],
.menu-middle[data-v-ae148ba7] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu-top[data-v-ae148ba7] {
  margin-top: 15px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dde0e4;
}
.menu-bottom[data-v-ae148ba7] {
  margin-top: auto;
}
.icon_big .base-icon[data-v-ae148ba7] {
  width: 32px !important;
  height: 32px;
}
.menu-item[data-v-ae148ba7] {
  border-radius: 12px !important;
}
.menu-item.active[data-v-ae148ba7] {
  color: #fff !important;
  background-color: #3662ff !important;
}
.menu-item.active[data-v-ae148ba7]:hover, .menu-item.active[data-v-ae148ba7]:focus {
  color: #fff;
  background-color: #3662ff !important;
}
.menu-item[data-v-ae148ba7]:hover {
  background-color: #cce0fe !important;
}
.services-btn:hover + .menu-hint[data-v-ae148ba7],
.menu-item:hover + .menu-hint[data-v-ae148ba7] {
  transform: translateX(-10px) !important;
  background-color: rgba(30, 33, 37, 0.64);
}
.menu-hint[data-v-ae148ba7] {
  pointer-events: none;
  position: absolute;
  top: 6px;
  left: 65px;
  transform: translateX(15px);
  white-space: nowrap;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.item-wrapper[data-v-ae148ba7] {
  position: relative;
}
#app {
  display: flex;
}
h1 {
  font-size: 32px !important;
  line-height: 44px !important;
}
h2 {
  margin: 0;
  font-size: 18px !important;
}
.mfe-view {
  width: calc(100% - 64px);
}
.menu-modal {
  top: auto !important;
  bottom: 16px;
  left: 60px !important;

  max-height: none !important;

  background: transparent !important;
  box-shadow: none !important;
}
.settings-modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: 67px !important;

  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;

  background: rgb(30 33 37 / 64%) !important;
  box-shadow: none !important;
}
