/* div#mlb_shareable_link_hidden{
    display: none;
}
div#mlb_shareable_link_flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div#mlb_shareable_link{
    margin: 1rem;
    background: rgba(128, 128, 128, 0.5);
    padding: 1rem;
    display: inline-block;
}

div#mlb_link_copied{
	display: none;
	background-color: #dbdbdb;
    width: 50%;
    height: 3rem;
    text-align: center;
	position: absolute;
    // top: 6rem;
	right: 25%;
	left: 25%;
	border-radius: 0.5rem;

}
div span#mlb_link_copied_text{
	color: black;
    position: relative;
    top: 25%;
    font-weight: 600;
    font-size: medium;
} */
/***
.share-btn {
    width: 90px;
    min-width: 8rem;
    padding: 5px;
    font-size: 11px;
    font-weight: 800;
    color: #777777;
    border-radius: 15px;
    background-color: #eeeeee;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.share-btn:hover {
    color: #343a40;
    cursor: pointer;
}

.share-btn.active {
    color: #ffffff;
    background-color: #dc3545;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px 5px 5px 12px;
}

.share-btn.active:hover {
    background-color: #cf2838;
}
***/



.mycred-badge-image-wrapper,
.mycred_layout_right {
    float: left !important;
}

.mlb-share-container {
    margin: .7rem auto 1.5rem;
}

.share-container {
    border-radius: 15px;
    display: flex;
    padding-right: 0;
    text-align: center;
    transition: width 0.5s;
    width: 80px;
    background-color: #eeeeee;
}

.share-container.active {
    width: 100%;
}


.share-url {
    width: 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    color: #eeeeee;
    transition: all 0.2s;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.share-url.active {
    width: 100%;
    color: #343a40;
    padding: 6px;
}

/*fade*/
.animate {
    opacity: 0;
    transition: all 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate.active {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}

.slide-in-down {
    transform: translateY(-100%) translateX(-50%);
}

/*notification*/
.notification-button {
    position: fixed;
    /* top: 40px; */
    top: 9rem;
    left: 50%;
    padding: 10px 20px;
    background: #343a40;
    color: #eeeeee;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
}

.single-mycred_badge .mycred-badge-image-wrapper {
    width: 100% !important;
}

.share-url input {
    display: block;
    line-height: 32px;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
}

.embed-code {
    width: 0;
    padding: 6px;
    background: #eeeeee;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: width 0.5s;
}

.embed-active {
    width: 100%;
}

.embed-code input {
    width: 100%;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

.mlb-copy-to-clipboard-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 15px;
}

.embed-container {
    display: flex;
    width: 100%;
}

.embed-btn {
    display: inline-block;
}

.mlb-embed-container {
    width: 100%;
    margin-bottom: 1rem;
    display: inline-block;
}

.mlb-embed-container:last-child {
    margin-bottom: 0;
}

.mlb-embed-container .mlb-active {
    display: flex !important;
}

.embed-code-text {
    margin: 0 73px;
    border: 1px solid #000;
    border-radius: 5px;
}
