.uc-custom_chat_form_inside {
    height: 100vh;
    overflow: hidden;
}
.vfrc-chat {
    max-height: 100vh;
}
.uc-custom_chat_form .t-popup {
    padding: 0;
    max-width: 100%;
}
.uc-custom_chat_form .t-popup__container {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
}
.uc-custom_chat_form .t-popup__close {
    right: 10px !important;
    top: 7px !important;
}
.vfrc-header--button {
    display: none;
}
.uc-fixedopenbtn {
    padding: 0 !important;
    margin: 0 !important;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
}
.uc-fixedopenbtn .t-col {
    margin: 0 !important;
    padding: 0 !important;
}
.uc-fixedopenbtn .t1058__link {
    background: #f65f30;
    border-radius: 50%;
    font-size: 0;
    padding: 12px;
    transition: 0.25s;
}
.uc-fixedopenbtn .t1058__link:hover {
    opacity: 0.7;
}
.uc-fixedopenbtn .t-col img {
    margin: 0 !important;
    padding: 0 !important;
    height: 36px;
    width: 36px;
}
@media screen and (max-width: 360px) {
    .vfrc-header {
        padding-right: 60px;
    }
    .uc-custom_chat_form .t-popup__close {
        right: 5px !important;
        top: 5px !important;
    }
}