/* Utility classes */
.rounded {
  border-radius: 6px; }

.oval {
  border-radius: 15px; }

.circle {
  border-radius: 50%; }

.wo-text {
  width: 34px; }

/* end Utility classes */
.dex-btn,
.popup button {
  cursor: pointer; }

.dex-btn {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Open Sans", "Cantarell",  sans-serif;
  display: inline-block;
  height: 34px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: .85rem;
  margin: 0 .2em;
  border: none;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.dex-btn span,
.dex-icon {
  vertical-align: middle; }

.dex-btn,
.dex-btn span {
  font-weight: bold; }

.share {
  display: inline-block;
  max-height: 40px; }

.share .dex-btn:not(.wo-text),
.support:not(.wo-text) {
  padding: 4px 12px 4px 10px; }

.share .dex-btn:not(.wo-text) .dex-icon,
.support:not(.wo-text) .dex-icon {
  margin-right: 8px; }

.dex-icon {
  fill: #ffffff; }

.overlay,
.hidden,
.hidden + .popup {
  display: none; }

.hidden:checked + .popup {
  position: absolute;
  min-width: 255px;
  margin-top: .8em;
  padding: .5em;
  z-index: 3;
  background-color: #333;
  border-radius: .5em;
  display: inline-block; }

/* popup triangle */
.hidden:checked + .popup:before {
  content: "";
  position: absolute;
  top: -.7em;
  height: 0;
  width: 0;
  border-bottom: .8em solid #141414;
  border-left: .8em solid transparent;
  border-right: .8em solid transparent;
  z-index: 3; }

.popup input {
  min-width: 190px;
  height: 25px; }

.popup button {
  margin: 2.5px 0 2.5px 5px;
  height: 28px;
  width: 44px; }

.popup label {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5); }

.diaspora {
  background-color: #222222; }
  .diaspora:hover {
    background-color: #000000; }

.mastodon {
  background-color: #3088d4; }
  .mastodon:hover {
    background-color: #1074cb; }

.hubzilla {
  background-color: #43488a; }
  .hubzilla:hover {
    background-color: #363b7d; }

.gnusocial {
  background-color: #a22430; }
  .gnusocial:hover {
    background-color: #900d19; }

.friendica {
  background-color: #ffb900; }
  .friendica:hover {
    background-color: #ebaa00; }

.socialhome {
  background-color: #4c4c4c; }
  .socialhome:hover {
    background-color: #423c3c; }

.postactiv {
  background-color: #ad68d5; }
  .postactiv:hover {
    background-color: #a44fd5; }

.pumpio {
  background-color: #000000; }
  .pumpio:hover {
    background-color: #333; }

.diaspora-bright {
  background-color: #141414; }
  .diaspora-bright:hover {
    background-color: #000000; }

.mastodon-bright {
  background-color: #054dff; }
  .mastodon-bright:hover {
    background-color: #003cd1; }

.hubzilla-bright {
  background-color: #311b92; }
  .hubzilla-bright:hover {
    background-color: #231367; }

.gnusocial-bright {
  background-color: #b90d1e; }
  .gnusocial-bright:hover {
    background-color: #890a16; }

.friendica-bright {
  background-color: #ff8f00; }
  .friendica-bright:hover {
    background-color: #ff7a00; }

.socialhome-bright {
  background-color: #303636; }
  .socialhome-bright:hover {
    background-color: #212727; }

.postactiv-bright {
  background-color: #b030f9; }
  .postactiv-bright:hover {
    background-color: #a20af7; }

.support-liberapay {
  background-color: #f6c915;
  color: #0e0e0e; }
  .support-liberapay:hover {
    background-color: #ffb900; }

.support-snowdrift {
  background-color: #13628e; }
  .support-snowdrift:hover {
    background-color: #024d76; }

.support-ocollective {
  background-color: #7fadf2; }
  .support-ocollective:hover {
    background-color: #4992ff; }

.support-gratipay {
  background-color: #630; }
  .support-gratipay:hover {
    background-color: #4d2600; }

.support-liberapay .dex-icon {
  fill: #0e0e0e; }

@media screen and (max-width: 64em) {
  .dex-btn {
    margin: .5em .2em; } }

@media screen and (max-width: 47.938em) {
  .share {
    display: inline-block; } }
