
.bg-f6f6f6 {
  background: #f6f6f6;
}

.bg-0097c8 {
  background: #0097c8;
}

.bg-f6fdff {
  background: #f6fdff;
}

.add-video-youtube .wrap-add-video {
  margin-bottom: 2rem;
  line-height: 1.5;
}

.add-video-youtube .add-video {
  margin-bottom: 2rem;
}

.add-video-youtube .content-video {
  margin-bottom: 3rem;
}

.add-video-youtube .main-content-video li {
  margin-bottom: 1rem;
}

.add-video-youtube .main-content-video li .content-item {
  padding: 1rem;
  border-radius: .5rem;
}

.add-video-youtube .main-content-video li .content-item p {
  line-height: 1.5;
}

.add-video-youtube .main-content-video li .content-item i {
  color: #4d4d4d;
}

.add-video-youtube .main-content-video li .icon-content {
  font-size: 14px;
}

.add-video-youtube .form-video {
  border: 2px solid #e4f4f6;
  padding: 1.5rem;
}

.add-video-youtube .form-video .title {
  text-align: center;
  color: #0097c8;
  font-size: 24px;
  position: relative;
  width: max-content;
  margin: auto auto 1.5rem;
}

.add-video-youtube .form-video .title .icon-speaker {
  position: absolute;
  right: -120px;
  top: -65px;
}

.add-video-youtube .form-video .sub-title {
  border-bottom: 2px solid #e3f1f5;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.add-video-youtube .form-video input,
.add-video-youtube .form-video textarea {
  border: 1px solid #e1e1e1 ;
  padding: .5rem 1rem;
}

.add-video-youtube .form-video textarea {
  width: 100%;
  box-sizing: border-box;
}

.add-video-youtube .form-content-video .fill-content {
  margin: .5rem 0 1.5rem;
}

.add-video-youtube .form-content-video button {
  background: #e61e02;
  color: #fff;
  border: 0;
  border-radius: .5rem;
  width: 300px;
  padding: 1rem;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.add-video-youtube .form-content-video .btn-form-video {
  text-align: center;
}

.add-video-youtube .link-detail-content-video {
  text-align: center;
}

.add-video-youtube .link-detail-content-video a {
  margin: auto;
  max-width: 160px;
  color: #fff;
  border-radius: .5rem;
  padding: 1rem;
  display: block;
}

@media (max-width: 768px) {
  .add-video-youtube .form-video .title {
    border: 0;
    font-size: 20px;
  }

  .add-video-youtube .form-video .title:first-letter {
    color: #0097c8;
  }

  .add-video-youtube .form-video .title .icon-speaker {
    position: absolute;
    right: -70px;
    top: -30px;
    width: 65px;
  }

  .add-video-youtube .form-video .sub-title {
    font-size: 14px;
  }

  .add-video-youtube .form-video {
    padding: 1rem;
  }
}
