.live-badge {
    font-size: 8px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: red;
    color: white;
    padding: 0px 4px;
    border-radius: 5px;
    font-weight: bold;
}

.twsubscribebuttoncard {
    position: fixed;
    bottom: 20px;
    right: -500px;
    width: auto;
    max-width: 90%;
    min-width: 25%;
    opacity: 0;
    transition: all 0.5s;
    z-index: 999999;
}

.twsubscribebuttoncard_inner {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.twsubscribebuttoncard.twsubscribebuttoncard_position_top_right {
    bottom: auto;
    top: 20px;
}
.twsubscribebuttoncard.twsubscribebuttoncard_showing {
    right: 20px;
    opacity: 1;
}
.twsubscribebuttoncard.twsubscribebuttoncard_position_bottom_left {
    right: auto;
    left: -500px;
}
.twsubscribebuttoncard.twsubscribebuttoncard_position_bottom_left.twsubscribebuttoncard_showing {
    right: auto;
    left: 20px;
}
.twsubscribebuttoncard.twsubscribebuttoncard_position_top_left {
    bottom: auto;
    top: 20px;
    right: auto;
    left: -500px;
}
.twsubscribebuttoncard.twsubscribebuttoncard_position_top_left.twsubscribebuttoncard_showing {
    left: 20px;
    right: auto;
}
.twsubscribebuttoncard_body {
    /*padding: 10px;*/
    display: flex;
}
.twsubscribebuttoncard_body_details {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    width: auto;
    padding: 10px;
    max-width: 90%;
}
.twsubscribebuttoncard_body_inner {
    display: flex;
    align-items: center;
    justify-content: left;
}
.twsubscribebuttoncard_body_thumbnail {
    width: 58px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #64459b;
    display: flex;
    align-items: center;
}
.twsubscribebuttoncard_body_thumbnail img {
    width: 100%;
    height: auto;
}

.twsubscribebuttoncard_body_details_header {
    display: flex;
    align-items: center;
}

.twsubscribebuttoncard_body_details_header h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 100%;
    color: #030303;
}

.twsubscribebuttoncard_body_details_header h3 a {
    color: #030303;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    outline: 0 !important;
    line-height: 100%;
    font-weight: 600;
}

.twsubscribebuttoncard_body_details_header h4 {
    margin: 0 0 5px 0;
    font-size: 15px;
    line-height: 100%;
    color: #030303;
    margin-bottom: 3px;
}

.twsubscribebuttoncard_body_details_header h4 a {
    color: #030303;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    outline: 0 !important;
    line-height: 100%;
    font-weight: 600;
}

.twsubscribebuttoncard_body_details_header p {
    margin: 0;
    font-size: 12px;
    color: #3f3f44;
}


.twsubscribebuttoncard_body_details_button {
    margin-top: 5px;
}
.twsubscribebuttoncard_body_details_button a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    outline: 0 !important;
    line-height: 100%;
}
span.twsubscribebuttoncard_body_details_button_text {
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 15px;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #fff;
    background-color: red;
    border-color: red;
    position: relative;
    text-transform: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: uppercase;
}
span.twsubscribebuttoncard_body_details_button_text:hover {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
span.twsubscribebuttoncard_body_details_button_count {
    width: auto;
    background: #e7f3ff;
    color: #1876f2 !important;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 100%;
    padding: 10px 10px;
    margin-left: 8px;
    font-weight: 500;
}
span.twsubscribebuttoncard_body_details_button_count::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 11px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 5px solid #e7f3ff;
    border-bottom: 6px solid transparent;
}
.twsubscribebuttoncard_close {
    position: absolute;
    top: -10px;
    right: -10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    background: #fff;
    z-index: 999999999;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}
.twsubscribebuttoncard_close img {
    width: 20px;
    height: auto;
    display: inline-block;
}
.twsubscribebuttoncard:hover .twsubscribebuttoncard_close {
    display: flex;
}
.twsubscribebuttoncard.twsubscribebuttoncard_scheme_dark .twsubscribebuttoncard_inner {
    background: #17223b;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
.twsubscribebuttoncard_scheme_dark .twsubscribebuttoncard_body_details_header h3,
.twsubscribebuttoncard_scheme_dark .twsubscribebuttoncard_body_details_header h3 a {
    color: #fff;
}
.twsubscribebuttoncard_scheme_dark .twsubscribebuttoncard_body_details_header p {
    color: #fff;
}
.twsubscribebuttoncard_scheme_dark span.twsubscribebuttoncard_body_details_button_count {
    background: #263859;
    color: #c5c5c5 !important;
}
.twsubscribebuttoncard_scheme_dark span.twsubscribebuttoncard_body_details_button_count::before {
    border-right-color: #263859;
}
.twsubscribebuttoncard_scheme_dark .twsubscribebuttoncard_close {
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
    background: #263859;
}
.twsubscribebuttoncard_scheme_dark .twsubscribebuttoncard_close img {
    filter: brightness(1);
    filter: invert(100%);
}
.twsubscribebuttoncard_cover {
    padding: 50px 0;
    background-size: cover !important;
    background-position: center !important;
}

.ytmobilewrap {
    width: 26%;
}

@media all and (max-width:767px){
    .twsubscribebuttoncard.twsubscribebuttoncard_hide_in_mobile_yes {
        display: none !important;
    }
    .ytmobilewrap {
        width: 80%;
    }
    .twsubscribebuttoncard_close {
        display: flex;
    }
}

.jiggle {
    animation: jiggle 1s infinite;
}

@keyframes jiggle {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(2deg); }
    50% { transform: rotate(-2deg); }
    75% { transform: rotate(2deg); }
    100% { transform: rotate(0deg); }
}
