﻿.ace_onedeploy-brace-open {
    color: #007aff !important; /* Vivid blue (Apple system blue / strong UI tone) */
    font-weight: bold !important;
}
.ace_onedeploy-brace-close {
    color: #007aff !important; /* Vivid blue (Apple system blue / strong UI tone) */
    font-weight: bold !important;
}

.ace_onedeploy-autokeyword {
    position: relative;
    color: rgb(0, 44, 95) !important;
    /* font-weight: bold !important;*/
    font-weight: 450 !important;
    text-decoration: none !important;
}

    /*.ace_onedeploy-autokeyword::after {
        content: "";
        position: absolute;
        left: 2px;
        right: 2px;*/
        /*bottom: 0.1em;*/
        /*height: 1px;
        background-color: rgba(0, 44, 95, 0.2);
    }*/

.ace_onedeploy-placeholder-content {
    color:darkmagenta !important;
}

.placeholder-button {
    background: url('/images/placeholder.svg') center center no-repeat;
    background-size: 16px 16px; 
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1;
    font-size: 11px;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: none;
    border-left: 1px solid rgb(206, 212, 218);
    background: transparent;
    color: rgb(115, 117, 118);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.placeholder-button:hover {
    background: #f5f5f5;
    color: #000;
}

.ace-wrapper {
    overflow-y: visible;
    overflow-x: hidden; /* If you want to keep horizontal constraint */
}

.dxbl-text-edit.dxbl-memo-edit .ace_editor {
    height: 100%;
    width: 100%;
    border: none;
    background: transparent;
}

.dxbl-text-edit.dxbl-memo-edit .ace_scroller {
    height: 100%;
}

.dxbl-text-edit.dxbl-memo-edit > div {
    height: 100%;
    width: 100%;
}

.ace_editor {
    overflow: auto;
}

.ace-wrapper.single-line > div:first-child {
    max-width: calc(100% - 28px); /* match the button width exactly */
}

.ace-placeholder {
    position: absolute;
    top: 4px;
    left: 6px;
    font-size: var(--dxbl-font-size, 14px);
    font-family: var(--dxbl-font-family, "Segoe UI", sans-serif);
    font-weight: var(--dxbl-font-weight, 400);
    font-style: italic;
    line-height: var(--dxbl-line-height, 1.42857143);
    color: rgba(117, 117,117);
    background: none;
    border: none;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 5;
}
/*
.zoom-editor-container {
    padding: 12px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.zoom-editor-scrollable {
    flex-grow: 1;
    overflow: auto;
    padding: 10px;
}

*/