vc-loader[theme="claro"] {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
vc-loader[theme="claro"].vc-loader-progress {
  top: auto;
  position: static;
}
vc-loader[theme="claro"] .vc-loader-bar {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
vc-loader[theme="claro"] .vc-loader-rail {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(121, 121, 121, 0.52);
  opacity: 0;
}
vc-loader[theme="claro"] .vc-loader-loadingBar {
  height: 100%;
  width: 1px;
  transition: width 0s;
  z-index: 1;
}
vc-loader[theme="claro"] .vc-loader-indicator {
  color: #d6d5d5;
  font-size: 15px;
  margin-top: 2px;
  margin-right: 5px;
  float: right;
}
