.dokky__files {
  background: #FFFFFF;
  border: 1px solid #DFE0EB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 32px;
  padding-top: calc(32px + 25px);
  margin-top: 32px;
  position: relative;
}

.dokky__files__head {
}

.dokky__files__head h2 {
  margin: 0;
  font-size: 20px;
  margin-bottom: 24px;
}


.dokky__files__head__filters {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dokky__files__head__form button {
  background-color: #18181b;
  padding: 7.5px 20px !important;
  margin-top: -2px;
  margin-bottom: 12px;
  color: #fff;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}


.dokky__files__head__form button:hover {
  background-color: #043955;
}

.dokky__files__head__form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 12px;
  padding: 0px 8px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin-bottom: 12px;
  width: calc(100% - 140px);
}





.dokky__files__head__filters .select {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dokky__files__head__filters .select svg {
  position: absolute;
  top: 7px;
  right: 20px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  color: rgba(0, 0, 0, 0.7);
}

.dokky__files__head__filters select::-ms-expand {
  display: none;
}

.dokky__files__head__filters select {
  padding-right: 30px !important;
  background-image: none !important;
}

.dokky__files__head__filters select,
.dokky__files__head__filters input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 12px;
  padding: 0px 8px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin-bottom: 12px;
}

.dokky__files__list {
  margin-top: 24px;
}

.dokky__files__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 24px;
}

.dokky__files__list__item section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0;
}

.dokky__files__list__item:last-of-type {
  margin-bottom: 0;
}

.dokky__files__list__item__thumb {
  margin-right: 16px;
}

.dokky__files__list__item__thumb img {
  max-width: 40px;
  max-height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dokky__files__list__item__title span {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #252733;
}

.dokky__files__list__item__title span:first-of-type {
  font-size: 18px;
  word-break: break-word;
}

.dokky__files__list__item__title span:last-of-type {
  font-size: 14px;
  color: #C5C7CD;
}

.dokky__files__list__item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dokky__files__list__item__tags span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 3px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  margin-right: 8px;
}

.dokky__files__list__item__tags span.red {
  color: #b91c1c;
  background-color: #fee2e2;
}

.dokky__files__list__item__tags span.green {
  color: #15803d;
  background-color: #dcfce7;
}

.dokky__files__list__item__tags span.blue {
  color: #1d4ed8;
  background-color: #dbeafe;
}

.dokky__files__list__item__tags span.pink {
  color: #9f1239;
  background-color: #fecdd3;
}

.dokky__files__list__item__tags span.purple {
  color: #6b21a8;
  background-color: #e9d5ff;
}

.dokky__files__list__item__tags span.indigo {
  color: #3730a3;
  background-color: #c7d2fe;
}

.dokky__files__list__item__tags span.cyan {
  color: #155e75;
  background-color: #a5f3fc;
}

.dokky__files__list__item__tags span.teal {
  color: #115e59;
  background-color: #99f6e4;
}

.dokky__files__list__item__tags span.orange {
  color: #9a3412;
  background-color: #fed7aa;
}

.dokky__files__list__item__tags span.grey {
  color: #1f2937;
  background-color: #e5e7eb;
}

.dokky__files__list__item__actions a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dokky__files__list__item__actions a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dokky__files__list__item__actions svg {
  width: 18px;
  height: 18px;
}

.dokky__files__list__item__actions svg:first-of-type {
  margin-right: 10px;
}

.dokky__files__list__item__actions svg path {
  stroke: #374151;
}

.dokky__files__list__item__actions svg:hover path {
  stroke: #1e40af;
}

.dokky__load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.dokky__load-more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 3px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #18181b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 15px;
  color: #18181b;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.dokky__load-more a:hover, .dokky__load-more a.active {
  background: #18181b;
  color: #fff;
}

.dokky-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  z-index: 150000;
  display: none;
}

.dokky-modal-overlay.open {
  display: block;
}

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

.dokky-modal,
.dokky-tag-modal,
.dokky-modal-stats {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  width: calc(100vw - 88px);
  height: calc(100vh - 40px);
  max-height: 600px;
  overflow: auto;
  max-width: 800px;
  z-index: 155000;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 6px;
  padding: 24px;
  display: none;
}

.dokky-modal.open,
.dokky-tag-modal.open,
.dokky-modal-stats.open {
  display: block;
}

.dokky-modal__close,
.dokky-tag-modal__close,
.dokky-modal-stats__close {
  position: absolute;
  top: 26px;
  right: 16px;
  background-color: #18181b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
  cursor: pointer;
}

.dokky-modal__close svg,
.dokky-tag-modal__close svg,
.dokky-modal-stats__close svg {
  width: 25px;
  height: 25px;
}

.dokky-modal__close svg path,
.dokky-tag-modal__close svg path,
.dokky-modal-stats__close svg path {
  stroke: #fff;
}

.dokky-modal__close:hover,
.dokky-tag-modal__close:hover,
.dokky-modal-stats__close:hover {
  background-color: #043955;
}

.dokky-modal__form,
.dokky-tag-modal__form,
.dokky-modal-stats__form {
  margin-top: 20px;
}

