/* __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%;
}

.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); }

/* Dark Theme */

.v3d-simple-preloader-background {
    background-color: #181818;
}

.v3d-simple-preloader-container {
    filter: drop-shadow(0px 0px 4px #2a69bd);
}

.preloader-page {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
   z-index: 90000;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #be184e;
  -o-object-fit: fill;
     object-fit: fill;
}

.preloder-logo {
  position: absolute;
  left: 40%;
  top: 40%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 400px;
  height: 375px;
  background-color: #8b183d;
  -o-object-fit: fill;
     object-fit: fill;
}

.div-block {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url('./images/Resurs-40.svg');
  background-position: 50% 50%;
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.progress-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  overflow: visible;
  width: 100%;
  height: 0%;
  max-height: 56%;
  float: left;
  clear: none;
  background-color: #fff;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.text-block {
  position: absolute;
  left: 52%;
  top: 32%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.v3d-annotation {
	opacity: 0 ;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0);
	border: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
}