﻿/* Popup Style */
.alertPopup-Success .modal-header {
    background-color: #222d32;
    color: white;
    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: #0AC5A8 !important;
    border-color: #0AC5A8 !important;
    color: white !important;
}

    .alertPopup-Success .btn-submit-Success:hover {
        background: #0AC5A8 !important;
        border-color: #0AC5A8 !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: #222d32 !important;
    color: white !important;
}

    .alertPopup-Confirm .btn-submit-Confirm:hover {
        background: #eb4034 !important;
        border-color: #0AC5A8 !important;
        color: white !important;
    }

#ModalDialog .modal-header,
#ImageDialog .modal-header {
    background: #3a4d55;
    color: white
}

.alertPopup-Reject .modal-header {
    background: #3a4d55;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
}
.alertPopup-Reject .close {
    background-color: transparent;
    color: white;
    border: none;
    box-shadow: none;
    color: inherit;
    box-sizing: content-box;
}
.alertPopup-Reject .btn-reject-Confirm {
    background: #222d32 !important;
    color: white !important;
}