.cutzy-mt-5 {
    margin-top: 25px;
}

.cutzy-meta-bg-link {
background: #24b0a6;
padding: 8px 30px;
color: white;
font-size: 15px;
border-radius: 5px;
}

th.manage-column.column-cutzy_url {
    text-align: center;
}

button.generate_bitly.generate_bitly_disable.cutzy {
    opacity: 0.7;
    pointer-events: none;
    transition: 1s all ease;
}

h4.publish_post {
background-color: #2271b1;
color: whitesmoke;
padding: 5px 0px;
text-align: center;
border-radius: 4px;
font-size: 13px;
}
th#cutzy_url {
    text-align: center;
}

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

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

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

.cutzy_tooltip p {
    text-align: center;
}

.cutzy_tooltip .cutzy_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;
}

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

.cutzy_tooltip:hover .cutzy_tooltiptext {
    visibility: visible;
    opacity: 1;
}

.cutzy_tooltip button {
outline: 0;
font-size: 12px;
cursor: pointer;
padding: 2px 20px;
height: auto;
line-height: 20px;
background: #24b0a6;
border-color: transparent;
font-weight: bold;
color: white;
margin: 0 auto;
display: block;
border-radius: 5px;
}


.cutzy-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;
}

.cutzy-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;
}

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

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

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

.cutzy-share-button a svg {
    vertical-align: -2px;
    fill: currentColor;
    outline: none;
}
