/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-editor.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
html .m-editor {
  box-sizing: border-box;
  font-size: 62.5%;
}

body .m-editor {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 16px;
  color: #333333;
  line-height: 26px;
  background-color: #eaeaea;
}

.m-editor *, .m-editor *:before, .m-editor *:after {
  box-sizing: inherit;
}
.m-editor i.fa {
  margin: 0;
}
.m-editor p.heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 18px;
  margin-bottom: 15px;
}
.m-editor .btn {
  border: none;
  transition: 0.3s all cubic-bezier(0.3, 1.02, 0.73, 1);
  border-radius: 4px;
  margin-bottom: 10px;
  color: #fff;
  background: linear-gradient(#c3c3c3, #9d9d9d);
}
.m-editor .btn:hover, .m-editor .btn:focus, .m-editor .btn:active {
  color: #fff;
  opacity: 0.7;
}
.m-editor .btn-xs {
  width: 45px;
  height: 30px;
  line-height: 27px;
  border-radius: 0;
}
.m-editor .btn-xs.btn-primary {
  margin-top: -15px;
  border-bottom-left-radius: 4px;
}
.m-editor .btn-xs.btn-danger {
  margin-right: -15px;
  margin-top: -15px;
  border-top-right-radius: 4px;
}
.m-editor .btn-sm {
  min-width: 45px;
  height: 45px;
  line-height: 45px;
}
.m-editor .btn-primary {
  background: linear-gradient(#c3c3c3, #9d9d9d);
}
.m-editor .btn-primary:hover, .m-editor .btn-primary:focus, .m-editor .btn-primary:active {
  background: linear-gradient(#c3c3c3, #9d9d9d);
}
.m-editor .btn-danger {
  background: linear-gradient(#d23c86, #b31764);
}
.m-editor .btn-danger:hover, .m-editor .btn-danger:focus, .m-editor .btn-danger:active {
  background: linear-gradient(#d23c86, #b31764);
}
.m-editor .btn-deafult {
  background: #fff;
  border-color: #ccc;
  color: #333333;
}
.m-editor .btn-deafult:hover, .m-editor .btn-deafult:focus, .m-editor .btn-deafult:active {
  background-color: #e6e6e6;
  border-color: #adadad;
}
.m-editor .border-black {
  padding: 15px;
  border: none;
  box-shadow: 3px 3px 15px 0px #9d9d9d;
  border-radius: 4px;
  background-color: #fafafa;
}
.m-editor .border-grey {
  border: none;
  background-color: #eaeaea;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ff0000' fill-opacity='0.08' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  box-shadow: inset 0px 0px 0px 1px rgba(255, 0, 0, 0.1);
}
.m-editor .border-green {
  padding: 20px;
  border: none;
  background-color: rgba(242, 242, 242, 0.7);
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px 1px rgba(157, 157, 157, 0.5);
}
.m-editor .margin-top-10 {
  margin-top: 15px;
}
.m-editor .margin-top-10:first-of-type {
  margin-top: 0;
}
.m-editor .margin-top-10:last-of-type {
  margin-bottom: 15px;
}
.m-editor .pull-left img {
  margin-bottom: 15px;
  box-shadow: 3px 3px 15px 1px rgba(157, 157, 157, 0.5);
  border-radius: 4px;
}
.m-editor .flex-container {
  display: flex;
}
.m-editor .flex-container::after {
  content: "";
  clear: both;
  display: table;
}
.m-editor .configuration-row {
  margin: 10px 0;
  box-shadow: 0px 0px 10px 0px rgba(157, 157, 157, 0.5);
}

button.media-picker-remove {
  font-size: 12px;
}
