/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/my-contact/editor.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.tanvir-block-container {
  width: 400px;
  height: auto;
  margin: 2% auto;
  position: relative;
  overflow: hidden;
  background: #fbfbfb;
  box-shadow: 2px 18px 70px 0px #9D9D9D;
  padding: 20px 40px;
  border-radius: 7px;
}
.tanvir-block-container .tanvir-block-form input {
  display: block;
  margin-bottom: 8px;
  padding: 8px 16px;
  width: 90%;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
}
.tanvir-block-container button {
  background: none;
  border: 2px solid #dedddd;
  border-radius: 3px;
  color: #000000;
  font-weight: bolder;
  font-size: 14px;
  padding: 8px 26px;
  margin-top: 20px;
  cursor: pointer;
  margin-bottom: 40px;
}
.tanvir-block-container button:hover {
  background: #f70090;
  color: #fff;
  transition: color 0.3s ease-in;
}

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