.wistia_upload_drop_zone {
  background: rgba(0, 0, 0, 0.06);
  /* border: 1px dashed #b3b3b3; */
  position: relative;
  text-align: center;
}

.wistia_upload_drop_zone.wistia_preview_visible {
  border-color: transparent;
}

.wistia_upload_drop_zone.wistia_preview_visible > * {
  opacity: 0%;
}

.wistia_upload_drop_zone.wistia_preview_visible
  .wistia_upload_preview.wistia_preview_visible {
  opacity: 100%;
}

.wistia_upload_drop_zone_hover {
  background: rgba(0, 0, 0, 0.06);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wistia_upload_drop_zone.wistia_dragover .wistia_upload_drop_zone_hover {
  display: block;
}

.wistia_upload_preview {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wistia_upload_graphic {
  height: 65px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  width: 65px;
}

.wistia_upload_text {
  color: #777;
  margin: 1em 0;
  font-size: 18px;
}

.wistia_upload_button,
.wistia_upload_button * {
  box-sizing: content-box;
}

.wistia_upload_button {
  background-color: #f8f8f9;
  border: 1px solid #bbb;
  border-radius: 5px;
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 120px;
}

.wistia_upload_button:hover {
  background-color: #ebebed;
  border-color: #aaa;
  color: #777;
}

.wistia_upload_button:active {
  background-color: #e8e8eb;
  border-color: #999;
  color: #666;
}

.wistia_upload_button:focus {
  border: double;
  outline: 0;
}

.wistia_upload_button_text {
  padding: 0;
  position: relative;
  top: 0;
  white-space: nowrap;
}

.wistia_upload_button.wistia_uploading {
  background-color: #1e64f0;
  border: 0;
  color: #fff;
  padding: 1px;
}

.wistia_uploading .wistia_upload_button_text,
.wistia_upload_cancelled .wistia_upload_button_text {
  padding: 0;
}

.wistia_upload_button.wistia_upload_success {
  background-color: #00966e;
  border-color: #00966e;
  color: #fff;
}

.wistia_upload_button.wistia_upload_failure,
.wistia_upload_button.wistia_upload_cancelled {
  background-color: #ff8065;
  border-color: #ff8065;
  color: #fff;
}

.wistia_upload_button.wistia_upload_failure:hover {
  background-color: #ff9179;
  border-color: #ff9179;
}

.wistia_upload_button.wistia_upload_failure:active {
  background-color: #ff6f51;
  border-color: #ff6f51;
}

.wistia_upload_failure .wistia_upload_button_text {
  padding: 0;
}

.wistia_upload_bar {
  background-color: #1e64f0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 200ms;
  width: 0;
}

.wistia_upload_theme_dark_background {
  border-color: #fff;
}

.wistia_upload_theme_dark_background .wistia_upload_text {
  color: #fff;
}

.wistia_upload_theme_dark_background .wistia_upload_button.wistia_upload_video {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.wistia_upload_theme_dark_background
  .wistia_upload_button.wistia_upload_video:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
