body {
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  background: #fafafa;
  overflow-x: hidden;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.redux-toastr {
  max-width: 90%;
  max-width: calc(100% - 30px);
}
.input-range__slider {
  background: #2962ff;
  /*rgb(33, 150, 243);*/
  border: 1px solid #2962ff;
  /*rgb(33, 150, 243);*/
}
.input-range__track--active {
  background: #2962ff;
  /*rgb(33, 150, 243);*/
}
.message-chip-sender {
  display: table-cell;
  color: #fafafa;
}
.message-chip-reciever {
  display: table-cell;
  color: #000000;
}

.content-body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
}
.content-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.content-body hr:before {
  display: table;
  content: '';
}
.content-body hr:after {
  display: table;
  clear: both;
  content: '';
}
/*
.content-body h1 {
  font-size: 30px;
}

.content-body h2 {
  font-size: 21px;
}

.content-body h3 {
  font-size: 16px;
}

.content-body h4 {
  font-size: 14px;
}

.content-body h5 {
  font-size: 12px;
}

.content-body h6 {
  font-size: 11px;
}
*/
.content-body > *:first-child {
  margin-top: 0 !important;
}
.content-body > *:last-child {
  margin-bottom: 0 !important;
}

._2wSvok {
  margin-left: 250px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 50ms;
}
._2JNoah {
  margin-left: 0;
  transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
._3prffJ {
  margin: calc(11px + 64px) 11px 22px;
}
._vVcXe {
  max-width: 600px;
  margin: auto;
}
._2pNoMV {
  padding: 15px;
  border: 1px solid transparant;
  border-radius: 4px;
  margin: 15px 0;
  color: #a94442;
  background: #f2dede;
  border-color: #ebccd1;
}
._25LuP2 {
  padding: 15px;
  border: 1px solid transparant;
  border-radius: 4px;
  margin: 15px 0;
  color: #3c763d;
  background: #dff0d8;
  bordercolor: #d6e9c6;
}
._2yztkS {
  max-width: 600px;
  margin: auto;
  padding: 40px 15px 0;
  text-align: center;
}
._3yF6l1 {
  display: inline-block;
  margin-right: 6px;
  font-size: 10px;
  background: #e0e0e0;
  border-radius: 8px;
  padding: 0 10px;
  line-height: 20px;
  vertical-align: top;
  text-transform: capitalize;
}
._3XNZDg {
  color: transparent !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
._23xeTr {
  max-width: 400px;
  height: 175px;
  margin-bottom: 22px;
  overflow: visible;
  position: relative;
  text-align: center;
}
._14BdjK {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: move;
}
._1ipzDc {
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}
._2jXTfp {
  position: absolute;
  top: -1em;
  right: -0.5em;
  z-index: 1;
}
._RDuzt {
  background-color: #ffffff;
  border-radius: 1em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}
._1inCDT {
  position: relative;
  width: 100%;
}
._1inCDT:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
._3FZgUG {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
._3Xi0sn {
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 960px) {
  ._3prffJ {
    margin: calc(22px + 64px) 36px 48px;
  }
  ._1inCDT:before {
    padding-top: 42.1875%;
  }
}
@media screen and (max-width: 600px) {
  ._23xeTr {
    width: 100%;
    height: 160px;
  }
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

input[data-style=error] {
  border-color: #F44336;
  border-width: 2px;
}


/*# sourceMappingURL=bundle.main.17ef4ab977611e4c8549.css.map*/