vc-gutter[theme="claro"] {
  position: relative;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
vc-gutter[theme="claro"].vc-gutter-vertical {
  flex-direction: column;
}
vc-gutter[theme="claro"] .vc-gutter-section {
  position: absolute;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  left: 0;
  min-height: 0;
  min-width: 0;
}
vc-gutter[theme="claro"].vc-gutter-vertical > .vc-gutter-section {
  top: 0;
  width: 100%;
  height: 50%;
}
vc-gutter[theme="claro"] .vc-gutter-sectionSecond {
  left: auto;
  right: 0;
}
vc-gutter[theme="claro"].vc-gutter-vertical > .vc-gutter-sectionSecond {
  top: auto;
  bottom: 0;
}
vc-gutter[theme="claro"] .vc-gutter-splitter {
  position: absolute;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  cursor: col-resize;
  text-align: center;
  background-color: #414141;
  z-index: 1;
}
vc-gutter[theme="claro"].vc-gutter-vertical > .vc-gutter-splitter {
  z-index: 1;
  left: auto;
  width: 100%;
  height: 6px;
  margin-top: -3px;
  margin-left: 0;
  cursor: row-resize;
}
vc-gutter[theme="claro"] .vc-gutter-splitterClickable {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 35px;
  margin-top: -17px;
  margin-left: 0;
  cursor: pointer;
  border-radius: 25px;
  transition: background-color 0.2s;
  background-color: #525252;
  color: #6b6b6b;
}
vc-gutter[theme="claro"] .vc-gutter-splitterClickable:hover {
  background-color: #6b6b6b;
  color: #525252 !important;
}
vc-gutter[theme="claro"].vc-gutter-vertical > .vc-gutter-splitter > .vc-gutter-splitterClickable {
  z-index: 1;
  top: 0;
  left: 50%;
  width: 35px;
  height: 100%;
  margin-top: 0;
  margin-left: -17px;
}
vc-gutter[theme="claro"] .vc-gutter-splitterCollapseIcon {
  padding-top: 0px;
  font-size: 15px;
  align-items: center;
  transition: color 0.2s;
}
