.header_system_latest_pages {
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 10pt;
    padding: 14px;
    color: var(--primary);
  }
.header-action .button-circle .fast-drop-open:not(.system_latest_pages_el){
    padding: 14px !important;
    background: var(--primary); 
    color: var(--primary);
    border-radius: 0 0 var(--radius) var(--radius) !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) ;
}

.header-action .button-circle .fast-drop-open:not(.system_latest_pages_el) >div {
    border: none;
}
.header_system_latest_pages .link {
    font-size: 15px;
    cursor: pointer;
    color: var(--main-color);
    padding: 10px;
    border-radius: .45rem;
    transition: background 150ms ease-in-out;
}
.header_system_latest_pages .link:hover {
    background: var(--primary-foreground);    
}
.footer_system_latest_pages {
    display: flex;
    justify-content: center;
    padding: 14px;
    color: var(--primary) !important;
}
.footer_system_latest_pages a{
    color: var(--muted-foreground) !important;
    font-weight: 600;
    line-height: 14px;
    padding: 5px 10px;
    border-radius: .25rem;
    transition: color 150ms ease-in-out;
}
.footer_system_latest_pages a:hover  {
    color: var(--card-foreground) !important;

 }
.system_latest_pages, .fast-drop-open:not(.system_latest_pages_el) {
    margin-right: 3px !important;
    margin-bottom: 10px;
    background: var(--card) !important;
    border: 0px !important;
}
.fast-drop-open:not(.system_latest_pages_el) a {
    text-align: left !important;
    color: var(--primary);
    padding: 5px 10px;
    border-radius: .25rem;
    transition: background 150ms ease-in-out;
}
.fast-drop-open:not(.system_latest_pages_el) a:hover {
    background: var(--muted);
}
.content_system_latest_pages {
    min-width: 320px;
    border-radius: .75rem !important;
    z-index: 100000 !important;
}

.system_latest_pages .scroll {
    display: block;
    position: relative;
    list-style: none;
    height: 25vh;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    background:var(--card);
    padding: 10px;
}

.system_latest_pages .scroll li {
    background: var(--card);
    padding: 5px 10px;
    border-radius: .25rem;
    color: var(--primary) !important;
    transition: background 150ms ease-in-out;
}
.system_latest_pages .scroll li:hover{
    background: var(--accent);
}
.system_latest_pages a {
    text-align: start;
}
.system_latest_pages_el {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    background: var(--card) !important;
}
.custom_container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.custom_container #div_breadcrumbs ol
{
    margin-bottom: 0px !important;
    height: 40px;
}

.custom_container .content {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.custom_container .content .scroll {
    display: flex;
    overflow: scroll;
    height: calc(100% - 88px);
    background: #f2f2f2f2;
}

.custom_container .footer {
    position: absolute;
    width: 100%;
    height: 50px;
    background: #fff;
    bottom: 0;
}