.fi-logo{
    width: 100%;
    max-width: 300px;   
    height: auto !important;
}
.fi-sidebar-header .fi-logo{
    width: 100%;
    max-width: 200px;   
    height: auto !important;
}
.my-custom-form-class .fi-fo-component-ctn{
    display: block;
}
section.fi-section{
    height: 100%;
}
.sticky-column {
    position: sticky !important;
    left: 0;
    z-index: 10;
    background-color: #fff !important; /* Forces background so rows don't bleed through */
}

/* For Dark Mode support */
.dark .sticky-column {
    background-color: #fff !important;
}
