html,
body,
#model-wrap {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 1rem;
  background-color: #fff;
  font-weight: normal;
}
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;
}
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);
}
#viewer {
  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: 14px;
  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;
}
#model-wrap {
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 65px;
}
#hexa-fs:focus {
  outline: none;
}



.ar-rotate{
  bottom: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;

}

#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;
  }
  .ar-rotate img{
    display: none;
  }
}
.flixarlogo{
  display: none;
  position: absolute;
  margin-top: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
}
.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;
}