.copy_txt {
    position: static;
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 11px 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(27, 17, 10, 0.94);
    box-shadow: 0 1px 2px rgba(20, 10, 4, 0.18);
    color: #fff8f2;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.copy_txt:hover {
    background: rgba(18, 12, 7, 0.98);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 3px 10px rgba(20, 10, 4, 0.18);
}

.copy_txt:focus,
.copy_txt:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.52);
    outline-offset: 2px;
}

.copy_txt:before {
    content: "\f0c5";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-bottom: 0;
    border-radius: 999px;
    background: #fff5ea;
    color: #1a1009;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 1;
}

.blog_content {
    position: relative;
}

.tooltiplx {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}

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

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

.tooltiplx:hover .tooltiptext,
.tooltiplx.is-active .tooltiptext {
    visibility: visible;
    opacity: 1;
}

span.tooltiptext.green {
    background: #048004 !important;
}

.jokes_category.jokes_category-bottom-menu-cat {
    display: block !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

.jokes_category.jokes_category-bottom-menu-cat li {
    margin-bottom: 15px;
}

.jokes_cat li a canvas,
canvas {
    width: 100%;
}

.smile_footer_upper_part .row {
    padding: 0;
    margin: 0;
}

.smile_footer_upper_part a {
    display: block;
    padding: 7px 0;
}

.person_name {
    float: none;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 1;
}

.text a {
    color: #0b5bd3;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}

.text a:hover,
.text a:focus,
.text a:focus-visible {
    color: #0847a6;
    font-weight: 400;
    text-decoration: underline;
}

.jokes_cat li a {
    color: #000;
}

.share_details {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    min-height: 42px;
    padding: 4px 8px 4px 12px;
    border-radius: 5px;
    background: #f6701d;
    overflow: visible;
}

.share_details a {
    padding: 5px;
}

.vj-vote-button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    min-height: 24px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    border: 1px solid rgba(60, 34, 14, 0.12);
    border-radius: 6px;
    background: rgba(255, 250, 246, 0.97);
    box-shadow: 0 1px 2px rgba(53, 27, 9, 0.08);
    color: #26160b;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
    overflow: visible;
}

.vj-vote-like {
    border-color: rgba(26, 127, 55, 0.2);
}

.vj-vote-dislike {
    border-color: rgba(185, 28, 28, 0.18);
}

.vj-vote-button:hover {
    background: #fff;
    color: #140c06;
}

.vj-vote-like:hover {
    border-color: rgba(26, 127, 55, 0.34);
    box-shadow: 0 1px 3px rgba(17, 102, 47, 0.12);
}

.vj-vote-dislike:hover {
    border-color: rgba(185, 28, 28, 0.32);
    box-shadow: 0 1px 3px rgba(153, 27, 27, 0.12);
}

.vj-vote-button:focus,
.vj-vote-button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.55);
    outline-offset: 2px;
}

.vj-vote-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #e9f7ee;
    color: #167c42;
    font-size: 12px;
    box-shadow: inset 0 0 0 1px rgba(22, 124, 66, 0.12);
}

.vj-vote-dislike .vj-vote-icon {
    background: #fdeeee;
    color: #c62828;
    box-shadow: inset 0 0 0 1px rgba(198, 40, 40, 0.12);
}

.vj-vote-button i {
    margin-right: 0;
    font-size: 12px;
    line-height: 1;
}

.vj-vote-label {
    display: none;
}

.vj-vote-total {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 14px;
    padding: 0 4px;
    border-radius: 4px;
    background: #2e1c10;
    color: #fff7f0;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.vj-vote-button.is-loading,
.vj-vote-button.is-disabled,
.vj-vote-button.disable-click {
    pointer-events: none;
}

.vj-vote-button.is-loading .vj-vote-total {
    animation: vj-soft-pulse 0.9s ease-in-out infinite;
}

.vj-vote-button.vj-vote-like.is-disabled {
    border-color: rgba(26, 127, 55, 0.26);
    background: #eef9f1;
    color: #146b39;
}

.vj-vote-button.vj-vote-dislike.is-disabled {
    border-color: rgba(185, 28, 28, 0.24);
    background: #fff1f1;
    color: #a12626;
}

.vj-vote-button.vj-vote-like.is-disabled .vj-vote-total {
    background: #167c42;
    color: #fff;
}

.vj-vote-button.vj-vote-dislike.is-disabled .vj-vote-total {
    background: #c62828;
}

.vj-vote-button.is-celebrating {
    animation: vj-vote-pop 480ms ease;
}

.vj-vote-button .tooltip,
.vj-vote-button [class*="tooltip"],
.vj-vote-button [id*="tooltip"] {
    display: none !important;
}

.vj-vote-burst {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 3px);
    transform: translateX(-50%);
    padding: 3px 6px;
    border-radius: 999px;
    background: #23160f;
    color: #fff7f0;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 10px rgba(35, 22, 15, 0.18);
    pointer-events: none;
    animation: vj-vote-burst-float 1200ms ease forwards;
    white-space: nowrap;
}

