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

/* table checkboxes */
.card > .flex.items-center > .flex.items-center:first-child {
  display: none;
}

.card > .flex.items-center + .relative > div > table > thead > tr > th.w-8:first-child,
.card > .flex.items-center + .relative > div > table > tbody > tr > td.w-8:first-child,
.card > .flex.items-center + .relative > div > table > thead > tr > th.w-16:first-child,
.card > .flex.items-center + .relative > div > table > tbody > tr > td.w-16:first-child {
  display: none;
}

.card > .flex.items-center + .relative > div > table > thead > tr > th.w-8:first-child + th,
.card > .flex.items-center + .relative > div > table > tbody > tr > td.w-8:first-child + td,
.card > .flex.items-center + .relative > div > table > thead > tr > th.w-16:first-child + th,
.card > .flex.items-center + .relative > div > table > tbody > tr > td.w-16:first-child + td {
  padding-left: 1.5em;
}
/* table checkboxes */

/* 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 */

/* card */
.card.relative.px-6.py-4.card-panel {
  height: auto;
}

.card.relative.px-6.py-4.card-panel > .flex.items-center.text-4xl.mb-4 {
  margin-bottom: 0;
}

.card.relative.px-6.py-4.card-panel > .flex.items-center.text-4xl.mb-4 + .flex.items-center {
  display: none;
}
/* card */

/* flexible field */
.py-6.px-8.w-full .mb-6 {
  display: none;
}
/* flexible field */

/* radio button */
.checkbox[type="radio"] {
  border-radius: 50%;
}

.checkbox[type="radio"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='-6 -6 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='2.5' fill='%23fff' /%3E%3C/svg%3E");
}

.mlbz-radio-container label {
  display: flex;
  align-items: center;
}

.py-6.px-8.w-1\/2 .flex.flex-wrap {
  padding-top: .5rem;
}
/* radio button */

/* media library */
.py-6.px-8.w-4\/5 > div > div + .mt-2 {
  padding-top: .5rem;
}
/* media library */
