/* Minification failed. Returning unminified contents.
(209,47): run-time error CSS1034: Expected closing parenthesis, found ','
(209,47): run-time error CSS1042: Expected function, found ','
(209,52): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/* Sino CSS */
    #signalr-notification, #signalr-notification i{
        cursor: pointer;
        margin-top: 2.5px;
        font-size: 20px!important;
    }

    .signalr-loading{
        top: 13.5px;
        opacity: 1!important;
        /* visibility: visible!important; */
        right: -16px!important;
    }

    .signalr-loading img{
        width: 25px;
    }

    .signalr-icon{
        top: -16px;
        opacity: 1!important;
        visibility: visible!important;
        right: -16px!important;
    }

    .signalr-icon img{
        width: 12px;
    }
    
    .signalr-count-notifications{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #bdd49f;
        width: 16px;
        height: 16px;
        font-size: 10px;
        border-radius: 50%;
        top: -3px;
        padding-top: 0!important;
        right: -6px!important;
        opacity: 1!important;
    }
/* Sino CSS */

/* Toast CSS */
    .signalr-container-toast{
        position: fixed;
        top: 60px;
        right: 20px;
        width: 300px;
        max-height: 80%;
        padding: 0 10px;
        overflow-y: auto;
        z-index: 99999;
    }

    .signalr-container-toast::-webkit-scrollbar{
        display: none;
    }

    .signalr-notification-wrapper {
        display: none;
        background-color: #FFF;
        border-radius: 5px;
        color: #333;
        margin: 12px 0;
        -webkit-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.63);
        -moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0, 0.63);
        box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.63);
    }

    .signalr-notification.simple-notification{
        position: relative;
        float: none;
    }

    .signalr-notification .signalr-sn-title{
        padding: 5px 0;
    }

    .signalr-notification .signalr-sn-title .sn-title-icon{
        display: inline-block;
        width: 80%;
    }

    .signalr-notification .signalr-sn-title .sn-title-icon img {
        width: 15px;
        display: inline-block;
        transform: translateY(2px);
        margin-right: 5px;
    }

    .signalr-notification .signalr-sn-title .sn-title-icon img.loading {
        width: 15px;
        display: inline-block;
        transform: translateY(-2px);
        margin-right: 5px;
    }

    .signalr-notification .signalr-sn-title .sn-title-icon img span{
        margin-left: 5px;
        font-weight: 600;
    }

    .signalr-notification .signalr-sn-title .sn-title-timestamp{
        display: inline-block;
        font-size: 12px;
        font-style: italic;
    }

    .signalr-notification .signalr-sn-content{
        padding: 5px 0;
    }

/* Toast CSS */

/* Notificação Side Bar */
    .signalr-notification-sidebar{
        display: none;
        width: 450px;
        height: 85%;
        background: white;
        position: fixed;
        top: 47px;
        right: 0;
        z-index: 1;
        box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.63);
        -webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.63);
        -moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.63);
    }

    .signalr-notification-sidebar .signalr-notification-header {
        margin: 0 12px;
    }

    .signalr-notification-sidebar .signalr-notification-header *{
        display: inline-block;
    }

    .signalr-notification-sidebar .signalr-notification-header .signalr-notification-close-all,
    .signalr-notification-sidebar .signalr-notification-header .signalr-notification-logs-process {
        font-size: 12px;
        text-decoration: underline;
        padding: 5px;
        cursor: pointer;
    }

    .signalr-notification-sidebar .signalr-notification-header .signalr-notification-logs-process a {
        margin: 0 3px;
    }

    /* .signalr-notification-sidebar .signalr-notification-header .signalr-notification-logs-process a:last-child {
        color: red;
    } */

    .signalr-notification-sidebar .signalr-notification-header-title{
        font-size: 25px;
        font-weight: 700;
        padding: 20px 0px;
        width: 75%;
    }

    .signalr-notification-sidebar .signalr-notification-header-close{
        cursor: pointer;
        transform: translateY(-5px);
    }

    .signalr-notification-sidebar .signalr-notification-body{
        overflow-y: auto;
        height: calc(85vh - 60px);
    }

    .signalr-notification-sidebar .signalr-notification-body::-webkit-scrollbar-button{
        display: none;
    }
    .signalr-notification-sidebar .signalr-notification-body::-webkit-scrollbar{
        border-radius: 20px;
        width: 7px;
        background: #c7c7c788;
    }

    .signalr-notification-sidebar .signalr-notification-body::-webkit-scrollbar-thumb{
        background: #c7c7c7;
        border-radius: 20px
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-no-notification{
        padding: 50px;
        text-align: center;
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-no-notification *{
        display: block;
        margin: 20px 0;
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-no-notification i{
        color: #dadadaad;
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-no-notification span{
        font-weight: 600;
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-notification-content{
        margin: 10px 12px 15px 12px;
        position: relative;
        box-shadow: 0px 0px 6px -2px rgb(0,0,0,0.63);
        -webkit-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.63);
        -moz-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.63);
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-notification-content.is-new{
        background-color: #d1fbf5;
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-notification-content-header *{
        display: inline-block;
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-notification-content-title{
        font-size: 15px;
        font-weight: 600;
        width: 72%;
        padding: 20px 10px 8px 10px;
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-notification-content-title.few-minutes-ago{
        width: 60%;
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-notification-content-title img{
        width: 15px;
        margin-right: 5px;
        transform: translateY(2px);
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-notification-content-title img.loading{
        transform: translateY(-3px);
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-notification-content-timestamp{
        padding: 20px 10px 8px 10px;
        font-weight: 500;
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-notification-content-timestamp i{
        font-size: 13px;
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-notification-content-body p{
        padding: 10px 25px 20px 25px;
    }

    .signalr-notification-sidebar .signalr-notification-body .signalr-notification-content-close{
        position: absolute;
        right: 7px;
        top: 6px;
        cursor: pointer;
    }

/* Notificação Side Bar */

