.current a {
  color: #fff;
  border-color: #6348e7;
  background: #6348e7;
  border-left-color: #6348e7 !important;
  font-weight: 600;
}

.review-banner {
  box-shadow: 0px 5px 15px rgb(0 0 0 / 8%);
  padding: 3px 20px;
  margin: 20px 20px 40px 20px;
  font-weight: bold;
  background: #fff;
  max-width: 660px;
}

.review-banner p {
  font-size: 14px;
}

#spbsm-save-btn {
  cursor: pointer;
}

#spbsm-save-btn:disabled {
  cursor: auto;
}

#spbsm-save-msg {
  height: 20px;
  color: #7f0000;
  font-size: 15px;
  margin-top: 5px;
}

#spbsm-save-msg.success {
  color: #234d20 !important;
}

.view-premium-topright,
.view-premium-topright:hover,
.view-premium-topright:active,
.view-premium-topright:focus {
  padding: 12px 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  background-color: #00bc87;
  letter-spacing: 0.5px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  right: 20px;
  transition: 0.2s all;
}

.view-premium-topright:hover {
  background: #02a577;
}

/* General */
.spbsm-outer-wrapper {
  font-family: "Lato", sans-serif;
  line-height: 150%;
  padding: 0 20px;
  max-width: 700px;
  width: 100%;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 140%;
}

.spbsm-outer-wrapper h1 span {
  display: block;
  font-size: 15px;
  color: #808080;
  margin-bottom: -9px;
  font-weight: 400;
  text-transform: uppercase;
}

.spbsm-button-design-preview {
  width: 100%;
}

