.switch-duality,.switch-duality .theme-toggle,.switch-duality .theme-toggle>div{width:calc(70px * var(--darkify-switch-scale, 1));height:calc(30px * var(--darkify-switch-scale, 1))}.switch-duality .theme-toggle>div{border:none;outline:none;background-color:#fff0;cursor:pointer;position:relative}.switch-duality .theme-toggle .toggle-track{position:absolute;border-radius:34px;transition:0.4s;display:flex;align-items:center;justify-content:space-between;padding:0 10px;z-index:9;line-height:0}.switch-duality .theme-toggle .toggle-thumb{position:absolute;width:calc(24px * var(--darkify-switch-scale, 1));height:calc(24px * var(--darkify-switch-scale, 1));left:calc(4px * var(--darkify-switch-scale, 1));bottom:50%;transform:translateY(50%);border-radius:50%;transition:0.4s;box-shadow:0 2px 5px rgb(0 0 0 / .2);background-color:var(--darkify_switch_dark_mode_bg)}.darkify_dark_mode_enabled .switch-duality .theme-toggle .toggle-thumb{background-color:var(--darkify_switch_light_mode_bg);transform:translate(calc(32px * var(--darkify-switch-scale, 1)),50%);left:calc(10px * var(--darkify-switch-scale, 1))}.switch-duality .theme-toggle svg{width:calc(20px * var(--darkify-switch-scale, 1));height:calc(20px * var(--darkify-switch-scale, 1));color:#121116}