:root {
  --color-primary-tint: #ccf3e3 !important;
  --color-canvas-100: #f5f8ff !important;
}

.sl-elements-api.sl-flex.sl-h-full {
  min-height: 100vh !important;
}

.sl-drawer.sl-fixed.sl-bg-canvas :nth-child(2),
.sl-elements-api > .sl-flex:first-of-type > .sl-flex:nth-child(1) {
  > .sl-flex.sl-items-center:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-right: 16px;

    .sl-inline {
      margin-right: 0;
      &.sl-rounded-lg {
        border-radius: 0 !important;
      }
      img {
        width: auto !important;
        height: auto !important;
      }
    }
  }
}
