.ajax-file-upload-container {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 9999;
}
.ajax-file-upload-statusbar {
  border: 1px solid rgb(226 232 240 / var(--tw-border-opacity));
  background:#fff;
  margin-top: 10px;
  width: 250px;
  margin: 5px;
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  z-index: 9999;
}
.ajax-file-upload-filename {
  width: 100%;
  height: auto;
  word-break: break-all;
  margin-bottom: 0.5rem;
}
.ajax-file-upload-error {
  width: 100%;
  height: auto;
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgb(241 89 92 / var(--tw-text-opacity));
}

.ajax-file-upload-progress {
  margin: 0 10px 0 0;
  position: relative;
  width: 75%;
  border: 1px solid rgb(160 174 192 / var(--tw-border-opacity));
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  padding: 1px;
  border-radius: 0.375rem;
  display: inline-block;
}
.ajax-file-upload-bar {
  animation: progress-bar-stripes 1s linear infinite;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0px, transparent 50%, rgba(255, 255, 255, 0.15) 0px, rgba(255, 255, 255, 0.15) 75%, transparent 0px, transparent);
  background-size: .857rem .857rem;
  background-repeat: repeat;
  background-color: rgb(70 105 250 / var(--tw-bg-opacity));
  width: 0;
  height: 24px;
  border-radius: 0.375rem;
  color:#fff;
}
.ajax-file-upload-red {
  vertical-align: top;
  display: inline-flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  white-space: normal;
  border-radius: 0.25rem;
  padding: 2px 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;

  --tw-bg-opacity: 1;
  background-color: rgb(241 89 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 89 92 / var(--tw-ring-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));

  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 89 92 / var(--tw-ring-opacity));
  background-color: rgb(241 89 92 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ajax-file-upload-red:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-opacity: 0.8;
  --tw-ring-offset-width: 1px;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

}
.ajax-file-upload-green {
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin-right:5px;
}

.ajax-upload-dragdrop {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-size: inherit;
  background-color: #eee;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  border-radius: 0.375rem;
  border: 1px dashed rgb(160 174 192 / var(--tw-border-opacity));
  padding: 2rem 1.5rem;
  text-align: left;
  vertical-align: middle;
  clear: both;
}
.ajax-upload-dragdrop:hover {
  background-color: #ddd;
}

.dt-file-upload.Photo ul li,
.dt-file-upload.Video ul li {
  position: relative;
  width: calc(calc(100% / 3) - 0.75rem);
  float: left;
}

.dt-file-upload.singleupload.Photo ul li,
.dt-file-upload.singleupload.Video ul li {
  position: relative;
  width: 100%;
  float: center;
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@media not all and (min-width: 1024px) {
  .dt-file-upload.Photo ul li,
  .dt-file-upload.Video ul li {
    width: calc(calc(100% / 2) - 0.75rem);
  }
}

@media not all and (min-width: 640px) {
  .dt-file-upload.Photo ul li,
  .dt-file-upload.Video ul li {
    width: calc(calc(100% / 1) - 0.75rem);
  }
}