/*!
 * Viewer.js v1.7.1
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T13:45:16.438Z
 */

.viewer-zoom-in,
.viewer-zoom-out,
.viewer-one-to-one,
.viewer-reset,
.viewer-prev,
.viewer-play,
.viewer-next,
.viewer-rotate-left,
.viewer-rotate-right,
.viewer-flip-horizontal,
.viewer-flip-vertical,
.viewer-fullscreen,
.viewer-fullscreen-exit,
.viewer-close {
}

.viewer-zoom-in {
  background-image: url(/happytalk/images/viewer/ic-tools-zoom-in-71f52688fca651a9041ca0e39fb7eda0.svg);
  margin-right: 20px;
}

.viewer-zoom-out {
  background-image: url(/happytalk/images/viewer/ic-tools-zoom-out-c16950a22d09b4ba9900fcc73cb210bb.svg);
  margin-right: 60px;
}

.viewer-one-to-one {
}

.viewer-reset {
  background-image: url(/happytalk/images/viewer/ic-tools-refresh-10d91e1cfa11a4fccba8b7c31f57af76.svg);
  margin-right: 20px;
}

.viewer-prev {
  background-image: url(/happytalk/images/viewer/ic-tools-back-82d787acadae52a91c63186dce1517ca.svg);
  margin-right: 120px;
}

.viewer-play {
}

.viewer-next {
  background-image: url(/happytalk/images/viewer/ic-tools-forword-3cc7504a7efffb5351cb0f0006342155.svg);
  margin-right: 20px;
}

.viewer-rotate-left {
}

.viewer-rotate-right {
  background-image: url(/happytalk/images/viewer/ic-tools-rotation-b5d013f4201e51973fc22d8388d3f78e.svg);
  margin-right: 60px;
}

.viewer-flip-horizontal {
  background-image: url(/happytalk/images/viewer/ic-tools-flip-hor-78f2ff082d035bdac49ec45cae339cd8.svg);
  margin-right: 20px;
}

.viewer-flip-vertical {
  background-image: url(/happytalk/images/viewer/ic-tools-flip-ver-347e0cb23f89c8675f271b3ec29e24da.svg);
  margin-right: 0;
}

.viewer-fullscreen {
}

.viewer-fullscreen-exit {
}

.viewer-close {
  background-image: url(/happytalk/images/viewer/ic-title-close-a13b0f08109a16bc4a6547a6b173e3a3.svg);
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
  background-color: transparent;
}

.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent;
}

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto;
}

.viewer-footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  height: 100px;
  background-color: #ffffff;
  padding-top: 25px;
  box-sizing: border-box;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  width: 30px;
}

.viewer-list > li:hover {
  opacity: 0.75;
}

.viewer-list > li + li {
  margin-left: 1px;
}

.viewer-list > .viewer-loading {
  position: relative;
}

.viewer-list > .viewer-loading::after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}

.viewer-list > .viewer-active,
.viewer-list > .viewer-active:hover {
  opacity: 1;
}

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-player > img {
  left: 0;
  position: absolute;
  top: 0;
}

.viewer-toolbar {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.viewer-toolbar > ul {
  width: auto;
  min-width: 720px;
  display: inline-block;
  margin: 0 auto 5px;
  padding: 0;
}

.viewer-toolbar > ul > li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;

  background-color: #f3f3f3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;

  display: block;
  line-height: 0;
  font-size: 0;

  float: left;
  /*overflow: hidden;*/
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.viewer-toolbar > ul > li:hover {
  /*background-color: rgba(0, 0, 0, 0.8);*/
}

.viewer-toolbar > ul > li::before {
  /*margin: 2px;*/
}

.viewer-toolbar > ul > li + li {
  /*margin-left: 1px;*/
}

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  min-width: 720px;
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: -0.89px;
  text-align: center;
  color: #1a1a1a;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.viewer-title:hover {
  opacity: 1;
}

.viewer-button {
  cursor: pointer;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.viewer-loading::after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}

/* Tooltip text */
.viewer-toolbar > ul > li .viewer-button-tooptip {
  border-radius: 4px;
  border: solid 1px #010101;
  background-color: #010101;

  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.38px;
  color: #ffffff;

  visibility: hidden;
  text-align: center;
  padding: 6px 10px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: -50%;
  transform: translateX(-50%);
  margin-left: 24px;
}

.viewer-toolbar > ul > li .viewer-button-tooptip::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.viewer-toolbar > ul > li:hover .viewer-button-tooptip {
  visibility: visible;
}

@media (max-width: 720px) {

  .viewer-toolbar > ul > li .viewer-button-tooptip {
    display: none;
  }
  .viewer-toolbar > ul > li:hover .viewer-button-tooptip {
    visibility: initial;
  }


  .viewer-button {
    top: 0;
    right: 10px;
    height: 34px;
    width: 34px;
  }

  .viewer-footer {
    height: 87px;
    padding-top: 37px;
  }
  .viewer-title {
    min-width: 306px;
    top: 10px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: -0.86px;
  }

  .viewer-toolbar > ul {
    min-width: 306px;
  }
  .viewer-toolbar > ul > li {
    width: 30px;
    height: 30px;
    background-size: 14px;
  }

  .viewer-zoom-in {
    margin-right: 10px;
  }

  .viewer-zoom-out {
    margin-right: 10px;
  }

  .viewer-one-to-one {
  }

  .viewer-reset {
    margin-right: 6px;
  }

  .viewer-prev {
    margin-right: 10px;
  }

  .viewer-play {
  }

  .viewer-next {
    margin-right: 10px;
  }

  .viewer-rotate-left {
  }

  .viewer-rotate-right {
    margin-right: 10px;
  }

  .viewer-flip-horizontal {
    margin-right: 10px;
  }

  .viewer-flip-vertical {
    margin-right: 0;
  }

  .viewer-fullscreen {
  }

  .viewer-fullscreen-exit {
  }

  .viewer-close {
  }


}