
    .ua-init{
        box-sizing: initial;
        line-height: initial;
        font-weight: 500;
        font-family: sans-serif;
        font-size: 18px;
    }

    #ulg-float-app-btn-dragable.drag {
        border-color: white;
        box-shadow: 3px 6px 24px rgba(0, 0, 0, 0.5);
    }
    
    #ulg-float-app-btn-dragable #ulg-float-app-btn-dragzone {
        width: 100%;
        height: 100%;
        cursor: move;
        z-index: 10;
        background-color: #0f2c65;
    }

    #ulg-float-app-btn-dragzone:hover {
        animation: spin 1.5s cubic-bezier(0.26, 0.01, 0.38, 1.01);
    }
    .drag {
        padding: 0px;
    }

    .ua-floating-app-settings-content:after {
        position: absolute;
        content: "";
        width: 0px;
        height: 0px;
        top: -6px;
        left: 15px;
        border-left: 10px solid transparent;
        border-top: 0px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
    }

      
    .ua-tooltip .ua-tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 14px;
        font-family: sans-serif;
        font-weight: 500;
    }
    
    .ua-tooltip .ua-tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }
    
    .ua-tooltip:hover .ua-tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .ua-floating-app-item.ua-tooltip.ua-init {
        box-shadow: inset 0px 0px 1px 0px #aaa;
    }

    .ua-floating-app-item.ua-tooltip.ua-init:hover {
        border: 2px solid royalblue;
        box-shadow: 0px 0px 5px 1px #aaa;
    }

    .ua-init.ua-floating-app-notif-holder:after {
        content: "";
        position: absolute;
        top: 0%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

    .ua-init::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
    
    .ua-init::-webkit-scrollbar {
        width: 3px !important;
        border-radius: 10px;
        background-color: #6fc8ff !important;
    }
    
    .ua-init::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #6fafff;
    }



.ua-init.ua-floating-app-notif-holder:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


div.ua-minimized-item:hover {
    background: #d6d2d224;
    box-shadow: 0px 0px 3px 1px #aaa;
    outline: 1px solid #aaaaaaab;
}

.ua-minimized-item-close:hover {
    color: crimson;
    font-weight: 900;
    font-size: 13px;
    margin-top: -3px;
}

div#ua-float-app-notifi-sidebar {
    position: fixed;
    right: -450px;
    top: 0;
    z-index: 100000;
    width: 350px;
    height: 100%;
    background: white;
    box-shadow: 0px 0px 5px 0px #716a6a;
    border-radius: 10px;
    transition: right 0.4s;
}

.ua-notifi-sidebar-tb {
    position: relative;
    /* width: 94.5%; */
    display: flex;
    gap: 10px;
    padding: 10px 10px;
    background: #ffffff94;
    box-shadow: 0px 2px 3px 0px #cdc6c6;
    border-radius: 10px 10px 0px 0px;
}

.ua-notifi-sidebar-tb-ttl {
    position: relative;
    width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #5e5959;
    font-size: 16px;
    margin-left: 5px;
    margin-top: 12px;
    font-weight: 500;
    cursor: move;
}

.ua-notifi-sidebar-tb-actions {
    gap: 15px;
    position: absolute;
    right: 3%;
    padding: 0px 5px;
    margin: 10px 0px 0px 0px;
    display: flex;
    color: #5e5959;
}

.material-icons.ua-notifi-sidebar-actBtn {
    font-size: 18px;
    cursor: pointer;
    padding: 3px 3px;
    font-weight: 600;
}

.ua-notifi-sidebar-tb-action.refresh:hover {
    color: #5654d3;
    border-bottom: 2px solid;
}

.ua-notifi-sidebar-tb-action.read_all:hover {
    color: #f59531;
    border-bottom: 2px solid;
}

.ua-notifi-sidebar-tb-action.close:hover {
    color: crimson;
    border-bottom: 2px solid;
}

