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

/* Disabled selects (Select2) */
select:disabled + .select2-container {
    opacity: 0.45;
    pointer-events: none;
}

/* Button */
.js-switch-submit {
    min-width: 80px;
}

.switch-row.is-hidden {
    display: none;
}
