.swal-wide{
    width:700px !important;
}
.custom-option {
    background-color: #20c997;
    color: #fff;
}
.overlay_alert {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.loading_docs_alert {
    position: fixed;
    top: 50%;
    left: 50%;
    width:50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.menu-collapsed .brand-logo{
    max-width: 30px;
}
.menu-collapsed .navigation-header{
    display: none;
}

