.main-container {
    margin: 2% 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-col {
    margin: 0 2vw;
    width: 30vw;
}

.main-col > .compartment {
    margin: 1vh 0;
}

.code-area textarea {
    width: 100%;
}

.btn-group-toggle label.btn::after {
    content: "Disabled";
}

.btn-group-toggle label.btn.active::after {
    content: "Enabled";
}

.options-container {
    display: flex;
    flex-direction: column;
}

.import-option {
    margin: 0.25rem 0;
}

.option-label {
    font-size: large;
    width: 12.5rem;
}

.option-input {
    width: 10rem;
}
