html {
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 100%;
  background-size: 25vw;
}

body, p, h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.root {
  height: 100%;
}

html body {
  margin: 0;
  height: 100%;
}

.demo-buttons {
  position: fixed;
  top: 20px;
}

.sample-button {
  background-color: #0392cf;
  border-style: none;
  color: #ffffff;
  width: 80px;
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
}

#messenger-container {
  width: 350px;
  height: 500px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  flex-Direction: column;
  align-Items: flex-start;
  justify-Content: center;
  min-height: 62px;
  max-height: 62px;
  border-Style: solid;
  border-Width: 0px 0px 1px 0px;
  border-Color: #e6e6e6;
  padding-Left: 11px;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  align-Items: flex-end;
  font-Family: Roboto;
  font-Size: 18px;
  color: #131313;
  height: 21px;
}

.description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-Family: Roboto;
  font-Size: 14px;
  height: 16px;
  color: rgba(19, 19, 19, 0.8);
}

main.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  flex-Direction: row;
  align-Items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
 }

section.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  flex-Direction: column;
  align-Items: flex-start;
  margin-Left: 25px;
  margin-Top: 15px;
}

.panel textarea {
  resize: none;
  overflow: auto;
  border-radius: 8px;
  border-Color: #e6e6e6;
  width: 100%;
  font-family: Roboto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-style:solid;
}

.panel input {
  border-radius: 4px;
  margin-bottom: 15px;
  border: solid 1px #e6e6e6;
  font-family: Roboto;
  height: 30px;
  width: 100px;
  margin-right: 15px;
}

.panel a {
  text-decoration: none;
  color: #03a4e8;
}

.panel .textbutton {
    display: block;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 6px 0px 12px 0;
    color:#03a4e8;
}

section h1 {
  font-Family: Roboto;
  font-Size: 18px;
  color: #131313;
  font-Weight: normal;
  font-Style: normal;
  font-Stretch: normal;
  line-Height: normal;
  letter-Spacing: normal;
}

section h2 {
  font-Family: Roboto;
  font-Size: 16px;
  line-Height: 1.5;
  color: #464646;
  font-Weight: normal;
  font-Style: normal;
  font-Stretch: normal;
  letter-Spacing: normal;
}

section p {
  font-Family: Roboto;
  font-Size: 14px;
  font-Weight: 300;
  font-Style: normal;
  font-Stretch: normal;
  margin-bottom: 15px;
  line-Height: 1.71;
  letter-Spacing: normal;
  color: #464646;
}

.panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  flex-Direction: column;
  align-Items: flex-start;
  margin-Top: 10px;
  margin-Left: 5px;
  padding: 15px;
  width: 283px;
  border-Radius: 8px;
  background-Color: #f8f8f8;
  -webkit-box-shadow: 0 10px 12.5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 12.5px 0 rgba(0, 0, 0, 0.2);
}

.panelButton {
  cursor: pointer;
  background-Color: #03a4e8;
  border: none;
  width: 100%;
  height: 38px;
  border-Style: solid;
  border-Width: 2px;
  border-Color: #0392cf;
  border-Radius: 4px;
  margin-bottom: 15px;
  align-Self: center;
  outline: none;
  font-Family: Roboto;
  font-Size: 14px;
  font-Weight: 500;
  text-Align: center;
  color: #feffff;
}



@media (max-width: 768px) {
  #messenger-container {
    top: 60px;
  }
}

#messenger-version-section {
  display: none;
}

input.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 62px;
  height: 32px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #707070;
  transition: background-color ease 0.3s;
  clear: both;
}

label.toggle {
    clear: both;
    display: block;
    width: 80%;
    font-size: .8em;
}

input.toggle:before {
  content: "on off";
  display: block;
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  font: 10px/28px Helvetica;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -22px;
  word-spacing: 37px;
  color: #fff;
  text-shadow: -1px -1px rgba(0,0,0,0.15);
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}
input.panel input.toggle {
  border-radius: 50px;
  margin-bottom: auto;
  border: none;
  font-family: Roboto;
  height: 32px;
}
.false.toggle,.true.toggle {
  width:71px;
}

.false.toggle:before,.true.toggle:before {
  content: "true false";
  width: 28px;
  text-indent: -30px;
  word-spacing: 32px;
}



.ltr.toggle:before, .rtl.toggle:before{
  content: "rtl ltr";
  word-spacing: 33px;
}

.toggle:checked {
  background-color: #03a4e8;
}

.toggle:checked:before {
  left: 32px;
}

.false.toggle:checked::before,.true.toggle:checked::before {
  left: 40px;
}

div.toggle.container {
  display: flex;
}

.column.toggle {
    margin: 0;
}

p.warning {
  background-color: #FFEB89;
  color: #444749;
  font-weight: bold;
  padding: 10px;
  border: #a4a4a4a4 solid 1px;
}

.hide {
  display:none;
}

input.context {
  margin-bottom: 4px;
}

button.context {
  color: #03a4e8;
  background-color: none;
  border-Style: solid;
  border-Width: 2px;
  border-Color: #0392cf;
  border-Radius: 4px;
  padding: 2px 10px;
  margin-bottom: 5px;
  float: right;
}

div.customContext.row  {
    clear: both;
}
