.backtest-toggle,.optimization-toggle{display:flex;justify-content:center;margin:0 auto 15px;width:fit-content}.backtest-toggle .toggle-switch,.optimization-toggle .toggle-switch{margin:0 auto}.optimization-toggle .toggle-switch .slider{background-color:#0e6bf6}.toggle-switch{background-color:#f0f0f0;border-radius:20px;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;height:30px;padding:3px;position:relative;transition:all .3s ease-in-out;width:300px}.toggle-switch input{display:none}.toggle-switch label{box-sizing:border-box;color:#777;cursor:pointer;display:inline-block;font-size:16px;height:100%;line-height:30px;position:relative;text-align:center;transition:color .3s ease;transition:all .3s ease-in-out;width:33.33%;z-index:1}.toggle-switch .slider{border-radius:12px;height:calc(100% - 10px);left:5px;position:absolute;top:5px;transition:.3s ease;width:33.33%}.backtest-toggle .toggle-switch .slider{background-color:#f6360e}.toggle-switch input:checked+label{color:#fff}.toggle-switch input:first-of-type:checked~.slider{left:5px}.toggle-switch input:nth-of-type(2):checked~.slider{left:calc(33.33% - 2px)}.toggle-switch input:nth-of-type(3):checked~.slider{left:calc(66.66% - 5px)}