/* CSS styles in this file are need for proper Baron work */
.wrapper {
    position: relative;
    overflow: hidden;
}
.scroller {
    height: 100%;
    overflow-y: scroll;
    border: 0;
}
.scroller::-webkit-scrollbar { /* Preventing webkit bug of horizontal scrolling */
    width: 0;
}
.scroller__bar-wrapper {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    right: 2px;
    width: 8px;
    background: rgba(0, 0, 0, .1);
    pointer-events: none;
}
.scroller__bar { /* The bar. You should define width, right and background */
    position: absolute;    
    z-index: 2;
    right: 0;
    width: 12px;
    border-radius: 10px/5px;
    background: #adb9c2;
}
.scroller__bar:hover {
    background: #a0aeb8;
}
.scroller__bar_h {
    bottom: 2px;
    height: 8px;
}

.header__title {
    width: 100%;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* For padding and border, if exist */
    background: #999;

    /* pointer-events: none; /* IE9+ https://developer.mozilla.org/en-US/docs/CSS/pointer-events */
}
.header__title_state_fixed {
    position: absolute;
    z-index: 1; /* Removing flicker effect */
}
/*
     FILE ARCHIVED ON 01:04:31 Jun 18, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:38:19 Jul 01, 2026.
     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.584
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.048
  esindex: 0.01
  cdx.remote: 22.655
  LoadShardBlock: 234.833 (3)
  PetaboxLoader3.resolve: 301.661 (4)
  PetaboxLoader3.datanode: 99.584 (4)
  load_resource: 187.662
*/