.sstp-icon:hover {
    opacity: 1;
}


/* Toggle Switch Styles */
.sstp-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-right: 10px;
}
.sstp-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.sstp-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}
.sstp-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
.sstp-switch input:checked + .sstp-slider {
  background-color: #2196F3;
}
.sstp-switch input:checked + .sstp-slider:before {
  transform: translateX(26px);
}
.sstp-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.sstp-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sstp-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.sstp-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .sstp-slider {
    background-color: #2196F3;
}

input:checked + .sstp-slider:before {
    transform: translateX(26px);
}

.sstp-share-container {
    margin: 20px 0;
    text-align: right;
}

.sstp-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.sstp-icons {
    margin-top: 5px;
}

.sstp-icon {
    margin-right: 10px;
    display: inline-block;
}
