@charset "UTF-8";
/***!  /media/templates/site/tp_power/css/compiled-f8c28821287f06ffd2eb30724443b8ed.css?54d254  !***/

#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;
            left: -200px;
            height: 100vh;
            width: 200px;
            box-shadow: none;
            z-index: 99999;
            transition: left 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{
            left: 0px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
            transition: left 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);
            right: 0;
            margin-right: -40px;
            text-align: center;
            line-height: 40px;
            cursor: pointer;
        }
