.btn-group-toggle--no-border {
    border: none;
}

.btn-group-toggle--no-border .btn-group-toggle--border-between {
    border-left: 1px solid var(--candy-blue);
    border-radius: 4px;
}

.btn-group-toggle--no-border .btn-group-toggle--border-between:first-child {
    border-left: none;
}

.btn-group-toggle__wrapper {
    height: 33px;
}

.btn-group-toggle--active {
    height: 34px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
}

.btn.btn-group-toggle--fixed-width {
    width: 90px;
}
