.notification_wrap {
    align-items: center;
    position: relative;
}

.notification_content {
    overflow-y: hidden;
    max-height: 100%;
    padding: 8px 6px;
    padding-bottom:0px;
}

.notification_footer {
    position: sticky; /* absolute positioning */
    bottom: 0px;
     /* stick to the bottom */
    left: 0;
    padding-top: 0px;
    padding-bottom: 6px;
    width: 100%;
    background-color: #fff;
    padding: 5px;
*/ text-align: center;
    cursor: pointer;
}
.notification_footer a {
    text-decoration: none;
    color: #337ab7; /* change the link color */
}
.dahaFazla {
    text-align: center;
    margin: 0;
    padding: 0; 
    line-height:normal;
    font-size:small;
}
.notification_icon {
}

.notification_dropdown {
    width: 450px;
    height: fit-content;
    max-height: 500px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.125);
    padding-bottom: 0px;
    position: absolute;
    z-index: 5;
    display: none;
    overflow-y: scroll;
    top: 100%;
    margin-left: -10px;
}

 
        .notification_wrap .notification_dropdown .notify_item .notify_img {
            margin-right: 15px;
        }
        .notify_info {
            align-content:center;
        }
        .notification_wrap .notification_dropdown .notify_item .notify_info p {
            margin-bottom: 3px;
            font-size: 15px;
            color: black;
            word-break: break-word;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }
    
            .notification_wrap .notification_dropdown .notify_item .notify_info p span {
                color: var(--theme-primary-color);
                margin-left: 5px;
            }

        .notification_wrap .notification_dropdown .notify_item .notify_info .notify_time {
            color: #c5c5e6;
            font-size: 12px;
        }

    .notification_wrap .notification_dropdown:before {
        content: "";
        position: absolute;
        top: -300px;
        left: 50%;
        transform: translateX(-50%);
        border: 15px solid;
        border-color: transparent transparent #fff transparent;
    }

    .notification_wrap .notification_dropdown.active {
        display: block;
    }


    .exit-button {
        display: none;
    }
@media only screen and (max-width: 992px) {
    #collapse-content {
        display: none;
    }
}

@media only screen and (min-width: 993px) {
    #collapse-content {
        display: none;
    }
}

    @media only screen and (min-width: 768px) {
        .notification_wrap .notification_dropdown .notify_item {
            display: flex;
            align-items: center;
            padding: 1px 0;
            height: 120px;
            border-bottom: 1px solid #dbdaff;
        }
    }

    @media only screen and (max-width: 768px) {
        .notification_dropdown {
            width: 100%;
            height: 100vh;
            max-height: 100vh;
            overflow-y: auto;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10;
            margin-left: 0px;
            padding: 15px;
            padding-bottom: 0px;
        }



        .notification_wrap {
            padding: 0;
        }

        .notification_content {
            padding-bottom: 5px;
        }

        .notification_footer {
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px;
            background-color: #fff;
            border-top: 1px solid #dbdaff;
        }

        .notification_wrap .notification_dropdown .notify_item {
            display: flex;
            align-items: center;
            padding: 1px 0;
            height: auto;
            border-bottom: 1px solid #dbdaff;
        }

        .exit-button {
            display: block;
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 25px;
            cursor: pointer;
        }

        body:has(.notification_dropdown.active) {
            overflow: hidden;
        }
    }
    @media only screen and (max-width: 400px) {
  .nav-logo {
   width: 100px; /* adjust the width of the logo */
  } 

}
@media only screen and (min-width: 400px) {
    .nav-logo {
        width: 164px; /* adjust the width of the logo */
    }
}