.ays-form-container div.ays-form-chat-content{
	/* border: 2px solid #c1c1c1; */
	min-height: 500px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 6px #c1c1c1;
}

.ays-form-container div.ays-form-chat-header{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 430px;
	height: 430px;
	overflow: hidden;
}

.ays-form-container div.ays-form-chat-header-main{
	overflow-y: auto;
	padding: 15px 10px;
    scrollbar-color: #1361b3 #f1f1f1;
    scrollbar-width: thin;
}

.ays-form-container div.ays-form-chat-footer{
	display: flex; 
	justify-content: center;
    align-items: center;
    /*height: 15%;*/
    border-top: 1px solid #787878;
    min-height: 70px;
}

.ays-form-container div.ays-form-chat-question-header{
	min-height: 50px; 
	width: auto;
}

.ays-form-container .ays-form-chat-question-title{
    background-color: #62a6e8;
    border-radius: 10px;
    color: #fff;
    width: max-content;
    padding: 8px;
    font-size: 18px;
    max-width: 80%;
    text-align: center;
    line-height: 1;
}

div.ays-form-chat-question-reply{
	/*display: flex;*/
    justify-content: flex-end;
    display: none;
}

.ays-form-container div.ays-form-chat-question-reply-title{
	text-align:center; 
	background-color: #ee8484;
    color: #ffffff;
    border-radius: 10px;
    width: max-content;
    padding: 8px;
    font-size: 18px;
    max-width: 80%;
    line-height: 1;
}

div.ays-form-chat-container .active-chat-loader{
	display: block;
}

div.ays-form-chat-container .active-chat-question{
	display: block;
	height: 100%;
}

div.ays-form-chat-container .active-chat-answer{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

div.ays-form-chat-question-item{
	display: none;
}

.ays-form-container div.ays-form-chat-answer-header{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}


div.ays-form-chat-answer-box{
	display: none;
	width: 100%;
}


.ays-form-chat-container .ays-form-chat-answer {
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 24px;
   margin: 5px;
}

.ays-form-chat-container .ays-form-chat-answer-text {
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 24px;
   margin: 5px;
   width: 100%;
/*   padding: 10px 10px 10px 0;
    margin: 10px 10px 10px 0;*/
}

.ays-form-chat-container .ays-form-chat-answer-label {
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    margin: 0px 15px;
    border: 1px solid #727272;
    border-radius: 5px;
    line-height: 100%;
}

.ays-form-chat-container .ays-form-chat-answer-label-content {
    text-align: center;
    padding: 6px 8px;
}


.ays-form-chat-container .ays-form-chat-answer-label input[type="radio"] {
   display: none;
}

.ays-form-container div.ays-form-chat-answer-label-content span{
    font-family: Roboto,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
    min-width: 1px;
}

div.ays-form-chat-content input.ays-form-chat-button{
	display: none;
}

div.ays-form-chat-container svg circle{
	fill: #ffffff;
}

.ays-form-chat-question-animation-dots{
	display: none;
    background-color: #62a6e8;
    border-radius: 10px;
    color: #fff;
    padding: 0px 8px;
    font-size: 18px;
    max-width: 80%;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    line-height: 1;
}

.ays-form-container .ays-form-chat-answer-text-type{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 8px 30px;
}

.ays-form-container .ays-form-chat-answer-short-text-button{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 24px;
    background-color: #fff;
    color: rgb(244, 0, 0);
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 36px;
    text-decoration: none;
    text-transform: none;
    min-width: auto;
    outline: none;
    transition: all 280ms cubic-bezier(0.4,0.0,0.2,1);
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background .2s .1s;
    transition: background .2s .1s;
    border: 0;
    cursor: pointer;
}
.ays-form-container div.ays-form-chat-answer-input-box{
	width: 100%;
}
.ays-form-container div.ays-form-chat-answer-input-btn{
	border: 1px solid #727272;
	margin: 0 5px;
}

.ays-form-container div.ays-form-chat-answer-input-box input{
	border: 1px solid #727272 !important; 
	width: 100%;
	height: 42px;
}

.ays-form-container div.ays-form-chat-thank-you-message p{
	margin: 0;
}

.ays-form-chat-container .ays-form-chat-question-header{
    margin: 5px 0;
}

.ays-form-chat-container .ays-form-chat-footer .ays-form-chat-answer-short-text-button img{
    max-width: max-content;
    width: 16px;
    height: auto;
}

.ays-form-container div.ays-form-chat-header-main::-webkit-scrollbar {
    width: 5px;
}

.ays-form-container div.ays-form-chat-header-main::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.ays-form-container div.ays-form-chat-header-main::-webkit-scrollbar-thumb {
    background: #1361b3;
    border-radius: 10px;
}
