.page-id-25346 .faq-item .acc-body.open{
	max-height: 100% !important;
}
#footerFormContainer form{
	flex-direction: column;
}
#footerSuccessContainer{
	    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#footerChatContainer {
    max-height: 525px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    padding: 0;
    border: none;
    border-radius: 12px;
	    display: flex;
    flex-direction: column;
    height: 450px;
    background-color: #f4f7f9;
	width: 100%;
}
#footerChatMessages {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#footerChatMessages, .ai-message-bubble {
    scrollbar-width: thin;
    scrollbar-color: #47ece1 transparent;
}
#footerStatus {
    padding: 10px 15px;
    font-size: .8rem;
    color: #666;
    margin-bottom: 0!important;
}
#footerChatInput, #footerChatSend, .toggle-msg-btn {
    background: 0 0;
    border: none;
}
#footerChatInput {
	    padding: 12px 40px 12px 15px;
    font-size: 14px;
    outline: 0;
    flex-grow: 1;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%!important;
}

#footerChatSend {
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
	    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 0;
}
#footerChatSend::after {
    content: '›';
    font-size: 40px;
    line-height: 1;
    color: #00a99d;
    transform: translateY(-2px);
}
.ai-msg-wrapper .msg-text{
	padding: 12px 34px 12px 16px;
}
.footer-form__box .wpcf7{
	padding: 0;
	width: 100%;
}
.footer-form__box h2.center {
    text-align: center;
    padding-left: 0;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #606164;
}
.form-submit-group .button{
	flex-direction: column;
	padding: 12px 24px;
	height: auto;
}

.form-submit-group .button svg{
	margin-left: 0;
}
.thank-you_title{
		font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #08BEB2;
    text-align: center;
    max-width: 400px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 50px;
}
.app-thank-you-text{
    color: #878787;
    margin: 0 auto;
    margin-top: 50px !important;
    max-width: 255px;
    font-size: 12px;
}
#successContainer{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.complaint-form{
	flex-direction: column;
}
.form-submit-group .btn-ai-chat:hover{
	background-color: var(--c-colorH);
	transition: all .3s ease;
}
.popup.active{
	    display: flex !important;
    background-color: var(--c-grey);
    max-width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 395px;
    width: 591px;
    padding: 27px 16px;
    border: 1px solid var(--c-color);
    border-radius: 4px;
}
.popup__close {
    position: absolute;
    top: -30px;
    right: -10px;
    font-size: 28px;
    color: #000;
    background: 0 0;
    border: none;
    cursor: pointer;
}
.popup.active label{
	color: #000;
}
.popup .popup__overlay{
	background: none;
}
@media (max-width: 500px) {
    .call-popup__content {
        width: 100%;
        max-height: 715px;
    }
	.form-submit-group .button {
    flex-direction: column;
    padding: 6px 24px;
    height: auto;
	}
	.call-popup {
    top: 10%;
		right: 30px;
	}
	.wpcf7-list-item{
		margin-left: 0;
	}
}
@media (max-width: 400px) {
    .call-popup {
        top: 10%;
        right: 8px;
    }
}