.width-full-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr !important;
    width: 800px;
}

.navbar-nav .dropdown-menu{
    min-width: 300px !important;
    margin-left: 124px !important;
    right: unset !important;
}

.modal-backdrop{
    display: none !important;
}

.modal{
    background-color: hsla(0, 0%, 0%, 0.63) !important;
}

.buttons-excel{
    background-color: #3d9452 !important;
    color: white !important;
}