/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  border-radius: 20px;
}

div#fullscreen_button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
}

.fullscreen-open {
    background-image: url('media/fullscreen-open.png');
}

.fullscreen-close {
    background-image: url('media/fullscreen-close.png');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

.v3d-annotation {
    position: absolute;
    top: -16px;
    left: -16px;
    width: auto;
    min-width: 14px;
    height: 14px;
    padding: 0px 0px;
    border: 2px solid #fff;
    border-radius: 18px;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 26px;
    color: #fff;
    text-align: center;
    user-select: none;
    background: rgba(0, 0, 0, 0.8);
}

<
@media (min-width: 300px) {
  .v3d-annotation {
   
    width: auto;
    min-width: 5px;
    height: 5px;
    border: 1px solid #fff;
}
}


	.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;
}