﻿#navbar #navbar-alerts {
    float: right;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

#navbar #navbar-alerts i:hover {
    opacity: 0.7;
}

#navbar #navbar-alerts i span {
    transform: translate(-50%,-50%);
    padding: 0 .45em .2em;
    font-size: .65em;
    float: right;
}

#listaNotificaciones {
    max-height: 500px;
    overflow-y: auto;
}

#notif-drop {
    width: 400px;
    padding: 0;
    text-decoration: none;
}

    #notif-drop .list-group-item.active:hover {
        background: var(--hover-notification);
        font-weight: 500;
    }

    #notif-drop .list-group-item:hover {
        background: var(--hover-notification);
        font-weight: 500;
    }

#notif-drop .list-group-item a:hover {
    text-decoration: none;
}

    #notif-drop #actions {
        background-color: var(--primary-color);
        padding: 5px !important;
    }

    #notif-drop .list-group-item {
        background-color: var(--bs-card-color);
        border-color: #d3d3d3;
        color: #444;
        margin: 0;
        padding: 10px;
        display: flex;
    }

#notif-drop .list-group-item.active {
    background: #1d70b71f;
    color: #045eab;
}

#notif-drop .list-group-item.active small,
#notif-drop .list-group-item small {
    font-weight: 300;
}

#listaNotificaciones #noti-buttons {
    font-size: 16px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#listaNotificaciones #noti-buttons i {
    height: 1.5em;
}

.position-absolute {
    position: absolute !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.nav > li > i {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-nav > li > i {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-nav > li > i {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
