body {
  background-color: #f1f1f1 !important;
}
.hidden {
  display: none !important;
}
.shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 10px 30px 0px !important;
}
.wrapper {
  display: flex;
}
.sidebar-brand-logo {
  padding: 5px;
}
.sidebar-brand-logo img {
  width: 90px;
}
.img-brand-logo {
  border-radius: 4px;
  border: 1px solid #aaa;
}
.user .btn:hover {
  border: solid 1px;
}
.user .dropdown-item:hover {
  background-color: #ffb969;
}
.nav-link {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 10px;
}
.nav-link span {
  display: block;
}
.navbar-nav .nav-item .nav-link {
  color: black;
}
.navbar-nav .nav-link.active_nav_item,
.navbar-nav .nav-link:hover {
  background-color: #ffb969;
}
.sidebar {
  width: 160px;
  min-height: 100vh;
  background-color: #1f96f4;
}
.sidebar-brand {
  background-color: white;
  height: 50px;
}
.top-bar {
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
  height: 51px;
  width: 100%;
  background-color: #1f96f4;
  color: white;
  align-items: center;
}
input#search {
  border-radius: 5px;
  border: 0px;
  padding: 0px;
  padding: 5px;
}
.new-category-wrap {
  display: flex;
  gap: 20px;
}
.new-category-wrap .table-wrap {
  height: fit-content;
  width: fit-content;
}
.category-tree {
  height: fit-content;
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px 20px;
  background-color: white;
  width: 25rem;
}
.category-tree1 {
  overflow-y: scroll;
  height: 350px;
}
.rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.wrap-content {
  padding: 20px;
}
.content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.table th,
.table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.table-divider {
  margin-top: 10px;
}
.user {
  list-style: none;
  color: white;
}
.dropdown-menu {
  top: 15px !important;
}
.close {
  background: none;
  border: 0;
  font-size: 25px;
}
.btn-custom-1 {
  border-radius: 10px;
  background-color: #393e46;
  color: #fff;
  padding: 10px 12px;
  border-color: #393e46;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  &:hover {
    background-color: #2d3138;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 10px 30px 0px;
    transition: 0.3s;
  }
}
.table-wrap {
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px 20px;
  background-color: white;
  width: auto;
}
.btn2 {
  background-color: transparent !important;
  border: 0;
  font-size: larger !important;
}
.fa-pen-to-square:hover {
  color: fuchsia !important;
}
.fa-trash:hover {
  color: red !important;
}
.fa-floppy-disk:hover {
  color: green;
}
select,
input {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #aaa;
  padding: 3px 5px;
}
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
}
.table-title {
  display: flex;
  flex-direction: row;
}
#btn-menu {
  display: none;
}
.modal-footer {
  gap: 10px !important;
}
.product-title-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-buttons {
  display: flex;
  gap: 5px;
}
/* Remove default bullets */
ul {
  list-style-type: none;
}
/* Style the caret/arrow */
.caret {
  cursor: pointer;
}
/* Hide the nested list */
.nested {
  display: none;
}
/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}
.dropdown-menu:hover .nav-link {
  background-color: black;
}
.nav-item {
  background-color: transparent;
  padding: 0px 20px;
}
label {
  cursor: pointer;
}
.modal-image {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-content-image {
  margin: auto;
  display: block;
  margin-top: 50px;
  max-height: 90%;
  position: relative;
}
