@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* _content/RulesEngineEditor/Components/Editor/Actions/GroupActionsEditor.razor.rz.scp.css */
.actions-editor[b-lss89iw5ku] {
    padding: 8px;
}

.btn-delete[b-lss89iw5ku] {
    width: 100%;
    padding: 4px 8px;
    font-size: 0.7rem;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
}

.btn-delete:hover[b-lss89iw5ku] {
    background-color: #c82333;
}

.btn-delete:active[b-lss89iw5ku] {
    background-color: #bd2130;
}

.empty-message[b-lss89iw5ku] {
    padding: 8px;
    font-size: 0.7rem;
    color: #888;
}

/* _content/RulesEngineEditor/Components/Editor/Actions/LinkActionsEditor.razor.rz.scp.css */
.actions-editor[b-h8d2tvfyqn] {
    padding: 8px;
}

.btn-delete[b-h8d2tvfyqn] {
    width: 100%;
    padding: 4px 8px;
    font-size: 0.7rem;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
}

.btn-delete:hover[b-h8d2tvfyqn] {
    background-color: #c82333;
}

.btn-delete:active[b-h8d2tvfyqn] {
    background-color: #bd2130;
}

.empty-message[b-h8d2tvfyqn] {
    padding: 8px;
    font-size: 0.7rem;
    color: #888;
}

/* _content/RulesEngineEditor/Components/Editor/Actions/RuleActionsEditor.razor.rz.scp.css */
.actions-editor[b-oj2fimf0e7] {
    padding: 8px;
}

.btn-delete[b-oj2fimf0e7] {
    width: 100%;
    padding: 4px 8px;
    font-size: 0.7rem;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
}

.btn-delete:hover[b-oj2fimf0e7] {
    background-color: #c82333;
}

.btn-delete:active[b-oj2fimf0e7] {
    background-color: #bd2130;
}

.empty-message[b-oj2fimf0e7] {
    padding: 8px;
    font-size: 0.7rem;
    color: #888;
}

.group-select[b-oj2fimf0e7] {
    width: 100%;
    font-size: 0.7rem;
    padding: 4px 6px;
    margin-top: 8px;
}

.group-button[b-oj2fimf0e7] {
    width: 100%;
    margin-top: 4px;
}
/* _content/RulesEngineEditor/Components/Editor/Actions/SeedActionsEditor.razor.rz.scp.css */
.actions-editor[b-6827ccassb] {
    padding: 8px;
}

.btn-delete[b-6827ccassb] {
    width: 100%;
    padding: 4px 8px;
    font-size: 0.7rem;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
}

.btn-delete:hover[b-6827ccassb] {
    background-color: #c82333;
}

.btn-delete:active[b-6827ccassb] {
    background-color: #bd2130;
}

.empty-message[b-6827ccassb] {
    padding: 8px;
    font-size: 0.7rem;
    color: #888;
}
/* _content/RulesEngineEditor/Components/Editor/Diagram/FlowGroupWidget.razor.rz.scp.css */
.flowgroup-container[b-8bmfjd9176] {
    width: 100%;
    height: 100%;
    border: 2px dashed #999;
    background: transparent;
    transition: border-color 0.2s;
    position: relative;
}

    .flowgroup-container .title[b-8bmfjd9176] {
        position: absolute;
        top: -22px;
        left: -2px;
        right: -2px;
        height: 20px;
        padding: 2px 8px;
        background: #f5f5f5;
        color: #666;
        font-size: 12px;
        font-weight: 600;
        border: 2px dashed #999;
        border-bottom: none;
        text-align: center;
        line-height: 16px;
        box-sizing: border-box;
    }

/* Highlight when group is selected */
.flowgroup-container.selected[b-8bmfjd9176] {
    border-color: #4a90e2;
    border-width: 3px;
}

    .flowgroup-container.selected .title[b-8bmfjd9176] {
        border-color: #4a90e2;
        border-width: 3px;
        border-bottom: none;
        background: #e3f2fd;
        color: #4a90e2;
        left: -3px;
        right: -3px;
        top: -23px;
    }
