/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */

.sidebar-expanded .sidebar-expanded\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
  .sidebar-expanded .lg\:sidebar-expanded\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sidebar-expanded .lg\:sidebar-expanded\:block{
    display: block;
  }

  .sidebar-expanded .lg\:sidebar-expanded\:hidden{
    display: none;
  }

  .sidebar-expanded .lg\:sidebar-expanded\:\!w-64{
    width: 16rem !important;
  }

  .sidebar-expanded .lg\:sidebar-expanded\:w-20{
    width: 5rem;
  }

  .sidebar-expanded .lg\:sidebar-expanded\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar-expanded .lg\:sidebar-expanded\:opacity-100{
    opacity: 1;
  }
}

@media (min-width: 1280px){
  .sidebar-expanded .xl\:sidebar-expanded\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sidebar-expanded .xl\:sidebar-expanded\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sidebar-expanded .xl\:sidebar-expanded\:block{
    display: block;
  }

  .sidebar-expanded .xl\:sidebar-expanded\:w-40{
    width: 10rem;
  }

  .sidebar-expanded .xl\:sidebar-expanded\:w-56{
    width: 14rem;
  }

  .sidebar-expanded .xl\:sidebar-expanded\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){
  .sidebar-expanded .\32xl\:sidebar-expanded\:w-56{
    width: 14rem;
  }
}

.ease-custom {
  transition-timing-function: cubic-bezier(.2, .6, .3, 1);
}
