/* General button css */
#fbpsc .btn-social {
  margin-bottom: 5px !important;
  color: white;
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social > :first-child {
  position: absolute;
  left: 15px;
  top: 5px;
  bottom: 0;
  width: 30px;
  height: 20px;
  line-height: 30px;
  font-size: 1.6em;
  text-align: center;
  margin-left: 5px;
}

#fbpsc .btn-social.btn-lg {
  padding-left: 61px;
}

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

#fbpsc .btn-social.btn-sm {
  padding-left: 38px;
}

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

#fbpsc .btn-social.btn-xs {
  padding-left: 30px;
}

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

#fbpsc .btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-social-icon.btn-lg {
  padding-left: 61px;
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

#fbpsc .btn-social-icon.btn-sm {
  padding-left: 38px;
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

#fbpsc .btn-social-icon.btn-xs {
  padding-left: 30px;
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

#fbpsc .btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

#fbpsc .btn-block-connect:not(.btn-facebook):not(.btn-amazon):not(.btn-google):not(.btn-google-default):not(.btn-paypal):not(.btn-twitter):not(.btn-tiktok):not(.btn-instagram):not(.btn-linkedin) {
  width: 140px;
}

#fbpsc .btn-title-connect {
  padding-left: 30px;
  font-size: 14px;
}

#fbpsc .btn-connect {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 3px;
  user-select: none;
}

#fbpsc .btn-connect:hover {
  text-decoration: none;
  opacity: 0.85;
}

#fbpsc .btn-rounded {
  border-radius: 25px;
}

#fbpsc .btn-shadow {
  border: 1px solid;
  padding: 5px 15px 5px 5px;
  box-shadow: 0px 2px 2px #888888;
}

/* As Facebook can't have a mini button due to their guidelines, we have to adapt the style of the other mini buttons */
#fbpsc.advanced .btn-mini-fbpsc {
  padding: 6px 8px;
  margin-bottom: 5px;
  border-radius: 3px;
}

/* Social media button styles */
/* Common properties for social buttons */
#fbpsc .btn-social {
  font-weight: bold;
}

/* Amazon */
.btn-social > .fa-bt-amazon {
  background: url(../img/social/amazon-brands.svg) no-repeat center;
}

#fbpsc .btn-amazon {
  color: #000000;
  background: linear-gradient(#ffe8ab, #f5c645);
  border-color: #b38b22;
}

#fbpsc .btn-amazon:focus,
#fbpsc .btn-amazon.focus,
#fbpsc .btn-amazon:hover,
#fbpsc .btn-amazon:active,
#fbpsc .btn-amazon.active,
.open > .dropdown-toggle.btn-amazon {
  color: #000000;
  background-color: #f6c94e;
  border-color: #b38b22;
}

#fbpsc .btn-amazon .badge {
  color: #000000;
  background-color: #f6c94e;
}

#fbpsc .btn-amazon .btn-title-connect {
  padding-left: 25px;
}

/* Facebook */
.btn-social > .fa-bt-facebook {
  background: url(../img/social/facebook-f-brands.svg) no-repeat center;
}

#fbpsc .btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-facebook:focus,
#fbpsc .btn-facebook.focus,
#fbpsc .btn-facebook:hover,
#fbpsc .btn-facebook:active,
#fbpsc .btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

/* Google */
.btn-social > .fa-bt-google {
  background: url(../img/social/google-brands.svg) no-repeat center;
}

#fbpsc .btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-google:focus,
#fbpsc .btn-google.focus,
#fbpsc .btn-google:hover,
#fbpsc .btn-google:active,
#fbpsc .btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

/** Google default **/
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

#fbpsc .btn-google-default .btn-google-default-icon {
  background: url(../img/social/google_icon.svg) transparent 50% no-repeat;
}

#fbpsc .btn-google-default {
  padding: 7px 8px;
  color: #757575;
  font-family: 'Roboto';
  background-color: #fff;
  border: 0;
}

#fbpsc .btn-google-default:focus,
#fbpsc .btn-google-default.focus,
#fbpsc .btn-google-default:active,
#fbpsc .btn-google-default.active,
.open > .dropdown-toggle.btn-google-default {
  color: #757575;
  background-color: #efefef;
  border-color: rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-google-default .badge {
  color: #757575;
  background-color: #fff;
}

/* Paypal */
.btn-social > .fa-bt-paypal {
  background: url(../img/social/paypal-brands.svg) no-repeat center;
}

#fbpsc .btn-paypal {
  color: #fff;
  background-image: linear-gradient(#0070BA 20%, #0070BA);
  background-repeat: no-repeat;
  border-color: #0070BA;
}

#fbpsc .btn-paypal:focus,
#fbpsc .btn-paypal.focus,
#fbpsc .btn-paypal:active,
#fbpsc .btn-paypal.active,
.open > .dropdown-toggle.btn-paypal {
  color: #fff;
  background-image: linear-gradient(#003087 20%, #003087);
  border-color: #0070BA;
  text-decoration: underline;
}

#fbpsc .btn-paypal .badge {
  color: #0070ba;
  background-color: #fff;
}

#fbpsc .btn-paypal .btn-title-connect {
  padding-left: 25px;
}

/* Tiktok */
.btn-social > .fa-bt-tiktok {
  background: url(../img/social/tiktok-brands.svg) no-repeat center;
}

#fbpsc .btn-tiktok {
  color: #fff;
  background-color: black;
  border-color: rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-tiktok:focus,
#fbpsc .btn-tiktok.focus,
#fbpsc .btn-tiktok:hover,
#fbpsc .btn-tiktok:active,
#fbpsc .btn-tiktok.active,
.open > .dropdown-toggle.btn-tiktok {
  color: #fff;
  background-color: black;
  border-color: rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-tiktok .badge {
  color: black;
  background-color: #fff;
}

/* Twitter */
.btn-social > .fa-bt-twitter {
  background: url(../img/social/tw-x.svg) transparent 50% no-repeat;
}

#fbpsc .btn-twitter {
  color: #fff;
  background-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-twitter:focus,
#fbpsc .btn-twitter.focus,
#fbpsc .btn-twitter:hover,
#fbpsc .btn-twitter:active,
#fbpsc .btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-twitter .badge {
  color: #000;
  background-color: #fff;
}

/* Linkedin */
.btn-social > .fa-bt-linkedin {
  background: url(../img/social/linkedin-in-brands.svg) no-repeat center;
}

#fbpsc .btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-linkedin:focus,
#fbpsc .btn-linkedin.focus,
#fbpsc .btn-linkedin:hover,
#fbpsc .btn-linkedin:active,
#fbpsc .btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

#fbpsc .btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

#fbpsc .bt-btn-sl-mini {
  width: 35px;
  height: 35px;
}

.bt-btn-sl-mini > :first-child {
  position: absolute;
  left: -3px;
  top: 7px;
  bottom: 0;
  width: 30px;
  height: 20px;
  line-height: 30px;
  font-size: 1.6em;
  text-align: center;
}

/* Responsive styles */
@media only screen and (max-width: 600px) {
  #fbpsc .bt-btn-sl {
    width: 100%;
  }
}

@media only screen and (min-width: 748px) {
  #fbpsc .bt-btn-sl {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  #fbpsc .bt-btn-sl {
    width: 275px;
  }
}