.file-upload-input {
  border-color: #4b89c0 !important;
  line-height: 40px;
  font-size: 20px !important;
  height: 64px;
  border-color: #4b89c0 !important;
  border-width: 2px;
  margin-bottom: 25px;
}

.video-upload-success {
  font-size: 20px;
  border: 1px solid white;
  padding: 20px !important;
  margin-bottom: 25px !important;
}

.video-upload-error {
  font-size: 20px;
  border: 1px solid white;
  padding: 20px !important;
  margin-bottom: 25px !important;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 64px;
  border: 2px solid #4b89c0 !important;
  border-radius: 4px;
  margin-bottom: 25px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  border-width: 2px;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: #b4c7d7;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.file-upload-wrapper:before {
  content: "Video auswählen";
  position: absolute;
  top: -2px;
  right: -2px;
  display: inline-block;
  height: 64px;
  background: #de0613;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 64px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 4px 4px 0;
}
.file-upload-wrapper:hover:before {
  background: #de0613;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.file-upload-submit {
  background-color: #de0613 !important;
  width: 330px !important;
}

.form-upload-checkboxgrp-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.form-upload-checkboxgrp-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #de0613;
  border: 2px solid #de0613;
  border-radius: 4px;
  margin-right: 10px;
}

.form-upload-checkboxgrp-label {
  font-size: 17px;
  line-height: 1.5;
  color: white;
  cursor: pointer;
  max-width: 85%;
}

.form-upload-checkboxgrp-checkbox:focus {
  outline: none;
  box-shadow: 0 0 5px #de0613;
}

.form-upload-checkboxgrp-checkbox:checked {
  background-color: #de0613;
  border-color: #a6040f;
}

.form-upload-errormsg {
  color: #de0613;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
