.bulb{z-index:2;background:#444;border-radius:50%;width:80px;height:80px;position:relative}.lightbulb-container .bulb{background:#fff;box-shadow:0 0 50px #fff,0 0 100px #fff,0 0 150px #fff,0 0 200px #fff,0 0 250px #fff,0 0 300px #fff,0 0 350px #fff}.lightbulb-container.off .bulb{box-shadow:none;background:#fff}.bulb:before{content:"";background:#444;border-top:30px solid #000;border-radius:10px;width:35px;height:80px;position:absolute;top:-50px;left:22.5px}.lightbulb-container .bulb:before{background:#fff}.lightbulb-container .bulb:after{content:"";filter:blur(40px);background:#fff;border-radius:50%;width:120px;height:120px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lightbulb-container.off .bulb:after{background:#2e2d2d}.bulb span:first-child{background:0 0;border-bottom-right-radius:40px;width:30px;height:30px;display:block;position:absolute;top:-16px;left:-4px;transform:rotate(342deg);box-shadow:20px 20px 0 10px #444}.lightbulb-container .bulb span:first-child,.lightbulb-container.off .bulb span:first-child{box-shadow:20px 20px 0 10px #fff}.bulb span:nth-child(2){background:0 0;border-bottom-left-radius:40px;width:30px;height:30px;display:block;position:absolute;top:-16px;right:-4px;transform:rotate(17deg);box-shadow:-20px 20px 0 10px #444}.lightbulb-container .bulb span:nth-child(2){box-shadow:-20px 20px 0 10px #fff}.wire{z-index:1;background:#000;width:4px;height:60vh;position:absolute;bottom:50%;left:calc(50% - 2px)}.switch{background:linear-gradient(#eee,#ccc,#eee);border:3px solid #000;border-radius:10px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:absolute;bottom:50px;right:50px}.switch .btn{cursor:pointer;background:linear-gradient(#777,#fff,#777);border:2px solid #000;border-radius:6px;width:25px;height:40px;position:relative}.switch .btn:before{content:"";background:linear-gradient(#fff,#fff);border-radius:4px;width:100%;height:85%;position:absolute;top:0;left:0}.on .switch .btn:before{top:15%}.lightbulb-container{justify-content:center;align-items:center;min-height:40vh;display:flex;position:relative}
