/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-photoeditor.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 12px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: #eaeaea;
}
[type=range]:focus::-ms-fill-lower {
  background: #eaeaea;
}
[type=range]:focus::-ms-fill-upper {
  background: #eaeaea;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #eaeaea;
  border: 0 solid #eaeaea;
  border-radius: 0;
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #b31764;
  border: 0 solid #eaeaea;
  border-radius: 0;
  cursor: default;
  height: 24px;
  width: 10px;
  -webkit-appearance: none;
  margin-top: -8px;
}
[type=range]::-moz-range-track {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 8px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #eaeaea;
  border: 0 solid #eaeaea;
  border-radius: 0;
  height: 4px;
}
[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #b31764;
  border: 0 solid #eaeaea;
  border-radius: 0;
  cursor: default;
  height: 20px;
  width: 6px;
}
[type=range]::-ms-track {
  cursor: default;
  height: 8px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #eaeaea;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #eaeaea;
  border: 0 solid #eaeaea;
  border-radius: 0;
}
[type=range]::-ms-fill-upper {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #eaeaea;
  border: 0 solid #eaeaea;
  border-radius: 0;
}
[type=range]::-ms-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #b31764;
  border: 0 solid #eaeaea;
  border-radius: 0;
  cursor: default;
  height: 20px;
  width: 6px;
  margin-top: 0;
}
[type=range]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}
[type=range]:disabled::-moz-range-thumb {
  cursor: not-allowed;
}
[type=range]:disabled::-ms-thumb {
  cursor: not-allowed;
}
[type=range]:disabled::-webkit-slider-runnable-track {
  cursor: not-allowed;
}
[type=range]:disabled::-ms-fill-lower {
  cursor: not-allowed;
}
[type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.m-photoeditor {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 768px) and (orientation: portrait) {
  .m-photoeditor {
    width: 80vw;
    height: 70vh;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .m-photoeditor {
    width: 70vw;
    height: 90vh;
    max-height: 700px;
  }
}
@media (min-width: 1420px) {
  .m-photoeditor {
    width: 80vw;
    height: 90vh;
    max-width: 1000px;
  }
}
.m-photoeditor__inner {
  position: relative;
  padding: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .m-photoeditor__inner {
    padding-top: 50px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

.photoeditor__hdr {
  margin-bottom: 30px;
}
.photoeditor__title {
  font-weight: 200;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
}
.photoeditor__image {
  position: relative;
  margin: 0 auto;
  background-image: linear-gradient(45deg, #bbb 25%, transparent 0), linear-gradient(45deg, transparent 75%, #bbb 0), linear-gradient(45deg, #bbb 25%, transparent 0), linear-gradient(45deg, transparent 75%, #bbb 0);
  background-position: 0 0, 15px 15px, 15px 15px, 30px 30px;
  background-size: 30px 30px;
}
.photoeditor__edit {
  display: block;
}
.photoeditor__canvas {
  vertical-align: middle;
}
.photoeditor__controls {
  max-width: 300px;
  margin: 0 auto;
}
.photoeditor__row {
  margin: 0 -10px;
  text-align: center;
}
.photoeditor__col {
  padding: 10px;
}
.photoeditor__rangecont {
  position: relative;
  max-width: 245px;
  padding: 0 30px 0 20px;
  margin: 0 auto;
}
.photoeditor__rangecont::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("/Assets/images/log1-active.svg") no-repeat 50% 50%;
  background-size: 15px;
}
.photoeditor__rangecont::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/Assets/images/log1-active.svg") no-repeat 50% 50%;
  background-size: 24px;
}
.photoeditor__range {
  display: block;
  height: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
.photoeditor__small {
  font-size: smaller;
}
.photoeditor__error {
  text-align: center;
  color: red;
}
