/*
Theme Name:     Consuloan Child
Description:    Child theme for the Consuloan
Author:         Themesflat
Template:       consuloan

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
h1.entry-title {
    display: none;
}
ul#menu-footermenu {
    display: flex;
    list-style: none;
    justify-content: end;
}
.footer-menu a {
    color: #fff;
    margin-right: 10px;
}

.notifications-container {
        max-width: 1200px;
        margin: 40px auto;
        position: relative;
    }
    .notifications-container {
        max-width: 1200px;
        margin: 40px auto;
        position: relative;
    }

  .headers {
    margin-left: -8px;
    box-shadow: 1px 1px 1px rgb(28 39 60 / 16%);
    position: absolute;
    z-index: 1;
    background: #1e1261;
    color: #ffffff;
    padding: 2px 15px;
}
.headers:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    border-bottom: 7px solid #b4bdce;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform: rotate(45deg);
}

    .content-box {
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin-top: -5px;
        position: relative;
        max-height: 400px;
        overflow-y: auto;
    }

    .notification-item {
        padding: 10px 0;
        border-bottom: 1px dotted #ccc;
    }

    .notification-item:last-child {
        border-bottom: none;
    }

    .notification-link {
        text-decoration: none;
        color: #0a7c85;
        font-weight: 500;
        display: flex;
        align-items: flex-start;
    }

    .pdf-icon {
        color: #e74c3c;
        margin-right: 10px;
        font-size: 20px;
    }

    .file-size {
        color: #0a7c85;
    }

    /* Custom scrollbar */
    .content-box::-webkit-scrollbar {
        width: 10px;
    }

    .content-box::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }

    .content-box::-webkit-scrollbar-thumb {
        background: #0a7c85;
        border-radius: 5px;
    }

    .content-box::-webkit-scrollbar-thumb:hover {
        background: #086169;
    }