@import './base.css';
@import './tailwind-datatables.css';
@import './datatables.css';

#app {
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: normal;
}

a,
.green {
  text-decoration: none;
  color: hsla(160, 100%, 37%, 1);
  transition: 0.4s;
  padding: 3px;
}

@media (hover: hover) {
  a:hover {
    /* background-color: hsla(160, 100%, 37%, 0.2); */
  }
}

@media (min-width: 1024px) {
  body {
  }

  #app {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem; */
  }
}

/**
 * WP reset
 */
 .router-link-active:focus {
  outline: none !important;
  box-shadow: none !important;
 }

/**
  * Custom styles
  */
.col-width-xsmall{
  max-width: 35px;
}
.col-width-large {
  min-width: 180px;
  max-width: 250px;
}
.col-width-medium {
  min-width: 100px;
  max-width: 120px;
}
.col-width-medium-large {
  min-width: 120px;
  max-width: 140px;
}
.col-width-small {
  min-width: 50px;
  max-width: 80px;
}
.min-width-actions {
  min-width: 80px;
}
.min-width-actions-small {
  min-width: 50px;
  max-width: 100px;
}