.overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
}

.overlay__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    color: #1f93cf;
}

.overlay__spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#progress-bar-div{
    width: 100% !important;
}

/* Additional Statuses Colors */

.consolidation-confirmation{
    color: grey !important
}

.declaration-confirmation-status{
    color: #ec8698 !important
}

.shipped{
    color: #1276b5 !important
}

.consolidated-status{
    color: #f2c958 !important
}

.delivered-status{
    color: black !important
}