.notification-menu {
    display: none;
    position: absolute;
    z-index: 5;
    background-color: white;
    width: 270px;
    height: 390px;
    left: calc(50% - 145px);
    border: 1px solid #C7C7C7;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.15);
    top: 100%;
}

.notification-adm-menu {
    display: none;
    position: absolute;
    z-index: 5;
    width: 270px;
    height: 390px;
    left: calc(50% - 145px);
    border: 1px solid #C7C7C7;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.15);
    top: 100%;
}

.notification-menu-header {
    display: flex;
    width: 100%;
}

.notification-menu-header button {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 0;
    /* font-size: 14px; */
    font-size: var(--fsize-middle);
    letter-spacing: 0.5px;
    background: #EEF0F4;
    color: #3E3E3E;
}

.notification-menu-header button.active {
    background-color: var(--orange-color);
    color: #fff;
}

.notification-menu-list {
    height: 300px;
    overflow: auto;
    background-color:white;
}

.notification-adm-menu-list {
    height: 300px;
    overflow: auto;
}

.notification-menu-list.hidden {
    display: none;
}

.notification {
    padding: 10px;
}

.notification + div {
    padding-top: 10px;
    border-top: 1px solid #C7C7C7;
}

.notification p {
    /* margin: 10px 0 0; */
    margin: 7px 0 0;
    color: #3E3E3E;
    /* font-size: 12px; */
    font-size: 11px;
    font-weight: normal;
}

.notification-header {
    display: flex;
    align-items: center;
}

.notification-header b {
    flex: 1;
    /* font-size: 14px;
    font-weight: normal; */
    font-size: 13px;
    font-weight: 500;
    color: #3E3E3E;
}

.notification-header img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* margin-right: 7px; */
    margin-right: 10px;
}

.notification-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: 10px;
}

.notification-buttons button {
    background: #DFDFDF;
    border-radius: 3px;
    border: 0;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    height: 20px;
}

.notification-buttons .button-accept {
    background: var(--orange-color);
    color: #fff;
}

.notification-menu-footer {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #C7C7C7;
}

.notification-menu-footer a {
    text-transform: uppercase;
    color: var(--orange-color);
    font-weight: bold;
    /* font-size: 14px; */
    font-size: var(--fsize-middle);
}

.notification-footer {
    display:flex;
    justify-content: flex-end;
    padding-right:10px;
    padding-top:20px;
    background-color:white;
}

.mark-read {
    text-decoration: underline;
    cursor:pointer;
}

.mark-read:hover {
    color:#FF7A00;
}

.mark-adm-read {
    text-decoration: underline;
    cursor:pointer;
}

.mark-adm-read:hover {
    color:#FF7A00;
}

@media screen and (max-width: 414px) {
    .notification-adm-menu.notifications-mobile {
        position: absolute;
        /*bottom: 200px;*/
        width: 90%;
        height: 390px;
        top: -566px !important;
        left: 19px;
        /*margin-right: auto;*/
        /*left: none;*/
        border: 1px solid #ccc;
        /*background: yellow;*/
        display: none;
        z-index: 250;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }
}

@media screen and (max-width:375px){
    .notification-adm-menu.notifications-mobile {
        position: absolute;
        /*bottom: 200px;*/
        width: 90%;
        height: 390px;
        top: -710px !important;
        left: 19px;
        /*margin-right: auto;*/
        /*left: none;*/
        border: 1px solid #ccc;
        /*background: yellow;*/
        display: none;
        z-index: 250;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }
}



@media screen  and (max-width: 375px) and (max-height: 667px) {
    .notification-adm-menu.notifications-mobile {
        position: absolute;
        bottom: 200px;
        width: 90%;
        height: 390px;
        top: -498px !important;
        left: 19px;
        margin-right: auto;
        left: none;
        border: 1px solid #ccc;
        display: none;
        z-index: 250;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }
}

@media screen and (max-width: 420px) {
    .notification-adm-menu.notifications-mobile {
        position: absolute;
        bottom: 200px;
        width: 90%;
        height: 390px;
        top: -538px !important;
        left: 19px;
        margin-right: auto;
        left: none;
        border: 1px solid #ccc;
        display: none;
        z-index: 250;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        }
}

@media screen and (max-width: 360px) {
    .notification-adm-menu.notifications-mobile {
        position: absolute;
        /*bottom: 200px;*/
        width: 90%;
        height: 390px;
        top: -470px !important;
        left: 19px;
        /*margin-right: auto;*/
        /*left: none;*/
        border: 1px solid #ccc;
        /*background: yellow;*/
        display: none;
        z-index: 250;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }
}

@media screen and (max-width: 320px) {
    .notification-adm-menu.notifications-mobile {
        position: absolute;
        /*bottom: 200px;*/
        width: 90%;
        height: 390px;
        top: -462px !important;
        left: 19px;
        /*margin-right: auto;*/
        /*left: none;*/
        border: 1px solid #ccc;
        /*background: yellow;*/
        display: none;
        z-index: 250;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }
}