@charset "utf-8";

.switch_box[data-v-02c9d188] { display: flex; -webkit-box-align: center; align-items: center; background: rgb(222, 224, 227); border-radius: 100px; cursor: pointer; height: 16px; padding: 2px; width: 28px; }

.switch_box.isOpen[data-v-02c9d188] { -webkit-box-pack: end; background-color: rgb(16, 163, 0); justify-content: end; }

.switch_box .dot[data-v-02c9d188] { background: rgb(255, 255, 255); border-radius: 50%; height: 12px; width: 12px; }