.vj-vote-like .vj-vote-burst {
    background: #167c42;
}

.vj-vote-dislike .vj-vote-burst {
    background: #c62828;
}

.vj-load-more-wrap {
    clear: both;
    padding: 22px 0 34px;
    text-align: center;
}

.ajax-load-more-wrap.blue .alm-load-more-btn.vj-load-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 264px;
    min-height: 56px;
    padding: 0 24px;
    border: 1px solid #0c5e61;
    border-radius: 10px;
    background: #0f766e;
    box-shadow: 0 8px 18px rgba(15, 118, 110, 0.18);
    color: #f5fffd;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.ajax-load-more-wrap.blue .alm-load-more-btn.vj-load-more-button:hover {
    background: #0c6a63;
    border-color: #095255;
    box-shadow: 0 10px 22px rgba(15, 118, 110, 0.24);
}

.ajax-load-more-wrap.blue .alm-load-more-btn.vj-load-more-button:focus,
.ajax-load-more-wrap.blue .alm-load-more-btn.vj-load-more-button:focus-visible {
    outline: 2px solid rgba(15, 118, 110, 0.28);
    outline-offset: 3px;
}

.vj-load-more-button::before,
.vj-load-more-button::after {
    content: none !important;
    display: none !important;
}

.vj-load-more-label {
    line-height: 1.2;
}

.vj-load-more-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #f3fffd;
    color: #0f766e;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

.vj-load-more-button.is-loading,
.vj-load-more-button.is-complete {
    pointer-events: none;
}

.vj-load-more-button.is-loading .vj-load-more-icon {
    animation: vj-load-spin 0.9s linear infinite;
}

.vj-load-more-button.is-complete {
    background: #edfdf8 !important;
    border-color: #89d2c8 !important;
    color: #14524d !important;
    box-shadow: none !important;
}

.vj-load-more-button.is-complete .vj-load-more-icon {
    background: #0f766e;
    color: #fff;
    font-size: 0;
}

.vj-load-more-button.is-complete .vj-load-more-icon::before {
    content: "✓";
}

.vj-load-more-button.is-complete .vj-load-more-icon {
    font-size: 0;
}

@keyframes vj-load-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.vj-load-more-button.is-complete .vj-load-more-icon::before {
    content: "OK";
    font-size: 10px;
    letter-spacing: 0.04em;
}

@keyframes vj-soft-pulse {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.55;
    }
}

@keyframes vj-vote-pop {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.14);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes vj-vote-burst-float {
    0% {
        opacity: 0;
        transform: translate(-50%, 5px);
    }

    18% {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    65% {
        opacity: 1;
        transform: translate(-50%, -5px);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -15px);
    }
}

.vj-load-more-button.is-complete .vj-load-more-icon::before {
    content: "OK";
    font-size: 10px;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 550px) {
    .blog_post_single .blog_content .tooltiplx {
        padding-bottom: 0 !important;
    }

    .share_details {
        min-height: 40px;
        padding: 4px 6px 4px 10px;
    }

    .person_name {
        margin-right: 8px;
    }

    .vj-vote-button {
        justify-content: center;
        min-width: auto;
    }

    .copy_txt {
        padding: 0 9px 0 7px;
        font-size: 9px;
    }

    .ajax-load-more-wrap.blue .alm-load-more-btn.vj-load-more-button {
        width: 100%;
        min-width: 0;
    }
}

@media screen and (max-width: 400px) {
    .smile_blog_part .container {
        width: 100%;
    }
}