/* _content/RulesEngineEditor/Components/Editor/Properties/CatalogPropertyEditor.razor.rz.scp.css */
.property-editor[b-5r0ekf3wki] {
    padding: 8px;
    font-size: 0.75rem;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.form-group[b-5r0ekf3wki] {
    margin-bottom: 8px;
}

.form-group label[b-5r0ekf3wki] {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 2px;
    color: #333;
}

.form-control[b-5r0ekf3wki] {
    width: 100%;
    padding: 3px 6px;
    font-size: 0.75rem;
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-control:focus[b-5r0ekf3wki] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.form-text[b-5r0ekf3wki] {
    display: block;
    font-size: 0.65rem;
    color: #666;
    margin-top: 2px;
}

.empty-message[b-5r0ekf3wki] {
    padding: 8px;
    font-size: 0.7rem;
    color: #888;
}
/* _content/RulesEngineEditor/Components/Editor/Properties/GroupPropertyEditor.razor.rz.scp.css */
.property-editor[b-zy8xep2ctm] {
    padding: 8px;
    font-size: 0.75rem;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.form-group[b-zy8xep2ctm] {
    margin-bottom: 8px;
}

.form-group label[b-zy8xep2ctm] {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 2px;
    color: #333;
}

.form-control[b-zy8xep2ctm] {
    width: 100%;
    padding: 3px 6px;
    font-size: 0.75rem;
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-control:focus[b-zy8xep2ctm] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.form-text[b-zy8xep2ctm] {
    display: block;
    font-size: 0.65rem;
    color: #666;
    margin-top: 2px;
}

.form-text.error[b-zy8xep2ctm] {
    color: #dc3545;
}

.btn-apply[b-zy8xep2ctm] {
    width: 100%;
    padding: 4px 8px;
    font-size: 0.7rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
}

.btn-apply:hover[b-zy8xep2ctm] {
    background-color: #0056b3;
}

.btn-apply:active[b-zy8xep2ctm] {
    background-color: #004085;
}

.empty-message[b-zy8xep2ctm] {
    padding: 8px;
    font-size: 0.7rem;
    color: #888;
}
/* _content/RulesEngineEditor/Components/Editor/Properties/LinkPropertyEditor.razor.rz.scp.css */
.property-editor[b-bmiphn66ra] {
    padding: 8px;
    font-size: 0.75rem;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.form-group[b-bmiphn66ra] {
    margin-bottom: 8px;
}

.form-group label[b-bmiphn66ra] {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 2px;
    color: #333;
}

.form-control[b-bmiphn66ra] {
    width: 100%;
    padding: 3px 6px;
    font-size: 0.75rem;
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-control:focus[b-bmiphn66ra] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.form-control[readonly][b-bmiphn66ra] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.form-text[b-bmiphn66ra] {
    display: block;
    font-size: 0.65rem;
    color: #666;
    margin-top: 2px;
}

.empty-message[b-bmiphn66ra] {
    padding: 8px;
    font-size: 0.7rem;
    color: #888;
}
/* _content/RulesEngineEditor/Components/Editor/Properties/RulePropertyEditor.razor.rz.scp.css */
.property-editor[b-ocip4383p7] {
    padding: 8px;
    font-size: 0.75rem;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.form-group[b-ocip4383p7] {
    margin-bottom: 8px;
}

.form-group label[b-ocip4383p7] {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 2px;
    color: #333;
}

.form-control[b-ocip4383p7] {
    width: 100%;
    padding: 3px 6px;
    font-size: 0.75rem;
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-control:focus[b-ocip4383p7] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.form-control[readonly][b-ocip4383p7] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.form-text[b-ocip4383p7] {
    display: block;
    font-size: 0.65rem;
    color: #666;
    margin-top: 2px;
}

.form-text.error[b-ocip4383p7] {
    color: #dc3545;
}

.btn-apply[b-ocip4383p7] {
    width: 100%;
    padding: 4px 8px;
    font-size: 0.7rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
}

.btn-apply:hover[b-ocip4383p7] {
    background-color: #0056b3;
}

.btn-apply:active[b-ocip4383p7] {
    background-color: #004085;
}

.empty-message[b-ocip4383p7] {
    padding: 8px;
    font-size: 0.7rem;
    color: #888;
}
/* _content/RulesEngineEditor/Components/Editor/Properties/SeedPropertyEditor.razor.rz.scp.css */
.property-editor[b-944zikvi09] {
    padding: 8px;
    font-size: 0.75rem;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.form-group[b-944zikvi09] {
    margin-bottom: 8px;
}

.form-group label[b-944zikvi09] {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 2px;
    color: #333;
}

.form-control[b-944zikvi09] {
    width: 100%;
    padding: 3px 6px;
    font-size: 0.75rem;
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-control:focus[b-944zikvi09] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.form-text[b-944zikvi09] {
    display: block;
    font-size: 0.65rem;
    color: #666;
    margin-top: 2px;
}

.form-text.error[b-944zikvi09] {
    color: #dc3545;
}

.btn-apply[b-944zikvi09] {
    width: 100%;
    padding: 4px 8px;
    font-size: 0.7rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
}

.btn-apply:hover[b-944zikvi09] {
    background-color: #0056b3;
}

.btn-apply:active[b-944zikvi09] {
    background-color: #004085;
}

.empty-message[b-944zikvi09] {
    padding: 8px;
    font-size: 0.7rem;
    color: #888;
}
/* _content/RulesEngineEditor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zzrsr3ej3j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zzrsr3ej3j] {
    flex: 1;
}

.sidebar[b-zzrsr3ej3j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zzrsr3ej3j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zzrsr3ej3j]  a, .top-row[b-zzrsr3ej3j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zzrsr3ej3j]  a:hover, .top-row[b-zzrsr3ej3j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zzrsr3ej3j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zzrsr3ej3j] {
        justify-content: space-between;
    }

    .top-row[b-zzrsr3ej3j]  a, .top-row[b-zzrsr3ej3j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zzrsr3ej3j] {
        flex-direction: row;
    }

    .sidebar[b-zzrsr3ej3j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zzrsr3ej3j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zzrsr3ej3j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zzrsr3ej3j], article[b-zzrsr3ej3j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zzrsr3ej3j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zzrsr3ej3j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/RulesEngineEditor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vl0rwj55jm] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-vl0rwj55jm] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vl0rwj55jm] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vl0rwj55jm] {
    font-size: 1.1rem;
}

.bi[b-vl0rwj55jm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-vl0rwj55jm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-vl0rwj55jm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-vl0rwj55jm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-vl0rwj55jm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vl0rwj55jm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vl0rwj55jm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vl0rwj55jm]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-vl0rwj55jm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vl0rwj55jm]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-vl0rwj55jm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vl0rwj55jm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vl0rwj55jm] {
        display: none;
    }

    .nav-scrollable[b-vl0rwj55jm] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/RulesEngineEditor/Components/Pages/Editor.razor.rz.scp.css */
/* Root container - full viewport height */
.editor-root[b-c4bimryrke] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 12px;
    gap: 12px;
    box-sizing: border-box;
}

/* Header - fixed size */
.editor-header[b-c4bimryrke] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.header-left[b-c4bimryrke], .header-right[b-c4bimryrke] {
    flex: 0 0 auto;
}

/* Main content area - takes remaining space */
.editor-content[b-c4bimryrke] {
    display: grid;
    grid-template-columns: 320px 1fr 320px;
    gap: 12px;
    flex: 1;
    min-height: 0;
}

/* Sidebars - flexible columns */
.sidebar-left[b-c4bimryrke], .sidebar-right[b-c4bimryrke] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
}

/* Canvas section */
.canvas-section[b-c4bimryrke] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 0;
}

/* All panel styling moved to app.css to avoid CSS scoping conflicts */

.panel-title[b-c4bimryrke] {
    font-weight: 600;
    margin-bottom: 8px;
    flex-shrink: 0;
}

/* Canvas panel - fills available space */
.canvas-panel[b-c4bimryrke] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.canvas-area[b-c4bimryrke] {
    flex: 1;
    min-height: 0;
    border: 1px dashed #c9c9c9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    background: #fff;
}

/* Log entry styling */
.log-entry[b-c4bimryrke] {
    font-size: 0.75rem;
    margin: 2px 0;
    color: #333;
}

.log-entry .time[b-c4bimryrke] {
    color: #888;
    margin-right: 8px;
}

.log-entry .level[b-c4bimryrke] {
    display: inline-block;
    width: 48px;
}

.log-entry.info .level[b-c4bimryrke] {
    color: #0d6efd;
}

.log-entry.warn .level[b-c4bimryrke] {
    color: #ff9800;
}

.log-entry.error .level[b-c4bimryrke] {
    color: #dc3545;
}

/* Path bar */
.path-bar[b-c4bimryrke] {
    font-weight: 600;
    font-size: 1.05rem;
}

.path-bar .path-text[b-c4bimryrke] {
    color: #333;
}

/* Catalog styling - layout moved to app.css */
.catalog-item-selected[b-c4bimryrke] {
    background: #e8f0ff !important;
}

.catalog-action[b-c4bimryrke] {
    cursor: pointer;
}

.catalog-group[b-c4bimryrke] {
    font-weight: 600;
}

.catalog-list[b-c4bimryrke] {
    max-height: 420px;
    overflow: auto;
    margin-bottom: 8px;
}

.group-title[b-c4bimryrke] {
    font-weight: 600;
    margin-top: 6px;
}

.subgroup-title[b-c4bimryrke] {
    font-weight: 500;
    margin: 4px 0 2px 6px;
    color: #555;
}

.catalog-group[b-c4bimryrke] {
    margin-bottom: 6px;
}

.catalog-item-btn[b-c4bimryrke] {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 2px 0;
    cursor: pointer;
}

.catalog-item-btn.selectable:hover[b-c4bimryrke] {
    background: #f3f6ff;
}

.catalog-item-btn.selected[b-c4bimryrke] {
    background: #e8f0ff;
    border: 1px solid #c7dbff;
}

.catalog-item-btn .select-dot[b-c4bimryrke] {
    display: inline-block;
    width: 16px;
    color: #3a61d6;
}

.placeholder-text[b-c4bimryrke] {
    color: #777;
    font-size: 0.95rem;
}


.workflowgroup-container[b-c4bimryrke] {
    width: 100%;
    height: 100%;
    border: 2px dashed black;
}

    .workflowgroup-container .title[b-c4bimryrke] {
        position: absolute;
        right: 0;
        padding: 8px;
        text-align: right;
        border-left: 2px dashed black;
        border-bottom: 2px dashed black;
    }
