@keyframes shineStar{0%{opacity:0;transform:scale(1)}to{opacity:.7;transform:scale(1.5)}}.switch-box .switch-content{display:flex;align-items:center;gap:7px;cursor:pointer}.switch-box .switch-content .text{font-size:14px}.switch-box .switch-content:hover .switch{box-shadow:inset 2px 2px 5px rgba(0,0,0,.568)}.switch-box .switch-content .switch{display:flex;justify-content:center;align-items:center;position:relative;width:45px;height:23px;background-color:rgba(192,191,191,.521);border-radius:30px;transition:.2s;overflow:hidden;box-shadow:inset 2px 2px 5px rgba(0,0,0,.39);padding-left:18px;padding-top:1px;font-size:10px;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:start}.switch-box .switch-content .switch.loading{cursor:not-allowed;opacity:.7;filter:saturate(0) brightness(.7)}.switch-box .switch-content .switch.blue.active:before{background-color:#0176c4}.switch-box .switch-content .switch:before{content:"On";position:absolute;width:100%;height:100%;display:flex;align-items:center;padding-left:12px;box-shadow:inset 2px 2px 10px rgba(0,0,0,.692);background-color:rgba(192,191,191,.521);top:0;left:-140%;color:hsla(0,0%,100%,.7607843137);font-weight:0;transition:.2s;border-radius:30px}.switch-box .switch-content .switch:after{content:"";position:absolute;transition:.2s;width:16px;height:16px;top:3px;left:3px;box-shadow:inset 3px 3px 5px rgba(0,0,0,.281);border:1px solid #fff;background-color:#fff;border-radius:50%}.switch-box .switch-content .switch input.form-control:focus{box-shadow:none}.switch-box .switch-content .switch.active:after{translate:-100%;left:calc(100% - 3px)}.switch-box .switch-content .switch.active:before{background-color:#08b31e;left:-5%}#rtl .switch-box .switch-content .switch:before{direction:ltr}