/********* Custom **********/
.icon-alert-mobile {
    height: 40px;
    padding-left: 1.9rem !important;
}

.icon-alert-mobile .icon-alert {
    height: 100%;
}

.icon-alert {
    background: url(../img/icons/icon-bell.svg) no-repeat center;
    display: block;
    width: 20px;
    height: 20px;
}

.side-menu-user__primary .side-menu-user__item.is-selected .icon-alert,
.icon-alert--hover,
.side-menu-user-account .link-info.is-selected .icon-alert,
.side-menu-user__primary .side-menu-user__item:hover .icon-alert {
    background: url(../img/icons/icon-bell-hover.svg) no-repeat center;
}

/* Alertas */
.wrapper-alertas .item-alertas:last-child {
    border: none
}

.item-alertas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #AFAFAF;
    font-family: Source Sans Pro, sans-serif;
}

.item-alertas--old .dot {
    display: none;
}

.item-alertas .dot {
    height: 10px;
    width: 10px;
    background-color: #77BD1E;
    border-radius: 50%;
    position: absolute;
    left: -20px;
}

.item-alertas .item-alertas--content {
    padding-right: 50px;
    font-family: Source Sans Pro, sans-serif;
}

.item-alertas p {
    margin: 0;
    padding: 0;
}

.item-alertas .item-alertas-content--name {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #242424;
}

.item-alertas .item-alertas-content--valido {
    color: #242424;
    font-size: 13px;
    margin-top: 3px
}

.item-alertas-right--arrow {
    color: #77BD1E;
    font-size: 20px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 800;
    background-image: url(../img/icons/icon-arrow--green.svg);
    background-position: right top 7px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.item-alertas--old {
    opacity: 0.4;
}

.item-alertas--old .item-alertas-right--arrow {
    color: #686868;
    background-image: url(../img/icons/icon-arrow--gray.svg);
}