.RadSmartPasteButton .k-button-icon {
    width: 1.4em;
    height: 1.4em;
    padding: 4px;
}

html body .RadButton .rbPrimaryIcon {
    margin: 0;
}

#copyButton > .k-button-text {
    font-family: Arial, sans-serif;
}

.form-wrapper {
    position: relative;
    height: 100%;
}

.editor-toolbar {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    gap: 8px;
    width: 100%;
    min-height: 55px;
    background: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.editor-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 258px;
    height: 175px;
    padding: .35rem;
}

.schematic-toolbar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 30px;
}

.button-group {
    display: flex;
    margin: 0 auto;
    width: 90px;
    height: 30px;
    opacity: 0.2;
}

.commands {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    width: 158px;
    height: 30px;
    opacity: 0.2;
}

.skeleton-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    background: #212529;
}

.skeleton-btn-left {
    width: 45px;
    background: #565e64;
    border-radius: 4px 0 0 4px;
}

.skeleton-btn-right {
    width: 45px;
    border-radius: 0 4px 4px 0;
}

.skeleton-btn-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 4px;
    color: #ffffff;
}

.split-button {
    display: flex;
    width: 120px;
    height: 30px;
    border: 1px solid #212529;
    border-radius: 4px;
    overflow: hidden;
}

.skeleton-btn-split-main {
    width: 90px;
    border-radius: 4px 0 0 4px;
}

.skeleton-btn-split-arrow {
    width: 30px;
    height: 30px;
    padding: 0;
    border-left: 1px solid #90abda;
    border-radius: 0 4px 4px 0;
    color: #ffffff;
}

.label {
    width: 21px;
    height: 6px;
    background: #ffffff;
    border-radius: 20px;
}

    .label.wide {
        width: 66px;
    }

.editor-text-area {
    flex: 1;
    padding: var(--kendo-spacing-3);
}

.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 14px;
}

.content-footer {
    display: flex;
    justify-content: flex-end;
}

.editor {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.25rem;
    overflow: visible;
}

.editor-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 258px;
    height: 175px;
}

.editor-body-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}

.editor-body-text {
    font-size: 14px;
    line-height: 142%;
}

.smartpaste-container {
    display: flex;
    gap: 20px;
    align-items: stretch;
    font-family: Arial, sans-serif;
}

    .smartpaste-container .editor {
        width: 284px;
        flex-shrink: 0;
    }

#editorContent::selection,
#chat-message::selection {
    background-color: #FEEABF;
}

.k-valid {
    background-color: #ECF4FF;
}

.k-form-submit {
    display: none;
}
