.wizardContent {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    max-height: 55vh;
    overflow: hidden;
}

.btn-group label input {
    display: none;
}

.wizzardSettings {
    flex: 1;
    justify-content: center;
    display: flex;
    align-items: center;
}

.driverList {
    flex: 1;
    display: flex;
}

.driverList * .card-body {
    overflow: auto;
}
