.auto-height {
    height: auto;
}
.w100p {
    width: 100%;
}
.page__workflow__container {
  width: 100%;
  overflow: auto;
}




    :root{
        --theme-color-opacity-2: rgba(82, 130, 251, 0.15);
    
        --theme-color: #5282FB; --theme-color-opacity-1: rgba(82, 130, 251, 0.1); --font-size-base: 16px; --font-size-s: 14px; --font-size-xs: 12px; --color-primary: #1068eb; --background-dark-theme: rgba(255, 255, 255, .1); --background-dark-theme-hover: rgba(255, 255, 255, .2);
    }