/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/edit.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
.wp-block-create-block-placequran {
  position: relative;
}
.wp-block-create-block-placequran img {
  min-height: 50px;
}
.wp-block-create-block-placequran .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.invalid label {
  color: red !important;
}
.invalid input {
  border-color: red !important;
}
.invalid input:focus {
  box-shadow: 0 0 0 0.5px red !important;
}

/*# sourceMappingURL=index.css.map*/