/*!
 * @@persagy2/meri-design v1.4.9-extend.2
 * (c) 2019-2020 xiongshuang
 * Released under the MIT License.
 * 2022-12-07 10:32:51
 */.p-toggle{position:relative;display:inline-block;vertical-align:middle;width:40px;height:22px;border-radius:11px;cursor:pointer;transition:background-color .3s}.p-toggle:before{content:"";position:absolute;top:2px;display:block;background-color:#fff;width:18px;height:18px;border-radius:9px;box-shadow:0 2px 10px #181c22;transition:right .2s;z-index:2}.p-toggle input{display:none;width:0;height:0}.p-toggle+.p-toggle{margin-left:8px}.p-toggle-off{background-color:#5d6177}.p-toggle-off:before{right:20px}.p-toggle-on{background-color:#0091ff}.p-toggle-on:before{right:2px}.p-toggle-disable-on{background-color:#17466d;cursor:not-allowed}.p-toggle-disable-off{background-color:#414859;cursor:not-allowed}