#notifications_dropdown {
    /*padding-bottom: 20px;*/
    /*margin-top: 20px;*/
    position : relative;
}
#notifications_dropdown * {
    font-family: inherit;
    line-height: inherit;
}
#notifications_dropdown .notifications-icon {
    margin: 10px;
    max-height: 35px;
    min-height: 35px;
    max-width: 35px;
    min-width: 35px;
    /*margin: 10px 20px 10px 20px;*/
    cursor: pointer;
    position: relative;
    z-index: 10;
}
#notifications_dropdown .notifications-icon .unread_post_counter {
    background: #faa21c;
    z-index: 3;
    margin: 0px;
    border-radius: 100%;
    width: 18px;
    padding-left: 1px;
    padding-top: 1px;
    text-align: center;
    height: 19px;
    color: #fff;
    display: block;
    font-size: 12px;
    position: absolute;
    top: 4px;
    right: 0px;
}
#notifications_dropdown .notifications-icon .unread_post_counter span{
    color: #fff;
    font-weight: 600;
}
#notifications_dropdown .notifications-icon img {
    height: 100%;
    width: 100%;
    max-width: inherit;
    max-height: inherit;
    object-fit: contain;
}
#notifications_dropdown:hover .notifications_dropdown-container {
    display: block;
}
#notifications_dropdown .notifications_dropdown-container {
    background: #fff;
    position: absolute;
    right: 0px;
    width: 330px;
    height: 375px;
    top: 55px;
    background: #fff;
    z-index: 2;
    border-radius: 2px;
    box-shadow: 0px 2px 6px #00000029;
    display: none;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner {
    justify-content: start;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-header {
    background: #faa21c;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-header p {
    margin: 0;
    padding: 12px;
    font-size: 15px !important;
    font-weight: bold;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content {
    overflow-y: scroll;
    flex: 1;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content .new-old-notifications.old-notifications .notification-single, #notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content .new-old-notifications.old-notifications .notification-single-header {
    background: #eae8e8;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content .new-old-notifications .notification-single-header {
    border: 1px solid #21212119;
    background: #f4f4f4;
    padding: 12px;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content .new-old-notifications .notification-single-header p.dropdown_title {
    font-size: 13px !important;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content .new-old-notifications .notification-single {
    border: 1px solid #21212119;
    background: #f4f4f4;
    padding: 12px;
    position: relative;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content .new-old-notifications .notification-single p.title {
    font-size: 13px !important;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content .new-old-notifications .notification-single a {
    text-decoration: none;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content .new-old-notifications .notification-single a p.post_type {
    font-size: 10px !important;
    font-weight: 600;
    color: #faa21c;
    padding: 0;
    margin: 0;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content .new-old-notifications .notification-single a p.post_title {
    font-size: 13px !important;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content .new-old-notifications .notification-single a p.post_desc {
    font-size: 10px !important;
    color: #21212180;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-footer {
    background: #faa21c;
    display: grid;
    place-content: center;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-footer a p {
    color: #fff;
    font-size: 12px !important;
    padding: 6px;
    font-weight: bold;
    margin: 0;
}
#notifications_dropdown .notifications_dropdown-container .notifications_dropdown-inner .dropdown-content .new-old-notifications .notification-single .notification-single-mark-read{
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: bold;
    cursor: pointer;
}

