
                #toggleIcon.eye-crossed::after {
                  content: "";
                  position: absolute;
                  top: 50%;
                  left: -2px;
                  width: 120%;
                  height: 2px;
                  background: #6c757d;
                  transform: rotate(45deg);
                }
              