.spbsm-button-design-preview td {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

table small {
  color: #8c8c8c;
}

.spbsm-button-design-preview td label {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.spbsm-outer-wrapper h1 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 40px;
}

.premium-section-only-inner {
  position: relative;
  display: inline-block;
  height: 100%;
}

.premium-section-only-box {
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  text-align: center;
  background: #fff;
  padding: 30px;
  display: none;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
  margin-left: 135px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.premium-section-only-box p {
  margin: 0;
  color: #888;
}

.premium-section-only-box h3 {
  margin: 0;
}

.tab-premiumfeature {
  font-size: 12px;
  background: #6448e7;
  color: #fff;
  padding: 5px 10px;
  margin-left: 5px;
  position: relative;
  border-radius: 30px;
}

.tab-premiumfeature:after {
  right: 99%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #6448e7;
  border-width: 5px;
  margin-top: -5px;
}

.button-simple {
  background: #44da6b;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  display: block;
  max-width: 90px;
  margin: 20px auto 0 auto;
  border-radius: 30px;
}

.premium-section-only:hover .premium-section-only-box {
  display: block;
}

.premium-section-only:hover img {
  filter: brightness(80%);
  opacity: 1;
}

.spbsm-outer-wrapper h2 {
  font-size: 19px;
  margin-bottom: -5px;
}

.premium-section-only {
  position: relative;
}

.premium-section-only img {
  opacity: 0.5;
}

.spbsm-form-tab-wrapper {
  width: 100%;
  max-width: 700px;
}

.short-code-container-inner {
  display: inline-flex;
  background: #fff;
  width: auto;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  margin: 10px 0 0;
}

.short-code-container-inner span {
  padding: 10px;
  font-size: 13px;
}

.short-code-text {
  border-right: 1px solid #eee;
  background: #6448e7;
  color: #fff;
  font-weight: 600;
}

.short-code-container-inner .short-code-result {
  padding: 10px 20px;
  user-select: all;
  cursor: pointer;
}

td {
  font-size: 15px;
  padding: 5px 0;
}

td:first-of-type {
  padding-right: 20px;
}

hr {
  margin: 35px 0;
}

.save-wrapper {
  background: #fff;
  padding: 20px;
}

.save-wrapper {
  background: #fff;
  padding: 20px;
  margin-top: 1px;
}

.spbsm-follow-wrapper {
  width: 100%;
  margin-top: 15px;
}

.spbsm-follow-wrapper tr td:first-of-type {
  text-transform: capitalize;
}

.spbsm-follow-wrapper th {
  text-align: left;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

table.spbsm-follow-wrapper tr:nth-of-type(1) td {
  padding-top: 15px;
}

.spbsm-follow-wrapper input[type="text"] {
  width: 90%;
  border: 1px solid #dadada;
  box-shadow: 0px 0px 0px #fff;
  padding: 5px 10px;
  border-bottom: 2px solid #dadada;
  border-radius: 3px;
}

input#spbsm-save-btn {
  padding: 12px 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  max-width: 200px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #00bc87;
  letter-spacing: 0.5px;
}

.headline-description {
  font-size: 15px;
  margin-bottom: 10px;
  color: #808080;
}

/* Tabs */
.spbsm-form-tab-wrapper .spbsm-tabs-input,
.spbsm-form-tab-wrapper section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.spbsm-form-tab-wrapper .spbsm-tabs-label {
  font-weight: bold;
  font-size: 16px;
  display: block;
  float: left;
  padding: 10px 30px;
}

.spbsm-form-tab-wrapper .spbsm-tabs-label:hover {
  cursor: pointer;
}

.spbsm-form-tab-wrapper #tab1:checked~#content1,
.spbsm-form-tab-wrapper #tab2:checked~#content2,
.spbsm-form-tab-wrapper #tab3:checked~#content3,
.spbsm-form-tab-wrapper #tab4:checked~#content4 {
  background: #fff;
  display: block;
  padding: 20px;
}

.spbsm-tabs-input:checked+.spbsm-tabs-label {
  border-top-color: #6448e7;
  border-bottom-color: transparent;
  background: #fff;
  border-top: 2px solid #6448e7;
  text-decoration: none;
}

/* Table Icons */
.spbsm-follow-item .spbsm-follow:after {
  width: 20px;
  height: 20px;
  background-size: 100%;
  content: " ";
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  float: right;
}

.spbsm-follow-item .twitter:after {
  background-image: url(../img/x-logo.svg);
}

.spbsm-follow-item .facebook:after {
  background-image: url(../img/facebook-letter-logo.svg);
}

.spbsm-follow-item .instagram:after {
  background-image: url(../img/instagram.svg);
}

.spbsm-follow-item .youtube:after {
  background-image: url(../img/youtube-play-button.svg);
}

.spbsm-follow-item .linkedin:after {
  background-image: url(../img/linkedin-logo.svg);
}

.spbsm-follow-item .flickr:after {
  background-image: url(../img/flickr-logo-of-two-dots.svg);
}

.spbsm-follow-item .snapchat:after {
  background-image: url(../img/snapchat.svg);
}

.spbsm-follow-item .github:after {
  background-image: url(../img/github-logo.svg);
}

.spbsm-follow-item .tumblr:after {
  background-image: url(../img/tumblr-letter-logo.svg);
}

.spbsm-follow-item .vimeo:after {
  background-image: url(../img/vimeo-logo.svg);
}

.spbsm-follow-item .foursquare:after {
  background-image: url(../img/foursquare.svg);
}

.spbsm-follow-item .behance:after {
  background-image: url(../img/behance-logo.svg);
}

.spbsm-follow-item .medium:after {
  background-image: url(../img/medium-size.svg);
}

.spbsm-follow-item .reddit:after {
  background-image: url(../img/reddit.svg);
}

.spbsm-follow-item .dribbble:after {
  background-image: url(../img/dribbble.svg);
}

.spbsm-follow-item .pinterest:after {
  background-image: url(../img/pinterest.svg);
}

.spbsm-follow-item .email:after {
  background-image: url(../img/email.svg);
}

.spbsm-follow-item .twitch:after {
  background-image: url(../img/twitch.svg);
}

.spbsm-follow-item .whatsapp:after {
  background-image: url(../img/whatsapp-logo.svg);
}

.spbsm-follow-item .spotify:after {
  background-image: url(../img/spotify-logo.svg);
}

.spbsm-follow-item .bandcamp:after {
  background-image: url(../img/bandcamp-logo.svg);
}

.spbsm-follow-item .applemusic:after {
  background-image: url(../img/applemusic-logo.svg);
}

.spbsm-follow-item .applepodcasts:after {
  background-image: url(../img/applepodcast-logo.svg);
}

.spbsm-follow-item .applebooks:after {
  background-image: url(../img/apple-books-logo.svg);
}

.spbsm-follow-item .appstore:after {
  background-image: url(../img/apple-app-store-logo.svg);
}

.spbsm-follow-item .googleplay:after {
  background-image: url(../img/google-play-logo.svg);
}

.spbsm-follow-item .tiktok:after {
  background-image: url(../img/tik-tok.svg);
}

.spbsm-follow-item .telegram:after {
  background-image: url(../img/telegram_logo.svg);
}

.spbsm-follow-item .mastodon:after {
  background-image: url(../img/mastodon.svg);
}

.spbsm-follow-item .goodreads:after {
  background-image: url(../img/goodreads.svg);
}

.spbsm-follow-item .threads:after {
  background-image: url(../img/threads-logo.svg);
}

#media-selection-table {
  position: relative;
}

#media-selection-table a {
  margin-left: 30px;
}

.spbsm_dragRow {
  border: 0px !important;
  border-radius: 3px !important;
  background-color: #dadada !important;
  background-position: center !important;
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  left: 0;
  background-size: 60% !important;
  background-repeat: no-repeat !important;
  background-image: url(../img/drag.png) !important;
}

.spbsm_discount {
  background: #6448e7;
  padding: 15px;
  margin: 20px 0 100px;
  color: #fff;
  text-align: center !important;
  font-size: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.spbsm_discount a {
  background: #fff;
  display: inline-block;
  padding: 9px 20px;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  margin-top: 20px;
  font-weight: 600;
}

.spbsm_discount img {
  margin-bottom: 15px;
}

.spbsm_discount a span {
  opacity: 0.3;
  font-weight: normal;
  text-decoration: line-through;
}

.spbsm_discount a strong {
  color: #000;
  font-size: 15px;
}

@media screen and (min-width: 1250px) {
  .spbsm_discount {
    position: absolute;
    top: 116px;
    max-width: 220px;
    right: -270px;
    padding: 25px;
  }

  .spbsm_discount a {
    margin: 30px auto 0;
  }
}