.dataTables_paginate {
    text-align: center !important;
}

.paginate_button {
    padding: 10px;
}



/** DROP ZONE OPERE */

.dropzone {
    border: none !important;
    border: 0;
    background: transparent;
    padding: 0 !important;
}
/* .dz-preview {
    width: 100%;
    margin: 0 !important;
    height: 100%;
    padding: 15px;
    position: absolute !important;
    top: 0;
} */
.dz-photo {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #eae7e2;
}
.dz-drag-hover .dropzone-drag-area {
    border-style: solid;
    border-color: #86b7fe;;
}
.dz-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dz-image {
    width: 90px !important;
    height: 90px !important;
    border-radius: 6px !important;
}
.dz-remove {
    display: none !important;
}
.dz-delete {
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.57);
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease;
    top: 0px;
    right: 0px;
    border-radius: 100px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dz-delete > svg {
    transform: scale(0.75);
    cursor: pointer;
}
.dz-preview:hover .dz-delete,
.dz-preview:hover .dz-remove-image {
    opacity: 1;
}
.dz-message {
    height: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropzone-drag-area {
    height: 100px;
    min-height: 100px !important;
    position: relative;
    padding: 0 !important;
    border-radius: 10px;
    border: 3px dashed #dbdeea !important;
}
.was-validated .form-control:valid {
    border-color: #dee2e6 !important;
    background-image: none;
}

#previews {
    text-align: center !important;
    background-image: url('../img/upload-preview-placeholder.png');
    background-size: cover;
    background-position: center;
    margin: auto;
    width: 100px;
    height: 100px;
}

/* .dropzone .dz-preview { */
.dz-preview {
    margin: 0px !important;
}

/* .dropzone .dz-preview.dz-image-preview { */
.dz-preview.dz-image-preview {
    /* background: transparent !important;*/
    background: #ffffff !important;
}

.preview-opera-div {
    text-align: center !important;
}





.uploadOuter {
    text-align: center;
    padding: 20px;
    strong {
      padding: 0 10px
    }
  }
  .dragBox {
    width: 250px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 95px;
    color: #999;
    border: 2px dashed #ccc;
    display: inline-block;
    transition: transform 0.3s;
    input[type="file"] {
      position: absolute;
      height: 100%;
      width: 100%;
      opacity: 0;
      top: 0;
      left: 0;
    }
  }
  .draging {
    transform: scale(1.1);
  }
  #preview {
    text-align: center;
    img {
      max-width: 100%
    }
  }
/* end dropzone opere */