@font-face {
    font-family: 'DVN-Notch';
    src: url('/wp-content/themes/halimmovies-child/assets/fonts/DVN-Notch.ttf') format('truetype');
}    
.notification-tm, .notification-modal {
    background-color: #060606;
    color: #e0e0e0;
    border-radius: 10px;
    padding: 10px;
    max-width: 600px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    display: none;
    text-align: left; 
    overflow: hidden;
}
.modal-body {
    max-height: 350px!important;
    overflow: auto!important;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #3d3d3d!important;
}
.modal-header {
    align-items: center;
    position: relative;
}

.modal-header h4 {
    margin: 0;
    font-size: 1.9em;
    color: #1269cf;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    text-align: center;
    font-family: 'DVN-Notch', serif;
}
.notification-info {
    font-style: italic!important;
    margin-top: 10px!important;
    color: #f0a500!important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5)!important;
}
.close-modal {
    display: none;
}

.notification-tm p, .notification-modal p {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin: 10px 0;
    text-align: left; 
}

.sender-info {
    font-style: italic;
    text-align: right;
    margin-top: 10px;
    color: #ff8a00;
    text-align: right; 
}

.mark-as-read {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #28a745;
    border-color: #28a745;
    color: white;
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    font-size: 0.9em;
}

.mark-as-read i {
    margin-right: 5px;
    font-size: 1.2em;
}

.mark-as-read:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.prev-notification, .next-notification {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #1269cf;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 2.6em;
    z-index: 1002;
}

.prev-notification {
    left: 10px;
}
.next-notification {
    right: 10px;
}

@media (max-width: 600px) {
    .notification-tm, .notification-modal, .notification-summary {
        width: 90%;
        top: 5%;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
