.form-control:not(:disabled):not(:read-only):focus {
  background-color: #fff !important;
  border-color: currentColor !important;
}

.form-control.disabled {
  background: #dae0e4 !important;
}

textarea {
  resize: none;
}

.aside .to-top,
.header-brand,
.form-signin > a:first-child,
[data-controller='notification'] {
  display: none !important;
}

a:hover,
button:hover {
  transition: 0s !important;
}

tbody tr:hover {
  background: #f9f9f9;
}

.command-bar .btn {
  background: #f3f3f3;
}

.command-bar .btn[formaction*='createOrUpdate'] {
  background-color: #28a745!important;
  color: #fff;
}

.command-bar .btn[formaction*='createOrUpdate']:hover {
  background-color: #36e77d;
}

.command-bar[formaction*='createOrUpdate']hover {
  background-color: #ff0000;
  color: #fff;
}

.nav-tabs {
  padding-bottom: .7rem;
}

.nav-tabs-alt .nav-tabs .nav-item .nav-link {
  padding: 0.3em 1em;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  transition: 0s !important;
}

.nav-tabs-alt .nav-tabs .nav-item .nav-link.active {
  /*    border-bottom-color: #8b52fe !important;*/
  border-bottom-color: transparent !important;
  background: #212529 !important;
  border-radius: 0.5rem;
  color: #fff;
}


.ql-editor > p + p {
  margin-top: 9px;
}

.ql-editor > .ql-video {
  width: 80%;
  height: 60%;
}

.ql-editor > img,
.ql-editor > .ql-video {
  margin: 9px 0 27px;
}

.is__list .ts-control {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#headerMenuCollapse > :not(.nav, footer) {
  display: none !important;
}

#headerMenuCollapse footer {
  margin-top: auto;
}

#headerMenuCollapse .nav {
  position: sticky;
  top: 1.5rem;
}

#headerMenuCollapse > .nav {
  padding-bottom: 200px;
}

[data-column='event-id'] {
  white-space: nowrap;
}

.table small {
  display: block;
  opacity: 0.75;
  font-size: 0.7rem;
}

.table tbody tr [data-column='checkbox'] {
  padding: 0 !important;
  padding-left: 0 !important;
}

.table-responsive table {
  margin-bottom: 15px !important;
}

/* .table-responsive + footer {
  display: none !important;
} */

[type='select-multiple'] {
  width: 100% !important;
}

.ts-dropdown-content {
  max-height: 500px !important;
}

body[class$='-edit'] .col.min-vh-100.overflow-hidden,
body.page-platform-plays-list .col.min-vh-100.overflow-hidden {
  overflow: visible !important;
}

.col.min-vh-100 .layout.v-md-center {
  position: sticky;
  top: 0;
  z-index: 101;
}

.form-control[readonly] {
  color: inherit;
}

@media (min-width: 768px) {
  .aside {
    padding-top: 1.5em;
  }

  .aside header {
    display: none !important;
  }

  .aside nav {
    position: sticky;
    top: 1.5em;
  }

  .container-md {
    max-width: 1280px !important;
  }
}

.workspace-limit {
  max-width: none;
}

.workspace .text-center.user-select-none.my-4.d-none.d-lg-block {
  display: none !important;
}

@media (max-width: 961px) {
  .container-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.table td,
.table th {
  vertical-align: top !important;
  padding: 12px 12px 15px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}

.table tbody tr td:first-child,
.table thead tr th:first-child {
  padding-left: 15px !important;
}

.table td a {
  padding: 0 !important;
  text-decoration: underline !important;
  text-underline-offset: .3em !important;
  text-decoration-thickness: .5px !important;
  text-decoration-color: #ccc !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
  width: 100% !important;
  display: inline-block !important;
}

.table td a:hover {
  color: #e9211f !important;
  text-decoration-color: currentColor !important;
  background: none !important;
}

[data-column="id"] {
  white-space: nowrap;
}

[data-column="title"] {
  max-width: 450px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-column="slug"] {
  max-width: 250px !important;
}

[data-controller="tabs"] nav {
  justify-content: flex-start !important;
}

.btn svg {
  display: inline-block;
  width: 1.25em;
  height: auto;
  order: 2;
}

.is__help p, 
.is__help h2,
.is__help h3,
.is__help h4,
.is__help .code {
  max-width: 768px;
}

.is__help h2:not(:first-child) {
  margin-top: 1.25em;
}

.is__help .code {
  background-color: var(--bs-gray-100);
  border-radius:var(--bs-border-radius)!important;
  display: block;
  white-space: pre;
  font-family: monospace;
  font-size: 14px;
  padding: 1em;
  overflow: auto;
}

.is__help .code:not(:last-child) {
  margin-bottom: 2em;
}

.form-text.text-muted a {
  text-decoration: underline;
  text-underline-offset: .3em;
  text-decoration-thickness: .5px;
  text-decoration-color: #ccc;
}

.command-bar-wrapper {
  bottom: auto !important;
  top: 0 !important;
}