﻿/* Popup Style */
.alertPopup-Success .modal-header {
    background-color: #7398ff;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
}

.alertPopup-Error .modal-header {
    background-color: #dc3545;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
}

.alertPopup-Success .btn-submit-Success {
    background: #7398ff !important;
    border-color: #7398ff !important;
    color: white !important;
}

    .alertPopup-Success .btn-submit-Success:hover {
        background: #7398ff !important;
        border-color: #7398ff !important;
        color: white !important;
    }

.alertPopup-Error .btn-submit-Error {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    color: white !important;
}

    .alertPopup-Error .btn-submit-Error:hover {
        background: #dc3545 !important;
        border-color: #dc3545 !important;
        color: white !important;
    }

.alertPopup-Confirm .modal-header {
    background-color: #0d6efd;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
}

.alertPopup-Confirm .btn-submit-Confirm {
    background: #7398ff !important;
    border-color: #7398ff !important;
    color: white !important;
}

    .alertPopup-Confirm .btn-submit-Confirm:hover {
        background: #7398ff !important;
        border-color: #7398ff !important;
        color: white !important;
    }

#ModalDialog .modal-header {
    background: #7398ff;
}
