vc-separator[theme="claro"] {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
}
vc-separator[theme="claro"].vc-separator-vertical {
  flex-direction: row;
  height: 100%;
  width: 1px;
  overflow-y: hidden;
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
}
vc-separator[theme="claro"] .vc-separator-bar {
  background-color: #525252;
  height: 100%;
  width: 100%;
  left: 0;
}
vc-separator[theme="claro"] .vc-separator-bar-full {
  left: 0;
}
vc-separator[theme="claro"] .vc-separator-bar-mid {
  left: auto;
}
vc-separator[theme="claro"] .vc-separator-bar-start {
  left: 0;
  align-self: flex-start;
}
vc-separator[theme="claro"] .vc-separator-bar-end {
  right: 0;
  align-self: flex-end;
}
