[cp-ugc-root] * {
  font-family: "Poppins", sans-serif;
}
[cp-ugc-root] [data-vjs-player] {
  padding-top: 56.25% !important;
}
[cp-ugc-root] .text-center {
  text-align: center;
}
[cp-ugc-root] .hidden {
  display: none !important;
}
[cp-ugc-root] .form-group {
  margin-bottom: 15px;
}
[cp-ugc-root] .form-group .form-control {
  border-radius: 0;
}
[cp-ugc-root] .form-group.has-error .form-control {
  border-color: #f55;
}
[cp-ugc-root] .vjs-record-indicator {
  font-size: 14px;
}
[cp-ugc-root] .vjs-control-bar {
  font-size: 14px;
}
[cp-ugc-root] .cp-ugc--form {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
[cp-ugc-root] .cp-ugc--form .form-group > label {
  color: #fff;
}
[cp-ugc-root] .cp-ugc--form .form-group > label.error {
  font-size: 12px;
  color: #f55;
  display: block;
  text-align: right;
}
[cp-ugc-root] .cp-ugc--form .form-action {
  text-align: center;
}
[cp-ugc-root] .cp-ugc--form .form-action button {
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
[cp-ugc-root] .cp-ugc--form .form-note {
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: -10px;
  color: #fff;
}
[cp-ugc-root] .cp-ugc--form .form-note > p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  [cp-ugc-root] .cp-ugc--form .form-note {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
[cp-ugc-root] .cp-ugc--form .cp-ugc--form-inner {
  background-color: #000;
  align-self: flex-end;
  padding: 15px 30px;
  width: 100%;
}
@media (min-width: 992px) {
  [cp-ugc-root] .cp-ugc--form .cp-ugc--form-inner {
    padding: 30px 30px;
    width: 65%;
  }
}
[cp-ugc-root] .cp-ugc--form .cp-ugc--form-terms {
  background-color: #000;
  flex: 0 0 100%;
  max-width: 100%;
}
[cp-ugc-root] .cp-ugc--form .cp-ugc--form-terms p {
  font-size: 9px;
  color: #fff;
  margin-bottom: 0;
}
[cp-ugc-root] .cp-ugc--form .cp-ugc--form-terms p a {
  text-decoration: underline;
  cursor: pointer;
}
[cp-ugc-root] .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
[cp-ugc-root] .alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.cp-ugc {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cp-ugc {
    max-width: 720px;
  }
}
.cp-ugc .cp-ugc--result-msg {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cp-ugc .cp-ugc--record {
  position: relative;
}
.cp-ugc .cp-ugc--record button.vjs-record {
  display: none;
}
.cp-ugc .cp-ugc--record .vjs-icon-record-start {
  background-image: url(/img/arrows-rotate-solid.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}
.cp-ugc .cp-ugc--record .vjs-icon-record-start::before {
  display: none;
}
.cp-ugc .cp-ugc--record .vjs-icon-record-stop {
  background-image: url(/img/stop-solid.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}
.cp-ugc .cp-ugc--record .vjs-icon-record-stop::before {
  display: none;
}
.cp-ugc .cp-ugc--record .cp-ugc--custom-controls-wrap {
  background-color: rgba(0, 0, 0, 0.7);
  height: 65px;
}
.cp-ugc .cp-ugc--record .cp-ugc--custom-controls-wrap,
.cp-ugc .cp-ugc--record .cp-ugc--custom-controls-wrap * {
  transition: all 0.5s;
}
.cp-ugc .start-timer {
  position: absolute;
  color: #fff;
  z-index: 10;
  width: 100%;
  height: 100%;
  height: calc(100% - 65px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 90px;
}
.cp-ugc .submit-video button {
  color: #fff;
  font-weight: bold;
}
.cp-ugc .cp-ugc--custom-controls.cp-ugc--start {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
  height: calc(100% - 65px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp-ugc .cp-ugc--custom-controls.cp-ugc--stop {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgba(43, 51, 63, 0.7);
  padding: 10px 0;
}
.cp-ugc .cp-ugc--custom-controls.cp-ugc--submit {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgba(43, 51, 63, 0.7);
  padding: 10px 15px;
  position: relative;
  z-index: 100;
}
.cp-ugc .cp-ugc--custom-controls.cp-ugc--submit .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cp-ugc .cp-ugc--custom-controls.cp-ugc--submit .inner {
    justify-content: center;
  }
}
.cp-ugc .cp-ugc--custom-controls.cp-ugc--submit .inner .btn-wrap {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .cp-ugc .cp-ugc--custom-controls.cp-ugc--submit .inner .btn-wrap {
    flex: none;
  }
}
.cp-ugc .cp-ugc--custom-controls.cp-ugc--submit .inner button {
  font-size: 12px;
  min-width: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cp-ugc .cp-ugc--custom-controls.cp-ugc--submit .inner button {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cp-ugc .cp-ugc--custom-controls.cp-ugc--submit .inner button img {
  width: 15px;
}
@media (min-width: 992px) {
  .cp-ugc .cp-ugc--custom-controls.cp-ugc--submit .inner button img {
    width: 22px;
  }
}
.cp-ugc .cp-ugc--custom-controls.cp-ugc--submit > button {
  flex: 0 0 100%;
  max-width: 100%;
}
.cp-ugc .cp-ugc--custom-controls.cp-ugc--submit > button:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cp-ugc .cp-ugc--custom-controls.cp-ugc--submit > button {
    flex: 0 0 270px;
    max-width: 270px;
    margin: 0 10px;
    margin-bottom: 0;
  }
}
.cp-ugc .cp-ugc--custom-controls .btn-primary-record {
  background-color: #fff;
  border-radius: 30px;
  color: #27292D;
  font-weight: bold;
  border: none;
  outline: none;
  box-shadow: 0 0 0 transparent;
  height: 45px;
  min-width: 270px;
}
.cp-ugc .cp-ugc--custom-controls .btn-primary-record img {
  margin-right: 10px;
}
.cp-ugc .cp-ugc--custom-controls .btn-primary-stop-record,
.cp-ugc .cp-ugc--custom-controls .btn-primary-re-record,
.cp-ugc .cp-ugc--custom-controls .btn-primary-submit {
  background-color: #fff;
  border-radius: 30px;
  color: #27292D;
  font-weight: bold;
  border: none;
  outline: none;
  box-shadow: 0 0 0 transparent;
  height: 45px;
  min-width: 270px;
}
.cp-ugc .cp-ugc--custom-controls .btn-primary-stop-record img,
.cp-ugc .cp-ugc--custom-controls .btn-primary-re-record img,
.cp-ugc .cp-ugc--custom-controls .btn-primary-submit img {
  margin-right: 10px;
}
.cp-ugc .cp-ugc--submitting {
  position: absolute;
  z-index: 20;
  background-color: rgba(17, 17, 17, 0.73);
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cp-ugc .loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  #termsAndCondition .modal-dialog {
    max-width: 700px;
  }
}
#termsAndCondition .modal-content .modal-header {
  border: none;
}
#termsAndCondition .modal-content .modal-header button.close {
  background: none;
  border: none;
  padding: 7px 14px;
  font-size: 30px;
}
#termsAndCondition .modal-content .content-content > ol {
  padding-left: 15px;
}
#termsAndCondition .modal-content .content-content > ol > li {
  margin-bottom: 10px;
}
#termsAndCondition .modal-content .content-content ol > li > ol {
  list-style: lower-alpha;
}
#termsAndCondition .modal-content .content-content ol > li > ol > li {
  margin-bottom: 7px;
}
#termsAndCondition .modal-content .content-content p, #termsAndCondition .modal-content .content-content li {
  font-size: 14px;
}

.no-recorder-error {
  color: #fff !important;
  font-size: 14px;
}
@media (min-width: 768px) {
  .no-recorder-error {
    font-size: 16px;
  }
}
.no-recorder-error * {
  color: #fff !important;
}

@media (max-width: 425px) {
  .no-recorder-error p.link {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
section.section-record [cp-ugc-root] .cp-ugc--form .form-action button.uploading::after {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url(/img/icons/spinner-solid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
