.save-button{
    margin-bottom: 5px;
    align-content: center;
}
.channel-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.minChannel-input{
    margin-bottom: 5px;
}

.save-button {
    margin-top: 20px;
}

.inline-label-input {
    display: flex;
    align-items: center;
}

 
.inline-label-input-label {
    width: 30px; /* Set a fixed width for labels */
    text-align: right; /* Align text to the right */
    margin-right: 10px;
}
.center-container {
    display: flex;
    justify-content: center;
}