/* COLORS */
/*Top level variables*/
.lm-social-share-url {
  display: block;
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 25px;
  font-family: toybox-glyphs;
  z-index: 1;
  cursor: pointer;
}

.share-links-root a:hover,
.share-links-root a:focus,
.share-links-root a:visited {
  text-decoration: none;
  color: white;
}
.share-links-root .show-hidden-btn {
  text-transform: uppercase;
  cursor: pointer;
  color: #337ab7;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.share-links-root h3 {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.share-links-root .lm-social-share-cont {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.share-links-root .url-copy {
  user-select: all;
  -ms-user-select: all;
  -moz-user-select: all;
  -webkit-user-select: all;
  overflow-wrap: anywhere;
  cursor: pointer;
  padding-bottom: 10px;
}
.share-links-root .hidden-url {
  opacity: 0;
  height: 0px;
  width: 0px;
  position: absolute;
}
.share-links-root .lm-social-share-btn {
  padding: 5px;
}