/*! JointJS+ v4.1.1 - HTML5 Diagramming Framework - TRIAL VERSION

Copyright (c) 2025 client IO

 2025-10-28 


This Source Code Form is subject to the terms of the JointJS+ Trial License
, v. 2.0. If a copy of the JointJS+ License was not distributed with this
file, You can obtain one at https://www.jointjs.com/license
 or from the JointJS+ archive as was distributed by client IO. See the LICENSE file.*/


#toolbar {
    padding-top: 8px;
    padding-bottom: 25px;
    text-align: center;
    background: linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 7%, #e0e0e0 100%);
    box-shadow: 0 2px 5px rgba(106, 108, 138, .49); /*#6a6c8a*/
    border-top: 1px solid #DCDDEE;
}
#toolbar .btn {
    border: 1px solid #6A6C8B;
    color: #6A6C8B;
    background-color: transparent;
    border-radius: 15px;
    height: 30px;
    padding: 0 15px;
    margin-top: 20px;
    margin-right: 14px;
    font-size: 10pt;
    font-family: "Helvetica Neue", sans-serif;
    cursor: pointer;
    outline: none;
}
#toolbar .btn:hover {
    background-color: #6A6C8B;
    color: white;
}

#toolbar .inp {
    vertical-align: top;
    border: 1px solid #6A6C8B;
    color: #6A6C8B;
    background-color: white;
    border-radius: 15px;
    height: 30px;
    padding: 0 15px;
    margin-top: 20px;
    margin-right: 14px;
    font-size: 10pt;
    font-family: "Helvetica Neue", sans-serif;
    line-height: 28px;
    border-bottom-right-radius: 0;
}
