@import "font-awesome.min.css";

.wd-sharer-modal .swal2-content {
  text-align: left;
  padding: 32px;
  font-size: 16px;
}
.wd-sharer-modal .wd-share-tit {
  font-weight: bold;
  font-size: 32px;
}
.wd-sharer-modal .wd-share-form .form-group label {
  display: block;
  margin-bottom: 16px;
}
.wd-sharer-modal form {
  margin-top: 32px;
}
.wd-sharer-modal form input {
  display: block;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wd-sharer-modal form input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.wd-sharer-modal .wd-share-des {
  margin-top: 16px;
  font-size: 16px;
  color: #666;
}
.wd-shares a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #ed3c3c;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 20px;
  transition: opacity 0.2s ease;
}
.wd-shares a:hover {
  opacity: 0.6;
  color: #fff;
}
.wd-shares a.fa-twitter {
  background: #41abe1;
}
.wd-shares a.fa-facebook {
  background: #3b57a1;
}
.wd-shares a.fa-linkedin {
  background: #0966c3;
}
.wd-shares a.fa-whatsapp {
  background: #4ec75d;
}
.wd-shares a.fa-skype {
  background: #00aff0;
}
.wd-shares a.fa-whatsapp {
  background: #4ec75d;
}
.wd-shares a.fa-reddit-align {
  background: #3c3c3c;
}
.wd-shares a.fa-pinterest-p {
  background: #e5021d;
}
.wd-shares a.fa-tumblr {
  background: #36465f;
}
.wd-shares a.fa-vk {
  background: #366594;
}
.wd-shares a.fa-xing {
  background: #c6f16d;
}
.wd-shares a.fa-digg {
  background: #3c3c3c;
}
.wd-shares a.fa-stumbleupon {
  background: #fd8235;
}
.wd-shares a.fa-weibo {
  background: #e6162d;
}
.wd-shares a.fa-renren {
  background: #217dc6;
}
#tmpShareBtn {
  display: none;
}
