
.cardContainer[data-v-06889779]{
  border: 1px solid  ;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: column;
  border-radius: var(--radius);
  padding: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.CardMenuButton[data-v-89ccfeb9]{
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    position: absolute;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    outline: none;
    display: flex;
    justify-content: center;
}
.CardMenuButton .MenuContent[data-v-89ccfeb9]{
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0.5rem;
    border-radius: 5px;
    background-color: white;
    z-index: 20;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 30px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    right: calc(100% - 0.5rem);
    border: 1px solid #d1d1d1;
    top: -0.5rem;
}
.MenuContent span[data-v-89ccfeb9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem;
    border-bottom: 1px solid #44444440;
    border-radius: 5px;
}
.MenuContent span[data-v-89ccfeb9]:hover{
    background-color: #85879625;
}
.deleteAction[data-v-89ccfeb9]{
    color: rgb(255, 106, 106);
}
.upAction[data-v-89ccfeb9]{
    color: rgb(59, 185, 126);
}
.downAction[data-v-89ccfeb9]{
    color: rgb(255, 106, 106);
}
p[data-v-89ccfeb9]{
    margin: 0px;
    padding: 0px;
}

.table[data-v-8f93dc7f]{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: rgb(255, 255, 255);
  min-width: 100%;
  max-width: 32rem;
}
.head[data-v-8f93dc7f]{
  display: flex;
  font-weight: 600;
}
.head tr[data-v-8f93dc7f]{
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgb(158, 158, 158);
}
.body[data-v-8f93dc7f]{
  display: flex;
  flex-direction: column;

  padding-top: 0.25rem;
  width: 100%;
}
.product[data-v-8f93dc7f]{
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgb(158, 158, 158);
}
td[data-v-8f93dc7f]{
  border: none !important;
}
th[data-v-8f93dc7f]{
  border: none !important;
}

.filterButton[data-v-c7cfa38d]{
  
  padding: 0.5rem;
  background-color: white;
  border-radius:5px;
  color: #858796;
  transition: all 300ms;
  border: 1px solid #c9ccd3;
  height: 40px;
    top: 0px;
    position: relative;
}
.filterButton[data-v-c7cfa38d]:focus{
  border: 1px solid #858796;
}
