.hak_breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1;
}
.hak_breadcrumbs,
.hak_breadcrumbs a {
    color: #999;
    font-size: 12px;
}
.hak_box_related_posts .item_related_posts h2,
a {
    font-size: 16px;
}

.wp-caption.alignnone {
    width: 100%;
    max-width: 100%;
}

.hak_box_item_follow a {
    border-radius: 30px;
}
.hak_box_the_post_header {
    margin-bottom: 26px;
}
.hak_box_the_post_header .hak_box_by_author span {
    color: #8a8a8a;
    font-size: 12px;
}
.hak_box_the_post_header .hak_box_by_author span > a {
    color: #000;
    text-decoration: none;
    color: #191919;
    font-weight: 500 !important;
    font-size: 12px;
}

.img_box {
    display: flex;
    justify-content: center;
}

.hak_box_the_post_header .hak_box_title_the_post .hak_title_the_post {
    margin: 16px 0;
    font-weight: 700;
}
.hak_box_main_detail_post_content {
    display: flex;
    justify-content: space-between;
}
.hak_box_main_detail_post_content .hak_box_left_content {
    width: 70%;
    padding-right: 15px;
}
.hak_box_main_detail_post_content .hak_box_right_content {
    position: relative;
    width: 30%;
    padding-left: 15px;
}
.hak_box_main_detail_post_content
    .hak_box_left_content
    .hak_box_left_content_img
    .hak_img_left_content {
    width: 100%;
    height: auto;
}
.hak_box_title_the_post h1 {
    max-width: 1050px;
    font-size: 43px;
    line-height: 1.2;
    margin: 16px 0;
    margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
    .hak_box_title_the_post h1 {
        font-size: 23px !important;
    }
}
.hak_box_main_detail_post_content
    .hak_box_left_content
    .hak_box_left_content_img {
    margin-bottom: 32px;
}
.hak_box_main_detail_post_content
    .hak_box_left_content
    .hak_box_left_main_content
    img,
.hak_box_main_detail_post_content
    .hak_box_left_content
    .hak_box_left_main_content
    iframe,
.hak_box_main_detail_post_content
    .hak_box_left_content
    .hak_box_left_main_content
    {
    max-width: 100%;
    height: auto;
    display: block;
    overflow-x: auto;
    word-wrap: break-word;
}
.hak_box_main_detail_post_content
    .hak_box_left_content
    .hak_box_left_main_content {
    word-break: break-word;
    overflow-wrap: break-word;
    position: relative;
}
.hak_box_main_detail_post_content
    .hak_box_left_content
    .hak_is_hr_content
    .hak_is_hr {
    margin: 41px 0;
}
.hak_box_left_content
    .hak_footer_post_detail
    .hak_follow_buttons
    .hak_follow_button {
    list-style: none;
}
.hak_follow_buttons {
    display: flex;
    padding: 0;
    margin: 0;
}
.hak_follow_buttons .hak_follow_button,
.hak_follow_buttons .hak_follow_button a,
.hak_follow_buttons .hak_follow_button a img {
    width: 35px !important;
    height: 35px !important;
}
.hak_follow_buttons .hak_follow_button {
    margin: 5px;
}
.hak_tab_wrapper {
    border-top: 0;
    margin: 25px 0 !important;
}
.hak_tab_buttons {
    display: flex;
    font-size: 13px;
}
.hak_tab_btn {
    padding: 4px 10px 3px;
    border: none;
    background: none;
    cursor: pointer;
}
.hak_tab_btn.active {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}
.hak_tab_content {
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 0 0 6px 6px;
}
.hak_tab_box {
    display: flex;
    gap: 16px;
}
.tab-avatar {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
}
.hak_tab_content .hak_tab_box .hak_info_des_author .hak_ul_author {
    font-size: 13px;
}
.hak_tab_content .hak_tab_box .hak_info_des_author .hak_ul_author li > a {
    color: #de4333;
    font-size: 13px;
    font-weight: 500;
}
.hak_tab_content .hak_tab_box .hak_info_author,
.hak_tab_content .hak_tab_box .hak_info_des_author {
    padding-top: 6px;
    font-size: 14px;
}
.hak_tab_content .hak_tab_box .hak_box_info_author .hak_box_author_name,
.hak_tab_content .hak_tab_box .hak_box_info_author .hak_box_author_name a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.hak_box_title_related_posts {
    padding: 10px 14px;
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
    border-bottom-width: 2px;
    border-left: 0;
    border-right: 0;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.hak_title_related_posts {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.related-posts img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hak_box_right_content .related-posts .hak_box_right_related_posts.set-height {
    min-height: 900px;
}
.hak_box_related_posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 26px;
}
.hak_box_related_posts .item_related_posts h2,
a {
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    transition: all 0.25s ease-in-out;
    isolation: isolate;
}
.hak_box_right_main_related_posts h2 {
    font-size: 15px !important;
}
.hak_box_right_items_related_posts h2 {
    font-size: 14px !important;
}
.related-posts .fw-semibold h2:hover a {
    color: #de4333;
}
.hak_box_img_related_post {
    margin-bottom: 16px;
    border-radius: 6px !important;
}
.hak_heading_detail_post {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    isolation: isolate;
}
.hak_heading_top_block_content {
    border-bottom: solid 2px #152b4b;
    margin-bottom: 26px;
    position: relative;
}
.hak_heading_home::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    left: 0;
    top: -1px;
    background-color: #de4333;
}
.hak_box_item_follow svg {
    width: 40px;
}
.hak_bg_twitter {
    background: #55acef;
    isolation: isolate;
}
.hak_bg_youtube {
    background: red;
    isolation: isolate;
}
.hak_bg_tiktok {
    background: #fe2c55;
    isolation: isolate;
}
.hak_bg_telegram {
    background: #08c;
    isolation: isolate;
}
.hak_bg_facebook {
    background: #1a6dd4;
    isolation: isolate;
}
.hak_bg_linkedin {
    background: #02669a;
    isolation: isolate;
}
.hak_number_follow {
    font-size: 13px;
    font-weight: 700;
}
.hak_box_right_content .hak_social_widget {
    margin-bottom: 45px;
}
.hak_box_right_item_related_posts {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.hak_box_right_item_related_posts .fw-semibold {
    width: 90%;
}
.hak_box_right_related_posts
    .hak_box_right_items_related_posts
    .hak_box_right_item_related_posts
    .fw-semibold
    .hak_box_item_date
    .hak_item_date {
    font-size: 12px;
    color: #8a8a8a;
}
.hak_box_right_items_related_posts {
    margin-top: 26px;
    margin-bottom: 45px;
}
div:not(.wpj-jtoc--widget-floating) > .wpj-jtoc--toc {
    width: 100%;
}
.hak_box_right_muc_luc {
    position: relative;
    transition: all 0.3s ease;
}
.hak_box_right_muc_luc.fixed {
    position: fixed;
    z-index: 5;
    top: 0;
}
.hak_box_inner_share {
    width: 50px;
    position: absolute;
    left: -100px;
}
.hak_box_inner_share .hak_box_share_text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
}
.hak_box_inner_share .hak_box_share_services {
    margin-top: 25px;
}
.hak_box_inner_share .hak_box_share_services .hak_box_item_share {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000;
}
.fixed-share {
    top: 60px;
    position: fixed;
}

