* {
	font-family: 'Montserrat', sans-serif;
	font-family: 'Lexend', sans-serif;
}
html, body {
	font-size: 14px;
		background-image: url("https://cdn.biru.app/biru/logo/biru-office-logo.png");
		background-repeat: no-repeat;
		background-size: cover;
        background-position: center;
        background-color: #3b3f43;
}
.container{
    padding-bottom: 50px !important;
}
section#biruform {
	background: #41464bd4;
    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: #c9c9c9; */
	padding: 5px 5px 5px 5px !important; 
    border-radius: 5px;
}
form.BiruChatFormDynamic textarea.userInputDynamic{
	background-color: #ffffff;
}
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: #06b79a;
    color: #fff;
}

button.button-image.glow {
    box-shadow: 0 0 10px 5px rgba(6, 197, 166, 0.4);
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff5c5c;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    z-index: 1000;
    text-decoration: none;
}