.alert-confirmation-wrapper {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 9999;
    overflow: hidden;
    height: 200px;
    width: 300px;
}

.alert-confirmation-wrapper.alert-confirmation-below-header {
    position: fixed;
    top: 80px !important;
    z-index: 10001;
}

.alert-confirmation {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 300px;
    display: inline-block;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (max-width: 768px) {
    .alert-confirmation-wrapper {
        left: 15px;
        width: initial;
    }

    .alert-confirmation {
        left: 0;
        width: initial;
    }
}