.ua-notifi-sidebar-tb-close {
    position: absolute;
    right: 10%;
    padding: 1px 7px;
    border-radius: 0;
    color: #554d4d;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    background: white;
    box-shadow: 0px 0px 4px 0px #dad5d5;
    margin: 10px 0px 0px 0px;
}

.ua-notifi-sidebar-tb-close:hover {
    background: crimson;
    color: white;
}

div#notification-side-panel-list-holder {
    position: relative;
    height: 90%;
    overflow: auto;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 0px 0px 0px 10px;
}

.nspc-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 25px 15px 50px;
    margin: 7px 10px 0px 10px;
    border: 0.5px solid #e2e2e2;
    border-radius: 4px;
    position: relative;
}

.nspc-item.unread {
    background-color: #eff9ff;
}

.nspc-item-ttl {
    font-size: 13px;
    margin-bottom: 5px;
    color: rgb(13, 41, 126);
}

.nspc-item-content {
    font-size: 14px;
    word-break: break-word;
    max-height: 100px;
    overflow: hidden;
    color: #5aa8ff;
    margin-top: 10px;
}

.nspc-item-time {
    font-size: 10px;
    color: #a29f9f;
    text-align: right;
    margin-top: 2px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.UApageTopProgressBar {
    /* display: none; */
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: rgba(0, 0, 250, 0.2);
    height: 3px;
    z-index: 100000;
    padding: 0px;
}

.UApageTopProgressBarInner {
    width: 200%;
    height: 3px;
    background-color: royalblue;
    animation: UApageTopProgressBarInnerAnimation 2s infinite;
    border-radius: 100px;
    /* position: absolute; */
    /* margin-left: 10%; */
    animation-direction: normal;
}

@keyframes UApageTopProgressBarInnerAnimation {
    from {margin-left: -1%;}
    to {margin-left:101%;}
}

.ua-init.ua-float-app-hide-btn {
    box-shadow: 0px 0px 3px 0px #aaa;
    padding: 2px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.ua-init.ua-float-app-hide-btn:hover {
    background: royalblue;
    color: white;
}

.ua-floating-app-item-notif-count-dtl {
    white-space: nowrap;
    display: none;
    position: relative;
    border: black;
    position: relative;
    padding: 5px 0px;
    width: max-content;
    position: relative;
    right: 0;
    z-index: 1000;
    /* left: 50%; */
    transform: translateX(-50%);
}

.ua-floating-app-item:hover .ua-floating-app-item-notif-count-dtl.allowToShow {
    box-sizing: border-box;
    display: block;
}

.ua-floating-app-item:hover .ua-app-alert-count-holder {
    /* opacity: 0; */
    transition: all .5s;
}

.ua-floating-ainotif-cdt {
    display: flex;
    gap: 5px;
    padding: 8px 15px;
    background: white;
    width: max-content;
    margin: 10px 0px;
    border-radius: 10px;
    box-shadow: 0px 2px 20px 0px #aaa;
    position: relative;
    right: -10px;
    font-size: 12px;
    align-items: center;
    cursor: pointer;
}

.ua-floating-ainotif-cdt:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -5px;
    right: 20px;
    border-left: 10px solid transparent;
    border-top: 0 solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: calc(50% - -7px);
    transform: translateX(-50%);
}

.ua-floating-ainotif-cdt .ua-app-alert-count {
    font-size: 11px;
    padding: 3px 7px;
    background: #9cffde;
    background: #aa00201a;
    color: #bd2e4a;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 5px;
}

.ua-floating-ainotif-cdt:hover {
    box-shadow: 0px 2px 10px 0px #aaa;
    outline: .1px solid #aaa;
}

.nspc-item .item-icon {
    font-size: 13px;
    /* transform: rotate3d(1, -1, 0, 180deg); */
    padding: 4px;
    background: #eaefff;
    border-radius: 50px;
    /* color: white; */
    position: absolute;
    left: 15px;
    top: 15px;
    font-weight: bold;
}

.nspc-item.unread .item-icon {
    background: royalblue;
    color: white;
}

.ua-notifi-sidebar-tb-al .ua-floating-app-item {
    pointer-events: none;
}

.thisNotiFootElement {
    display: flex;
    width: 100%;
    font-size: 10px;
    height: 0px;
    align-items: flex-end;
    margin-top: 15px;
    overflow: hidden;
    transition: all .2s;
}

.nspc-item:hover .thisNotiFootElement {
    height: 30px !important;
}

.nspc-item:hover .nspc-item-time {
    bottom: 18px;
}

.thisNotiFootElement_item i {
    color: #7579b8 !important;
    color: #6b6b6b !important;
}

.thisNotiFootElement_item i:hover {
    color: royalblue !important;
}

.material-symbols-outlined.fill-icon {
    font-variation-settings: 'FILL' 1, 'wght' 100, 'GRAD' 200, 'opsz' 48;
    font-family: 'Material Symbols Outlined';
}

.nspc-item.showOnReply {
    box-shadow: 0px 2px 15px -4px #aaa;
    outline: .1px solid #8ba7ff;
    padding-bottom: 20px;
    border-radius: 10px;
}

.nspc-item.showOnReply .thisNotiFootElement {
    /* height: 0px !important; */
}

.nspc-item.showOnReply:hover .nspc-item-reply-section {
    display: block !important;
    position: relative;
    width: calc(100% + 20px);
    margin-left: -20px;
    margin-top: 15px;
    height: max-content;
    /* overflow: hidden; */
    transition: all .3s;
}

.nspc-item-reply-sec-innr {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.nspc-item.showOnReply:hover .nspc-item-time {
    /* display: none; */
    bottom: 97px;
    right: 30px;
}

.nspc-item-reply-send {
    display: flex;
    cursor: pointer;
}

.nspc-item-reply-send span {
    color: royalblue;
    font-size: 36px;
}

input.nspc-item-reply-msg-inp {
    padding: 10px 55px 10px 15px !important;
    position: relative !important;
    width: calc(100% - 20px) !important;
    border: 0.1px solid #e6e6e6 !important;
    border-radius: 5px !important;
    box-shadow: 0px 1px 2px -1px #aaa !important;
    color: black !important;
    margin: 10px auto !important;
    border-bottom: 2px solid #5e99ff !important;
    background: #1747d803 !important;
    font-size: 13px !important;
    font-family: 'Roboto' !important;
    -webkit-box-sizing: initial !important;
    box-sizing: initial !important;
}

.nspc-item-reply-msg {
    position: relative;
    width: 100%;
}

.nspc-item-reply-act {
    position: relative;
    z-index: 1;
}

input.nspc-item-reply-msg-inp:focus {
    outline: none !important;
    box-shadow: inset 0px 0px 7px -3px #aaa !important;
}

.nspc-item-reply-send:hover span {
    color: blue;
    text-shadow: 0px 3px 3px #cccccc;
}

.nspc-item.showOnReply .thisNotiFootElement_chatReply-icons {
    font-size: 18px;
    background: #cfdbff;
    color: #2f2f88 !important;
    padding: 3px;
    border-radius: 3px;
}

.nspc-item.sending .loader-line {
    display: block !important;
}

.nspc-item .loader-line {
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    overflow: hidden;
    background-color: #ddd0;
    top: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    background-color: #04c9c4;
    -webkit-animation: lineAnim 1s linear infinite;
    -moz-animation: lineAnim 1s linear infinite;
    animation: lineAnim 1s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


@keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
  }


.toast { 
    position: fixed; 
    top: 25px; 
    right: 25px; 
    max-width: 300px; 
    background: #fff; 
    padding: 0.5rem; 
    border-radius: 4px; 
    box-shadow: -1px 1px 10px
        rgba(0, 0, 0, 0.3); 
    z-index: 100000; 
    animation: slideInRight 0.3s 
            ease-in-out forwards,
        fadeOut 0.5s ease-in-out 
            forwards 3s; 
    transform: translateX(110%); 
} 
  
.toast.closing { 
    animation: slideOutRight 0.5s ease-in-out forwards; 
} 
  
.toast-progress { 
    position: absolute; 
    display: block; 
    bottom: 0; 
    left: 0; 
    height: 4px; 
    width: 100%; 
    background: #b7b7b7; 
    animation: toastProgress 3s ease-in-out forwards; 
} 
  
.toast-content-wrapper { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
} 
  
.toast-icon { 
    padding: 0.35rem 0.5rem; 
    font-size: 1.5rem; 
} 
  
.toast-message { 
    flex: 1; 
    font-size: 14px; 
    color: #000000; 
    padding: 0.5rem; 
} 
  
.toast.toast-success { 
    background: #95eab8; 
} 
  
.toast.toast-success .toast-progress { 
    background-color: #2ecc71; 
} 
  
.toast.toast-danger { 
    background: #efaca5; 
} 
  
.toast.toast-danger .toast-progress { 
    background-color: #e74c3c; 
} 
  
.toast.toast-info { 
    background: #bddaed; 
} 
  
.toast.toast-info .toast-progress { 
    background-color: #3498db; 
} 
  
.toast.toast-warning { 
    background: #ead994; 
} 
  
.toast.toast-warning .toast-progress { 
    background-color: #f1c40f; 
} 
  
@keyframes slideInRight { 
    0% { 
        transform: translateX(110%); 
    } 
  
    75% { 
        transform: translateX(-10%); 
    } 
  
    100% { 
        transform: translateX(0%); 
    } 
} 
  
@keyframes slideOutRight { 
    0% { 
        transform: translateX(0%); 
    } 
  
    25% { 
        transform: translateX(-10%); 
    } 
  
    100% { 
        transform: translateX(110%); 
    } 
} 
  
@keyframes fadeOut { 
    0% { 
        opacity: 1; 
    } 
  
    100% { 
        opacity: 0; 
    } 
} 
  
@keyframes toastProgress { 
    0% { 
        width: 100%; 
    } 
  
    100% { 
        width: 0%; 
    } 
}

div#uafa-dstp-ntf-holder {
    position: fixed;
    bottom: 30px;
    right: 0px;
    max-width: 500px;
    max-height: 90%;
    /* overflow: auto; */
    z-index: 100000000;
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
    align-items: center;
    /* backdrop-filter: blur(1px); */
    gap: 5px;
}

.uafa-dstp-ntf-ulg-logo img {
    width: 20px;
}

.uafa-dstp-ntf-app-logo img {
    width: 75px;
}

.uafa-dstp-ntf-innr {
    background: white;
    box-shadow: 0px 0px 35px 0px #aaa;
    position: relative;
    padding: 11px 15px;
    border-radius: 10px;
    border: 0.1px solid #aaa;
}

.uafa-dstp-ntf-outr {
    width: 400px;
    position: absolute;
    animation: slideInRight .5s ease-in-out forwards;
    scale: .9;
    right: 0;
}

.uafa-dstp-ntf-outr.closing {
    animation: slideOutRight .5s ease-in-out forwards; 
}

.uafa-dstp-ntf-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.uafa-dstp-ntf-top-left {
    display: flex;
    gap: 10px;
}

.uafa-dstp-ntf-top-right {
    display: flex;
    gap: 15px;
}

.uafa-dstp-ntf-msg {
    display: flex;
    gap: 10px;
}

.uafa-dstp-ntf-msg-cnt {
    position: relative;
    padding: 15px 15px 10px 0px;
}

.uafa-dstp-ntf-msg-cnt-ttl {
    font-size: 14px;
    word-break: break-all;
    line-height: 24px;
    color: #1f3164;
    font-weight: 600;
    cursor: pointer;
}

.uafa-dstp-ntf-msg-cnt-txt {
    color: #528fd0;
    line-height: 24px;
    max-height: 70px;
    overflow: auto;
    text-overflow: ellipsis;
    word-break: break-all;
}

.uafa-dstp-ntf-app-name {height: max-content;margin-top: 1px;}

.uafa-dstp-ntf-top-right span {
    font-size: 17px;
    cursor: pointer;
    padding: 5px;
    border-radius: 20px;
}

.uafa-dstp-ntf-top-right span:hover {
    background: #f3f3f3;
}

.uafa-dstp-ntf-crtd-time:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    background: #c3c3c3;
    border-radius: 20px;
    top: 7.5px;
    left: -11px;
}

