.single-post .blue-patter {
    height: 280px;
    top: 0;
}
.single-post .site-main {
    padding-top: clamp(24px, 4vw, 48px);
    position: relative;
}
.title-site h1 {
    font-size: clamp(22px, 3vw, 32px);
    color: white;
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: clamp(8px, 2vw, 20px);
    margin-bottom: clamp(24px, 2vw, 28px);
    color: white;
}
.category_post {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.single-meta i {
    font-size: clamp(14px, 2vw, 18px);
}
.category_post a {
    color: var(--gray4);
    font-size: clamp(12px, 2vw, 14px);
    padding-left: 4px;
    position: relative;
    transition: 0.4s;
}
.category_post a:hover {
    color: white;
}
.category_post a:not(:nth-last-child(1)):before {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: var(--gray4);
}
.post-date {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: clamp(12px, 2vw, 14px);
}
.thumbnail-post-img {
    position: relative;
    margin-bottom: clamp(48px, 5vw, 65px);
    text-align: center;
}
.thumbnail-post-img img {
    height: auto;
    border-radius: clamp(24px, 4vw, 48px);
}
.single-share {
    position: absolute;
    bottom: -13px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    gap: 24px;
    flex-direction: row-reverse;
}
.single-share:before {
    content: '\e934';
    font-family: 'icomoon';
    position: absolute;
    color: white;
    z-index: -1;
    bottom: 12px;
    right: 50%;
    font-size: clamp(19px, 2vw, 26px);
    transform: translateX(50%);
}
.share-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--color1);
    position: relative;
}
.share-label:before {
    content: "";
    background: #C2C4C8;
    width: 1px;
    height: 21px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.share-items {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: row-reverse;
}
.share-items a {
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E7F0F7;
    border-radius: 6px;
    color: var(--color1);
    transition: 0.4s;
}
.share-items a:hover {
    background: var(--color2);
    color: white;
}
.tag-post {
    margin-top: clamp(16px, 2vw, 20px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.tag-post a {
    background: var(--gray2);
    font-size: 14px;
    min-width: 90px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--gray1);
    padding-inline: 12px;
    transition: 0.4s;
}
.tag-post a:hover {
    color: white;
    background: var(--color1);
}
.help-heading {
    background: white;
    border-radius: clamp(12px, 2vw, 20px);
    border: 1px solid var(--gray4);
    padding-block: clamp(16px, 2vw, 24px);
    padding-inline: clamp(16px, 2vw, 24px);
    position: relative;
}
.title-sidebar {
    font-size: clamp(14px, 2vw, 16px);
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    font-family: var(--SemiBold);
    position: relative;
}
.title-sidebar i {
    width: clamp(20px, 2vw, 24px);
    height: clamp(20px, 2vw, 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(196 20 37 / 12%);
    border-radius: 5px;
    color: var(--color2);
}
.help-heading ul {
    margin-top: 24px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.help-heading a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    padding-right: 14px;
    position: relative;
    transition: 0.4s;
}
.help-heading a:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: var(--color1);
    border-radius: 50%;
    transition: 0.4s;
}
.help-heading a:hover:before {
    background: var(--color2);
}
.access-post {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}
.access-post a {
    background: white;
    border-radius: clamp(12px, 2vw, 20px);
    border: 1px solid var(--gray4);
    padding-block: clamp(16px, 2vw, 24px);
    padding-inline: clamp(16px, 2vw, 24px);
}
.copy-btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E7F0F7;
    border-radius: 6px;
    color: var(--color1);
    position: relative;
    cursor: pointer;
}
.copy-btn .tooltip-url {
    position: absolute;
    box-shadow: 0 1px 7px rgba(67, 43, 179, 0.1);
    background: var(--color1);
    padding: 4px;
    border-radius: 0.5rem;
    bottom: 130%;
    min-width: 75px;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    white-space: nowrap;
    font-size: 0.75rem;
    text-align: center;
    z-index: 1;
    color: var(--white);
}
.copy-btn:hover .tooltip-url {
    opacity: 1;
    visibility: visible;
}
.copy-btn .tooltip-url::before {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 3px solid var(--color1);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-color: #0000 #0000 var(--color1) var(--color1);
    transform-origin: 0 0;
    transform: rotate(-45deg) translateX(50%);
    box-shadow: -1px 1px 3px 0 rgb(106 137 204 / 19%);
    z-index: 0;
}
/* --------------------
 comment Style
-------------------- */
.comment-notes {
    display: none !important;
}
#reply-title {
    display: none;
}
.commentlist .children {
    padding-right: 0;
    position: relative;
}
.commentlist > .cat-parent > ul.children {
    padding-right: clamp(44px, 6vw, 94px);
    position: relative;
}
.commentlist .comment_container {
    background: #F8F8F9;
    border-radius: 2rem;
    padding-top: clamp(45px, 4vw, 56px);
    padding-inline: clamp(16px, 3vw, 32px);
    padding-bottom: clamp(60px, 5vw, 72px);
    position: relative;
    margin-bottom: 2.5rem;
}
.commentlist .comment_container p {
    font-size: 14px;
    color: var(--gray1);
}
.head-comment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.comment-reply-link {
    position: absolute;
    left: clamp(20px, 3vw, 32px);
    bottom: clamp(12px, 3vw, 24px);
    font-size: clamp(12px, 2vw, 14px);
    gap: 4px;
    display: flex;
    align-items: center;
    font-family: var(--Bold);
    padding-left: 14px;
    border-radius: 100px;
    overflow: hidden;
    transition: 0.4s;
}
.comment-reply-link span {
    position: relative;
    transition: 0.4s;
}
.comment-reply-link:hover span {
    color: var(--white);
}
.comment-reply-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 0;
    transition: 0.4s;
    background: var(--color2);
}
.comment-reply-link:hover .icons {
    background: var(--color2);
    background: var(--white);
    color: var(--color2);
}
.comment-reply-link:hover:before {
    width: 100%;
}
.comment-reply-link .icons {
    width: 2rem;
    height: 2rem;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.4s;
}
.comment-reply-link .icons {
    background: var(--color2);
    border: 1px solid var(--color2);
}
.icon-logo-comment {
    font-size: 29px;
}
.name_comment {
    font-size: clamp(16px, 2vw, 18px);
    font-family: var(--Bold);
}
.head-comment .icons-comment {
    position: absolute;
    top: -25px;
    width: 50px;
    height: 50px;
    background: #F8F8F9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--gray3);
    border-radius: 50%;
    right: 54px;
}
.head-comment:before {
    content: '\e935';
    font-family: 'icomoon';
    position: absolute;
    font-size: 35px;
    z-index: 0;
    top: -3px;
    color: white;
    right: 34px;
}
.byadmin > .comment_container .icons-comment,
.byadmin > .comment_container {
    background: #EFF7FA;
}
.icons-comment .s-icon:before {
    width: 28px;
    height: 27px;
}
.comment-custom-field {
    display: flex;
    gap: 24px;
    width: 66%;
}
.comment-form-mobile {
    width: 32%;
    margin-bottom: 0 !important;
    position: relative;
}
.comment-form-comment,
.comment-form-email,
.comment-form-author {
    position: relative;
    width: 100%;
    margin-bottom: 0 !important;
}
.comment-form-mobile,
.comment-form-email,
.comment-form-author {
    margin-bottom: clamp(32px, 5vw, 72px) !important;
}
.comment-form-mobile.byadmin {
    width: 100%;
}
.form-submit {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: clamp(32px, 3vw, 40px);
    justify-content: center;
    margin-bottom: 0 !important;
    width: 100%;
}
button#submit {
    padding-right: 0;
    border: 0;
    background: no-repeat;
}
.comment-form {
    margin-bottom: clamp(56px, 5vw, 64px);
    display: flex;
    flex-wrap: wrap;
    /*column-gap: 24px;*/
    justify-content: space-between;
    position: relative;
}
.isreply {
    position: absolute;
    width: clamp(32px, 4vw, 50px);
    height: clamp(32px, 4vw, 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    right: -66px;
    font-size: clamp(16px, 2vw, 24px);
    top: 50%;
    transform: translateY(-50%);
}
.isreply i {
    transform: rotate(90deg);
    color: var(--color2);
}
.time_comment {
    color: var(--color1);
    font-size: clamp(14px, 2vw, 16px);
}
.section-related-posts:before {
    right: 8px;
    width: calc(100% - 16px);
}
@media only screen and (max-width: 992px) {
    .comment-custom-field {
        width: 100%;
    }
    .comment-form-mobile {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .head-comment .icons-comment {
        width: 40px;
        height: 40px;
        top: -16px;
        right: 42px;
    }
    .isreply {
        right: -44px;
    }
    .single-meta,
    .single-title {
        padding-inline: 1rem;
    }
    .category_post {
        margin-bottom: 12px;
    }
    .thumbnail-post-img {
        padding-inline: 8px;
    }
    .banner-sidebar {
        margin-top: 40px;
    }
    .single-share {
        bottom: -22px;
    }
    .single-share:before {
        bottom: 21px;
    }
    .help-heading {
        margin-bottom: 2rem;
    }
    .help-heading .title-sidebar:before {
        content: "\e91b";
        font-family: 'icomoon';
        position: absolute;
        left: 0;
        font-size: 14px;
        color: var(--gray3);
        transition: 0.4s;
    }
    .title-sidebar.active:before {
        transform: rotateX(180deg);
    }
    .section-related-posts .sw {
        padding-inline: 10px;
    }
    .comment-form-mobile,
    .comment-form-email,
    .comment-form-author {
        margin-bottom: 0 !important;
    }
    .comment-custom-field {
        gap: 32px;
        flex-direction: column;
    }
    .head-comment:before {
        font-size: 29px;
        right: 26px;
    }
    .comment-form {
        gap: 32px;
    }
}