
body .fi-input-wrp {
    border-radius: 3px;
}

body .fi-input {
    /* font-size: ba; */
    border-radius: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
body .fi-select-input {
    /* font-size: medium; */
    border-radius: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
body .fi-fo-select {
    border-radius: 2px;
}
body .fi-section-header{
    padding: 2px;
}
body .fi-section-content {
    padding: 2px;
}
body .grid.fi-fo-component-ctn{
    gap: 0.5rem;
}
body .fi-dropdown-list{
    max-height: 300px; /* Set the height of the list */
    overflow-y: auto;  /* Add scrolling when content overflows */
}
