html {
  font-size: 14px;
}

p {
  margin: 0px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.list-group-item,
.list-group-item:active {
  background: transparent;
}

.list-group-item:hover {
  color: inherit;
}

/*OVERRIDE*/
.btn {
  border-radius: 0.4rem;
}

.btn:disabled {
  cursor: not-allowed;
  pointer-events: auto;
}

img.rounded-circle {
  background-color: #eee;
}

.rounded-4 {
  border-radius: 0.4rem;
}

.rounded-5 {
  border-radius: 0.5rem;
}

.rounded-8 {
  border-radius: 0.8rem;
}

/*CUSTOM*/
.text-truncate-multiple {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sticky-top-shadow {
  transition: 0.2s box-shadow ease-in;
  box-shadow: 0px 15px 10px -15px #11111177;
}

#StatusFilter .count {
  background: #eee;
  padding: 0 8px;
  border-radius: 5px;
  margin: 0 0.5rem;
}

#StatusFilter > .list-group-item {
  border: none;
}

#StatusFilter > .list-group-item.active {
  background-color: transparent;
  color: inherit;
  font-weight: 500;
}

#StatusFilter .glider {
  position: absolute;
  height: 20px;
  width: 4px;
  border-radius: 1rem;
  z-index: 1;
  background: #ffc107;
  left: 0px;
  top: 10px;
  transition: all 0.3s;
}

/*  Trumbowyg  */
.trumbowyg-box,
.trumbowyg-editor {
  border-radius: 0.5rem !important;
  overflow: hidden !important;
  min-height: 170px !important;
  margin: 0px 0 0 0 !important;
  background-color: white !important;
}

.trumbowyg-editor:empty::before {
  content: attr(placeholder);
  color: #999;
}

.trumbowyg-editor p {
  margin-bottom: 0px;
}

.trumbowyg-button-pane {
  background: transparent !important;
  bottom: 0 !important;
  position: absolute !important;
  border-bottom: none !important;
}

.trumbowyg-button-pane .trumbowyg-box svg {
  fill: #333 !important;
}

button.trumbowyg-indicator-button {
  opacity: 0 !important;
  width: 100px !important;
  position: absolute !important;
  right: 0 !important;
  padding: 0px 15px !important;
  display: flex !important;
  top: 0 !important;
  align-items: center !important;
  gap: 0.4rem !important;
  font-size: 0.875rem !important;
  background: transparent !important;
  pointer-events: none !important;
  transition: 0.1s opacity ease-in-out !important;
  color: #6c757d !important;
}

button.trumbowyg-indicator-button.show {
  opacity: 1 !important;
}

.trumbowyg-editor {
  padding: 10px 10px 30px 10px !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  border-radius: 0.6rem !important;
}

.swal2-actions button {
  border-radius: 0.4rem !important;
}

.swal2-title {
  font-size: 1.6rem !important   ;
}
