.playlist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-size: 16px;
}
.playlist > h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 24px;
}
.playlist .horizontal-block {
  display: -webkit-flex;
  display: flex;
}
.playlist .horizontal-block .video-column {
  -webkit-flex: 3;
          flex: 3;
}
.playlist .share-column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
          align-items: stretch;
  margin-left: 30px;
  width: 230px;
}
.playlist .share-column .material-icons.flip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  font-size: 18px;
  vertical-align: text-bottom;
}
.playlist .share-column .share-clip-block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.playlist .share-column .share-clip-button {
  display: inline-block;
  background: #4A90E2;
  border: 1px solid #4A90E2;
  border-radius: 2px;
  cursor: pointer;
  padding: 8px 13px;
  transition: opacity 0.2s, background-color 0.2s;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  line-height: 38px;
  height: 38px;
  text-align: center;
  width: 190px;
  color: white;
}
.playlist .share-column .share-clip-button:active {
  background-color: #4A90E2;
}
.playlist .share-column .share-clip-button:hover {
  background-color: #1f69c1;
}
.playlist .share-column .share-clip-button:focus {
  outline: none;
}
.playlist .share-column .share-clip-button.disabled,
.playlist .share-column .share-clip-button[disabled] {
  opacity: 0.7;
  cursor: default;
}
.playlist .share-column .share-clip-button.disabled:active,
.playlist .share-column .share-clip-button[disabled]:active {
  background: #4A90E2;
}
.playlist .share-column .share-clip-button.disabled:hover,
.playlist .share-column .share-clip-button[disabled]:hover {
  background: #4A90E2;
}
.playlist .share-column .share-cliplist-button {
  display: inline-block;
  background: white;
  border: 1px solid black;
  border-radius: 2px;
  cursor: pointer;
  padding: 8px 13px;
  transition: opacity 0.2s, background-color 0.2s;
  margin-top: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  line-height: 38px;
  height: 38px;
  text-align: center;
  width: 190px;
  color: black;
}
.playlist .share-column .share-cliplist-button:active {
  background-color: white;
}
.playlist .share-column .share-cliplist-button:hover {
  background-color: #d9d9d9;
}
.playlist .share-column .share-cliplist-button:focus {
  outline: none;
}
.playlist .share-column .share-cliplist-button.disabled,
.playlist .share-column .share-cliplist-button[disabled] {
  opacity: 0.7;
  cursor: default;
}
.playlist .share-column .share-cliplist-button.disabled:active,
.playlist .share-column .share-cliplist-button[disabled]:active {
  background: white;
}
.playlist .share-column .share-cliplist-button.disabled:hover,
.playlist .share-column .share-cliplist-button[disabled]:hover {
  background: white;
}
.playlist .description-block {
  -webkit-flex: 1;
          flex: 1;
  width: 230px;
  position: relative;
  margin: 20px 0 20px;
}
.playlist .description {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.6;
  overflow: auto;
}
.playlist .play-full-video-block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.playlist .play-full-video-block .play-full-video-button {
  display: inline-block;
  font-size: 12px;
  color: #4A4A4A;
  background: none;
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
}
.playlist .play-full-video-block .play-full-video-button:hover {
  color: #707070;
}
.playlist .play-full-video-block .play-full-video-button > * {
  vertical-align: middle;
}
.playlist .play-full-video-block .play-full-video-button > .material-icons {
  font-size: 20px;
}
.playlist .youtube-wrapper {
  width: 100%;
  display: block;
}
.playlist .youtube-wrapper .youtube-container {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.playlist .youtube-wrapper .youtube-container .youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: black;
}
.playlist .interstitial {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: initial;
  background-position: center center;
  background-color: white;
  background-repeat: no-repeat;
  transition-property: opacity, visibility;
  transition-duration: 1s;
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
}
.playlist .interstitial.visible {
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
  transition-duration: 0s;
}
.playlist .clip-title {
  font-weight: bold;
  margin: 15px 0;
}
.playlist .playlist-items-block {
  position: relative;
}
.playlist .playlist-items-block.hide-clip-thumbnails .playlist-items > li .playlist-item {
  margin-top: 18px;
  border: 1px solid #9b9b9b;
  padding: 5px;
}
.playlist .playlist-items-block.hide-clip-thumbnails .playlist-items > li .playlist-item .playlist-item-text {
  margin: 0;
  text-align: left;
  height: 38.8px;
}
.playlist .playlist-items-block.hide-clip-thumbnails .scroll-left-button,
.playlist .playlist-items-block.hide-clip-thumbnails .scroll-right-button {
  display: none;
}
.playlist .playlist-items-block .scroll-left-button,
.playlist .playlist-items-block .scroll-right-button {
  position: absolute;
  top: 28px;
  padding: 0;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 20px;
  border: 1px solid #979797;
  background: white;
  color: #4A4A4A;
}
.playlist .playlist-items-block .scroll-left-button .material-icons,
.playlist .playlist-items-block .scroll-right-button .material-icons {
  font-size: 20px;
  vertical-align: text-bottom;
}
.playlist .playlist-items-block .scroll-left-button {
  left: 10px;
}
.playlist .playlist-items-block .scroll-right-button {
  position: absolute;
  right: 10px;
}
.playlist .vertical-playlist-items-block {
  -webkit-flex: 2;
          flex: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.playlist .vertical-playlist-items-block .vertical-playlist-header {
  background-color: #DADADA;
  padding: 10px 20px;
  font-size: 16px;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items-container {
  position: relative;
  -webkit-flex: 1;
          flex: 1;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items-scroll-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items {
  padding: 15px 0 15px 0;
  background-color: #eeeeee;
  height: 100%;
  overflow-y: auto;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items .vertical-playlist-item {
  margin: 10px 0;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items .vertical-playlist-item.current .playlist-item-title {
  color: #9C0013;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items .vertical-playlist-item.sponsored .playlist-item-text {
  border: 1px solid #4A90E2;
  background: white;
  border-left: none;
  padding-right: 55px;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items .vertical-playlist-item .play-arrow-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 30px;
  color: #9C0013;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items .vertical-playlist-item .playlist-item-icon {
  width: 115px;
  height: 64px;
  background-size: 100%;
  background-position: center;
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items .vertical-playlist-item .playlist-item-text {
  padding-left: 10px;
  -webkit-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
          flex-direction: column;
  display: -webkit-flex;
  display: flex;
  min-width: 1px;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items .vertical-playlist-item .playlist-item-title {
  color: #3D3D3D;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items .vertical-playlist-item .playlist-item-description {
  color: #4A4A4A;
  font-size: 12px;
  -webkit-flex: 1;
          flex: 1;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items .vertical-playlist-item .status-badge {
  background-color: #9C0013;
  left: 30px;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items .vertical-playlist-item .status-badge.next {
  background-color: black;
}
.playlist .vertical-playlist-items-block .vertical-playlist-items .vertical-playlist-item .status-badge.sponsored {
  background-color: #4A90E2;
  left: initial;
  right: 0;
  font-size: 10px;
  font-weight: 500;
  opacity: 1;
  text-transform: initial;
  padding: 3px;
  cursor: pointer;
}
.playlist .playlist-items {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.playlist .playlist-items > li {
  position: relative;
  white-space: normal;
  display: block;
  vertical-align: top;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 180px;
  margin: 0 4px;
}
.playlist .playlist-items > li:first-child {
  margin-left: 0;
}
.playlist .playlist-items > li:last-child {
  margin-right: 0;
}
.playlist .playlist-items > li .playlist-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  cursor: pointer;
}
.playlist .playlist-items > li .playlist-item.current .playlist-item-icon,
.playlist .playlist-items > li .playlist-item:hover .playlist-item-icon,
.playlist .playlist-items > li .playlist-item.current .playlist-item-text,
.playlist .playlist-items > li .playlist-item:hover .playlist-item-text {
  opacity: 1;
}
.playlist .playlist-items > li .playlist-item-icon {
  width: 180px;
  height: 101.25px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background-size: 100%;
  background-position: center;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.playlist .playlist-items > li .playlist-item-text {
  -webkit-flex: 0;
          flex: 0;
  margin: 5px 0 0;
  text-align: center;
  opacity: 0.5;
  font-size: 12px;
  transition: opacity 0.3s;
  line-height: 14.4px;
  max-height: 28.8px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.playlist .up-next-horizontal-playlist-items-block {
  background-color: #eeeeee;
}
.playlist .up-next-horizontal-playlist-items-block .up-next {
  background-color: #dadada;
  color: #000000;
  font-size: 14px;
  padding: 6px 20px;
}
.playlist .up-next-playlist-items {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.playlist .up-next-playlist-items::after {
  content: "";
  width: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.playlist .up-next-playlist-items > li {
  position: relative;
  white-space: normal;
  display: block;
  vertical-align: top;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 213px;
  margin: 20px 5px;
}
.playlist .up-next-playlist-items > li:first-child {
  margin-left: 20px;
}
.playlist .up-next-playlist-items > li:last-child {
  margin-right: 0;
}
.playlist .up-next-playlist-items > li .playlist-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  cursor: pointer;
}
.playlist .up-next-playlist-items > li .playlist-item.current .playlist-item-icon,
.playlist .up-next-playlist-items > li .playlist-item:hover .playlist-item-icon,
.playlist .up-next-playlist-items > li .playlist-item.current .playlist-item-text,
.playlist .up-next-playlist-items > li .playlist-item:hover .playlist-item-text {
  opacity: 1;
}
.playlist .up-next-playlist-items > li .playlist-item.current .playlist-item-text,
.playlist .up-next-playlist-items > li .playlist-item:hover .playlist-item-text {
  color: #9C0013;
}
.playlist .up-next-playlist-items > li .playlist-item-icon {
  width: 213px;
  height: 119.8125px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background-size: 100%;
  background-position: center;
  opacity: 0.5;
  transition: opacity 0.3s;
  position: relative;
}
.playlist .up-next-playlist-items > li .playlist-item-text {
  -webkit-flex: 0;
          flex: 0;
  margin: 12px 0 0;
  text-align: center;
  opacity: 0.5;
  font-size: 16px;
  transition: opacity 0.3s;
  line-height: 19.2px;
  max-height: 38.4px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
  letter-spacing: -0.18px;
}
.playlist .up-next-playlist-items > li .status-badge {
  background-color: #9C0013;
  font-size: 14px;
  font-weight: normal;
}
.playlist .up-next-playlist-items > li .status-badge.next {
  background-color: #4A90E2;
}
.playlist .up-next-playlist-items > li .status-badge.sponsored {
  bottom: 0;
  right: 0;
  top: initial;
  left: initial;
  background-color: #4A90E2;
}
.playlist .playlist-item-duration {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 10px;
  color: white;
}
.playlist .status-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #4A90E2;
  color: white;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: bold;
  opacity: 0.7;
  text-transform: uppercase;
}
.playlist .status-badge.next {
  background: black;
}
.playlist .help {
  color: #9b9b9b;
  position: relative;
  line-height: 0;
}
.playlist .help > .material-icons {
  font-size: 20px;
}
.playlist .help .tooltip {
  line-height: normal;
  position: absolute;
  top: 100%;
  width: 210px;
  right: 0;
  background: black;
  color: white;
  font-size: 10px;
  padding: 10px;
  z-index: 1000;
  text-transform: none;
  display: none;
}
.playlist .help:hover .tooltip {
  display: block;
}
.playlist.portrait h1 {
  font-size: 14px;
  margin: 10px;
  line-height: 22px;
}
.playlist.portrait .clip-title {
  padding-bottom: 10px;
  margin: 10px 10px 0;
  border-bottom: 1px solid #979797;
  font-size: 12px;
  font-weight: 500;
}
.playlist.portrait .share-column {
  margin: 10px;
  width: auto;
  display: block;
}
.playlist.portrait .share-clip-block {
  float: left;
  margin-bottom: 10px;
}
.playlist.portrait .share-cliplist-button {
  float: right;
  margin-top: 0;
}
.playlist.portrait .share-clip-button {
  margin-right: 10px;
}
.playlist.portrait .share-clip-button,
.playlist.portrait .share-cliplist-button {
  font-size: 9px;
  height: 25px;
  line-height: 25px;
  width: 125px;
}
.playlist.portrait .share-clip-button .material-icons,
.playlist.portrait .share-cliplist-button .material-icons {
  font-size: 12px;
}
.playlist.portrait .description-block {
  width: auto;
  clear: both;
  margin: 10px 0;
}
.playlist.portrait .description {
  position: static;
  font-size: 12px;
  line-height: 22px;
}
.playlist.portrait .play-full-video-block {
  float: left;
}
.playlist.portrait .play-full-video-button {
  font-size: 9px;
  margin-right: 10px;
}
.playlist.portrait .play-full-video-button .material-icons {
  font-size: 16px;
}
.playlist.portrait .tooltip {
  right: initial;
  left: 0;
}
.playlist.portrait .playlist-items > li {
  width: 120px;
}
.playlist.portrait .playlist-items > li .playlist-item-icon {
  width: 120px;
  height: 67.5px;
}
.playlist.portrait .playlist-items > li .playlist-item-duration {
  font-size: 8px;
}
.playlist.portrait .playlist-items > li .status-badge {
  font-size: 8px;
  padding: 1px;
}
.playlist.portrait .playlist-items > li .playlist-item-text {
  font-size: 10px;
}
.playlist.portrait .playlist-items-block .scroll-right-button,
.playlist.portrait .playlist-items-block .scroll-left-button {
  top: 11px;
}
.playlist.rail {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
          flex: 1;
  overflow: hidden;
  min-height: 0;
}
.playlist.rail .now-playing-block {
  margin: 10px 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.playlist.rail .now-playing-block .badge-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.playlist.rail .now-playing-block .now-playing-badge {
  background-color: #9C0013;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.playlist.rail .now-playing-block .previous-clip-button,
.playlist.rail .now-playing-block .next-clip-button {
  color: #4A4A4A;
  font-size: 10px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 2px 10px;
  background-color: #c9c9c9;
  border: none;
  cursor: pointer;
}
.playlist.rail .now-playing-block .previous-clip-button:hover:not([disabled]),
.playlist.rail .now-playing-block .next-clip-button:hover:not([disabled]) {
  background-color: #f2f2f2;
}
.playlist.rail .now-playing-block .previous-clip-button[disabled],
.playlist.rail .now-playing-block .next-clip-button[disabled] {
  color: #979797;
  cursor: default;
}
.playlist.rail .now-playing-block .previous-clip-button i,
.playlist.rail .now-playing-block .next-clip-button i {
  font-size: 20px;
}
.playlist.rail .now-playing-block .previous-clip-button i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.playlist.rail .now-playing-block .next-clip-button {
  background-color: #d8d8d8;
}
.playlist.rail .now-playing-block p {
  color: #052142;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
}
.playlist.rail .up-next-block {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  -webkit-align-items: center;
          align-items: center;
  margin: 10px 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.playlist.rail .up-next-block .up-next-badge {
  background-color: #4A90E2;
  padding: 5px 20px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.playlist.rail .up-next-block p {
  margin: 0 0 0 10px;
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.playlist.rail .up-next-block .help {
  margin-left: 10px;
}
.playlist.rail .up-next-block .help > .material-icons {
  font-size: 12px;
}
.playlist.rail .clips-block {
  -webkit-flex: 1;
          flex: 1;
  position: relative;
}
.playlist.rail .clips-block > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.playlist .rail-playlist-item {
  display: -webkit-flex;
  display: flex;
  padding-top: 14px;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 12px;
}
.playlist .rail-playlist-item.first {
  border-top: none;
}
.playlist .rail-playlist-item .playlist-item-icon {
  height: 73px;
  width: 130px;
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.playlist .rail-playlist-item .play-square {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #D0021B;
  color: white;
  padding: 0 1px;
}
.playlist .rail-playlist-item .play-square i {
  font-size: 16px;
  vertical-align: bottom;
}
.playlist .rail-playlist-item .playlist-item-title {
  -webkit-flex: 1;
          flex: 1;
  min-width: 1px;
  margin-left: 8px;
  color: #052142;
  font-size: 14px;
  font-weight: 500;
}
.playlist .rail-playlist-item .sponsored-badge {
  background-color: #4A90E2;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  font-weight: 500;
  opacity: 1;
  text-transform: initial;
  padding: 3px;
  cursor: pointer;
  color: white;
}
.playlist .rail-playlist-item .duration {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px;
  color: #FFFFFF;
  font-size: 8px;
  font-weight: bold;
}
.playlist .current-ad-container {
  -webkit-flex: 2;
          flex: 2;
  background-color: #eeeeee;
  position: relative;
  min-height: 86px;
}
.playlist .current-ad-container.layout-right-portrait {
  height: 238px;
}
.playlist .current-ad-container iframe {
  position: absolute;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.playlist .current-ad-container .close-button {
  position: absolute;
  top: 15px;
  right: 10px;
  opacity: 0.6;
  background: black;
  color: white;
  font-size: 12px;
  padding: 5px 6px;
  border: none;
  cursor: pointer;
}
.playlist-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: visible;
}
.playlist-container > * {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.playlist-container .playlist {
  margin: auto 0;
  max-width: 900px;
  -webkit-align-self: center;
          align-self: center;
  padding: 20px 0;
}
.modal-root {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}
.modal-root .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.modal-root .overlay.transparent-overlay {
  background-color: transparent;
}
.modal-root .modal {
  background-color: white;
  padding: 20px 15px;
  position: relative;
  border: none;
  box-shadow: 0 10px 50px 6px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.modal-root .modal .close-btn {
  padding: 0 0 2px 1px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: transparent;
  width: 27px;
  text-align: center;
  font-size: 23px;
  cursor: pointer;
  z-index: 10000;
  opacity: 0.7;
}
.modal-root .modal .close-btn:hover {
  opacity: 1;
}
.modal-root .modal.absolute {
  position: absolute;
}
.modal-root .modal.grey-header-dialog-modal {
  padding: 0;
  overflow: hidden;
}
.modal-root .modal.grey-header-dialog-modal h1 {
  font-size: 18px;
  color: white;
  font-weight: 500;
  padding: 20px 25px;
  background-color: #4A4A4A;
  margin: 0;
}
.modal-root .modal.grey-header-dialog-modal .close-btn {
  color: white;
  top: 16px;
  right: 6px;
}
.public-header {
  height: 67px;
  background: #4A4A4A;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 15px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.public-header .logo {
  height: 39px;
}
.public-header > * {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.public-header .cube-logo {
  height: 53px;
}
.public-header .space-equalizer {
  width: 197px;
}
@media (max-width: 1000px) {
  .public-header {
    height: 46px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 0 10px;
  }
  .public-header .logo {
    height: 26px;
    padding-right: 10px;
    border-right: 2px solid white;
    margin-right: 10px;
  }
  .public-header .cube-logo {
    height: 26px;
  }
}
.footer {
  margin-top: auto;
  height: 55px;
  background-color: #f2f2f2;
  border-top: 1px solid #d8d8d8;
  color: black;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  padding: 0 30px;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-size: 14px;
}
.footer .logo {
  height: 28px;
  padding-right: 20px;
  border-right: 2px solid #c4c4c4;
  margin-right: 20px;
}
.footer a {
  font-weight: 500;
  margin-right: 30px;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .copyright {
  margin-left: auto;
}
@media (max-width: 1000px) {
  .footer {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    font-size: 12px;
    -webkit-align-content: center;
            align-content: center;
  }
  .footer .logo {
    display: none;
  }
  .footer a {
    margin: 0;
  }
  .footer .copyright {
    margin-left: 0;
  }
}
.modal.playlist-share-dialog-modal {
  border: none;
  background: black;
  color: #AAAAAA;
  padding: 0;
}
.playlist-share-dialog {
  width: 250px;
  position: relative;
}
.playlist-share-dialog ul.share-options > li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 7px 15px;
  cursor: pointer;
}
.playlist-share-dialog ul.share-options > li:first-child {
  padding-top: 15px;
}
.playlist-share-dialog ul.share-options > li:last-child {
  padding-bottom: 15px;
}
.playlist-share-dialog ul.share-options > li:hover {
  background: #333333;
  color: white;
}
.playlist-share-dialog ul.share-options > li .fa {
  font-size: 30px;
  width: 30px;
  text-align: center;
}
.playlist-share-dialog ul.share-options > li .text {
  margin-left: 10px;
  -webkit-flex: 1;
          flex: 1;
  font-size: 12px;
  font-weight: 500;
}
.playlist-share-dialog .toast {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.playlist-share-dialog .toast .toast-caption {
  background: white;
  color: black;
  padding: 2px 33px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.playlist-share-dialog .embed-code {
  color: white;
  padding: 20px 30px 15px;
}
.playlist-share-dialog .embed-code h3 {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 6px;
  border-bottom: 1px solid white;
}
.playlist-share-dialog .embed-code textarea {
  font-size: 10px;
  margin-top: 14px;
  background: none;
  color: white;
  width: 100%;
  height: 60px;
  border: none;
}
.playlist-share-dialog .embed-code .button-row {
  margin-top: 40px;
  text-align: right;
}
.playlist-share-dialog .embed-code .copy-button {
  background: none;
  border: none;
  padding: 0;
  color: white;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.custom-footer {
  margin-top: auto;
  height: 60px;
  background-color: #DB0000;
  color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  padding: 0 20px;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.custom-footer a {
  color: white;
  display: inline;
  text-decoration: none;
}
.custom-footer a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=playlist.css.map */