.fi-logo{
  height: 4rem !important;
}

.fi-sidebar-nav-groups {
  row-gap:0 !important;
}

.filament-icon-button {
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-column-width {
    max-width: 50px; /* Adjust the width as needed */
}

.customWidget{
  padding-left: 10px;
}

.right-align {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
    text-align: right; /* Right-align text inside */
}

.right-align .fi-ta-text-item {
    display: flex; /* Ensure the child is also a flex container */
    justify-content: flex-end; /* Align text or content to the right */
    text-align: right; /* Align text content inside */
}

.gap-1\.5 {
    gap: .375rem; /* Ensure spacing is intended */
}

.items-center {
    align-items: center; /* Vertically center items */
}

.inline-flex {
    display: inline-flex; /* Inline-level flex container */
}

.custom-action {
    margin-right: 5px; /* Adjust spacing as needed */
}
