.welcomeHome__customer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.welcomeHome__notifications {
    grid-column: -1/1;
}

.welcomeHome__notifications__tracking button{
    border-color: #5ec0ea;
    background-color: white;
}

.welcomeHome__notifications__content {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.welcomeHome__notifications__delivered a.btn.btn-success, .welcomeHome__notifications__content a.btn.btn-success {
    filter: invert(100%) sepia(3%) saturate(70%) hue-rotate(41deg) brightness(116%) contrast(87%);
}

.welcomeHome__notifications__delivered a.btn.btn-primary, .welcomeHome__notifications__content a.btn.btn-primary {
    filter: invert(100%) sepia(3%) saturate(70%) hue-rotate(41deg) brightness(116%) contrast(87%);
}

.welcomeHome__notifications__content button.btn-sm {
    border-color: #5ec0ea;
    background-color: white;
}