:root {
    --red-ui-primary-background: #FFF;
    --red-ui-primary-border-color: oklch(92.8% .006 264.531);
    --red-ui-header-background: #FFF;
    --red-ui-header-height: 60px;
    --red-ui-header-menu-color:#164db9;
    --red-ui-node-icon-background-color: rgba(0, 0, 0, 0.0);
    --red-ui-headerMenuItemDivider: rgba(0, 0, 0, 0.2);
    --red-ui-header-menu-item-hover: rgba(0, 0, 0, 0.05);
    --red-ui-workspace-button-color-primary: #ffffff;
    --red-ui-workspace-button-background-primary: #164db9;
        --red-ui-debug-message-text-color-msg-type-string: #164db9;
--red-ui-text-color-code: #164db9;
}

.red-ui-palette-header {
    text-transform: uppercase;
    font-size: 0.7rem;
    opacity: 0.5;
}

.red-ui-palette-node, .red-ui-flow-node {
    border-radius: 30px;
    border: 0px;
    padding: 3px 3px;
    text-transform: uppercase;
    font-weight:bold;
}

.red-ui-palette-icon-container {
    background-color: transparent;
    border: le
}

.red-ui-palette-label {
    opacity: 0.8
}

#red-ui-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--red-ui-header-height);
    background: var(--red-ui-header-background);
    box-sizing: border-box;
    padding: 0px 0px 0px 10px;
    color: var(--red-ui-header-menu-color);
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0px solid var(--red-ui-header-accent);
    padding-top: 0px;
    font-weight: bold;
}

.red-ui-header-logo > img {
    display: none;
}


.red-ui-user-profile {
    font-size: 10px;
    text-transform: uppercase;
    border: 0px ;
    background-color: #164db9;
    color: #fff;
}


#red-ui-header #red-ui-header-button-deploy {
    border: 1px solid oklch(0.872 0.01 258.338);
    color: oklch(0.446 0.03 256.802);
    border-right: 0px;
    border-radius: 6px 0px 0px 6px;
    background-color: white !important;
    
}

#red-ui-header-button-deploy-options {
    border: 1px solid oklch(0.872 0.01 258.338);
    color: oklch(0.446 0.03 256.802);
    border-left: 0px;
    border-radius: 0px 6px 6px 0px;
    background-color: white !important;   
}

#red-ui-header #red-ui-header-button-deploy, #red-ui-header-button-deploy-options {
    padding: 7px 10px !important;
}


#red-ui-header-button-deploy-icon {
    display: none;
}

g.red-ui-workspace-chart-grid {
    opacity: 0.5;
}

#red-ui-header ul.red-ui-menu-dropdown {
    background: #ffffff;
    border: 0px solid #ffffff;
    color: #FFF
}

button {
    border-radius: 6px !important;
    font-weight: bold !important;
}

button.primary {
    border: 0px solid;
}

button.primary:hover {
    background-color: #14429e;
    color: #fff;
}


.red-ui-notification {
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
}

#red-ui-notifications {
    top: 100px;
}

.red-ui-menu-label {
  color: #000;
}

.red-ui-tab {
    border-radius: 6px 6px 0px 0px;
}
.red-ui-tab.active {
    border-bottom: 3px solid var(--red-ui-header-menu-color) !important; 
}


.help-key {
    border-radius: 5px !important;
    min-width: 10px;
    box-shadow: inset 0px -2px 0px rgba(0,0,0,0.1);
    padding-bottom: 5px;
}
