﻿
.formfield-editor-commandSubType > input,
.formfield-editor-commandType > input,
.formfield-editor-commandCategory > input,
.formfield-editor-paramEvmTokenAddress > input,
.formfield-editor-commandClassification > input,
.formfield-editor-commandCategory > input {
    border-width: 0px !important;
    border-color: transparent !important;
    pointer-events: none; /* Prevents the user from interacting with the input */
    background-color: #f5f5f5; /* Gray out the background like a disabled input */
    color: #a0a0a0;
}

.w-content-box .w-mini-panel-09.w-mini-panel-09 {
    border-radius: 5px;
}

    .w-content-box .w-mini-panel-09.w-mini-panel-09 > .w-title-field {
        padding-left: 10px;
    }

.site-mode-studio-design {
    background: none !important;
}
