/* Default Whatsapp Form CSS by www.idblanter.com */

form.whatsapp-form {
 box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
 border-radius: 0.5rem;
 padding: 20px;
 box-sizing: border-box;
 color: #444;
 font-size: 14px;
 line-height: 1.5;
}
.whatsapp-form a.send_form {
 color: #fff;
 background: #21a51f;
 text-decoration: none;
 display: inline-block;
 padding: 10px 25px;
 border-radius: 0.3rem;
 font-weight: 700;
 letter-spacing: 0.5px;
 font-size: 15px;
}
#text-info span {
 display: block;
 padding: 10px 15px;
 text-align: center;
 font-weight: 700;
 margin: 15px 0;
 border-radius: 0.5rem;
}
#text-info span.yes {
 background: #c6ffc5;
 color: #0ea904;
}
#text-info span.no {
 background: #ffc5c5;
 color: #ce0404;
}
/* Input Field CSS */

.datainput {
 position: relative;
 margin: 5px 0 20px;
}
.datainput p {
 font-size: 12px;
 background: #eee;
 display: inline-block;
 padding: 5px 15px;
 border-radius: 0.5rem;
}
.whatsapp-form textarea {
 min-height: 120px;
}
.datainput select {
 padding: 12px 0;
 color: #555;
 font-size: 14px;
 width: 100%;
 border: 0;
 border-bottom: 1px solid #ddd;
 outline: none;
 background: #fff;
}
.datainput input,
.datainput textarea {
 font-size: 15px;
 padding: 15px 0;
 display: block;
 width: 100%;
 border: none;
 border-bottom: 1px solid #ddd;
}
.datainput input:focus,
.datainput textarea:focus {
 outline: none;
}
.datainput label {
 color: #999;
 font-size: 14px;
 font-weight: 400;
 position: absolute;
 pointer-events: none;
 left: 0;
 top: 18px;
 transition: 0.2s ease all;
}
.datainput input:focus ~ label,
.datainput input:valid ~ label,
.datainput textarea:focus ~ label,
.datainput textarea:valid ~ label {
 top: -10px;
 font-size: 14px;
 color: #21a51f;
}
#notif-license span {
 font-size: 40px;
}
#notif-license {
 display: none;
 position: fixed;
}
.bar {
 position: relative;
 display: block;
 width: 100%;
}
.bar:before,
.bar:after {
 content: "";
 height: 2px;
 width: 0;
 bottom: 1px;
 position: absolute;
 background: #21a51f;
 transition: 0.2s ease all;
}
.bar:before {
 left: 50%;
}
.bar:after {
 right: 50%;
}
.datainput input:focus ~ .bar:before,
.datainput input:focus ~ .bar:after,
.datainput textarea:focus ~ .bar:before,
.datainput textarea:focus ~ .bar:after {
 width: 50%;
}
.indigox {
 background: #3f51b5;
}
.orangex {
 background: #ff9800;
}
.pinkx {
 background: #e91e63;
}
.bluex {
 background: #2196f3;
}
.purplex {
 background: #9c27b0;
}
.redx {
 background: #f44336;
}
.greenx {
 background: #4caf50;
}
.highlight {
 position: absolute;
 height: 50%;
 width: 100px;
 top: 25%;
 left: 0;
 pointer-events: none;
 opacity: 0.5;
}
.datainput input:focus ~ .highlight,
.datainput textarea:focus ~ .highlight {
 animation: inputHighlighter 0.3s ease;
}
.datainput input:focus ~ label,
.datainput input:valid ~ label,
.datainput textarea:focus ~ label,
.datainput textarea:valid ~ label {
 top: -10px;
 font-size: 13px;
 color: #21a51f;
}
/* CSS Multiple Whatsapp Chat */

#whatsapp-chat {
 position: fixed;
 background: #fff;
 width: 350px;
 border-radius: 5px;
 box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
 right: 30px;
 overflow: hidden;
 z-index: 99;
 animation-name: showchat;
 animation-duration: 1s;
 transform: scale(1);
 top: 90px;
}
a.blantershow-chat {
 color: #fff;
 position: fixed;
 z-index: 98;
 bottom: 20px;
 right: 15px;
 font-size: 15px;
 border-radius: 30px;
 box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
 background-color: #009900;
 background-position: right top;
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
}
a.blantershow-chat i {
 transform: scale(1.2);
 margin: 0 10px 0 0;
}
.header-chat {
 color: #fff;
 background-color: #009900;
 background-position: right top;
 padding-top: 0px;
 padding-right: 10px;
 padding-bottom: 0px;
 padding-left: 10px;
}
.header-chat h3 {
 margin: 0 0 10px;
}
.header-chat p {
 font-size: 14px;
 line-height: 1.7;
 margin: 0;
}
.info-avatar {
 position: relative;
}
.info-avatar img {
 border-radius: 100%;
 width: 35px;
 float: left;
 margin-top: 10px;
}
a.informasi {
 padding: 20px;
 display: block;
 overflow: hidden;
 animation-name: showhide;
 animation-duration: 2.5s;
}
a.informasi:hover {
 background: #f1f1f1;
}
.info-chat span {
 display: block;
 padding: 15px;
 margin-left: 40px;
}
#get-label,
span.chat-label {
 font-size: 18px;
 color: #ffffff;
 font-weight: bold;
}
#get-nama,
span.chat-nama {
 margin: 5px 0 0;
 font-size: 15px;
 font-weight: normal;
 color: #ffffff;
}
#get-label,
#get-nama {
 color: #fff;
}
span.my-number {
 display: none;
}
.blanter-msg {
 color: #444;
 font-size: 16px;
 text-align: center;
 border-top: 1px solid #ddd;
 padding-top: 20px;
 padding-right: 10px;
 padding-bottom: 20px;
 padding-left: 10px;
}
textarea#chat-input {
 border: none;
 font-family: "Roboto", sans-serif;
 width: 100%;
 height: auto;
 outline: none;
 resize: none;
}
a#send-it {
 width: 40px;
 padding: 8px;
 border-radius: 5px;
 font-size: 24px;
 margin-right: 20px;
}
.first-msg {
 background: #f5f5f5;
 text-align: right;
 padding-top: 20px;
 padding-right: 10px;
 padding-bottom: 20px;
 font-family: "Roboto", sans-serif;
}
.first-msg span {
 background: #e2e2e2;
 color: #333;
 font-size: 16px;
 border-radius: 10px;
 display: inline-block;
 padding: 10px;
}
.start-chat .blanter-msg {
 display: flex;
}
#get-number {
 display: none;
}
a.close-chat {
 position: absolute;
 top: 5px;
 right: 15px;
 color: #fff;
 font-size: 30px;
}
@keyframes showhide {
 from {
  transform: scale(0.5);
  opacity: 0;
 }
}
@keyframes showchat {
 from {
  transform: scale(0);
  opacity: 0;
 }
}
@media screen and (max-width: 480px) {
 #whatsapp-chat {
  width: auto;
  left: 5%;
  right: 5%;
  font-size: 80%;
 }
}
.hide {
 display: none;
 animation-name: showhide;
 animation-duration: 1.5s;
 transform: scale(1);
 opacity: 1;
}
