/* Stackable */

.ugb-main-block {
    margin-top: 0;
    margin-bottom: 0;
}

/* Multistep Subscription */

.ui.segment {
    border-radius: 0;
}

.ui.steps {
    border-radius: 0;
}

.ui.steps .step:first-child {
    border-radius: 0;
}

.ui.active.step, .ui.steps .step.active {
    background-color: #0b2240;
}

.ui.active.steps:after, .ui.steps .step.active:after {
    background-color: #0b2240;
}