.post-content h2 {
    color: rgb(22, 22, 22);
    background-color: rgba(0, 0, 0, 0);
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    margin: 32.4px 0px 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none solid rgb(22, 22, 22);
    text-transform: none;
    border-left: 0px none rgb(22, 22, 22);
}

div .tve_image_caption {
    padding: 0px;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.tve_image_caption:not(.tcb-mm-image.tve-tab-image) {
    height: auto !important;
}

.thrv_wrapper {
    margin-bottom: 20px;
}

/* **********************************
                Reset CSS
                ************************************** */

/* HTML5 display-role reset for older browsers */

/* *******************************
                message-area
                ******************************** */

.message-area {
    height: 90vh;
    width: 60%;
    overflow: hidden;
    padding: 30px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: none;
    transition: all 0.5s ease;
}

.message-area.active {
    display: block;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    z-index: 100;
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00db75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: -7px;
    left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender .show_response {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
    width: 50%;
    max-width: 100%;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    bottom: 84px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: "";
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-box button {
    border: none;
    background: linear-gradient(90deg, #c2113c 0%, #f4be3e 100%);
    isolation: isolate;
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #f6f7fa;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #f6f7fa;
    background-clip: padding-box;
    border: 1px solid #f6f7fa;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #f6f7fa;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }

    .chatlist {
        width: 100%;
    }

    .chatbox {
        width: 100%;
        /* position: absolute; */
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }

    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }

    .msg-head h3 {
        font-size: 14px;
    }

    .msg-head p {
        font-size: 12px;
    }

    .msg-head .flex-shrink-0 img {
        height: 30px;
    }

    .send-box button {
        width: 28%;
    }

    .send-box .form-control {
        width: 70%;
    }

    .chat-list h3 {
        font-size: 14px;
    }

    .chat-list p {
        font-size: 12px;
    }

    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}

ul#chat-log a {
    color: #de4333 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

ul#chat-log a:hover {
    color: #161616 !important;
}

.msg-body ul#chat-log li {
    margin-bottom: 0.44em !important;
    padding-left: 3px !important;
    font-weight: 400 !important;
}

.msg-body ul#chat-log p {
    margin-bottom: 1.54em !important;
    line-height: 1.714 !important;
}

.msg-body ul#chat-log h1,
.msg-body ul#chat-log h2,
.msg-body ul#chat-log h3,
.msg-body ul#chat-log h4,
.msg-body ul#chat-log h5,
.msg-body ul#chat-log h6,
.msg-body ul#chat-log .textwidget h1,
.msg-body ul#chat-log .textwidget h2,
.msg-body ul#chat-log .textwidget h3,
.msg-body ul#chat-log .textwidget h4,
.msg-body ul#chat-log .textwidget h5,
.msg-body ul#chat-log .textwidget h6 {
    margin-top: 1.35em !important;
    margin-bottom: 0.75em !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
}

.msg-body ul#chat-log h4 {
    font-size: 1.21rem !important;
}

.msg-body ul#chat-log h3 {
    font-size: 1.285em !important;
}

.msg-body ul#chat-log h5 {
    font-size: 1.107em !important;
}

.msg-body ul#chat-log ul {
    margin-left: 20px !important;
    margin-top: 28.8px !important;
    margin-bottom: 28.8px !important;
}

.msg-body ul#chat-log ul,
.msg-body ul#chat-log ol {
    margin-left: 20px !important;
    list-style-type: disc, none !important;
    margin: calc(1.54em + 0.26em) auto 0 !important;
}

.msg-body ul#chat-log,
.msg-body ul#chat-log .textwidget {
    color: #de4333 !important;
}

.msg-body ul#chat-log:hover,
.msg-body ul#chat-log .textwidget:hover {
    color: #161616 !important;
}

.loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #de4333;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
}

@keyframes animloader {
    0% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }

    25% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
    }

    50% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
    }

    75% {
        box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }

    100% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
}