.uafa-dstp-ntf-crtd-time {
    position: relative;
    margin-left: 8px;
    color: #7f7f7f;
    height: max-content;
    margin-top: 1px;
}

.uafa-dstp-ntf-msg-cnt-txt::-webkit-scrollbar {
  width: 2px;
}

.uafa-dstp-ntf-msg-cnt-txt::-webkit-scrollbar-thumb {
  background: #6f93ff99 !important;
  border-radius: 20px !important;
}

.uafa-dstp-ntf-innr .nspc-item-reply-sec-innr {
    width: calc(100% - 35px);
    margin: auto;
}

.thisNotiFootElement_dstp {
    display: flex;
    align-items: center;
    position: absolute;
    gap: 20px;
    top: 1px;
    right: -10px;
    background: white;
    padding: 3px 15px;
    z-index: 1;
    align-items: center;
    /* box-shadow: 0px 1px 5px -1px #aaa; */
    border-radius: 20px;
    /* border: 0.1px solid #aaaaaa2b; */
    display: none;
}

.uafa-dstp-ntf-more-opt {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0px 0px -3px;
}

.thisNotiFootElement_dstp .thisNotiFootElement_item i {
    font-size: 15px !important;
    cursor: pointer;
}

.thisNotiFootElement_dstp .thisNotiFootElement_chatOpen {
    top: 1px;
    position: relative;
}

