.AlertOverlay {
    background: linear-gradient(to bottom,  rgba(0,48,0,0.8) 0%,rgba(0,0,0,0.8) 100%) !important;
}

.AlertModal {
    min-height: 31.6rem;
    padding-left: 23.6rem;
    background-color: rgba(0,158,1,0.5);
    border: 1px solid rgba(249,203,75,0.5);
}

.AlertModal .Thumbnail {
    width: 23.4rem;
    height: 19.6rem;
    margin-left: -2.6rem;
}

.AlertModal .Title {
    color: #47e046;
}

.AlertModal .Text {
    color: #fff;
}

.AlertModal .Buttons {
    border-top: 1px solid rgba(249,203,75,0.5);
}
