@charset "utf-8";
body {
  padding-top: 0px;
}

.video-share {
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
}

.vertical-splitter {
  background-color: #C6C6C6;
  height: 100%;
  width: 1px;
  margin: 0 48px;
}

.video-share-content {
  text-align: center;
  width: 640px;
}

.thumbnails-share-content {
  /*padding-top: 30px;*/
}

.video {
  max-height: 360px;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gif-share {
  width: auto;
  max-height: 360px;
  margin: 0px auto;
}
.video-js {
  overflow: hidden;
}
.video-js.vjs-static-controls .vjs-control-bar {
  display:block;
}

/* Don't fade out controls */
.video-js.vjs-static-controls.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

/* Align poster to top */
.video-js.vjs-static-controls .vjs-poster {
  background-position: 50% 0;
}

/* Override tech height:100% */
.video-js.vjs-static-controls .vjs-tech {
  /* height: auto; */
  height: calc(100%);
}
.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
  padding-bottom: 0px;
}
.video-share-content-footer {
  margin-top: 20px;
}
.btn-red.download {
  line-height:2.5;
  font-size: 12px;
  cursor: pointer;
  color: white!important;
  padding: 0 12px;
}
.btn-red.download:hover {
  opacity: 0.75;
}
.ui-loader.ui-corner-all.ui-loader-default.ui-body-a {
  display: none !important;
}
.video-share-content .align-right {
  text-align: right;
  width: 100%;
  justify-content: end;
}
.video-share-content .align-center {
  text-align: center;
  margin-top: 10px;
}
.video-share .video-js .vjs-control.vjs-play-control{
  float: left;
  width: 30px;
}

.video-share .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: url(../img/common/vjs-button.svg);
  transform: scale(1) translateY(3px) translateX(-2px);
  font-size: 15px;
}

.video-share .video-js .vjs-fullscreen-control[title='Non-Fullscreen'] .vjs-icon-placeholder:before {
  content: url(../img/common/icon-play-full-off.svg);
  transform: scale(1.1) translateY(4px) translateX(-6px);
  font-size: 15px;
}

#share-video-download-modal .modal-dialog {
  max-width: 400px;
  width: 90%;
}

.thumbnails-share-content .title {
  color: #292828;
  font-size: 16px;
  text-align: center;
}

.thumbnails-share-content .thumbnail-list {
  height: calc(100vh - 180px);
  overflow-y: scroll;
  margin-top: 24px;
  padding: 0 50px 20px;
  border-left: 1px solid #CDD4DB;
}

.thumbnails-share-content .thumbnail-list .thumbnail-item {
  position: relative;
}

.thumbnails-share-content .thumbnail-list .thumbnail-splitter {
  height: 1px;
  width: 100%;
  background-color: #CDD4DB;
  margin: 32px 0;
}

.thumbnails-share-content .thumbnail-list .thumbnail-item img{
  width: 200px;
  height: auto;
  object-fit: contain;
}

.thumbnails-share-content .thumbnail-list .thumbnail-item a {
  width: 20px;
  position: absolute;
  bottom: -26px;
  right: 0;
}

.thumbnails-share-content .thumbnail-list .thumbnail-item a:hover {
  opacity: 0.75;
}

.thumbnails-share-content-without-video {
  width: 100%;
  text-align: center;
  height: 100%;
}

.thumbnails-share-content-without-video  .thumbnail-list .thumbnail-item {
  position: relative;
  padding-bottom: 50px;
  width: 500px;
  margin: 0 auto;
}

.thumbnails-share-content-without-video .thumbnail-list .thumbnail-splitter {
  height: 1px;
  width: 788px;
  background-color: #CDD4DB;
  margin: 40px auto;
}

.thumbnails-share-content-without-video  .thumbnail-list .thumbnail-item img{
  width: 500px;
  height: auto;
  object-fit: contain;
}

.thumbnails-share-content-without-video .thumbnail-list .thumbnail-item a {
  width: 162px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 2.6;
  font-size: 12px;
}

