/**
      * @name calccube
      * @version v1.0.0
      * @author TA | CalcCube
      * @license Proprietary
      * All rights reserved. Unauthorized copying, modification, or distribution is prohibited.
      */
input[type=range][data-v-77efc554]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}input[type=range][data-v-77efc554]::-webkit-slider-runnable-track{width:100%;height:4px;background:currentColor;opacity:.2;border-radius:2px}input[type=range][data-v-77efc554]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:16px;width:16px;border-radius:50%;background:currentColor;margin-top:-6px;cursor:pointer}input[type=range][data-v-77efc554]:focus-visible{outline:2px solid #6366f1;outline-offset:4px;border-radius:4px}
