#astroid-backtotop{padding:10px;}#astroid-backtotop > i{font-size:20px;width:20px;height:20px;line-height:20px;text-align:center;}.astroid-social-icons{font-size:16px;}.astroid-social-icons a{color:!important;}.astroid-social-icons a:hover{color:!important;}[data-bs-theme=dark] .astroid-social-icons a{color:!important;}[data-bs-theme=dark] .astroid-social-icons a:hover{color:!important;}.astroid-preset-switcher{
            position: fixed;
            top: 0;
            right: -200px;
            height: 100vh;
            width: 200px;
            box-shadow: none;
            z-index: 99999;
            transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex;
        }
        .astroid-preset-switcher .astroid-presets{
            overflow-y: auto;
            height: 100%;
            width: 100%;
        }
        .astroid-preset-switcher.open{
            right: 0px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
            transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .astroid-preset-switcher-toggle{
            position: absolute;
            z-index: 1;
            width: 40px;
            height: 40px;
            display: block;
            top: calc(50% - 20px);
            left: 0;
            margin-left: -40px;
            text-align: center;
            line-height: 40px;
            cursor: pointer;
        }@media (min-width: 576px) {}@media (min-width: 768px) {}@media (min-width: 992px) {}@media (min-width: 1200px) {}@media (min-width: 1400px) {}