/*
    expedienteh.com
    notice.css
*/
@charset "utf-8";

/* well-modal */
.notice-modal {
    
}

.notice-modal .modal-header {
    background-color: #cb1e41;
    color: white;
    border: 0;
}

.notice-modal .modal-header .modal-title {
    color: white;
    text-transform: uppercase;
}

.notice-modal .modal-header .close {
    color: white;
    font-size: 32px;
}

.notice-modal .modal-body {
    padding: 0;
}

.notice-modal .modal-body img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.notice-modal .modal-body p {
    padding: 25px 15px;
}

.notice-modal .modal-footer {
    background-color: #cb1e41;
    color: white;
    border: 0;
}