﻿/* Confirm-Modal */

.modal-open {
    padding-right: 0 !important;
    overflow-y: auto;
}

.warning-confirm-modal {
    border-radius: 0;
    overflow-y: auto !important
}

.WarningModalIcon {
    width: 40px;
    min-width: 40px;
    margin-inline-end: 20px;
}

.modal-body p {
    margin-bottom: 0;
}

.modal-content {
    border-style: none;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.62);
}

.modal .btn {
    margin-top: 10px;
    margin-inline-start: 20px;
    min-width: 90px;
    background-color: #333333;
    border-style: none;
    color: #ffffff;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.45);
}

    .modal .btn:hover {
        background-color: #942933;
    }

.warning-confirm-modal .modal-body {
    padding: 3% 5% 3% 5%;
    border-style: none;
}

    .warning-confirm-modal .modal-body svg {
        font-size: 42px;
        color: #ff4500;
    }