.dokky-modal__form__field,
.dokky-tag-modal__form__field,
.dokky-modal-stats__form__field {
  margin-top: 20px;
}

.dokky-modal__form__field select,
.dokky-tag-modal__form__field select,
.dokky-modal-stats__form__field select {
  display: block;
  margin-top: 4px;
}

.dokky-modal__form__field--tags,
.dokky-tag-modal__form__field--tags,
.dokky-modal-stats__form__field--tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 200px;
}

.dokky-modal__form__field--tags span,
.dokky-tag-modal__form__field--tags span,
.dokky-modal-stats__form__field--tags span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 3px;
  padding: 4px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.dokky-modal__form__field--tags span.red,
.dokky-tag-modal__form__field--tags span.red,
.dokky-modal-stats__form__field--tags span.red {
  color: #b91c1c;
  border: 2px solid #fee2e2;
  background-color: #fee2e2;
}

.dokky-modal__form__field--tags span.green,
.dokky-tag-modal__form__field--tags span.green,
.dokky-modal-stats__form__field--tags span.green {
  color: #15803d;
  border: 2px solid #dcfce7;
  background-color: #dcfce7;
}

.dokky-modal__form__field--tags span.blue,
.dokky-tag-modal__form__field--tags span.blue,
.dokky-modal-stats__form__field--tags span.blue {
  color: #1d4ed8;
  border: 2px solid #dbeafe;
  background-color: #dbeafe;
}

.dokky-modal__form__field--tags span.pink,
.dokky-tag-modal__form__field--tags span.pink,
.dokky-modal-stats__form__field--tags span.pink {
  color: #9f1239;
  background-color: #fecdd3;
  border: 2px solid #fecdd3;
}

.dokky-modal__form__field--tags span.purple,
.dokky-tag-modal__form__field--tags span.purple,
.dokky-modal-stats__form__field--tags span.purple {
  color: #6b21a8;
  background-color: #e9d5ff;
  border: 2px solid #e9d5ff;
}

.dokky-modal__form__field--tags span.indigo,
.dokky-tag-modal__form__field--tags span.indigo,
.dokky-modal-stats__form__field--tags span.indigo {
  color: #3730a3;
  background-color: #c7d2fe;
  border: 2px solid #c7d2fe;
}

.dokky-modal__form__field--tags span.cyan,
.dokky-tag-modal__form__field--tags span.cyan,
.dokky-modal-stats__form__field--tags span.cyan {
  color: #155e75;
  background-color: #a5f3fc;
  border: 2px solid #a5f3fc;
}

.dokky-modal__form__field--tags span.teal,
.dokky-tag-modal__form__field--tags span.teal,
.dokky-modal-stats__form__field--tags span.teal {
  color: #115e59;
  background-color: #99f6e4;
  border: 2px solid #99f6e4;
}

.dokky-modal__form__field--tags span.orange,
.dokky-tag-modal__form__field--tags span.orange,
.dokky-modal-stats__form__field--tags span.orange {
  color: #9a3412;
  background-color: #fed7aa;
  border: 2px solid #fed7aa;
}

.dokky-modal__form__field--tags span.grey,
.dokky-tag-modal__form__field--tags span.grey,
.dokky-modal-stats__form__field--tags span.grey {
  color: #1f2937;
  background-color: #e5e7eb;
  border: 2px solid #e5e7eb;
}

.dokky-modal__form__field--tags span.active,
.dokky-tag-modal__form__field--tags span.active,
.dokky-modal-stats__form__field--tags span.active {
  border: 2px solid black;
}

.dokky-modal__form__field__choose-file,
.dokky-tag-modal__form__field__choose-file,
.dokky-modal-stats__form__field__choose-file {
  background-color: #18181b;
  padding: 12px 20px !important;
  color: #fff;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.dokky-modal__form__field__choose-file:hover,
.dokky-tag-modal__form__field__choose-file:hover,
.dokky-modal-stats__form__field__choose-file:hover {
  background-color: #043955;
}

.dokky-modal__form__field__submit,
.dokky-tag-modal__form__field__submit,
.dokky-modal-stats__form__field__submit {
  background-color: #18181b;
  padding: 12px 20px !important;
  color: #fff;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: absolute;
  right: 16px;
  bottom: 40px;
}

.dokky-modal__form__field__submit:hover,
.dokky-tag-modal__form__field__submit:hover,
.dokky-modal-stats__form__field__submit:hover {
  background-color: #043955;
}

.dokky-modal__form input,
.dokky-modal__form textarea,
.dokky-tag-modal__form input,
.dokky-tag-modal__form textarea,
.dokky-modal-stats__form input,
.dokky-modal-stats__form textarea {
  display: block;
  margin-top: 4px;
  width: 70%;
  min-width: 300px;
}

.dokky-modal__form textarea,
.dokky-tag-modal__form textarea,
.dokky-modal-stats__form textarea {
  height: 200px;
}

.dokky-tag-modal {
  max-height: 300px;
}
/*# sourceMappingURL=dokky-public.css.map */