/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

.mw-95 {
  max-width: 95% !important; }

.mw-90 {
  max-width: 90% !important; }

.pre {
  white-space: pre-wrap;
  overflow-wrap: break-word; }

.no-border {
  border: unset !important; }

.img-radius-unset {
  border-radius: unset !important; }
.img-focus-middle {
  position: absolute !important;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2) !important }

/* simple scrollbar */

::-webkit-scrollbar {
  background-color: #fff;
  width: 16px; }

::-webkit-scrollbar-track {
  background-color: #fff; }

::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff; }

::-webkit-scrollbar-button {
  display:none; }

/* dataTables */

.datatables td p {
  margin: 0; }

.datatables td.lstr {
  max-width: 10vw; }

.datatables td.textarea {
  max-width: 25vw; }

.datatables td.lstr > div,
.datatables td.lstr > button {
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.datatables td.textarea > div {
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all; }

@media screen and (max-width: 780px) {
  div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 0.85em;
  }
}

/* dropzone */

.dropzone .dz-preview .dz-image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down; }
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  text-align: center;
  width: 54px;
  height: 54px; }
  .dropzone .dz-preview .dz-success-mark i,
  .dropzone .dz-preview .dz-error-mark i {
    opacity: 0.5;
    font-size: xxx-large; }
.dropzone .dz-preview .dz-error-message {
  top: 150px !important;
  left: -9px !important; }

/* owlcarousel */

.owl-carousel .owl-item .carousel-wrap {
  padding: 50px 50px 80px 50px;
  background: #ffffff;
  text-align: center;
  margin: 0 auto;
  max-width: 95% }
  .owl-carousel .owl-item .carousel-wrap img {
    border-radius: 10%;
    margin: 0 auto 20px auto;
    object-fit: contain;
    cursor: pointer; }
  .owl-carousel .owl-item .carousel-wrap blockquote p {
    font-size: 20px; }

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block; }
    .owl-carousel .owl-dots .owl-dot > span {
      display: inline-block;
      width: 7px;
      height: 7px;
      background-color: #cbd3da;
      border-radius: 50%;
      margin: 5px; }
    .owl-carousel .owl-dots .owl-dot.active {
      outline: none; }
    .owl-carousel .owl-dots .owl-dot.active > span {
      background: #0d1e2d; }

.owl-padding-none {
  margin-bottom: 25px; }
  .owl-padding-none .carousel-wrap {
    padding: 0 5px !important; }
  .owl-padding-none .owl-dots {
    bottom: -35px; }

/* quill */

.ql-container {
  font-size: 1rem;
  overflow: auto; }

.ql-container.ql-disabled .ql-editor {
  padding: unset; }
  .ql-container.ql-disabled .ql-editor > * {
    cursor: default;
  }
  .ql-container.ql-disabled .ql-editor img {
    max-width: 100%;
    height: auto;
  }

.ql-container.form-readonly {
  height: auto; }