/* sidebar */
.sidebar-icon i {
  font-size: 1.25em;
}
/* sidebar */

/* media list item actions */
.my-2.px-2.flex > button.flex.text-70.ml-2 {
  margin-left: auto;
}

.my-2.px-2.flex > button.flex.text-70.ml-2 + .v-popover.flex.ml-auto {
  display: none;
}
/* media list item actions */

/* attach many form field */
.py-6.px-8 > div > .border.border-40.relative.overflow-auto {
  border: none;
  height: auto !important;
}

.py-6.px-8 > div > .border.border-40.relative.overflow-auto > .flex.py-3.cursor-pointer.select-none {
  padding: 0 !important;
  margin-top: .5rem;
}

.py-6.px-8 > div > .border.border-40.relative.overflow-auto > .flex.py-3.cursor-pointer.select-none:hover {
  background: none;
}

.py-6.px-8 > div > .border.border-40.relative.overflow-auto > .flex.py-3.cursor-pointer.select-none > .w-16.flex.justify-center {
  width: auto;
  margin-right: .5rem;
}
/* attach many form field */

/* checkboxes table list */
.list-reset.pt-2.text-left > .flex.items-center.mb-2 > .text-success.inline-block.mr-4 {
  display: none;
}
/* checkboxes table list */
