.chatik-integration-resizer {
    position: absolute;
    cursor: pointer;
}

.chatik-integration-resizer_full-size[class] {
    width: 100%;
    height: 100%;
}

.chatik-integration-resizer_top,
.chatik-integration-resizer_bottom {
    left: 8px;
    width: calc(100% - 8px - 8px);
    height: 8px;
    cursor: ns-resize;
}

.chatik-integration-resizer_top {
    top: 0;
}

.chatik-integration-resizer_bottom {
    bottom: 0;
}

.chatik-integration-resizer_right,
.chatik-integration-resizer_left {
    top: 8px;
    width: 8px;
    height: calc(100% - 8px - 8px);
    cursor: ew-resize;
}

.chatik-integration-resizer_right {
    right: 0;
}

.chatik-integration-resizer_left {
    left: 0;
}

.chatik-integration-resizer_top-left,
.chatik-integration-resizer_top-right,
.chatik-integration-resizer_bottom-right,
.chatik-integration-resizer_bottom-left {
    width: 8px;
    height: 8px;
}

.chatik-integration-resizer_top-left,
.chatik-integration-resizer_bottom-right {
    cursor: nwse-resize;
}

.chatik-integration-resizer_top-right,
.chatik-integration-resizer_bottom-left {
    cursor: nesw-resize;
}

.chatik-integration-resizer_top-left {
    top: 0;
    left: 0;
}

.chatik-integration-resizer_top-right {
    top: 0;
    right: 0;
}

.chatik-integration-resizer_bottom-right {
    bottom: 0;
    right: 0;
}

.chatik-integration-resizer_bottom-left {
    bottom: 0;
    left: 0;
}