/*
 *   @copyright   Copyright (C) 2026 Dynamowebs Private Limited. All rights reserved.
 *   @license     Proprietary and Confidential. Unauthorized copying, distribution, or modification
 *                via any medium is strictly prohibited.
 *   @author      Faisal mehmood awan <faisal.aqurz@gmail.com> | Imran Khan <imran@dynamowebs.com>
 *   @file        switcher.css
 *   @modified    5/12/26, 5:19 PM
 *   @package     Dynamowebs
 *
 *   This file contains proprietary information of Dynamowebs Private Limited.
 *   No part of this file may be reproduced, distributed, or transmitted in any
 *   form or by any means without the express written permission of Dynamowebs.
 *
 *   @link        https://www.dynamowebs.com
 *   @github      https://github.com/FaisalCloudEngineer
 *
 */

.ui-switcher{background-color:#bdc1c2;display:inline-block;height:20px;width:48px;border-radius:10px;box-sizing:border-box;vertical-align:middle;position:relative;cursor:pointer;transition:border-color .25s;margin:-2px 4px 0 0;box-shadow:inset 1px 1px 1px rgba(0,0,0,0.15)}.ui-switcher:before{font-family:sans-serif;font-size:10px;font-weight:400;color:#fff;line-height:1;display:inline-block;position:absolute;top:6px;height:12px;width:20px;text-align:center}.ui-switcher[aria-checked=false]:before{content:'No';right:7px}.ui-switcher[aria-checked=true]:before{content:'Yes';left:7px}.ui-switcher[aria-checked=true]{background-color:#00bcd4}.ui-switcher:after{background-color:#fff;content:'\0020';display:inline-block;position:absolute;top:2px;height:16px;width:16px;border-radius:50%;transition:left .25s}.ui-switcher[aria-checked=false]:after{left:2px}.ui-switcher[aria-checked=true]:after{left:30px}
