/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  border-radius: 20px;
  }


.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

.v3d-annotation-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 25px;
    margin-top: 25px;
    font-family: sans-serif;
    user-select: none;
    padding: 1em;
    min-width: 200px;
    color: #000;
    background: rgba(255, 255, 255, 0.85);
    border-radius: .3em;
    font-size: 14px;
    line-height: 1.4;
    transition: opacity .5s;
    visibility: hidden;
    text-align: left;
    border: 1px solid #fff;
}

.v3d-annotation {
    position: absolute;
    top: -16px;
    left: -16px;
    width: auto;
    min-width: 14px;
    height: 26px;
    padding: 2px 15px;
    border: 2px solid #fff;
    border-radius: 18px;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 26px;
    color: #fff;
    text-align: center;
    user-select: none;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

@media (max-width: 600px) {
.v3d-annotation {
    position: absolute;
    top: -16px;
    left: -16px;
    width: auto;
    min-width: 14px;
    height: 20px;
    padding: 0px 5px;
    border: 1px solid #fff;
    border-radius: 18px;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 20px;
    color: #fff;
    text-align: center;
    user-select: none;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}
}

	.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #002C81;
}

.logotip {
  position: relative;
  top: 40%;
  width: 240px;
  height: 85px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: left;
}

.mask {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url('./images/Logo_preloader.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.fon {
  position: absolute;
  z-index: 2;
  width: 0%;
  height: 100%;
  background-color: #dc5e04;
  background-image: linear-gradient(259deg, #fdd719, #fc4b20);
}

.persent {
  position: relative;
  top: 57%;
  z-index: 4;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-style: italic;
}

