body { font-family: sans-serif; font-size: 1.1em; background-color: #FFFFFF; color: #222; }
input[type="text"] { padding: 4px 6px; }
input[type="submit"] { padding: 4px; font-size: 1.2em; }
.dropdown {
  position: relative;
  display: inline-block;
  height: 32px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.dropdown-content {
  display: none;
  visibility: hidden;
  position: absolute;
  background-color: #ffffff;
  width: 513px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 0.5px rgba(0, 0, 0, 0.1);


}
.spantext {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  opacity: 0.9;
  font-family: HelveticaNeue;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #000000;
}
.spantext:hover {background-color: #f1f1f1}


.dropdown .dropdown-content {
  display: block;
}
.show {display:block;}
.chat_embed_templates {
margin-bottom: 14px;

}
.embed-template {
background: #f2f2f2;
border: 2px solid #f2f2f2;
cursor: pointer;
display: inline-block;
vertical-align: top;
}
.embed-template.active, .embed-template:hover{
border-color: #00d4c2;
}
.embed-template.portrait{
height: 150px;
width: 90px;
margin-right: 20px;
}
.embed-template.landscape{
height: 90px;
width: 150px;
margin-right: 20px;

}
.embed-template.square{
height: 90px;
width: 90px;
}
.Embed-Live-Public-Chat {
font-family: HelveticaNeue;
font-size: 1em;
line-height: 1.2;
font-weight: bold;
letter-spacing: -0.4px;
}
.Default-Size {
width: 610px;
height: 15.4px;
margin-top: 10px;
font-family: HelveticaNeue;
font-size: 16px;
font-weight: normal;
letter-spacing: -0.3px;
color: #000000;
margin-bottom: 20px;
}
.search-handle {
font-family: HelveticaNeue;
font-size: 1em;
line-height: 1.2;
font-weight: bold;
}
.HW-Rectangle{
width: 80px;
height: 32px;
font-size: 17px;
border-radius: 15px;
text-align: center;
background-color: #f2f2f2;
}
.Custom-Size {
width: 73px;
height: 17px;
font-family: HelveticaNeue;
font-size: 1em;
font-weight: 600;
letter-spacing: -0.3px;
color: #000000;
margin-right: 15px;
}

button {
border-radius: 15px;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: HelveticaNeue;
font-size: 17px;
height: 32px;
padding: 0px 15px 0px 15px;
-webkit-font-smoothing: antialiased;
font-weight: 600;
line-height: 1;

text-decoration: none;
transition: background-color .15s ease;
vertical-align: middle;
white-space: nowrap;
}
button:hover{
background: black;
}
button.outlined {
background-color: transparent;
border: 2px solid #00d4c2;
color: #00d4c2;
cursor: pointer;
border-radius: 15px;

}

.search-bar {
width: 505px;
font-size: 13px;
height: 20px;
border-radius: 15px;
background-color: #f2f2f2;

}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
