/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 @font-face {
  font-family:'Univers-LightUltraCondensed';
  src: url(../fonts/Univers-LightUltraCondensed.otf);
}
@font-face {
  font-family:'Univers-UltraCondensed';
  src: url(../fonts/Univers-UltraCondensed.otf);
}

.janim-modal .modal-body {
  padding: 0px;
  border: 0px !important;
}
.vr-modal {
  border: 0px !important;
  z-index:99999;
}
.vr-modal .janim-modal {
  border: 0px !important;
}
.vr-modal .modal-content .modal-body {
  padding: 0px !important;
  border: 0px !important;
  height: auto !important;
}
.vr-modal .janim-modal .modal-header {
  border-bottom: 0px;
}
.vr-modal .janim-modal .modal-header button.close{
  border-radius: 50%;
  border: 3px solid #C0C0C0;
  background: #767676;
  color: #E9E9E9;
  box-shadow: 10px 10px 13px #000;
  outline: 0;
  opacity: 0.5;
  line-height: 1;
  font-size: 21px;
  vertical-align: middle;
  text-align: center;
  width: 37px;
  height: 37px;
}

.vr-modal .janim-modal .modal-header button.close:hover{
  opacity:0.7;
}

.vr-modal .janim-modal .modal-header button span {
  font-weight: 200;
  line-height: 1;
  vertical-align: super;
}
.vr-modal .modal-content {
  background:transparent;
  box-shadow: 0 0px 0px rgba(0, 0, 0, .0) !important;
  border: 0px;
}

.vr-modal .janim-modal .modal-body .janim-outer {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  /* position: relative; */
  position: fixed;
  width:100%;
}

.vr-modal .janim-modal svg {
  height: 100%;
}
