#app_notifications_container .dropdown-menu{
    width: 400px;
    xtop: 47px;
    right: 0;
    background: none;
    box-shadow: none;
    border: none;
    margin-right: 3px;
    xxbackdrop-filter: blur(2px);
    padding: 0;
    margin-top: 12px;
    min-width: unset;
    max-height: calc(100% - 92px);
    overflow-y: auto;
    border-radius: var(--main-border-radius);
}
#app_notifications_container .ui-resizable-w,
.notifyjs-corner .ui-resizable-w{
    width: 15px;
}
#app_notifications_container .dropdown-menu .dataTables_scrollBody{
    overflow: hidden !important;
    backdrop-filter: blur(2px);
    border: unset;
    margin-top: 0px;
}

#app_notifications_toolbar{
    background: var(--main-background);
    position: sticky;
    top: 0;
    z-index: 1;
    margin-right: 2px;
    padding-bottom: 4px;
    border: 1px solid var(--hover-background);
    border-radius: var(--main-border-radius);
}
#app_notifications_toolbar .btn{
    font-size: 0.9em;
    padding: 2px 4px;
    color: var(--main-color);
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
#app_notifications_toolbar .btn.level-count{
    color: var(--main-color);
    text-overflow: ellipsis;
    overflow: hidden;
}
#app_notifications_toolbar .row_search>span{
    width: 50px;
    display: inline-block;
    margin: unset;
    text-align: center;
}
#app_notifications_toolbar .row_search>span.active{
    color: var(--activated-color);
    opacity: 1;
}
#app_notifications_toolbar .row_search input{
    width: calc(100% - 62px);
    margin-bottom: 2px;
    margin-top: 2px;
}
#app_notifications_toolbar .buttons-container{
    width: calc(100% - 50px);
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
}
#app_notifications_toolbar .buttons-container .btn{
    opacity: 0.7;
}
#app_notifications_toolbar .buttons-container .btn.active{
    opacity: 1;
    border-bottom-color: var(--main-color);
    border-radius: unset;
}
#app_notifications_toolbar .buttons-container .btn .icon{
    margin-right: 5px;
    opacity: 1;
}
#app_notifications_toolbar .delete-all{
    margin: unset;
    width: 100%;
}
#app_notifications_toolbar .left{
    width: 50px;
    display: inline-block;
}
#app_notifications_toolbar .remove-all:hover{
    opacity: 1;
}
#app_notifications_container > .dropdown-toggle > .icon{
    font-size: 0.9em;
}
#app_notifications_list .notification,
.notifyjs-container .notifyjs-app-base,
.notifyjs-container .notifyjs-internal-base{
    width: 100%;
    min-height: 35px;
    display: block;
    color: var(--main-color);
    padding: .2em .6em .2em 0;
    font-weight: 700;
    font-size: 1em;
    border: 2px solid var(--hover-background);
    border-radius: .25em;
    background: var(--main-background);
    border-radius: var(--main-border-radius);
}
.notifyjs-corner {
    z-index: 10001 !important;
    xxbackdrop-filter: blur(2px);
    max-height: calc(100% - 92px) !important;
    overflow-y: auto;
    top: -3px !important;
    margin: 0px !important;
    padding-top: 5px;
    width: 400px;
}

