div.dataTables_length {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

div.dataTables_paginate .pagination {
  margin: 5px 0;
  justify-content: flex-end;
}

div.plus-minus{
  padding-top: 5px;
}

div.category-left {
  margin-left: 3rem;
}

div.category-top {
  margin-top: 5.6rem;
}

div.description-height {
  /* display: -webkit-box; */
  /* max-width: 400px; */
  /* height: 70px; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  line-height: 1.625;
}

@media (min-width: 1200px) {
  .layout-menu-collapsed .left-collapsed {
    /* left: 65px; */
    left: 4rem;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand .layout-menu-toggle {
    display: block !important;
  }
}

.width-10-percent {
  width: 10%;
}
.width-15-percent {
  width: 15%;
}
.width-20-percent {
  width: 20%;
}
.width-25-percent {
  width: 25%;
}
.width-30-percent {
  width: 30%;
}
.width-35-percent {
  width: 35%;
}
.width-40-percent {
  width: 40%;
}
.width-50-percent {
  width: 50%;
}
.width-55-percent {
  width: 55%;
}
.width-60-percent {
  width: 60%;
}
.width-65-percent {
  width: 65%;
}
.width-70-percent {
  width: 70%;
}
.width-75-percent {
  width: 75%;
}
.width-80-percent {
  width: 80%;
}
.width-85-percent {
  width: 85%;
}
.width-90-percent {
  width: 90%;
}
.width-95-percent {
  width: 95%;
}
.width-100-percent {
  width: 100%;
}
