:root {
    --CXBlue: #0070ED;
    --CXLightBlue: #73B1F5;
    --CXVeryLightBlue: #B9D8FA;
    --Yellow: #E6C229;
    --Orange: #F17105;
    --LightOrange: #F49749;
    --VeryLightOrange: #F8BC8B;
    --Red: #D11149;
    --Purple: #6610F2;
    --BackgroundGrey: #DAD2D8;
    --Green: #9BC53D;
}

html {
    margin: 0px;
    height: 100vh;
    width: 100%;
}

body {
    font-family: var(--font-family-sans-serif);
    height: 100vh;
    margin-bottom: 53px;
}

.buttonFlash{
    background: var(--CXVeryLightBlue); 
}

.status-badge{
    display: inline-block;
    /*width: auto;*/
}

#toast-container > div {
    width: 500px;
    opacity: 1;
}

#toast-container {
    bottom: 59px;
}

