@font-face {
    font-family: "fancy_text3";
    src: url('./crud/css/fonts/fancy_text3.woff2') format("woff2");
 
  }
  
  @font-face {
    font-family: "fancy_text4";
    src: url('./crud/css/fonts/fancy_text4.woff2') format("woff2");

  }
  
  @font-face {
    font-family: "fancy_text5";
    src: url('./crud/css/fonts/fancy_text5.woff2') format("woff2");
  
  }
        .notification-global{

            position: fixed;
            top: 17px;
            right: 114px;
            z-index: 1500;
        }
.bell-icon{
    height: 20px;
    width: 40px;
}
        .notification-icon-container {
            position: relative;
    top: 10px;
    right: 0%;
    align-self: center;
    /* left: 100%; */
    z-index: 1000;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    
        }
        .notification-counter {
            display: none;
            position: absolute;
            top: -10px;
            right: 2px;
            background: rgb(224 113 105);
            color: white;
            border-radius: 100%;
            height: 17px;
            width: 17px;
            /* padding: 0.4em; */
            font-size: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .notification-container {
            display: none;
            background: white;
            position: relative;
            top: 20px;
            /* right: -4px; */
            width: 400px;
            z-index: 1000;
            max-height: 65%;
            overflow-y: auto;
            padding: 1.5rem;
            /* padding-top: 0.7rem; */
            /* padding-right: 0px; */
            background: rgb(178 178 178 / 83%);
            border-radius: 8px;
        }
        
        .notification-item {
            min-height: 91px;
            transform-origin: center;
            transition: all 400ms ease-in-out;
            pointer-events: auto;
            backdrop-filter: blur(44px);
            background-color: hsl(0deg 0% 100% / 62%);
            box-shadow: inset 0 0 1px rgb(232 232 237 / 11%);
            color: rgb(88 88 88);
            display: flex;
            will-change: transform;
            z-index: 1;
            border-radius: 7px;
            padding: 15px;
            margin-bottom: 10px;
            font-family: "fancy_text4", sans-serif !important;
            align-items: center;
            
        }
        #new-messages .notification-item{
            background: hsl(0deg 4.36% 89.49% / 75%);
        }
        
        
        
        .notification-item[data-type="banner"]:hover {
            opacity: 0.9;
        }
        .notification-title {
            font-size: 14px;
            font-weight: bold;
            margin-right: 8px;
            color: #000000c7;
            font-family: 'fancy_text5';
        }
        .notification-body {
            font-size: 12px;
            opacity: 1;
            max-width: 219px;
            color: #787878d6;
            display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
        }
        .notification-options {
            cursor: pointer;
            user-select: none;
            font-size: 12px;
            color: rgb(43 43 46);
            margin-left: auto;
        }
        .notification-options:hover {
            text-decoration: underline;
        }
        .notification-container::-webkit-scrollbar {
            width: 6px;
        }
        .notification-app-name {
            font-size: 11px;
            font-weight: bold;
            /* text-transform: uppercase; */
            color: #716c6c;
            margin-bottom: 4px;
            text-align: right;
            position: absolute;
            /* left: 11%; */
            top: 8px;
            right: 5.5px;
            font-family: 'fancy_text3';
        }
        .notification-container::-webkit-scrollbar-thumb {
            background-color: #c1c1c1;
            border-radius: 4px;
        }
        .notification-container::-webkit-scrollbar-track {
            background: transparent;
        }
        .notification-item:hover .notification-close {
            visibility: visible;
        }

      
       
        .notification-close {
            position: absolute;
            top: -7.5px;
            left: -7.5px;
            cursor: pointer;
            background: rgb(224 113 105);
            visibility: hidden;
            border-radius: 50%;
            font-size: 14px;
            padding: 3px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
            color: white;
        }
        .notification-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 0.3rem;
            margin-right: 1rem;
            font-size: 1rem;
            color: white;
        }
        .notification-icon.error {
            background-color: #f87171;
        }
        .notification-icon.success {
            background-color: #10b981;
        }
        .notification-icon.info {
            background-color: #60a5fa;
        }
        .notification-icon.warning {
            background-color: #f59e0b;
        }
        .text-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .notification-global  .footer {
            position: fixed;
            bottom: 10px;
            right: 10px;
            color: black;
            font-size: 12px;
            text-align: right;
            font-family: monospace;
        }
        .notification-global .footer a {
            color: black;
            text-decoration: none;
        }
        .notification-container-title {
            text-align: left;
            cursor: pointer;
            /* padding: 2rem; */
            padding-left: 0px;
            color: #222121d9;
            margin-bottom: 0.7rem;
            font-size: 17px;
            font-weight: bold;
            opacity: .7;
        }
        .notification-container-more {
            text-align: left;
            cursor: pointer;
            padding: 10px;
            padding-left: 0px;
            padding-bottom: 0px;
            color: #ababab;
            margin-top: 1.27rem;
        }
        .ellipsis {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 200px; /* Example width, adjust as needed */
        }
        .ellipsis-multiline {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; /* Number of lines before ellipsis */
            overflow: hidden;
            text-overflow: ellipsis;
            width: 200px; /* Example width, adjust as needed */
            height: 60px; /* Example height, adjust as needed */
        }