* {
	font-family: 'Montserrat', sans-serif;
	font-family: 'Lexend', sans-serif;
}
html, body {
	font-size: 14px;
}
a {
    text-decoration: none;
}
.transparent-bg{
    background: transparent !important;
}
.container{
    padding-bottom: 50px !important;
}
section#biruform {
    position: relative;
    padding: 0;
    min-height: 100vh;
    transition: height 9999s;
}
.vertical-align {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.card {
	background: transparent;
    padding: 7px 15px;
	display: flex ;
	justify-content: end;
	min-height: 99vh;
}
form.BiruChatFormDynamic {
    background-color: transparent !important;
	padding: 5px 5px 5px 5px !important; 
    border-radius: 5px;
    box-shadow: none !important;
}
form.BiruChatFormDynamic textarea.userInputDynamic{
    border-bottom: 3px solid white;
    font-size: 18px;
    color: white;
	background-color: transparent;
}
form.BiruChatFormDynamic textarea.userInputDynamic::placeholder{
    font-size: 16px;
    color: wheat;
}
div.conv-form-wrapper{
	padding-top: 15px;
}

div.conv-form-wrapper div.options {
	width: auto;
	white-space: normal;

}
div.dragscroll{
	padding: 10px 5px 20px 10px;
}

@media only screen and (min-width: 768px) {
    div.dragscroll{
        margin-bottom: -20px;
    }
  }

form.BiruChatFormDynamic button.button-image {
    padding: 3px;
    border: none;
    float: left;
    margin: 5px;
    color: #06c5a6;
    cursor: pointer;
    border-radius: 8px;
    font-size: 1.1rem;
    width: 36px;
    height: 35px;
    margin-top: 4px;
    background: #fff;
    outline: none !important;
}


form.BiruChatFormDynamic button.button-image:hover {
    background: #2252cb;
    color: #fff;
}

.submit:hover {
    background: #2252cb !important;
    color: #fff !important;
}
button.button-image.glow {
    box-shadow: 0 0 10px 5px rgba(6, 197, 166, 0.4);
}

div.conv-form-wrapper div#messages div.message.to
{
    background: #efefef66;
    color: #ffffff;
}