.confirmation-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 12222222;
    background-color: rgba(0, 0, 0, .5);
}

.confirmation-content {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    border: 2px solid #c8c8c8;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    width: 550px;
    text-align: center;
}

p.confirmation-text {
    display: inline-block;
    padding-bottom: 20px;
    text-align: left;
}

button.close-confirmation-dialog {
    background-color: #f58e1f !important;
    border: none;
    color: #fff !Important;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: auto;
}