.dataTables_filter {
  display: none;
}

.card-body .card-tools__add-new {
  z-index: 1;
  left: calc(50% - 65px);
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .card-body .card-tools__add-new {
    position: absolute;
    right: 20px;
    top: 20px;
    left: unset;
  }
}

.question-template,
.answer-template {
  display: none;
}

.registration-options {
  display: none;
}

.registration-option {
  margin: auto 10px;
}

/* Container */

.image-container {
  text-align: center;
}

.image-preview {
  position: relative;
}

.image-preview img {
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-preview .focus-point {
  width: unset;
}

.image-preview .remove-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

.image-preview .image-source {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}

/* Button */

.button {
  border: 0;
  background-color: deepskyblue;
  color: white;
  padding: 5px 15px;
  margin-left: 10px;
}

.question-sort-handle,
.answer-sort-handle {
  cursor: move;
  float: left;
  margin-left: -10px;
  margin-right: 10px;
}

.card.maximized-card > .card-body {
  overflow-y: scroll;
}

.title-toggle {
  display: none;
}

.collapsed-card .card-header .title-toggle {
  display: block;
}

.image-focus-point {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
}

