.vectr-iframe {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  margin: 0;
  padding: 0;
  border: 0;
}
.vectr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0;
  border: 0;
}
.vectr-overlay.hide {
  display: none;
}
.vectr-button {
  display: inline-block;
  padding: .5em 1em;
  border: 2px solid #a1de41;
  border-radius: 3px;
  color: #cdd8bc;
  text-decoration: none;
  background: #242a2d;
  font-size: 16px;
  line-height: 16px;
  font-family: sans-serif;
  cursor: pointer;
}
.vectr-button:hover {
  color: #a1de41;
}
.vectr-close-button,
.vectr-save-button {
  right: 15px;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background-color: white;
  text-decoration: none;
}
.vectr-close-button.disabled,
.vectr-save-button.disabled {
  pointer-events: none;
  color: lightgrey;
}
.vectr-embedded-editor {
  width: 100%;
}
.vectr-close-button {
  top: 65px;
  color: #e82121;
}
.vectr-close-button:hover {
  color: #f27d7d;
}
.vectr-save-button {
  top: 15px;
  color: #21bf21;
}
.vectr-save-button:hover {
  color: #62e462;
}
