.ik-help-tip {
    font-size: 13px;
    cursor: pointer;
}

.ik-help-tip:not(:hover) {
    opacity: 0.618;
}

.ik-help__tooltip-loader > div:not(:last-child) {
    margin-bottom: 8px;
}

.ik-help__tooltip-loader > div {
    height: 10px;
    border-radius: 8px;
    width: 150px;
    background-color: rgba(0, 0, 0, 0.3);
}

.ik-help__tooltip-loader > div::after {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(255, 255, 255, 0.1), hsla(0, 0%, 100%, 0));
}

.ik-help-activator--edit {
    position: relative;
    border: 2px dashed var(--error-color) !important;
    border-radius: 2px !important;
}

.ik-help-activator--edit:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--error-color-o1) !important;
    cursor: pointer !important;
    pointer-events: none !important;
}
