body {
    background-color: #f5f5f5;
}

.file-input-label {
    background-color: #c1d72e;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.file-input {
    display: none;
}

.buttons {
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
    background: none;
}

.button {
    background-color: #c1d72e;
    color: #000;
    border: none;
    border-radius: 10px;
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.button.on {
    background-color: #dc582a;
}

.svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right-column {
    flex-basis: calc(30%);
}

.file-input-container {
    display: flex;
    align-items: top;
    justify-content: flex-start;
    padding: 5px 10px;
    height: 40px; /* Adjust the height as needed */
    z-index: 2;
}

.topology {
    display: block;
    align-items: center;
    /* padding: 5px 10px; */
}

.info {
    background-color: #ddd;
    position: absolute;
    overflow: auto;
}

iframe {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    z-index: 2;
}

.console-host {
    display: none;
    background-color: #c1d72e;
    color: #000;
    border: none;
    border-radius: 0;
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
    bottom: 10px;
    right: 10px;
    position: absolute;
    z-index: 3;
}
