.theme_boxtab_1 > [data-item] {
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.28); }
  .theme_boxtab_1 > [data-item] .content-tabs {
    display: block;
    box-sizing: border-box;
    height: calc(100% - 40px);
    width: 100%;
    position: absolute;
    overflow: inherit; }
  .theme_boxtab_1 > [data-item] .content-bullets-container {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .theme_boxtab_1 > [data-item] .content-arrows-container {
    width: 100%;
    height: calc(100% - 40px);
    position: absolute; }