.notifyjs-corner-bar-top{
    position: absolute;
    top: -3px;
    z-index: 1;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.notifyjs-corner:hover .notifyjs-corner-bar-top,
.notifyjs-corner:hover .notifyjs-corner-bar-bottom{
    opacity: 0.5;
}
.notifyjs-corner-bar-bottom{
    z-index: 1;
    display: block;
    position: relative;
    margin-top: -6px;
    bottom: 5px;
    text-align: center;
    opacity: 0;
}


.notifyjs-corner .empty_notifier_btn{
    padding: 0;
    background: var(--main-background);
}
.notifyjs-corner .notifyjs-wrapper{
    height: unset !important;
    width: unset !important;
}
.notifyjs-corner .notifyjs-wrapper, .notifyjs-corner .notifyjs-container {
    margin: 0px !important;
}


.notification-container,
.notification-container-internal{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    word-break: break-all;
    flex-wrap: nowrap;
}


.notification-container [data-notify-html='id'],
.notification-container [data-notify-html='allow_response']{
    display: none;
}
.notification-container hr,
.notification-container-internal hr{
    margin: 5px;
    border: 1px solid var(--input-border-color);
}

.notification-left{
    width: 50px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    border-right: 1px solid var(--input-border-color);
    margin-right: 7px;
}
.notification-left .icon{
    font-size: 1.2em;
    margin: 0px !important;
    opacity: 1 !important;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    height: 100%;
}
.notification-left .with_thumbnail .icon{
    height: calc(100% - 25px);

}
.notification-left img{
    border-radius: 2px;
    margin-top: 2px;
    max-height: 35px;
    padding: 4px;
}
.notification-right{
    width: calc(100% - 50px);
    display: inline-block;
}
.notification-sequence{
    width: 100%;
    display: block;
    margin-top: 5px;
    font-weight: normal;
}
.notification-sequence .sequence_name{
    display: block;
    font-weight: bold;
}
.notification-sequence .sequence_job_name{
    display: block;
    opacity: 0.7;
}
.notification-header{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    opacity: 0.5;
}
.notification-thumbnail{
    width: 50px;
    position: absolute!important;
    top: 0;
    padding: 5px;
}
.notification-title{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.notification-actor{
    float: left;
}
.notification-timestamp{
    float: right;
}

.notification-body{
    margin-bottom: 5px;
    display: inline-block;
    opacity: 0.7;
    font-weight: 500;
}
.notification-response{
    font-weight: normal;
    display: block;
}
.notification-response-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: flex-end;
}
.notification-response-title{
    opacity: 0.9;
    font-weight: bold;
}
.notification-response-block .btn{
    margin: 0px !important;
}
.notification-response-block textarea{
    width: calc(100% - 30px);
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    resize: vertical;
    margin-top: 10px;
    height: 2.45em;
}

.notification-response-max{
    width: 100%;
    text-align: right;
    padding-right: 30px;
    opacity: 0.5;
}
.notification-history{
    display: block;
}
.notification-history-block{
    display: none;
    width: 100%;
}
.notification-history-show{
    margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom: 2px;
    padding-top: 0px;
    font-weight: bolder;
    font-size: 1em;
}
.notification-history-show > .caret{
    margin-left: 10px;
    transform: rotate(90deg);
    margin-top: -2px;
}

.notification-history-show.expanded > .caret{
    margin-left: 10px;
    transform: rotate(0deg);

}

.notification-history-message{
    font-weight: normal;
    opacity: 0.8;
    margin-top: 5px;
    display: block;

}
.notification-title,
.notification-body,
.notification-history-message{
    cursor: text;
    white-space: break-spaces;

}
.notification-footer{
    display: block;
}
.notification-footer .btn{
    margin-bottom: 5px;
    margin-right: 10px;
    color: var(--main-color);
    font-weight: bold;
}



.notifyjs-container .notifyjs-app-base,
.notifyjs-container .notifyjs-internal-base{
    border: 1px solid var(--input-border-color);
    padding-left: 0px;
    font-size: 0.9em;
}
.notification.success .notification-left,
.notifyjs-container .notifyjs-app-success .notification-left,
.notifyjs-container .notifyjs-internal-success .notification-left{
    border-right: 2px solid var(--state-success);
}
.notification.warning .notification-left,
.notifyjs-container .notifyjs-app-warning .notification-left,
.notifyjs-container .notifyjs-internal-warning .notification-left{
    border-right: 2px solid var(--state-warning);
}
.notification.info .notification-left,
.notifyjs-container .notifyjs-app-info .notification-left,
.notifyjs-container .notifyjs-internal-info .notification-left{
    border-right: 2px solid var(--state-info);
}
.notification.error .notification-left,
.notifyjs-container .notifyjs-app-error .notification-left,
.notifyjs-container .notifyjs-internal-error .notification-left{
    border-right: 2px solid var(--state-error);
}

.notification.success .icon,
.notifyjs-container .notifyjs-app-success .icon,
.notifyjs-container .notifyjs-internal-success .icon{
    color: var(--state-success);
}
.notification.warning .icon,
.notifyjs-container .notifyjs-app-warning .icon,
.notifyjs-container .notifyjs-internal-warning .icon{
    color: var(--state-warning);
}
.notification.info .icon,
.notifyjs-container .notifyjs-app-info .icon,
.notifyjs-container .notifyjs-internal-info .icon{
    color: var(--state-info);
    padding-left: 0px;
}
.notification.error .icon,
.notifyjs-container .notifyjs-app-error .icon,
.notifyjs-container .notifyjs-internal-error .icon{
    color: var(--state-error);
}




#app_notifications_list_wrapper .dataTables_scrollHead{
    display: none;
}
#app_notifications_list_wrapper .bottom{
    xxdisplay: none;
    background: var(--main-background);
    border: 1px solid var(--hover-background);
    border-radius: var(--main-border-radius);
    margin-top: 2px;
}
#app_notifications_list_wrapper .bottom .dataTables_info{
    display: none;
}
#app_notifications_list td{
    padding: 2px 2px 0px 0px;
    border: unset;
}

