.uploaded-file-container {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}

.uploaded-file-container .uploaded-file {
  position: relative;
  padding: 10px;
}

.uploaded-file-container .uploaded-file > img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.uploaded-file-container .uploaded-file .delete-uploaded-file {
  position: absolute;
  font-size: 20px;
  color: red;
  cursor: pointer;
  top: 12px;
  right: 20px;
}

@font-face {
  font-family: "BPG Nino Mtavruli";
  src: url("/fonts/bpg_mrgvlovani_caps.ttf");
}

@font-face {
  font-family: "kelsosans-normal";
  src: url("/fonts/KelsonSans-Normal.woff");
}

body {
  font-family: "BPG Nino Mtavruli" !important;
}

.datepicker.datepicker-dropdown {
  z-index: 99999 !important;
}

.hidden {
  display: none;
}

.swal2-container {
  z-index: 999999 !important;
}

.tiny-image {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.img-in-cell {
  max-width: 150px;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.form-group.inline-block {
  margin-left: 10px;
  margin-right: 10px;
}

.was-validated .dropzone {
  border-color: #1dc9b7;
}

.was-validated .note-editor {
  border: 2px dashed #1dc9b7;
}

.was-validated textarea[required] + .note-editor {
  border: 2px dashed #fd3995;
}

.was-validated .dropzone[required] {
  border-color: #fd3995;
}

.uploaded-file-container:empty {
  display: none;
}

.custom-file-form-group .img-container {
  position: relative;
  display: inline-block;
}

.custom-file-form-group .img-container .delete-image {
  position: absolute;
  color: #fd3995;
  cursor: pointer;
  right: 12px;
  top: -2px;
  font-size: 25px;
}

.custom-file-form-group img {
  max-width: 200px;
  min-width: 80px;
  display: block;
  margin: 0 0 10px 0;
}

.sort-category {
  margin-top: 30px;
}

.sort-categories .panel-hdr {
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sort-questions {
  min-height: 20px;
}

.sort-question {
  /*border: 1px solid black;*/
  background-color: #f7f9fa;
  padding: 20px;
  margin-top: 10px;
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.list-group-links .list-group-item {
  transition: background-color 0.1s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.list-group-links .list-group-item:hover {
  background-color: #e1e1e1;
}

.list-group-links .list-group-item:active {
  background-color: #d8d8d8;
}

.summernote-front-styled .note-editor.note-frame .note-editing-area .note-editable {
  font-family: "kelsosans-normal";
  color: #868098;
  font-size: 14px;
  line-height: 25px;
}

