.rkit-tab-nav {
    list-style: none;
    padding: 0;
}

.rkit-tab-container {
    display: flex;
}

.rkit-tab-container.horizontal{
    flex-direction: column;
}

.rkit-tab-container.vertical {
    flex-direction: row;
}

.rkit-tab-nav{
    display: flex;
    width: 100%;
}

.rkit-tab-container.horizontal .rkit-tab-nav {
    flex-direction: row;
}

.rkit-tab-container.vertical .rkit-tab-nav {
    flex-direction: column;
}

.rkit-tab-btn-item {
    width: 100%;
    background-color: gray;
    text-align: center;
    cursor: pointer;
    padding: 1rem;
    flex: auto;
}

.rkit-tab-btn-item.active {
    background-color: rgb(32, 32, 32);
    color: white;
}

.rkit-tab-content {
    display: none;
    margin: 20px 0px 0px 0px;
}

.rkit-tab-content.active{
    display: block;
}

.rkit-tab-content-container {
    flex : 1 ;
}
/*
     FILE ARCHIVED ON 04:09:38 Aug 13, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:18:44 Oct 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.562
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.01
  cdx.remote: 56.759
  LoadShardBlock: 331.152 (3)
  PetaboxLoader3.resolve: 270.563 (4)
  PetaboxLoader3.datanode: 1504.776 (5)
  load_resource: 1595.287
  loaddict: 175.064
*/