.bi-segment > .center-element { overflow: hidden; overflow-x: hidden; overflow-y: hidden; background: #ffffff; border-right: 1px solid #3685f2; border-top: 1px solid #3685f2; border-bottom: 1px solid #3685f2; } .bi-segment > .first-element { border-left: 1px solid #3685f2; -webkit-border-radius: 6px 0px 0px 6px; -moz-border-radius: 6px 0px 0px 6px; border-radius: 6px 0px 0px 6px; } .bi-segment > .last-element { -webkit-border-radius: 0px 6px 6px 0px; -moz-border-radius: 0px 6px 6px 0px; border-radius: 0px 6px 6px 0px; } .bi-segment.disabled > .center-element, .bi-segment.disabled > .first-element { border-color: #F0F3F7; } .bi-theme-dark .bi-segment > .center-element { overflow: hidden; overflow-x: hidden; overflow-y: hidden; background: #242640; border-right: 1px solid #3a3c53; border-top: 1px solid #3a3c53; border-bottom: 1px solid #3a3c53; } .bi-theme-dark .bi-segment > .first-element { border-left: 1px solid #242640; }