:root {
    --MainColor800: hsla(0, 0%, 100%, 0.862);
    --MainColor500: hsl(227, 11%, 35%);
    --MainColor400: hsl(227, 11%, 30%);
    --MainColor300: hsl(227, 11%, 25%);
    --MainColor200: hsl(227, 11%, 20%);
    --MainColor100: hsl(227, 11%, 16%);
    --MainColor000: hsl(228, 10%, 10%);
  
    --x1 : 4px;
    --x2 : 8px;
    --x3 : 12px;
    --x4 : 16px;
    --x5 : 24px;
    --x6 : 32px;
    --x7 : 48px;
    --x8 : 64px;
    --x9 : 96px;
    --x10 : 128px;
    --x11 : 192px;
    --x12 : 256px;
    --x13 : 384px;
    --x14 : 512px;
    --x16 : 768px;
    --x15 : 640px;
  
    --shadowInset:inset rgba(0, 0, 0, 0.23) 0px 6px 6px;
    --shadow1:0 1px 5px hsla(0, 0%, 0%, 0.8), 0 1px 2px hsla(0, 0%, 0%, 0.8);
    --shadow2:0 3px 6px hsla(0, 0%, 0%, 15%), 0 2px 4px hsla(0, 0%, 0%, 12%);
    --shadow3:0 10px 20px hsla(0, 0%, 0%, 15%), 0 3px 6px hsla(0, 0%, 0%, 10%);
    --shadow4:0 15px 25px hsla(0, 0%, 0%, 15%), 0 5px 10px hsla(0, 0%, 0%, 50%);
    --shadow5:0 20px 40px hsla(0, 0%, 0%, 20%);

    scrollbar-color: hsl(220, 20%, 26%) transparent;
    scrollbar-width: thin;
  }

.roleContainer {
    display: flex;
    flex-direction: column;
}

.role {
    width: 100%;
}

.completed {
    background-color: hsl(40, 100%, 35%) ! Important;
}

.job {
    width: 200px ! Important;
}

.widget {
    position: fixed;
    background-color: hsl(220, 20%, 26%);
    padding: var(--x3);
    border-radius: var(--x2);
    height: var(--x10);
    width: var(--x14);
    box-shadow: var(--shadow1);
    display: flex;
    flex-direction: column;
}

.topWidget {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid hsl(220, 20%, 40%);
    padding-bottom: var(--x1);
    margin-bottom: var(--x2);
}

.widgetTitle {
    margin-left: var(--x3);
    font-size: var(--x4);
}

.widgetDesc {
    margin-left: var(--x1);
}

.centered {
    text-align: center;
}

.errorBar {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    margin-top: 0;
    height: var(--x6);
    background-color: hsl(1, 83%, 63%);
}

.errorText {
    margin: 0;
}
