.mod_fc_preview_container {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(34, 37, 40, 0.95);
  z-index: 9999;
  display: none;
}
.mod_fc_preview_player {
  width: 1280px;
  height: 720px;
  margin-top: -360px;
  margin-left: -640px;
}
.mod_fc_preview_custom {
  height: 52px;
  width: 210px;
  border-radius: 26px;
  background-color: #FF822C;
  position: fixed;
  top: 860px;
  margin: 0 auto;
  left: 0;
  right: 0;
  cursor: pointer;
}
.mod_fc_preview_custom:hover {
  background-color: #e0640f;
}
.mod_fc_preview_custom span {
  display: inline;
  height: 21px;
  width: 63px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
.mod_fc_preview_player {
  position: absolute;
  left: 50%;
  top: 50%;
}
.mod_fc_preview_player video {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.mod_fc_preview_close {
  position: absolute;
  right: -1.875rem;
  top: -1.875rem;
  cursor: pointer;
  display: block;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 0.9375rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.mod_fc_preview_close:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.mod_fc_preview_close > svg {
  padding: 0.53125rem;
}
.mod_fc_preview_limit_modal {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.mod_fc_preview_mask {
  background-color: rgba(0, 0, 0, 0.78);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.mod_fc_preview_box {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.mod_fc_preview_left_btn {
  margin-right: 18px;
  width: 160px;
  height: 42px;
  padding: 0;
  line-height: 42px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.mod_fc_preview_right_btn {
  width: 160px;
  height: 42px;
  padding: 0;
  line-height: 42px;
  border-radius: 4px;
  background-color: #ff822c;
  outline: none !important;
  border: none;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.mod_fc_preview_left_btn:hover {
  background-color: #e4e4e4;
}
.mod_fc_preview_right_btn:hover {
  background-color: #e0640f;
}
.mod_fc_preview_loading {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(34, 37, 40, 0.95);
}
.mod_fc_preview_loading div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 2px;
  background: #fff;
}
.mod_fc_preview_loading img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .mod_fc_preview_player {
    left: 0;
    width: 90% !important;
    margin-left: 19px !important;
  }
  .mod_fc_preview_close {
    right: -18px;
    top: 96px;
  }
}
/*# sourceMappingURL=template-preview.css.map */