.wpsholi-mt-5{
  margin-top: 25px;
}
.wpsholi-meta-bg-link{
  background: #eee;
    padding: 5px 20px;
}
th.manage-column.column-wpsholi_url {
    text-align: center;
}
button.generate_sholi.generate_sholi_disable.wpsholi {
    opacity: 0.7;
    pointer-events: none;
    transition: 1s all ease;
}


th#wpsholi_url {
    text-align: center;
}

.wpsholi-social-share-buttons-wrapper p {
    text-align: center;
}

.wpsholi-social-share-buttons-wrapper p:after {content: '';width: 30px;height: 1px;display: block;background: #9E9E9E;margin: auto;}

.wpsholi_tooltip {
 position: relative;
    display: block;
}

.wpsholi_tooltip p {
    text-align: center;
}

.wpsholi_tooltip .wpsholi_tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 27px;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.wpsholi_tooltip .wpsholi_tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.wpsholi_tooltip:hover .wpsholi_tooltiptext {
  visibility: visible;
  opacity: 1;
}

.wpsholi_tooltip button {
    background: #9e9e9e42;
    outline: 0;
    width: 100%;
    text-align: center;
    border: 1px solid #eee !important;
    font-size: 10px;
    cursor: pointer;
}


.wpsholi-social-share-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: inherit;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.wpsholi-share-button {
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #D14836;
    margin-right: 5px;
    border-radius: 6px;
    padding: 0;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
    width: 30px !important;
    height: 30px;
}

.wpsholi-share-button.wpsholi-facebook {
    background: #1877F2;
}

.wpsholi-share-button.wpsholi-twitter {
    background: #1DA1F2;
}

.wpsholi-share-button a {
    color: inherit;
    display: block;
}

.wpsholi-share-button a svg {
    vertical-align: -2px;
    fill: currentColor;
    outline: none;
    outline: none;
    display: block;
    margin: auto;
    height: 30px;
}
