﻿.modal-content-custom {
    border-radius: 10px;
}

.modal-header-custom {
    border-bottom: none;
}

.modal-footer-custom {
    border-top: none;
}

.modal-btn-yes {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

    .modal-btn-yes:hover {
        background-color: #218838 !important;
        border-color: #1e7e34 !important;
    }

.modal-btn-no {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

    .modal-btn-no:hover {
        background-color: #c82333 !important;
        border-color: #bd2130 !important;
    }
