@import './style_bs_overrides.css';

.detail {
    font-size: 0.5rem;
}

.detail>.dark {

    color: slategray;
}

.nodele-header {
    max-width: 42em;
    height: 2em;
}

.nodele-element {
    padding-bottom: 12px;
    height: 84px;
    width: 96px;
}

.nodele-element-line {
    height: 24px;
}

.nodele-border {
    border-style: dotted;
    border-width: 1px;
    border-color: antiquewhite;
}


@media (min-width: 576px) {
    .nodele-area {
        min-width: 24em;
        max-width: 42em;
        min-height: 42em;
    }
}

@media (max-width: 575.98px) {
    .nodele-area {}
}

.nodele-tile {
    height: 4em;
    width: 4em;
    background-color: #212529;
}

.nodele-pattern {
    height: 5em;
    width: 5em;
    padding: 0em;
}

.nodele-pattern>p {
    margin: 0em;

}

node-component {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px;
}



/* functional styles 
-------------------------*/
@layer defaults {
    progress-ring {
        display: block;
        position: relative;

        --progress: 0;
    }
}