.happy-reader-switch{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;align-items:center;background-image:linear-gradient(to right,#2b5876 0,#4e4376 51%,#2b5876 100%);color:#fff;padding:3px 20px;margin:15px 20px 30px;border-radius:10px;cursor:pointer;position:relative;font-size:.875rem}.happy-reader-switch-icon{position:absolute;margin-right:5px;left:-20px;background:linear-gradient(to right,#ed4264 0,#ffedbc 51%,#ed4264 100%);padding:5px;border:1px solid #555;border-radius:50px;transition:all .3s ease;display:inline-flex}.happy-reader-switch-icon img{width:25px}.happy-reader-switch.active .happy-reader-switch-icon{left:auto;right:-27px}