* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-layout {
  padding: 0 20px;
}

iframe {
  width: 100% !important;
  height: 600px !important;
  border: 0;
}

.editor {
  height: 250px;
  margin-bottom: 20px;
  background: #fff;
}

input,
textarea {
  outline: none;
}

label.required:after {
  content: " *";
  color: red;
}

.reset-tailwind * {
  font-size: revert;
  font-weight: revert;
  line-height: revert;
  color: revert;
  margin: revert;
  padding: revert;
  border: revert;
  background: revert;
  text-decoration: revert;
  list-style: revert;
}


.shadow-custom {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}