.notification-icon {
    color: #005b8e;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: auto;
    right: 100%;
    margin-top: -6px;
    margin-right: 8px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu .dropdown-menu {
    display: none;
}

.dropdown-menu > li {
    margin-left: 8px;
}

.dropdown-submenu > a:hover {
    background-color: transparent !important;
    color: #0a6aa1 !important;
}

li.dropdown-submenu.menu-item-container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}

li.dropdown-submenu.customers {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    width: 100%;
}

.dropdown-menu.customers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.dropdown-menu.customers li {
    cursor: pointer !important;
}

.menu-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

li.dropdown span.label {
    margin-bottom: 5px;
}

.dropdown-menu>li>a:focus {
    background: transparent;
    color: #0b3e6f;
}

.notification-item-container tr:first-child td {
    padding-bottom: 20px;
}

.notification-item-container {
    position: relative;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    max-width: 100%;
}

.menu-item-obs {
    display: block;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    padding-top: 8px;
}

.menu-item-title a{
    color: #0b3e6f;
    margin-bottom: 5px;
    transition: color 0.3s ease-in-out;
}

.menu-item-title a:hover{
    color: #66a5e1;
}

.menu-item-divider {
    margin-top: 0;
}

.icon-check {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 15px;
    white-space: nowrap;
}

.icon-check i {
    font-size: 25px;
}

.icon-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.notification-content::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(184, 218, 244, 0.2), rgba(255, 255, 255, 0.2));
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}

div.box-body > div.row > div.col-sm-12 > div.notification-wrapper {
    margin-bottom: 25px;
    border: 1px solid #0a6aa1 ;
    padding: 5px;
    border-radius: 10px;
}


.notification-content {
    display: inline-block;
    position: relative;
}

.menu-item-obs strong {
    color: #0a6aa1;
}

.notification-content:hover::after {
    opacity: 1;
}

.cancel-button {
    background-color: #a61f1f;
    color: white;
}

.check-button {
    background-color: #0b58a2;
    color: white;
}

.cancel-button:hover {
    background-color: #bb6565;
}

.check-button:hover {
    background-color: #4c7dab;
}

.badge-red {
    background-color: #e00101;
}

.badge-blue {
    background-color: #0b58a2;
}

.slimScrollDiv {
    height: auto !important;
}