.corner {
    top: 20px;
    right: 20px;
}

.corner .corner-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.corner .corner-button {
    background-color: #244770;
    border: none;
    color: white;
    border-radius: 8px;
    transition: .2s;
}

.corner .corner-button:hover {
    background-color: #416691;
    color: white;
}

.switch {
    display: flex;
    height: 30px;
}

.switch input {
    display: none;
}

.switch label {
    display: block;
    width: 60px;
    height: 30px;
    padding: 3px;
    border-radius: 15px;
    border: 2px solid #7e8382;
    cursor: pointer;
    transition: 0.3s;
}

.switch label::after {
    content: "";
    display: inherit;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: #7e8382;
    transition: 0.3s;
}

.switch input:checked~label {
    border-color: #244770;
}

.switch input:checked~label::after {
    translate: 30px 0;
    background: #244770;
}

.switch input:disabled~label {
    opacity: 0.35;
    cursor: not-allowed;
}

.switch.square label,
.switch.square label::after {
    border-radius: 0;
}

.variables-item {
    margin: 0.25rem;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    min-width: 100px;
    text-align: left;
    color: #7e8382;
    background-color: #e6e8ed;
    border: 1px solid rgba(36, 71, 112, 0);
    font-size: 8pt;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.variables-item:hover {
    border: 1px solid rgba(36, 71, 112, .2);
    color: #7e8382;
}
.variables-item svg {
    color: rgba(142, 36, 71, 0);
}
.variables-item:hover svg {
    color: rgba(142, 36, 71, 1);
}

.diagram button {
    background-color: #777;
    color: white;
    border-radius: 14px;
    height: 28px;
    width: 64px;
    padding: 0
}

/* SVG CSS */
rect {
    transition: .2s;
}

.svg-str0 {
    stroke: #244770;
    stroke-width: 7.62;
    stroke-miterlimit: 22.9256
}

.svg-str1 {
    stroke: white;
    stroke-width: 7.62;
    stroke-miterlimit: 22.9256
}

.svg-fil0 {
    fill: #244770
}

.svg-fil1 {
    fill: #3F72AF
}
.svg-fil1:hover {
    fill: #5481b8
}

.svg-fil4 {
    fill: #8DAACF
}

.svg-fil3 {
    fill: #B7582A
}
.svg-fil3:hover {
    fill: #c96e41
}

.svg-fil2 {
    fill: white
}

.svg-fil5 {
    fill: #B6B6B7
}
.svg-fil5:hover {
    fill: #888888
}

.svg-fnt1 {
    font-weight: normal;
    font-size: 139.23px;
    /* font-family: 'Noto Sans'; */
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.svg-fnt2 {
    font-weight: normal;
    font-size: 167.08px;
    /* font-family: 'Noto Sans' */
}

.svg-fnt0 {
    font-weight: normal;
    font-size: 250px;
    /* font-family: 'Gadugi' */
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.svg-linehub {
    fill: none;
    stroke:#55669b49;
    stroke-width:141.11;
    stroke-miterlimit:22.9256;
}