html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 1rem;
  background-color: #fff;
  font-weight: normal;
}
:root {
  --vh: 3.36px; /* Initial value or any default value */
}
html {
  --light-blue: #2aabe2;
  --dark-blue: #224292;
  --dark-blue-70: rgba(34, 66, 146, 0.7);
  --light-blue-70: rgba(42, 171, 226, 0.7);
  --sailor-blue: #d3eaff;
}
html {
  min-width: 1px;
  min-height: 100vh;
}
body {
  margin: 0px;
  overflow: hidden;
}
.default-transition {
  transition-duration: 0.5s;
}
.opacity {
  opacity: 0;
}
.pointer {
  cursor: pointer;
}
.disp-none {
  display: none;
}
#btn-show-ar-container,
#btn-desktop-showar-container {
  position: absolute;
  transition-property: opacity;
  bottom: 10px;
  left: 10px;
  z-index: 11;
}
button.btn-player {
  border: 0px solid #fff;
  border-radius: 0px;
  width: 40px;
  background-color: transparent;
  height: 40px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
button.btn-player .typcn {
  color: var(--light-blue);
}
#flix_frameviewer {
  width: 100%;
  height: 100%;
}
#ar-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  "Helvetica Neue", Arial;
}
#ar-modal > div {
  width: 240px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0px;
  overflow: hidden;
}
#ar-modal-title {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  margin-left: 0px;
  margin-top: 15px;
}
#ar-modal-main-text {
  text-align: center;
  font-weight: normal;
  font-size: 1em;
  padding: 0px 14px;
  margin-bottom: 0px;
  line-height: 1.3;
}
#ar-modal-image {
  display: block;
  margin: 15px auto 0 auto;
  max-width: 70%;
}
#ar-modal-button {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  height: auto;
  border: 0px solid #ffffff;
  margin-left: 14px;
  margin-bottom: 14px;
  cursor: pointer;
}
body.qr-modal #ar-modal {
  z-index: 100000;
  opacity: 1;
}
@media only screen and (max-width: 820px) {
  .errorZone {
    max-width: 280px;
  }
}
.errorZone {
  min-width: 0;
  bottom: 50%;
  right: 50%;
  width: 300px;
  transform: translate(50%, 50%);
}
.errorZone {
  position: absolute;
  width: 30%;
  left: auto;
  bottom: auto;
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
  color: #000;
  z-index: 1500;
}
.errorZone #error-model-alert {
  color: white;
  /* background: url(../images/error-bg-gradient.png) no-repeat right bottom / cover; */
  background: transparent;
  /* border-color: rgb(59, 159, 192); */
  border-color: transparent;
}
#success-alert,
#error-alert,
#error-model-alert {
  display: none;
}
.alert {
  margin-bottom: 0;
  padding: 0;
}
.errorZone * {
  /* font-family: 'Titillium Web', sans-serif; */
  font-family: "Calibri", sans-serif;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@media only screen and (max-width: 820px) {
  .error-no-model-desktop {
    display: none;
  }
}
.error-no-model-desktop {
  background: url(../images/error_no_model_desktop_bg.svg) center center;
  width: 262px;
  height: 278px;
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 120px;
  margin: 0;
  color: #000000;
  font-size: 12px;
}
.error-no-model-desktop h3 {
  font-size: 18px;
  text-align: center;
  font-weight: bolder;
}
.error-no-model-desktop p {
  text-align: center;
}
.error-no-model-desktop span {
  color: #ffffff;
  cursor: pointer;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: bolder;
  background: linear-gradient(
          to right,
          #01b6eb,
          #0dade4 15%,
          #2d97d2 41%,
          #527dbd 67%,
          #547cbc 88%,
          #5b76b9 95%,
          #656eb4 100%
  );
}
@media only screen and (max-width: 820px) {
  .error-no-model-mobile {
    display: block;
  }
}
.error-no-model-mobile {
  background: url(../images/error_no_model_mobile_bg.svg) center center;
  width: 278px;
  height: 123px;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
.error-no-model-mobile h3 {
  font-size: 16px;
  font-weight: bolder;
}
.error-no-model-mobile p {
  max-width: 185px;
  margin-bottom: 4px;
  font-size: 10px !important;
}
.error-no-model-mobile span {
  text-decoration: underline;
  cursor: pointer;
}
.error-no-compat {
  background: url(../images/error_no_compat_bg.svg) center center;
  width: 278px;
  height: 123px;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
.error-no-compat {
  display: none;
}
.error-no-compat h3 {
  font-size: 16px;
  font-weight: bolder;
}
.error-no-compat p {
  max-width: 185px;
  margin-bottom: 4px;
  font-size: 10px !important;
}
.error-no-compat span {
  text-decoration: underline;
  cursor: pointer;
}
#player-fullscreen-container {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 9px;
  z-index: 2;
}
#model-wrap {
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 65px;
}
#flix-fs:focus {
  outline: none;
}



