.embed-youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.embed-youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.embed-youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.embed-youtube img.embed-youtube--thumbnail {
  opacity: 1;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.embed-youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0.8;
  border-radius: 6px;
}

.embed-youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.embed-youtube img,
.embed-youtube .play-button {
  cursor: pointer;
}

.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .play-button,
.embed-youtube .play-button:before {
  position: absolute;
}

.embed-youtube .play-button,
.embed-youtube .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.embed-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.embed-youtube--thumbnail {
  opacity: 1;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
/*# sourceMappingURL=cc-videos.css.map */
.alert {
  font-size: 13px;
}

.alert--container {
  text-align: center;
}

.alert--container.alert--container--auto .alert {
  display: inline-block;
}

.alert .alert-link {
  text-decoration: underline;
  font-weight: inherit;
}

.alert.alert--add-icon {
  padding-left: 32px;
}

.alert.alert--add-icon.alert--add-icon--icon-check:before {
  position: absolute;
  top: 14px;
  left: 10px;
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='12' width='12'><path fill='currentColor' d='M9.5,2.1c0.3-0.3,0.9-0.3,1.2,0C11,2.5,11,3,10.7,3.4L6.1,9.1c-0.3,0.4-0.9,0.4-1.2,0c0,0,0,0,0,0L1.8,6.1 c-0.3-0.3-0.4-0.9,0-1.2s0.9-0.4,1.2,0c0,0,0,0,0,0l2.4,2.4L9.5,2.1C9.5,2.2,9.5,2.2,9.5,2.1L9.5,2.1z'/></svg>");
  width: 24px;
  height: 24px;
  color: inherit;
}

.alert-empty-table {
  margin: 24px;
}

.alert.alert-text {
  padding: 0 0 0 0;
  background-color: transparent;
  border-color: transparent;
  font-weight: 400;
}

.alert.alert-small {
  padding: 0.66rem 0.75rem;
}

.alert.alert-small .close {
  font-weight: 100;
}

.cc--badge-status {
  padding-left: 16px;
  position: relative;
  margin-bottom: 0;
}

.cc--badge-status:before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: '';
  top: .33rem;
}

.cc--badge-status.cc--badge-status--warning:before {
  background-color: #e99e3b;
}

.cc--badge-status.cc--badge-status--success:before {
  background-color: #28a745;
}

.cc--badge-status.cc--badge-status--danger:before {
  background-color: #990000;
}

.cc--badge-staus--detail {
  padding-left: 16px;
  font-size: 90%;
}
/*# sourceMappingURL=cc-alert.css.map */