body{
    color: #333;
    font-size: 1.5vw;
    font-weight: 400;
    background: #63bbff;
    background: -moz-linear-gradient(top, rgba(0,25,114,1) 0%, rgba(99,187,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,25,114,1) 0%,rgba(99,187,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,25,114,1) 0%,rgba(99,187,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001972', endColorstr='#63bbff',GradientType=0 );
}
*{
    font-family: 'Montserrat', sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.pxl,
.hidden {
    display: none !important;
}
.modal-overlay {
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
	background-color: rgba(0, 0, 0, 0.8);
}
.modal-overlay.highest {
	display: block;
	z-index: 9999;
}

section{
  margin: auto;
  width: 30em;
  max-width: 100%;
  padding: 1em 6em;
}
.output{
  height: 100vh;
  overflow: auto;
  padding-top: 4em;
  padding-bottom: 0;
}
.output:after {
  content:"";
	height: 8em;
	display: block;
}
.input{
  position: fixed; left: 0; bottom: 0; right: 0;
  height: auto;
  width: 100%;
  background: rgba(91, 174, 244, 0.8);
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
}
.input > div {
  width: 30em;
  max-width: 100%;
  margin: auto;
}
.input small{
  display: block;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 2em 1em 0;
  height: auto;
  overflow: hidden;
}
small a{
  color: #fff;
}
.bubble{
  position: relative;
}
.bubble div{
  display: inline-block;
  border-radius: 3px;
  background: #FFF;
  padding: .75em 1em;
  margin-bottom: 1em;
  max-width: 100%;
  word-wrap: break-word;
  text-align: left;
}
.bubble div img{
  height: 1.4em;
  vertical-align: middle;
}
.support{
  text-align: left;
}
.support.pic.bubble div{
  border-radius: 0 3px 3px 3px;
}
.support.pic::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1em 1em 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute; top: 0; left: -0.9em;
}
.support.pic::after{
  content: '';
  display: block;
  width: 4em;
  height: 4em;
  background-image: url(/img/_btns/girl.jpg);
  background-size: 100%;
  position: absolute; top: -2em; left: -5.5em;
  border-radius: 50%;
}
.user{
  text-align: right;
}
.user.pic.bubble div{
  border-radius: 3px 3px 0 3px;
}
.user.pic::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 0 1em;
  border-color: transparent transparent transparent #ffffff;
  position: absolute; bottom: 1em; 
  right: calc(-1em + 1px);
}
.user.pic::after{
  content: '';
  display: block;
  width: 4em;
  height: 4em;
  background-image: url(/img/_btns/male.png);
  background-size: 100%;
  position: absolute; bottom: -1em; right: -5.5em;
  border-radius: 50%;
}
.i_txt,
.i_btn{
  border-radius: 5em;
  padding: 0;
  background: #FFF;
  display: flex;
}
input, button{
  padding: .25em .75em;
  border-radius: 5em;
  font-size: 1em;
  width: 100%;
  margin: 0.25em;
}
button{
  padding: .25em;
  border-radius: 5em;
  font-size: 1em;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
button.send{
  background: #009700 url('/img/_btns/arrow_right.svg') no-repeat center;
  width: 3em;
}
button.ja{
  background: #009700;
  width: 50%;
}
button.nein{
  background: #CD0000;
  width: 50%;
}
.input > div.required {
  margin-top: 5px;
  color: #730000;
}
.output::-webkit-scrollbar { width: 0px; height: 0px; }
.output::-webkit-scrollbar-button { width: 0px; height: 0px; }
.output::-webkit-scrollbar-thumb { background: rgba(255,255,255,.0); border: 0px none rgba(255,255,255,0); border-radius: 50px; }
.output::-webkit-scrollbar-thumb:hover { background: #3C4452; } ::-webkit-scrollbar-thumb:active { background: #3C4452; }
.output::-webkit-scrollbar-track { background: #3C4452; border: 0px none #3C4452; border-radius: 0px; }
.output::-webkit-scrollbar-track:hover { background: #3C4452; }
.output::-webkit-scrollbar-track:active { background: #3C4452; }
.output::-webkit-scrollbar-corner { background: transparent; }

@media only screen and (max-width: 768px) {
  body{
      font-size: 2.5vw;
  }
  section{
    width: 100%;
    padding: 1em 6em;
  }
  /* .output{
    padding-bottom: 10em;
  } */
  .output:after {
    height: 10em;
  }
}
@media only screen and (max-width: 425px) {
  body{
      font-size: 4vw;
  }
  section{
    width: 100%;
    padding: 1em 1em;
  }
  /* .output{
    padding-bottom: 12em;
  } */
  .output:after {
    height: 12em;
  }
  .pic{
    margin-top: 4em;
  }
  .support.pic.bubble div,
  .user.pic.bubble div{
    border-radius: 3px;
  }
  .support.pic::before{
    border-width: 1em 0 0 1em;
    border-color: transparent transparent transparent #ffffff;
    position: absolute; top: -.7em; left: 1.5em;
  }
  .support.pic::after{
    width: 3em;
    height: 3em;
    position: absolute; top: -4em; left: 0em;
  }

  .user.pic::before{
    border-width: 1em 0 0 1em;
    border-color: transparent transparent transparent #ffffff;
    position: absolute; top: -.7em; right: .5em;
  }
  .user.pic::after{
    width: 3em;
    height: 3em;
    position: absolute; top: -4em; right: 0em;
  }
  .input{
    font-size: 1.2em
  }
}





/********************************************************************** annimation */
.support div{
  animation: animationFrames ease 0.5s;
  animation-iteration-count: 1;
  transform-origin: 0% 0%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 0% 0%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 0% 0%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 0% 0%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    transform:  scaleX(0.00) ;
  }
  100% {
    transform:  scaleX(1.00) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  scaleX(0.00) ;
  }
  100% {
    -moz-transform:  scaleX(1.00) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  scaleX(0.00) ;
  }
  100% {
    -webkit-transform:  scaleX(1.00) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  scaleX(0.00) ;
  }
  100% {
    -o-transform:  scaleX(1.00) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  scaleX(0.00) ;
  }
  100% {
    -ms-transform:  scaleX(1.00) ;
  }
}
.user div{
  animation: animationFrames2 ease 0.5s;
  animation-iteration-count: 1;
  transform-origin: 100% 0%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames2 ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 100% 0%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames2 ease 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 100% 0%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames2 ease 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 100% 0%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames2 ease 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 100% 0%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames2{
  0% {
    transform:  scaleX(0.00) ;
  }
  100% {
    transform:  scaleX(1.00) ;
  }
}

@-moz-keyframes animationFrames2{
  0% {
    -moz-transform:  scaleX(0.00) ;
  }
  100% {
    -moz-transform:  scaleX(1.00) ;
  }
}

@-webkit-keyframes animationFrames2 {
  0% {
    -webkit-transform:  scaleX(0.00) ;
  }
  100% {
    -webkit-transform:  scaleX(1.00) ;
  }
}

@-o-keyframes animationFrames2 {
  0% {
    -o-transform:  scaleX(0.00) ;
  }
  100% {
    -o-transform:  scaleX(1.00) ;
  }
}

@-ms-keyframes animationFrames2 {
  0% {
    -ms-transform:  scaleX(0.00) ;
  }
  100% {
    -ms-transform:  scaleX(1.00) ;
  }
}



.support{
  animation: animationFrames3 ease 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 0%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames3 ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 0%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames3 ease 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 0%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames3 ease 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 0%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames3 ease 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 0%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames3{
  0% {
    transform:  scaleY(0.00) ;
  }
  100% {
    transform:  scaleY(1.00) ;
  }
}

@-moz-keyframes animationFrames3{
  0% {
    -moz-transform:  scaleY(0.00) ;
  }
  100% {
    -moz-transform:  scaleY(1.00) ;
  }
}

@-webkit-keyframes animationFrames3 {
  0% {
    -webkit-transform:  scaleY(0.00) ;
  }
  100% {
    -webkit-transform:  scaleY(1.00) ;
  }
}

@-o-keyframes animationFrames3 {
  0% {
    -o-transform:  scaleY(0.00) ;
  }
  100% {
    -o-transform:  scaleY(1.00) ;
  }
}

@-ms-keyframes animationFrames3 {
  0% {
    -ms-transform:  scaleY(0.00) ;
  }
  100% {
    -ms-transform:  scaleY(1.00) ;
  }
}


.user{
  animation: animationFrames4 ease 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 100%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames4 ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames4 ease 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 100%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames4 ease 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 100%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames4 ease 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 100%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames4{
  0% {
    transform:  scaleY(0.00) ;
  }
  100% {
    transform:  scaleY(1.00) ;
  }
}

@-moz-keyframes animationFrames4{
  0% {
    -moz-transform:  scaleY(0.00) ;
  }
  100% {
    -moz-transform:  scaleY(1.00) ;
  }
}

@-webkit-keyframes animationFrames4 {
  0% {
    -webkit-transform:  scaleY(0.00) ;
  }
  100% {
    -webkit-transform:  scaleY(1.00) ;
  }
}

@-o-keyframes animationFrames4 {
  0% {
    -o-transform:  scaleY(0.00) ;
  }
  100% {
    -o-transform:  scaleY(1.00) ;
  }
}

@-ms-keyframes animationFrames4 {
  0% {
    -ms-transform:  scaleY(0.00) ;
  }
  100% {
    -ms-transform:  scaleY(1.00) ;
  }
}
