.w-200 {
  width: 200px;
}
.w-300 {
  width: 300px;
}
.w-400 {
  width: 400px;
}
.w-500 {
  width: 500px;
}
.btn-controls button,
.btn-controls button:hover,
.btn-controls button:focus {
  color: #333;
  padding: 10px;
  outline: none;
  background: transparent;
}
label {
  font-size: 14px;
}
video {
  width: 100%;
}
.btn-controls p {
  font-size: 12px;
  margin-bottom: 0px;
}
.btn-controls i {
  color: #333;
  padding-right: 3px;
  font-size: 24px;
}
.inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 12em;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #fff;

  box-shadow: 0 0 5px solid currentColor;
}

.inputDnD .form-control-file::file-selector-button {
  white-space: normal;
  padding-left: 9rem;
  padding-right: 9rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 12em;
  line-height: 2em;
  padding-top: 3.5em;
  opacity: 0;
  visibility: visible;
  text-align: center;

  z-index: 10;

  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* overflow: hidden; */
}

#form-control-file-label {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0.25em dashed #1f1f1d;
}

#form-control-file-label span {
  position: absolute;
  top: 30%;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0px 9rem;
  font-size: 1.1rem;
  font-weight: 600;
}
@media only screen and (max-width: 700px) {
  .inputDnD .form-control-file:before {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #form-control-file-label span {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#uploadVideoForm button {
  background: #e4e4e4;
  color: #333;
}
.spinner {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
}
.spin-container {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100vh;
}
input.company_name {
  background: #fff;
  border: none;
  border-bottom: 1px solid #333;
  padding-left: 0px;
  padding-right: 0px;
}
p.question {
  margin-bottom: 16px;
}
p.question span {
  font-weight: 500;
}
