/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 22 2022 | 02:51:21 */
.close-button , .close-button2{ 
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 30px;
  z-index: 100;
  cursor: pointer;
}
.modal-content iframe{
  width:100%;
}

.modal,
.expivi-slimline-modal,
.modal-bim{
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible,
.expivi-slimline-modal.is-visible,
.modal-bim.is-visible{
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay,
.expivi-slimline-modal.is-visible .modal-overlay,
.modal-bim.is-visible .modal-overlay{
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.expivi-slimline-modal .modal-wrapper {
  max-width:1500px;
  height:800px;
}
.expivi-slimline-modal .modal-content{
  display:flex;
  padding:20px;
}
.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 50%;
  max-width:800px;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    width:100%;
  margin: 0 auto;
  height: 500px;
  overflow-y: auto;
}
 
}


.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition,
.modal-bim.is-visible .modal-transition,
.expivi-slimline-modal.is-visible .modal-transition{
/*   transform: translateY(0); */
 transform: translate(50%,-50%);
  opacity: 1;
}



.modal-header {
  position: relative;
  background-color: #fff;

}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}


#viewerContainer{
  width:60%;
  height:700px;
}
.options-wrapper{
  width:40%;
  
}



