section.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
section.modalWindow {
    display: none;
    position: fixed;
        top: 8%;
        left: 52%;
        z-index: 999 !important;
        width: 450px;
        min-height: 200px;
        margin-left: -257px;
        background: rgba(0,0,0,0.8);
        cursor: default;
        border-radius: 12px;
}
@media (max-width: 780px) {
  section.modalWindow {
    width: 80%;
    left: 10%;

    margin-left: auto;
  }
}
section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 997;
    cursor: pointer;
}
section.modalWindow section.modalWrapper {
  margin: 30px;
  padding: 15px;
  text-align: left;
  line-height: 20px !important;
  height: auto;
  text-align: center;
}
.closeBtn {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
}
.share-text {
  background: transparent;
  color: #C5C5C5;
  font-size: 14px;
  font-family: Roboto,Arial;
  word-wrap: break-word;
  border: 1px solid white;
  padding-top: 6px;
  padding-bottom: 2px;
  line-height: 0.8;
  overflow: hidden;
  width: 88%;
}
.share-heading {
  text-align: center;
color: white;
font-family: Roboto, Arial;
font-weight: 200;
}
.share-heading-bottom {
  text-align: center;
color: white;
font-family: Roboto, Arial;
font-weight: 200;
font-size: 1em;
}
.copy-url {

color: white;

font-size: 16px;
text-align: center;
cursor: pointer;
font-family: Roboto,Arial;

}
.share {
  margin-top: 42px;
}

textarea {
  resize: none;
}

.copy-link {
  color: white;
  padding: 7px;
  border: 1px solid white;
  margin-top: 0px;
  float: right;
}
.copy-link:hover {
  background: white;
  color: black;
}
.list-popover label {
  display: inline-block;
}
@media only screen and (max-width: 720px) {
section.modalWindow{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999 !important;
  width: 100%;
  min-height: 100%;
  margin-left: 0;
  background: rgba(0,0,0,0.8);
  cursor: default;
  border-radius: 0px;
}

}
.visrez-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
}
