:root {
    --colorPrimary: #4dbd74;
    --colorPrimary-dark: #7eb63c;
    --colorPrimary-darker: #76ac39;
    --colorPrimary-darkest: #70a236;
    --colorPrimary-light: #98ca5e;
    --colorPrimary-lighter: #9ecd68;
    --colorPrimary-lightest: #a5d072;
    --colorSecondary: #536dfe;
    --colorText: #4f5f6f;
    --colorText-light: #7e8e9f;
    --colorText-lighter: #a5b4c3;
    --colorText-dark: #2f373f;
    --colorText-darker: #2f373f;
    --colorText-muted: #c2ccd6;
    --colorText-inverse: white;
    --colorText-passive: #c5c5c5;
    --colorTextSecondary: #757575;
    --colorDivider: #d7dde4;
    --colorDivider-light: #f1f3f6;
    --colorDivider-lighter: white;
    --colorDivider-dark: #bdc7d2;
    --colorDivider-darker: #afbbc9;
    --BodyColorBg: #f0f3f6;
    --LinkColor: #4dbd74;
    --LinkColor-hover: #70a236;
    --LinkFontWeight: 600;
    --LinkTransition: ease .15s;
    --LinkTextDecoration: none;
    --LinkTextDecoration-hover: none;
    --AppColorBg: #f4f3ef;
    --AppHeaderHeight: 60px;
    --AppHeaderHeight-xs: 50px;
    --AppSidebarWidth: 240px;
    --AppSidebarWidth-compact: 70px;
    --AppFooterHeight: 50px;
    --AppCustomizeWidth: 280px;
    --AppLayoutTransitionDuration: 0.3s;
    --HeaderColorBg: white;
    --HeaderShadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    --HeaderBorderBottom: 1px solid #e0e0e0;
    --FooterColorBg: white;
    --FooterShadow: none;
    --SidebarColorBg: #222d32;
    --SidebarColorText: rgba(255, 255, 255, 0.8);
    --SidebarBgImage: url(/sidebar-bg-1.jpg);
    --SidebarBgImageOpacity: 1;
    --SidebarShadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    --SidebarPaddingHorizontal: 20px;
    --SidebarNavColorText: #b7c0cd;
    --SidebarNavColorText-open: rgba(255, 255, 255, 0.6);
    --SidebarNavColorText-active: white;
    --PagePaddingVertical-xs: 15px;
    --PagePaddingHorizontal-xs: 10px;
    --PagePaddingVertical-sm: 20px;
    --PagePaddingHorizontal-sm: 20px;
    --PagePaddingVertical-md: 25px;
    --PagePaddingHorizontal-md: 20px;
    --PagePaddingVertical-lg: 25px;
    --PagePaddingHorizontal-lg: 20px;
    --PagePaddingVertical-xl: 35px;
    --PagePaddingHorizontal-xl: 40px;
    --CardColorBg: #fff;
    --CardShadow: 1px 1px 5px rgba(0, 0, 0, 0.03);
    --CardMarginBottom: 15px;
    --CardMarginBottom-sm: 15px;
    --CardMarginBottom-md: 20px;
    --CardMarginBottom-lg: 20px;
    --CardMarginBottom-xl: 30px;
    --CardBlockPaddingVertical: 10px;
    --CardBlockPaddingVertical-xl: 15px;
    --CardBlockPaddingVertical-sm: 8px;
    --CardBlockPaddingHorizontal: 15px;
    --CardBlockPaddingHorizontal-xl: 20px;
    --CardBlockPaddingHorizontal-sm: 10px;
    --DropdownColorBg: #fff;
    --ProgressColorBg: #dddddd;
}
  

  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    }
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #23282c;
    text-align: left;
    background-color: white !important /* background-color: #f6f6f6 !important*/;
}

  
  .App {
    overflow-x: hidden;
    position: relative;
    left: 0;
    transition-property: left;
    transition-timing-function: ease;
    transition-duration: var(--AppLayoutTransitionDuration);
  }

  .AppHeader {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    background-color: var(--HeaderColorBg);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--HeaderShadow);
    box-shadow: var(--HeaderShadow);
    border-bottom: 1px solid #e0e0e0;
    border-bottom: var(--HeaderBorderBottom);
    padding: 0 20px;
}
    .AppHeader .ControlButton {
        padding: 1px 12px;
        font-size: 1.3em;
        margin-right: 5px;
    }

    .App .HeaderContainer {
      position: fixed !important;
      top: 0;
      left: var(--AppSidebarWidth);
      right: 0;
      height: var(--AppHeaderHeight);
      display: flex;
      align-items: 'stretch';
      z-index: 30;
  
      transition-property: left right;
      transition-timing-function: ease;
      transition-duration: var(--AppLayoutTransitionDuration);
    }

    .AppHeader .HeaderBlock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .HeaderBlock .Subtitle {
        color: #01479F;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        width: 350px;
        text-align: center;
        line-height: 18px;
    }

    .SidebarNav {
        padding-bottom: 15px;
        overflow: hidden;
    }
    .SidebarNav .NavLink {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 44px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-decoration: none;
        -webkit-transition: color .3s ease, background .3s ease;
        transition: color .3s ease, background .3s ease;
        color: rgba(255, 255, 255, 0.6);
        color: var(--SidebarNavColorText);
        cursor: pointer;
        padding: 0 20px 0 51px;
        font-weight: normal;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .SidebarNav .NavLink.-active {
        color: rgb(255, 255, 255);
        color: var(--SidebarNavColorText-active);
    }

    .SidebarNav .NavGroup {
        position: relative;
    }
    .SidebarNav .NavGroup .Nav {
        overflow-x: visible;
        overflow-y: hidden;
        display: none;
    }
    .App:not(.-sidebar-compact) .SidebarNav nav .NavLink {
        /*padding-left: 57px;*/
    }
    .SidebarNav .NavGroup .Nav .NavLink {
        font-size: 0.9em;
        height: 36px;
    }

    .SidebarNav .NavIcon {
        position: absolute;
        font-size: 17px;
        width: 17px;
        height: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 25px;
        top: 0;
    }

    .SidebarNav .NavGroup > .NavLink:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        content: "\F054";
        font-size: .8em;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: 2px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .SidebarNav .NavGroup.-open > .NavLink:after {
        -webkit-transform: translate(0, -50%) rotate(90deg);
        transform: translate(0, -50%) rotate(90deg);
    }

    .SidebarNav .NavGroup.-open > .NavLink:after {
        color: rgb(255, 255, 255);
    }

    .SidebarNav .NavGroup > a[aria-expanded="true"]{
        color: var(--SidebarNavColorText-open) !important;
    }
    .SidebarNav .NavGroup > .NavLink[aria-expanded="true"]:after {
        -webkit-transform: translate(0, -50%) rotate(90deg);
        transform: translate(0, -50%) rotate(90deg);
    }

    .SidebarNav .Divider {
        display: block;
        height: 1px;
        margin: 3px 20px;
        background-color: rgba(255, 255, 255, 0.13);
    }
    @media (max-width: 767px){
        .App.-sidebar-open-mobile .SidebarContainer {
            left: 0;
        }
    }
    @media (max-width: 767px){
        .App.-sidebar-open-mobile .SidebarOverlay {
            left: 0;
            opacity: 1;
        }
    }
    @media (min-width: 768px) and (max-width: 991px){
        .App.-sidebar-open-tablet .SidebarContainer {
            left: 0;
        }
    }
    @media (min-width: 768px) and (max-width: 991px){
        .App.-sidebar-open-tablet:not(.-sidebar-compact-tablet) .SidebarOverlay {
            left: 0;
            opacity: 1;
        }
    }
    @media (min-width: 768px) and (max-width: 991px){
        .App.-sidebar-compact-tablet.-sidebar-nav-open .HeaderContainer, .App.-sidebar-compact-tablet.-sidebar-nav-open .ContentContainer, .App.-sidebar-compact-tablet.-sidebar-nav-open .FooterContainer {
            -webkit-filter: blur(2px);
            filter: blur(2px);
        }
    }
    @media (min-width: 768px) and (max-width: 991px){
        .App.-sidebar-compact-tablet.-sidebar-nav-open .SidebarOverlay {
            left: 0;
            opacity: 1;
        }
    }
    @media (min-width: 768px) and (max-width: 991px){
        .App.-sidebar-open-tablet:not(.-sidebar-compact-tablet) .HeaderContainer, .App.-sidebar-open-tablet:not(.-sidebar-compact-tablet) .ContentContainer, .App.-sidebar-open-tablet:not(.-sidebar-compact-tablet) .FooterContainer {
            -webkit-filter: blur(2px);
            filter: blur(2px);
        }
    }
    @media (max-width: 767px){
        .App.-sidebar-open-mobile .HeaderContainer, .App.-sidebar-open-mobile .ContentContainer, .App.-sidebar-open-mobile .FooterContainer {
            -webkit-filter: blur(2px);
            filter: blur(2px);
        }
    }
    @media (min-width: 992px){
        .App.-sidebar-compact-desktop.-sidebar-nav-open .HeaderContainer, .App.-sidebar-compact-desktop.-sidebar-nav-open .ContentContainer, .App.-sidebar-compact-desktop.-sidebar-nav-open .FooterContainer {
            -webkit-filter: blur(2px);
            filter: blur(2px);
        }
    }
    @media (min-width: 992px){
        .App.-sidebar-compact-desktop.-sidebar-nav-open .SidebarOverlay {
            left: 0;
            opacity: 1;
        }
    }
    @media (min-width: 768px) and (max-width: 991px){
        .-sidebar-compact-tablet .SidebarNav > .NavGroup .Nav {
            position: fixed;
            left: 70px;
            left: var(--AppSidebarWidth-compact);
            margin-left: 5px;
            bottom: 5px;
            top: 5px;
            overflow-x: hidden;
            overflow-y: auto;
            background-color: rgba(255, 255, 255, 0.97);
            -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
            width: 240px;
            width: var(--AppSidebarWidth);
            border-radius: 0 6px 6px 0;
        }
    }
    @media (min-width: 992px){
        .-sidebar-compact-desktop  .SidebarNav > .NavGroup > .Nav {
            position: fixed;
            left: 70px;
            left: var(--AppSidebarWidth-compact);
            margin-left: 5px;
            bottom: 5px;
            top: 5px;
            overflow-x: hidden;
            overflow-y: auto;
            background-color: rgba(255, 255, 255, 0.97);
            -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
            width: 240px;
            width: var(--AppSidebarWidth);
            border-radius: 0 6px 6px 0;
        }
    }

    @media (min-width: 992px){
        .-sidebar-compact-desktop .SidebarNav  .NavGroup  .Nav .NavLink {
            text-shadow: none;
            padding: 0 20px;
            color: rgb(139, 195, 74);
            color: var(--colorPrimary);
            height: 40px;
        }
    }

    @media (min-width: 992px){
        .-sidebar-compact-desktop .SidebarNav  .NavGroup .Nav .NavLink:hover {
            background-color: rgba(0, 0, 0, 0.03);
        }
    }

    .SidebarNav .CompactNavGroupHeader {
        font-size: 1rem;
        display: none;
        color: rgb(79, 95, 111);
        color: var(--colorText);
        position: relative;
        width: 100%;
        height: 55px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 20px;
        border-bottom: 1px solid rgb(215, 221, 228);
        border-bottom: 1px solid var(--colorDivider);
    }
    .SidebarNav .CompactNavGroupHeader .NavTitle {
        white-space: nowrap;
        margin-bottom: 0;
        color: rgb(126, 142, 159);
        color: var(--colorText-light);
        font-size: 1rem;
    }
    .Button.-dismiss {
        color: rgb(215, 221, 228);
        color: var(--colorDivider);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0;
        width: 2em;
        height: 2em;
        font-size: 1.2em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0.25em;
        right: 5px;
        position: absolute;
    }
    .Button.-dismiss:hover {
        color: rgb(139, 195, 74);
        color: var(--colorPrimary);
    }
    @media (min-width: 992px){
        .-sidebar-compact-desktop .SidebarNav .CompactNavGroupHeader {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
    }
    @media (min-width: 992px){
        .-sidebar-compact-desktop .SidebarNav  .NavGroup  .NavLink:after {
            -webkit-transform: translate(0, -50%) !important;
            transform: translate(0, -50%) !important;
        }
    }
    @media (min-width: 992px){
        .App.-sidebar-compact-desktop.-sidebar-nav-open .HeaderContainer, 
        .App.-sidebar-compact-desktop.-sidebar-nav-open .ContentContainer, 
        .App.-sidebar-compact-desktop.-sidebar-nav-open .FooterContainer {
            -webkit-filter: blur(2px);
            filter: blur(2px);
        }
    }
    .AppSidebar .SidebarContent {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow-x: visible;
        overflow-y: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    @media (max-width: 991px){
        .SidebarFooter .LinkToggleCompact {
            display: none !important;
        }
    }
    @media (min-width: 991px){
        .offcanvas-backdrop.show {
            opacity: 1.5;
        }
    }

    @media (min-width: 992px){
        .App.-sidebar-compact-desktop.-sidebar-nav-open .SidebarOverlay {
            left: 0;
            opacity: 1;
        }
    }
    .App .SidebarOverlay {
        position: absolute;
        left: 200vw;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        z-index: 35;
        background-color: rgba(0, 0, 0, 0.1);
    }


    .AppSidebar {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        z-index: 1;
        color: var(--SidebarColorText);
        background-color: var(--SidebarColorBg);
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease;
    }

    .SidebarHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
/*        height: 60px;
        height: var(--AppHeaderHeight);*/
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .SidebarHeader .LogoLink {
        margin-left: 5px;
        margin-right: 12px;
    }
    .SidebarHeader .Title {
        margin: 0;
        font-size: 1rem;
        color: #fff;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        opacity: 1;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }
    .SidebarHeader .Title .Link {
        text-decoration: none;
        color: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .App .SidebarContainer {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      width: var(--AppSidebarWidth);
      display: flex;
      z-index: 40;
  
      transition-property: left width bottom margin-left;
      transition-timing-function: ease;
      transition-duration: var(--AppLayoutTransitionDuration);
    }
  
    .App .SidebarOverlay {
      position: absolute;
      left: 200vw;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      z-index: 35;
      background-color: rgba(0, 0, 0, 0.1);
    }
  
    .App .FooterContainer {
      position: absolute;
      bottom: 0;
      right: 0;
      left: var(--AppSidebarWidth);
      height: var(--AppFooterHeight);
      display: flex;
      align-items: 'stretch';
      z-index: 20;
  
      transition-property: left bottom;
      transition-timing-function: ease;
      transition-duration: var(--AppLayoutTransitionDuration);
    }
  
    .App .ContentContainer {
      display: flex;
      position: relative;
      padding-top: var(--AppHeaderHeight);
      padding-bottom: var(--AppFooterHeight);
      margin-left: var(--AppSidebarWidth);
      min-height: 100vh;
      align-items: stretch;
      z-index: 10;
  
      transition-property: margin-left padding-bottom;
      transition-timing-function: ease;
      transition-duration: var(--AppLayoutTransitionDuration);
    }
  
    .App .Content {
      width: 100%;
    }
  
    .App .ContentBackground {
      position: absolute;
      width: 100%;
      top: var(--AppHeaderHeight);
      bottom: var(--AppFooterHeight);
      z-index: -1;
    }
  
    .App .CustomizeContainer {
      position: fixed;
      left: calc(-1 * var(--AppCustomizeWidth));
      top: 0;
      width: var(--AppCustomizeWidth);
      bottom: 0;
      z-index: 50;
  
      transition-property: left;
      transition-timing-function: ease;
      transition-duration: var(--AppLayoutTransitionDuration);
    }
  
    .Button.-primary {
        color: rgb(139, 195, 74);
        color: var(--colorPrimary);
    }
    .Button {
        background-color: transparent;
        border-radius: 0;
        border: 1px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        display: inline-block;
        line-height: 2.2rem;
        padding: 0 1rem;
        vertical-align: middle;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        outline: none;
    }
    .Button:hover:not(.-dismiss) {
        background-color: #f6f6f6;
    }

    .AppHeader .ProfileNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .AppHeader .ProfileNav .NavItem {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .AppHeader .ProfileNav .NavItem > a:hover, .AppHeader .ProfileNav .NavItem .NavLink:hover {
        background-color: #f5f5f5;
        color: var(--colorPrimary);
        text-decoration: none;
    }

    .AppHeader .ProfileNav .NavItem > a, .AppHeader .ProfileNav .NavItem .NavLink {
        color: rgb(79, 95, 111);
        color: var(--colorText);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        height: 40px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .SidebarNav .NavLink:hover {
        text-decoration: none;
        background: rgba(0,0,0,.15);
        color: rgb(255, 255, 255);
        color: var(--SidebarNavColorText-active);
    }
    
    @media (max-width: 991px){
        .ProfileNav a.ProfileLink span {
            display: none;
        }
        .ProfileNav a.ProfileLink svg {
            display: block;
        }
    }
    @media (min-width: 991px){
        .ProfileNav a.ProfileLink span {
            display: block;
        }
        .ProfileNav a.ProfileLink svg {
            display: none;
        }
    }
    .ProfileNav .dropdown-menu a {
        color: var(--colorPrimary);
        font-size: .875rem;
        padding: 8px 14px !important;
        border-bottom: none !important;
    }
    .ProfileNav .dropdown-menu a:active {
        background-color: transparent;
    }

    .ProfileNav .dropdown-menu {
        box-shadow: 1px 1px 7px rgba(126, 142, 159, 0.2);
        border: 1px solid rgba(126, 142, 159, 0.1);
    }

    .App .Content {
        width: 100%;
    }
    .Page .PageContainer {
        padding: 15px 15px;
    }
    @media (min-width: 1200px) {
        .Page .PageContainer {
            padding: 15px 15px;
        }
    }

    .SidebarNav .NavGroup .accordion-body a.NavLink {
        font-size: 0.9em;
        height: 36px;
    }

    @media (max-width: 991px){
        .App .HeaderContainer {
            left: 0;
        }
    }
    @media (min-width: 992px){
        .App.-sidebar-closed-desktop .HeaderContainer {
            left: 0;
        }
    }
    @media (min-width: 992px){
        .App.-sidebar-closed-desktop .SidebarContainer {
            left: calc(-1 * var(--AppSidebarWidth)); 
        }
    }
    @media (min-width: 992px){
        .App.-sidebar-closed-desktop .ContentContainer {
            margin-left: 0;
        }
    }
    @media (max-width: 991px){
        .App .SidebarContainer {
            left: calc(-1 * var(--AppSidebarWidth));
        }
    }
    @media (max-width: 991px){
        .App .ContentContainer {
            margin-left: 0;
        }
    }

    @media (min-width: 992px){
        .App.-sidebar-compact-desktop .SidebarContainer {
            width: 70px;
            width: var(--AppSidebarWidth-compact);
        }
    }
    @media (min-width: 992px){
        .App.-sidebar-compact-desktop .HeaderContainer {
            left: 70px;
            left: var(--AppSidebarWidth-compact);
        }
    }
    @media (min-width: 992px){
        .App.-sidebar-closed-desktop .HeaderContainer {
            left: 0;
        }
    }

    @media (min-width: 992px){
        .App.-sidebar-compact-desktop .ContentContainer {
            margin-left: 70px;
            margin-left: var(--AppSidebarWidth-compact);
        }
    }
    @media (min-width: 992px){
        .App.-sidebar-closed-desktop .ContentContainer {
            margin-left: 0;
        }
    }

    @media (min-width: 992px){
        .-sidebar-compact-desktop .SidebarNav .NavLink span, 
        .-sidebar-compact-desktop .SidebarNav .NavGroup .NavLink span {
            opacity: 0;
        }
    }

    /*FOOTER*/
    .SidebarFooter {
        height: 50px;
    }

    .SidebarFooter .SidebarFooterNav {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .SidebarFooter .NavLink {
        background-color: rgba(0,0,0,.2);
        height: 50px;
        font-weight: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: background-color .3s ease, color .3s ease;
        transition: background-color .3s ease, color .3s ease;
        color: rgba(255, 255, 255, 0.6);
        color: var(--SidebarNavColorText);
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 30px;
    }

    /*Footer*/
    .FooterContainer {
        position: absolute;
        bottom: 0;
        right: 0;
        left: var(--AppSidebarWidth);
        height: var(--AppFooterHeight);
        display: flex;
        align-items: 'stretch';
        z-index: 20;
    
        transition-property: left bottom;
        transition-timing-function: ease;
        transition-duration: var(--AppLayoutTransitionDuration);
      }
      @media (min-width: 992px){
        .App.-sidebar-compact-desktop .FooterContainer {
            left: 70px;
            left: var(--AppSidebarWidth-compact);
        }
      }
      @media (min-width: 992px){
        .App.-sidebar-closed-desktop .FooterContainer {
            left: 0;
        }
      }
      @media (max-width: 992px){
        .App .FooterContainer {
            left: calc(-1 * 240px);
            left: calc(-1 * var(--AppSidebarWidth)); 
        }
      }
      .AppFooter {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 35px;
        background-color: rgb(255, 255, 255);
        background-color: var(--FooterColorBg);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: var(--FooterShadow);
        box-shadow: var(--FooterShadow);
    }

    a {
        color: var(--colorPrimary);
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    @media (max-width: 991px) {
        .ProfileNav a.ProfileLink span {
            display: none;
        }
    
        .ProfileNav a.ProfileLink i {
            display: block;
        }
    }
    
    @media (min-width: 991px) {
        .ProfileNav a.ProfileLink span {
            display: block;
        }
    
        .ProfileNav a.ProfileLink i {
            display: none;
        }
    }
    
    /*UTILS*/
a {
    color: var(--colorPrimary);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: var(--colorPrimary);
        text-decoration: none;
    }
.-color-primary {
    color: var(--colorPrimary) !important;
}
a, .Link {
    color: rgb(139, 195, 74);
    color: var(--LinkColor);
    text-decoration: none;
    -webkit-text-decoration: var(--LinkTextDecoration);
    text-decoration: var(--LinkTextDecoration);
    font-weight: 600;
    font-weight: var(--LinkFontWeight);
    -webkit-transition: ease .15s;
    transition: ease .15s;
    -webkit-transition: var(--LinkTransition);
    transition: var(--LinkTransition);
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    // -webkit-box-shadow: inset 0 0 6px #626d77;
    // background: #626d77;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: var(--colorPrimary);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: var(--colorPrimary);
}