
@ant-prefix: ant;

@primary-color: rgb(2, 121, 192);
@info-color: rgb(2, 121, 192);
@processing-color: rgb(2, 121, 192);

.vb-player {
  margin: 0; // 1
  font-family: @font-family;
  font-size: @font-size-base;
  line-height: @line-height-base;
  color: @text-color;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* background-color: @body-background; */ // 2
}

.ant-popover * {
  box-sizing: border-box;

  * {
    box-sizing: border-box;
  }
}

.ant-tooltip * {
  box-sizing: border-box;

  * {
    box-sizing: border-box;
  }
}
