﻿/* Popup Style */
.modal-dialog {
    font-size: 14px !important;
}

.alertPopup-Success .modal-header {
    background-color: #0AC5A8;
    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: #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: #0AC5A8 !important;
    border-color: #0AC5A8 !important;
    color: white !important;
}

    .alertPopup-Confirm .btn-submit-Confirm:hover {
        background: #0AC5A8 !important;
        border-color: #0AC5A8 !important;
        color: white !important;
    }

#ModalDialog .modal-header {
    background: #0AC5A8;
}