.ar-rotate{
  bottom: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  "Helvetica Neue", Arial;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
}

#btn-desktop-show-ar{
  box-shadow: 2px 2px 3px -1px #777;
  border-radius: 11px;
}

@media only screen and (max-width: 600px) {
  .ar-rotate {
    font-size: 12px;
    max-width: 60%;
    margin: auto;
  }
  .ar-rotate img{
    display: none;
  }
}
.ar-rotate.flix-mob-ar{
  width: auto;
  max-width: 100%;
}


.flixarlogo{
  position: absolute;
  margin-top: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  z-index: 5;
  display: none;
}
.linear-activity {
  display: none;
  overflow: visible;
  width: 100%;
  height: 15px;
  background-color: #7f7f7f;
  position: absolute;
  z-index: 100;
  top: 55%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  border-radius: 3px;
  font-family: arial;
  font-size: 12px;
}
.linear-activity-load{
  margin-top: -20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.linear-activity-text{
  margin-top: 40px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.determinate {
  position: relative;
  max-width: 100%;
  height: 100%;
  transition: width .5s ease-in-out;
  /*background-color: #42e886;*/
  background-color: #424242;
}



.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s ease 0s;
}
.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s ease 0s;
}
.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 3px, rgba(0, 0, 0, 0.6) 0px 0px 5px 1px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

[flix_distid] #ar-button,[flix_distid] #btn-desktop-showar-container {

  background-image: url(../images/AR_EN.gif);
  background-repeat: no-repeat;
  background-color: #fff;
  position: absolute;
  top: auto;
  left: 10px;
  bottom: 10px;
  white-space: nowrap;
  padding: 0px 16px 0px 40px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color:#4285f4;
  height: 55px;
  width: 55px;
  line-height: 36px;
  box-shadow: 2px 2px 3px -1px #777;
  border-radius: 11px;
  border:none;
  cursor: pointer;
}
[flix_distid="2754"] #ar-button,[flix_distid="2754"] #btn-desktop-showar-container{
  background-image: url(../images/2754.gif);
  background-position: center;
  height: 70px;
  width: 70px;
}
[flix_distid="2162"] #ar-button,[flix_distid="2162"] #btn-desktop-showar-container{
  background-image: url(../images/2162.gif);
  background-position: center;
  height: 70px;
  width: 70px;
}
[flix_distid="145"] #ar-button,[flix_distid="145"] #btn-desktop-showar-container{
  background-image: url(../images/145.gif);
  background-position: center;
  height: 70px;
  width: 70px;
}
#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@keyframes circle {
  from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }
  to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }
}

@keyframes elongate {
  from { transform: translateX(100px); }
  to   { transform: translateX(-100px); }
}

model-viewer > #ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 175px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"] > #ar-prompt {
  display: block;
}

model-viewer > #ar-prompt > img {
  animation: circle 4s linear infinite;
}

model-viewer > #ar-failure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 175px;
  display: none;
}

model-viewer[ar-tracking="not-tracking"] > #ar-failure {
  display: block;
}

#error {
  background-color: #ffffffdd;
  border-radius: 16px;
  padding: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.3s;
}
#error.hide {
  opacity: 0;
  visibility: hidden;
  transition: visibility 2s, opacity 1s 1s;
}
.flix-hide-webar{
  display: none;
}
#flix-iframe-viwer{
  width: 100%;
  min-width: 1px;
  min-height: 1px;
  height: calc(100 * var(--vh));
  background: #fff;
  display: block;
}
#flix-modelContainer{
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  background-color: #fff;
}
/****************00145132***************/
body[flix_distid="18669"] #ar-modal #ar-modal-main-text {
  font-size: 11px;
}

body[flix_distid="18669"] #ar-modal #ar-modal-title {
  font-size: 14px;
  margin-right: 14px;
}

body[flix_distid="18669"] #ar-modal #ar-modal-image {

  margin: 10px auto 0 auto;
  max-width: 60%;
}