#sidebar{position:absolute;top:80px;left:0;width:260px;height:calc(100vh - 80px);display:flex;flex-direction:column;background:rgba(15,15,15,.75);backdrop-filter:blur(10px);box-shadow:0 0 20px rgba(0,0,0,.4);padding:20px;color:#fff;z-index:2000;transition:top .5s,height .5s;box-sizing:border-box}#sidebar h2{margin-top:0;font-size:22px;font-weight:600;text-align:center}.layer-group{margin-top:20px}.layer-group h3{font-size:16px;margin-bottom:10px;opacity:.85}.btn-layer{width:100%;padding:10px;background:#333;border:none;color:#fff;margin-bottom:8px;border-radius:8px;text-align:left;cursor:pointer;transition:.25s}.btn-layer:hover{background:#e67d33af}.btn-layer.active{background:#ff6b00}#bmc-footer{margin-top:85%;text-align:center}#sidebar.festive-header{box-shadow:0 0 25px rgba(0,0,0,.6);transition:background .5s}#sidebar.theme-navidad{background:linear-gradient(180deg,#c41e3aa7 0,#165b3398 50%,#c41e3a8d 100%)}#sidebar.theme-halloween{background:linear-gradient(180deg,#1a0033,#000)}#sidebar.theme-anonuevo{background:linear-gradient(180deg,navy,#000040)}#sidebar.theme-sanvalentin{background:linear-gradient(180deg,#ff1493,#c71585)}#sidebar.theme-pascua{background:linear-gradient(180deg,#98fb98,#87ceeb)}#sidebar.theme-verano{background:linear-gradient(180deg,#ff8c00,gold)}.sidebar-icons{display:flex;justify-content:space-around;align-items:center;padding-top:10px;border-top:1px solid #ccc;margin-top:auto}.sidebar-icons .icon-link{display:inline-flex;align-items:center;justify-content:center}.sidebar-icons svg{width:30px;height:30px}.sidebar-icons img{height:30px}.sidebar-icons .icon-link:hover img,.sidebar-icons .icon-link:hover svg{transform:scale(1.1);transition:transform .2s;cursor:pointer}