body {
    zoom: 90%;
}

.fi-main-sidebar {
    height: 100% !important;
}

.fi-dropdown-panel {
    left: unset !important;
    right: 3% !important;
}

/* MP, VP note */

[x-data="LivewireUIModal()"] {
    z-index: 9999;
    width: 25%;
    margin: 0 auto;
    margin-top: 75px;
}

 @media screen and (max-width: 1200px) {
    [x-data="LivewireUIModal()"] {
        width: 75%;
    }
}