#notifications-container {
    display: none;
    z-index: 200;
}

.btn-notifications {
    min-width: 46px;
    display: flex;
    background-color: #282828;
    justify-content: center;
    align-self: stretch;
    position: relative;
}

.btn-notifications img {
    width: 20px;
}

.btn-notifications .notifications-amount{
    font-size: 10px;
    font-size: 0.65rem;
    width: 12px;
    background-color: #E60881;
    height: 12px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    position: absolute;
    right: 3px;
    top: 3px;
}

.btn-notifications .notifications-amount span {
    line-height: initial;
}

.notifications {
    top: 46px;
    position: fixed;
    height: auto;
    background-color: #F1F1F1;
    border-bottom-left-radius: 3px;
    gap: 10px;
    z-index: 201;
    width: 100%;
    padding-bottom: env(safe-area-inset-bottom);
}
@media(max-width:700px){
    #sports-notifications-container .notifications{
        top: 75px;
    }
}

.nav-notifications {
    display: flex;
    height: 60px;
    justify-content: flex-start;
    text-align: center;
    background: #FFFF;
}

.nav-notifications > * {
    margin: 0 auto;
    align-self: center;
    max-height: 50%;
}

.nav-notifications > a > img {
    width: 22px;
}

.nav-notifications p {
    color: #000;
    font-family: 'Roboto Bold';
    flex-basis: 55%;
}

.list-notifications {
    padding-top: 12px;
    color: #000;
    height: calc(100vh - 189px);
    height: calc(100dvh - 189px);
    padding-bottom: env(safe-area-inset-bottom);
    overflow: auto;
    position: relative;
}

.list-notifications > p {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.list-notifications > p.informativo:before {
    /*background-image: url("/img/layout/icons/Info@2x.png");*/
    content: "";
    display: inline-block;
    min-width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 9px;
    background-repeat: no-repeat;
    /**/
    background-image: url("/img/layout/icons/nuevo_icon_info.svg");
    /**/
}


.notification {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 100%;
    height: 65px;
    list-style: none;
    padding: 0;
    width: 95%;
    max-width: 400px;
    margin: 0 auto 10px;
}

.notification a {
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
    max-width: 100%;
}

.img-notification {
    display: flex;
    width: 15%;
}

.img-notification img {
    border-radius: 3px;
}

.text-notification {
    flex: 1;
    display: flex;
    flex-direction: column;

}
.fnkjasndfkla{
    display:none;
}
.text-notification p {
    width: 90%;
    margin: 0 auto 4px;
    color: #000;
}

.title-notification {
    line-height: 1.1em;
    font-size: 1rem;
    font-family: 'Roboto Bold';
    -webkit-line-clamp: 2; /* NÃƒÂºmero de lÃƒÂ­neas a mostrar */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* TambiÃƒÂ©n puedes usar "nowrap" si quieres deshabilitar el corte de palabras */
    max-height: 36px; /* Altura mÃƒÂ¡xima para dos lÃƒÂ­neas */
}

.description-notification {
    line-height: 1.1em;
    font-size: 0.8rem;
    overflow: auto;
    /*text-overflow: ellipsis;*/
    /*text-overflow: auto;*/
    max-height: 30px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    padding-bottom: 2px;
}

.category-notification {
    display: flex;
    border-radius: 6px;
    height: 24px;
    justify-content: center;
    color: #646464;
    background-color: #D4D4D4;
}

.category-notification.blue {
    background: #D9E9F3;
    color: #0099FF;

}
.category-notification.green {
    background: #D9F3E3;
    color: #00AA41;

}
.category-notification.yellow {
    background: #FFE6A1;
    color: #FFA000;

}
.category-notification.pink {
    background: #FFC4E4;
    color: #E60881;
}

.category-notification span {
    font-size: 0.8rem;
    display: block;
    text-align: center;
    line-height: 1.4rem;
    text-transform: capitalize;
}

.category-notification, .delete-notification {
    flex-basis: 15%;
}

.delete-notification {
    display: none;
}

.notification .radio-check {
    padding: 0;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.notification .radio-check input:checked ~ .checkmark , .radio-check:hover input ~ .checkmark {
    border: 2px solid #ccc;
}

.notification .checkmark, .notification .radiomark {
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: #FFF;
    border: 2px solid #ccc;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification .radio-check .checkmark:after {
    width: 88%;
    height: 87%;
    border-radius: 3px;
    background: #e60881;
    position: static;
    transform: rotate(0);
    border-width: 0;
    border: none;
}

.notification .delete-notification-button {
    margin-left: 25px;
    width: 25px;
    cursor: pointer;
}

#delete-confirmation {
    position: fixed;
    bottom: 0;
    display: flex;
    height: 65px;
    width: 100%;
    display: none;
}

#delete-confirmation a {
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
}

#delete-confirmation a.btn-cancelar {
    background: #282828;
}

#delete-confirmation a.btn-eliminar {
    background: #E40090;
}

@media all and (min-width: 700px) {
    .notifications {
        top: 94px;
        max-width: 428px;
        position: fixed;
        height: 371px;
        z-index: 4;
        right: 0;
        overflow: hidden;
        background: linear-gradient(180deg, #F1F1F1 306px, transparent 306px,transparent);
    }

    .list-notifications {
        height: calc(100% - 134px);
        padding-bottom: 0;
    }

    #delete-confirmation {
        position: absolute;
    }

    #fade-notifications {
        position: fixed;
        width: 100%;
        height: 100%;
        margin-top: 94px;
        background-color: #000000B3;
        z-index: 4;
        /*display: none;*/
    }
}

@media all and (min-width: 1280px) {
    .notifications {
        /*top: 125px;*/
        top:68px;
    }
    .btn-notifications {
        min-width: 50px;
        background-color: #720E45;
        margin-right: 0;
    }
    
    #fade-notifications {
        /*margin-top: 125px;*/
        margin-top: 0;
    }

}