﻿.Canvaaccordion-Notificacion {
    overflow-y: auto;
    overflow-x: hidden;
    
}

.accordion-Notificacion {

    overflow-y:auto;
    overflow-x:hidden;
    max-height: calc(100vh - 406px);

}

    .container-notificacion {
    max-height: 300px;
    transition: max-height 1.5s ease, opacity 1.5s ease;
}

.NewNotificacion {
    border-radius: 19px;
    
}

.OldNotificacion {
    border-radius: 19px;

}

.IconNotificacion {

    position:absolute;
    background-color: red;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    left:93%;
    margin-top: -15px;
    z-index:100;

}

.Notificacionocultar {
    
    max-height: 0;
    opacity: 0;
    overflow:hidden;
    
}

.spinner-Notificacion {

    margin-right:20px;

}