.thumbnails-share-content-without-video .thumbnail-list .thumbnail-item a:hover {
  opacity: 0.75;
}

.thumbnails-share-content-without-video .thumbnail-list .thumbnail-item a img {
  width: 16px;
}

.thumbnails-share-content-without-video .download-all-thumbnail a {
  width: 260px;
  bottom: 0;
  right: 0;
  line-height: 2.6;
  font-size: 14px;
  margin: 80px 0 40px 0;
}

.download-all-thumbnail a:hover {
  opacity: 0.75;
}

.invalid-share-alert {
  padding-top: 80px;
}

.thumbnails-share-content .download-all-thumbnail a {
  font-size: 12px;
  width: 100%;
  margin: 20px 0 0 0;
}

.empty-thumbnail-list-alert {
  padding-top: 15px;
  color: red;
}

.disabled-download-video-btn {
  pointer-events: none;
  opacity: 0.2 !important;
  cursor: not-allowed !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.video-share .thumbnail-area {
  display: flex;
  justify-content: space-between;
}

.share-r-creative-container {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.share-r-creative-container .left-container {
    display: flex;
    flex-direction: column;
    width: 272px;
    height: 100%;
    padding-top: 20px;
    position: relative;
}

.share-r-creative-container .right-container {
  background: #F4F4F4;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.share-r-creative-container .left-container .creative-name {
    color: #323232;
    font-feature-settings: 'palt' on;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: 0.9px;
    margin-bottom: 20px;
    padding: 0 16px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.share-r-creative-container .left-container .creative-item-list {
    padding: 0 16px;
    height: calc(100% - 100px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.share-r-creative-container .left-container .creative-item.selected {
  background: #F4F4F4;
}
.share-r-creative-container .left-container .creative-item {
  width: 240px;
  height: 64px;
  flex-shrink: 0;border-radius: 4px;
  background: #FFFFFF;
  padding: 8px;
  margin-bottom: 16px;
  user-select: none;
  cursor: pointer;
}

.share-r-creative-container .left-container .creative-item .name {
  color: #323232;
  font-feature-settings: 'palt' on;
  /* Text/13px -Medium */
  font-family: Noto Sans JP;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.78px;
}


.share-r-creative-container .left-container .creative-item .aspect_ratio,
.share-r-creative-container .left-container .creative-item .page_count {
  color: #323232;
  font-feature-settings: 'palt' on;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.share-r-creative-container .left-container .creative-item .aspect_ratio img,
.share-r-creative-container .left-container .creative-item .page_count img{
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.share-r-creative-container .right-container .content {
  display: flex;
  justify-content: center;
  width: 400px;
  max-height: 400px;
}
.share-r-creative-container .right-container .content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.share-r-creative-container .right-container .slide-container {
  margin-top: 24px;
  min-width: 225px;
  max-width: 400px;
  min-height: 45px;
  max-height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-r-creative-container .right-container .slide-container .slide-list {
  display: flex;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.share-r-creative-container .right-container .slide-container .slide-list .slide-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
  user-select: none;
}

.share-r-creative-container .right-container .slide-container .slide-list .slide-item img {
  min-height: 45px;
  min-width: 45px;
  object-fit: contain;
}

.share-r-creative-container .right-container .slide-container .slide-prev {
  position: absolute;
  left: 5px;
  cursor: pointer;
  user-select: none;
  display: none;
}

.share-r-creative-container .right-container .slide-container .slide-prev img {
  transform: rotate(180deg);
}

.share-r-creative-container .right-container .slide-container .slide-next {
  position: absolute;
  right: 5px;
  cursor: pointer;
  user-select: none;
  display: none;
}

.share-r-creative-container .left-container .download-btn-wrapper {
  height: 56px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}

.share-r-creative-container .left-container .download-btn-wrapper a.download-share-resources-btn {
  display: flex;
  width: 240px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  user-select: none;
}

.download-internal-alert {
  margin-top: 10px;
  font-size: 12px;
}

.download-internal-title {
  position: relative;
  top: -54px;
  font-size: 24px;
}