#dropdown_menu_avisos {
    width: 480px;
    padding: 0px 0px 10px 0px;
}

#dropdown_unread_avisos_items_container,
#dropdown_all_avisos_items_container {
    height: 550px;
    overflow-y: auto;
}

#dropdown_menu_avisos .dropdown-item:hover {
    background: inherit !important;
    color: inherit !important;
}

#dropdown_menu_avisos i,
#dropdown_menu_avisos .dropdown-item i:hover,
.dropdown-item:hover i {
    color: #AD1D27 !important;
}

.dropdown-avisos-header {
    border-bottom: 1px solid #dee2e6;
    padding: 10px;
    margin-bottom: 10px;
}

.dropdown-avisos-title {
    font-size: 20px;
}

.avisos-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.avisos-item:hover {
    background: #eee;
}

.avisos-item-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
    margin-left: 5px;
    margin-right: 10px;
}

.dot-unread {
    font-size: 6px !important;
    color: #AD1D27;
}

.avisos-item:hover i.dot-unread{
    color: #AD1D27 !important;
}

.avisos-item-icon-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.avisos-item-text {
    flex-grow: 1;
    white-space: wrap !important;
}

.avisos-item-text-title {
    font-weight: bold;
    font-size: 16px;
}

.avisos-item-text-content {
    font-size: 14px;
    margin-right: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avisos-item-date {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

#dropdown_menu_avisos_loading {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

#dropdown_menu_avisos_loading i {
    display: inline-block;
    font-size: 30px;
}

#pills_avisos_tab {
    margin-bottom: 35px;
}

#pills_avisos_tab .nav-link {
    font-weight: bold;
}

#pills_avisos_tab .nav-link.active {
    color: #fff;
    margin: 0px 10px;
    background: #AD1D27;
}

#dropdown_menu_avisos_message {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    white-space: wrap;
}

.dropdown_menu_avisos_message_icon {
    width: 100%;
    margin-bottom: 10px;
}

.dropdown_menu_avisos_message_text {
    font-size: 14px;
}

.swal-icon-aviso {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.swal-avisos-item-icon-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.swal-title-aviso {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.swal-content-aviso {
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    color: #545454;
}

.swal-media-aviso {
    margin-bottom: 15px;
}

.swal-image-aviso img{
    width: 100%;
    border-radius: 5px;
}

.swal-video-aviso {
    height: 400px;
}

.swal-video-aviso iframe{
    width: 100%;
    height: 100%;
}

#user_avisos_counter {
    position: absolute;
    top: 6px;
    background: #EC2431;
    text-align: center;
    color: #fff;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

#user_avisos_counter.user-avisos-circle-counter {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    right: 2px;
}

.user-avisos-counter-hide {
    display: none !important;
}

#user_avisos_counter.user-avisos-oval-counter {
    padding: 0px 4px;
    border-radius: 5px;
    min-width: 18px;
    right: -8px;
}

#date_message_avisos {
    margin: 0px 10px;
    position: absolute;
}

.aviso-item-color-bg-Promociones,
#tgrid td.aviso-item-color-bg-Promociones {
    background-color: rgba(255, 82, 82, 0.2) !important;
}

.aviso-item-color-bg-Informativo,
#tgrid td.aviso-item-color-bg-Informativo {
    background-color: rgba(251, 192, 45, 0.2) !important;
}

.aviso-item-color-bg-Novedades,
#tgrid td.aviso-item-color-bg-Novedades {
    background-color: rgba(161, 136, 127, 0.2) !important;
}

.aviso-item-color-bg-Operativo,
#tgrid td.aviso-item-color-bg-Operativo {
    background-color: rgba(207, 216, 220, 0.2) !important;
}

.aviso-item-color-bg-Deuda,
#tgrid td.aviso-item-color-bg-Deuda {
    background-color: rgba(245, 124, 0, 0.2) !important;
}

.swal-gallery-aviso .carousel {
    width: 100%;
}

.swal-gallery-aviso .carousel-item {
    height: 300px;
    overflow: hidden;
}

.swal-gallery-aviso .carousel-item img {
    height: 100%;
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.swal-gallery-aviso .carousel-control-prev,
.swal-gallery-aviso .carousel-control-next {
    background: inherit;
    border: none;
}

.swal-widget {
    margin-bottom: 10px;
}

.swal-link-aviso {
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: left;
    background: rgba(59, 130, 246, 0.1);
    padding: 5px;
    border-radius: 5px;
}