.fa-chevron-right {
  transition: transform 0.2s ease-in-out 0.2s;
}

/* rotate the chevron when the open class is applied */
li.open .fa-chevron-right {
  transform: rotate(90deg);
}

p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.ag-theme-alpine {
  --ag-alpine-active-color: #6cb6f1;
  --ag-foreground-color: rgb(39, 39, 39) !important;
  /* --ag-background-color: rgb(249, 245, 227) !important; */
  --ag-header-background-color: rgb(237 237 237) !important;
  --ag-odd-row-background-color: rgb(225 20 20 / 3%) !important;
  --ag-header-column-resize-handle-color: rgb(109 109 109) !important;

  /* --ag-font-size: 17px !important;
  --ag-font-family: "Inter",sans-serif !important; */
  --ag-font-family: var(--bs-body-font-family) !important;
  /* --ag-font-size: var(--bs-body-font-size) !important; */
}

.modal-xxl {
  max-width: 2500px;
}

@media (min-width: 992px) {
  .contracted-page-content{
    margin-left: 95px;
  }

  .page-content{
    margin-left: 260px;
  }
}



@media (min-width: 992px) {
  .page-content+.sidebar.contracted {
      margin-left: 95px;
  }
}

/* @media (min-width: 768px) {
  .sidebar.contracted+.content {
      margin-left: 95px; !important
  }
} */
@media (min-width: 768px) {
  /* .sidebar {
      width: 100%;
      max-width: 260px;
  } */
   .sidebar:hover {
    max-width: 260px;
    opacity: 1;
   }

   .sidebar.contracted:hover .sidebar-text{
    opacity: 1;
   }
}

  /* /* .sidebar :hover:not(.active){
    width: 260px;
    max-width: 260px;
    transition: width 1s ease-in-out;
  } */



/* @media (min-width: 992px) {
  .content {
      margin-left: 95px;
  }
}


@media (min-width: 768px) {
  .sidebar {
      width:100%;
      max-width: 95px
  }
} */


/* @sidebar (min-width: 200px) {
  display: block
}

.sidebar-text {
  display: none
} */

/* .sidebar:hover:not(.active) {
  width: 200px;
  transition: width 1s ease-in-out;
} */