.uafa-dstp-ntf-more-opt:hover .thisNotiFootElement_dstp {
    display: flex;
}

.uafa-dstp-ntf-app-logo.twilio img {
    width: 60px;
    padding: 10px 5px;
}

.uafa-dstp-ntf-app-logo.whatsapp img {
    width: 50px;
    padding: 15px 11px;
}

.thisNotiFootElement_item i {
    font-size: 16px !important;
}

.thisNotiFootElement_dstp .thisNotiFootElement_entityOpen {
    position: relative;
    top: 2px;
}

.nspc-item-replies {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
    position: relative;
}

.nspc-item-reply-item {
    display: flex;
    gap: 5px;
    font-size: 12px;
    align-items: flex-start;
    color: #6d8aab;
    position: relative;
    font-weight: 600;
    color: #828282;
    display: none;
}

.nspci-ri-icon span {
    font-size: 13px;
    display: flex;
}

.nspci-ri-time {
    font-size: 11px;
    margin-left: 5px;
    color: #aaa;
    font-weight: 400 !important;
    display: inline;
}

.nspci-ri-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em* 1);
    transition: 1s all;
}

.nspci-ri-text:hover {
    -webkit-line-clamp: 10;
    max-height: calc(1.5em* 7);
}

.nspc-item-replies:empty {
    display: none;
}

.nspc-item-reply-item:first-child {
    display: flex;
}

.nspc-item:hover .nspc-item-reply-item {
    display: flex !important;
}

.nspc-item-replied-label {
    position: absolute;
    right: 5px;
    top: 15px;
    padding: 3px 7px;
    font-size: 10px;
    background: #008b8b40;
    color: darkcyan;
    border-radius: 4px;
}