.raul-uploader-droparea {
  border: 2px dashed #c9cdcf;
  color: #7a8085;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 12.5rem;
  min-width: 12.5rem;
  padding: 2.5rem;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.raul-uploader-droparea:hover {
  border-color: rgba(0, 118, 204, 0.8);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.dz-drag-hover .raul-uploader-droparea {
  background: #e5f4ff;
  border: 2px solid rgba(0, 118, 204, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.raul-uploader-droparea .raul-uploader-icon {
  font-size: 2.4rem;
}

.raul-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.raul-file .raul-file-icon-wrapper {
  margin: 0.5rem 0.75rem 0.5rem 0;
  min-height: 2.5rem;
  min-width: 2.5rem;
}

.raul-file .raul-file-icon-wrapper img[data-dz-thumbnail] {
  display: none;
}

.raul-file .raul-file-icon-wrapper .raul-content-loader {
  height: 0.625rem;
  left: 1rem;
  top: -0.75rem;
  width: 0.625rem;
}

.raul-file .raul-file-icon-wrapper .raul-content-loader::before {
  height: 0.625rem;
  left: -0.625rem;
  width: 0.625rem;
}

.raul-file .raul-file-icon-wrapper .raul-content-loader::after {
  height: 0.625rem;
  left: 0.625rem;
  width: 0.625rem;
}

.raul-file .raul-file-details {
  width: calc(100% - 2.5rem);
}

.raul-file .raul-file-details .raul-file-header {
  margin: 0.5625rem 0 -0.3125rem;
  min-height: 1.375rem;
  position: relative;
}

.raul-file .raul-file-details .raul-file-header .raul-file-name {
  font-size: 0.875rem;
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  padding-right: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.raul-file .raul-file-details .raul-file-header .raul-file-cancel {
  background: url("https://cdn.realpage.com/images/close.svg") no-repeat;
  background-size: cover;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
}

.raul-file .raul-file-details .raul-file-footer {
  border-bottom: 1px solid #e4e6e7;
  color: #7a8085;
  font-size: 0.75rem;
  height: 1.5rem;
  margin: 0.25rem 0;
  overflow: hidden;
  padding-bottom: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.raul-file .raul-file-details .raul-file-footer strong {
  font-weight: normal;
}

.raul-file .raul-file-details .raul-file-footer [data-dz-size] {
  display: none;
}

.raul-file.dz-error .default-icon {
  display: none;
}

.raul-file.dz-error .raul-file-footer {
  color: #e32026;
}

.raul-file.dz-error .raul-file-icon-wrapper {
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

.raul-file.dz-error .raul-file-icon-wrapper::before {
  background: url("https://cdn.realpage.com/images/danger-red.svg") no-repeat;
  background-size: 100%;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.raul-file.dz-success .default-icon {
  display: none;
}

.raul-file.dz-success .raul-file-icon-wrapper {
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

.raul-file.dz-success .raul-file-icon-wrapper::before {
  background: url("https://cdn.realpage.com/images/success-green.svg") no-repeat;
  background-size: 100%;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.raul-file.dz-success.dz-image-preview .raul-file-icon-wrapper {
  border-radius: 50%;
  height: 2.188rem;
  overflow: hidden;
  position: relative;
  width: 2.188rem;
}

.raul-file.dz-success.dz-image-preview .raul-file-icon-wrapper img[data-dz-thumbnail] {
  display: block;
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}

.raul-file.dz-success.dz-image-preview .raul-file-icon-wrapper .default-icon {
  display: none;
}

.raul-file.dz-success [data-dz-size] {
  display: block;
}

.raul-file.dz-success .raul-progress {
  display: none;
}

.raul-uploader-files .raul-file {
  font-weight: 400;
  margin-bottom: 1.25rem;
}
