body{
  background-color: #f6f7fa!important;
  font-size: 14px;
  color: black;
}

.fi-sidebar{
  z-index: 999!important;
}


.fi-sidebar, .fi-topbar{
  -webkit-box-shadow: 0 .1rem 0.5rem 0 rgba(40, 35, 45, .10)!important;
  --tw-ring-color: none!important;
}


.fi-topbar nav{
  --tw-ring-color: none!important;
  background: #212631;
}

.fi-sidebar-nav{
  background-color: white;
  border-top: 1px solid #fbfbfb;
}

.fi-sidebar-item{
  row-gap: 0px!important;
}

.fi-sidebar-item-button.py-2 {
    padding: 2px!important;
}

/*
.fi-main {
    padding-left: 5vw!important;
    padding-right: 5vw!important;
    max-width: 100%!important;
}
*/

.fi-logo{
  height: 40px!important;
  filter: brightness(0) invert(1);
}

.fi-sidebar-item-label{
  font-weight: 400!important;
  font-size: 14px!important;
  color: black!important;
}


.fi-sidebar-header {
  justify-content: center !important;
  background: #212631;
}

.fi-sidebar-header.bg-white{
  background: #212631;
}



.a1c-sidebar-layout {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

@media (min-width: 768px) {
    .a1c-sidebar-layout {
        flex-direction: row;
    }

    .a1c-sidebar {
        flex: 0 0 25%; /* 3/12 */
    }

    .a1c-main {
        flex: 1 1 auto; /* 9/12 */
    }
}
