.menu-fixed-sideright{position:fixed;-webkit-transform:translateX(280px);transform:translateX(280px);background-color:#fff;min-height:100%;height:100vh;z-index:99999;width:280px;top:0;right:0;transition:all .2s ease-in-out;opacity:1}.menu-fixed-sideright ul{padding-top:5px;overflow:auto;max-height:700px;}.menu-fixed-sideright.show{box-shadow:-1px 2px 19px -1px rgba(0,0,0,0.75)}.show-sb{-webkit-transform:translateX(0px)!important;transform:translateX(0px)!important}.list-fixed-side{position:fixed;display:flex;z-index:9997;right:15px;bottom:119px;flex-direction:column}.list-fixed-side strong{display:inline-block;width:50px;height:50px;text-align:center;line-height:50px;background-color:#0c4d94;color:#fff;border-radius:100%;margin-bottom:5px}.list-fixed-side strong i{font-size:18px}.list-fixed-side strong span{display:inline-table;content:"";position:absolute;left:0;padding:5px 15px;margin-left:-83px;background-color:#0c4d94;line-height:1.1;border-radius:3px;top:15px;font-size:.8125rem}.back-menu,.back-to-page{position:relative;display:block;padding:12px 10px;background:#0c4d94;text-align:center;color:#fff;font-weight:700;text-transform:uppercase}.back-menu:hover,.back-to-page:hover{cursor:pointer}.back-menu i,.back-to-page i{position:absolute;left:15px;font-size:22px;line-height:18px}.btn-blur{webkit-filter:blur(2px);-moz-filter:blur(2px);-ms-filter:blur(2px);-o-filter:blur(2px);-webkit-filter:blur(2px);filter:blur(2px)}.show{-webkit-transform:translateX(0px)!important;transform:translateX(0px)!important}.header-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0.53);z-index:9999}.table-of-contents h2{font-size:1.2em;}
.toc-show {
  max-height: 100px;
  height: auto;
  overflow: hidden;
  position: relative;
}

.toc-show.open:after {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, #f8f9fa 100%);
  height: 10px;
}

.toc-show.open {
  max-height: unset;
  padding-bottom: 20px;
}

.toc-show.short:after {
  display: none;
}

.toc-show:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  height: 50px;
}

.toc-show .toc-more {
  position: absolute;
  bottom: 0;
  left:0px;
  width: 200px;
  margin-left:-10px;
  color: #0664ac;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 5px;
  z-index: 5;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  margin-top:10px;
}