﻿.scrollbar-box {overflow-x:hidden;}
.scrollbar-y{position:relative; /*margin-right:-17px;*/}
/*.scrollbar-y .scroll-wrap{overflow-y:scroll;}*/
.scrollbar-y .scrollbar-track{position:absolute; top:0; right:17px; bottom:0; border-radius:8px; z-index:20; opacity:0; transition:opacity .3s;}
.scrollbar-y .show-scrollbar{opacity:1;}
.scrollbar-y .scrollbar-track .scrollbar-thumb{margin:0 auto; border-radius:6px; cursor:default;}
.hide.scrollbar-box .scrollbar-track {display:none;}
.hide.scrollbar-box .scrollbar-y {margin:0;}
.bat-back-top{width:48px; height:0; position:fixed; z-index:999; right:20px; bottom:100px; /*top:calc(50% - 40px);*/ overflow:hidden; transition:height .3s;}
.bat-top-box{width:40px; height:40px; margin:4px; cursor:pointer; border-radius:40px; box-shadow:0 0 4px 2px #e7e7ef; background-color:var(--white-bg);}
.bat-top-icon{width:26px; height:26px; color:var(--theme-color);}
.show-back-top{height:48px;}
.read-the-docs {
    color: #888;
}


/*.footer-m{max-width:335px;}*/
#bat-moving-content{position:relative; z-index:2; background-color:#fff;}
.bat-moving-loading{position:absolute; top:0; left:0; z-index:1}
.bat-check{position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,.5); z-index:1006; display:flex; align-items:center; justify-content:center;}
.bat-graphic{ padding:16px 12px; border-radius:4px; background-color:#fff; }
.bat-graphic-header{ padding-bottom:10px; display:flex; align-items:center; justify-content:flex-start; }
.bat-graphic-body{ position:relative; border-radius:4px; overflow:hidden; width:300px; height:220px; cursor:pointer;}
.bat-graphic-footer{ padding-top:10px; display:flex; align-items:center; justify-content:space-between; }
.bat-graphic-handle{ display:flex; align-items:center; justify-content:center; gap:10px; font-size:12px; }
.bat-graphic-handle span{ user-select:none; cursor:pointer; }
.bat-graphic-btn{ font-size:12px; color:#fff; outline:none; border:0; background-color:#006FFA; transition:all .2s;
    padding:10px 26px; border-radius:4px; cursor:pointer; }
.bat-graphic-btn:active{ background-color:#015FF6; }
#bat-graphic-body span{ position:absolute; z-index:2; display:flex; align-items:center; justify-content:center;
    width:20px; height:20px; border-radius:20px; font-size:12px; background-color:rgba(255,255,255,.8);}
#bat-graphic-header__img{width:150px; height:40px;}
#bat-gb{width:300px; height:220px; user-select:none; pointer-events: none;}