﻿.notification-frame {
    display: none;
    height: 41px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    background-color: #F3FAFE;
}

    .notification-frame .div {  
       display: flex;  
       justify-content: center;  
       flex: 1;  
       flex-grow: 1;  
       margin-top: -16.00px;  
       margin-bottom: -16.00px;  
       align-items: center;  
       gap: 10px;  
       padding: 10px;  
       position: relative;    
    }

    .notification-frame .icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4px 9px;
        position: relative;
        flex: 0 0 auto;
        border-radius: 14.4px;
        background: linear-gradient(221.33deg, #1756B2 3.12%, #76B8F0 92.12%);
    }

    .notification-frame .text-wrapper {
        position: relative;
        width: fit-content;
        margin-top: -0.90px;
        font-family: Verdana;
        font-weight: 600;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0;
        line-height: 16px;
        white-space: nowrap;
    }

    .notification-frame .app-name-copy {
        position: relative;
        width: fit-content;
        font-family: Verdana;
        font-weight: 400;
        color: rgba(50, 50, 50, 1);
        font-size: 12px;
        letter-spacing: 0.30px;
        line-height: 17px;
        white-space: nowrap;
    }

    .notification-frame .span {
        color: #323232;
        letter-spacing: 0.05px;
    }

    .notification-frame .text-wrapper-2 {
        color: #2070cf;
        letter-spacing: 0.05px;
        text-decoration: underline;
    }

    .notification-frame .close-wrapper {
        display: flex;
        justify-content: flex-end;
        flex: 0 0 auto;
        align-items: center;
        gap: 10px;
        padding: 10px;
        position: relative;
        background: none;
        border: none;
    }

    .notification-frame .close {
        position: relative;
        width: 16px;
        height: 16px;
        margin-top: -6.50px;
        margin-bottom: -6.50px;
    }