.timeout-warning {
    height: 100%;
	display: none;
    opacity: 0;
    transition: opacity .3s linear;
    flex-direction: column;
	align-items: center;
	justify-content: center;
    z-index: 100;
}

.timeout-warning p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    padding: 15px 0;
}

.timeout-warning img {
	width: 42px;
	height: 42px;
}

.timeout-warning .to-chat {
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #F3F4F6;
    color: #000;
    border-radius: 12px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    padding: 13px 17px;
}

.timeout-warning .to-chat span {
    padding-right: 7px;
}

.timeout-warning .to-chat img {
    width: 14px;
    height: 14px;
}

.loader .to-chat {
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #F3F4F6;
    color: #000;
    border-radius: 12px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    padding: 13px 17px;
    min-width: 100px;
    max-width: 100px;
}

.loader .to-chat img {
    margin-right: 5px;
}

@media (max-width: 576px) {
    .timeout-warning .to-chat {
        background-color: #fff;
    }

    .loader .to-chat {
    background-color: #fff;
}
    
}
