/* stylelint-disable hhru/less-variable-value-disallowed-list */
/* Design System colors */
/* Red */
/* Yellow */
/* Orange */
/* Blue */
/* Violet */
/* Green */
/* Grayscale */
/* Special */
.chatik-integration-iframe-container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.chatik-integration-iframe {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
}

.chatik-integration-iframe_loaded {
    visibility: visible;
}