$inspector-column-min-width: 200px;

.preview-column {
  min-width: $inspector-column-min-width;
  resize: both;
  overflow:auto;
  background-color: #fff;
  z-index: 3;
}

.preview-iframe {
  width:90%;
  height:100%;
  padding: 0 30px 0 50px;
  border: none;
}

.preview-column .control-bar {
  background-color: white;
  padding: 0 5px 0 5px;
  color: #7f7f7f;
}

.preview-type-dropdown {
  margin-top:-10px;
}

.resizer-column {
  cursor:ew-resize;
  width:5px;
  background-color:#EBEEF2;
  z-index: 3;
}

.preview-column .control-bar .actions {
  text-align: right;
}

.preview-column .divider {
  background-color: #0074D9;
  height: 20px;
  width: 100%;
}

.preview-column .control-bar .actions {
  width: 100%;
  padding-right: 45px;
  text-align: right;
}

.preview-column .control-bar .actions i {
  width: 20px;
  cursor: pointer;
  margin-left: 5px;
}

.task-title {
  width: 100%;
  height: 60px;
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
  color: #6c757d;
}

.preview-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.preview-placeholder h1 {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.04em;
}

.preview-placeholder h2 {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.02em;
}