.modal-backdrop {
    z-index: 0 !important;
}

.swiper {
    z-index: 0 !important;
}

@font-face {
    font-family: "Vazirmatn";
    src: url("/fonts/Vazirmatn[wght].woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: block;
}

body {
    font-family: "Vazirmatn", sans-serif;
    font-weight: 400;
}

.top-nav-link-logo {
    text-decoration: none;
    color: #000000;
    font-weight: 700;
}
.top-nav-link-logo:hover {
    text-decoration: none;
    color: #0079df;
}

.top-nav-link {
    text-decoration: none !important;
    color: #555;
    font-size: 15px;
    font-weight: 500;
}
.top-nav-link:hover {
    color: #0079df;
}

.dropdown-menu {
    right: auto !important;
    left: 0 !important;
}

.bg-gray {
    background-color: #f6f5f5;
}

.text-gray {
    color: #808080;
}

.bg-wht {
    background-color: #ffffff;
}

.radius-10 {
    border-radius: 10px;
}

.font-14 {
    font-size: 14px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}

.decor-none {
    text-decoration: none !important;
    color: #000000 !important;
}

.textarea-preline {
    white-space: pre-line;
}

.hr-style {
    height: 1px;
    background-color: #c3c3c3;
    width: 90%;
}

.cur-p {
    cursor: pointer;
}

.show-timer-div {
    border: 1px solid #005cbf;
    border-radius: 16px;
    display: none;
}

#footer-row {
    border-top: 1px solid #e3e3e3;
    background-color: #fff;
}

/*for main search */
#msearch-tabs {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    margin-bottom: 12px;
}

.msearch-tab {
    flex: 1;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid #f1f1f1;
}

.msearch-tab-active {
    border-bottom: 2px solid #007bff !important;
}

.msearch-result-question {
    display: block;
    background-color: #e5eeff;
    padding: 12px 4px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid #a4c3ff;
    color: #000;
    text-decoration: none !important;
}

.msearch-result-blog {
    display: block;
    background-color: #e5eeff;
    padding: 12px 4px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid #a4c3ff;
    color: #000;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    margin-left: 6px;
}
.msearch-result-blog img {
    width: 52px;
    max-height: 52px;
    object-fit: contain;
    border-radius: 8px;
    margin-left: 4px;
}
.msearch-result-blog span {
    flex: 1;
    word-wrap: break-word;
    font-weight: 500;
}

#msearch-magicon {
    position: absolute;
    top: 42px;
    left: 24px;
}
#show-msearch-result {
    display: none;
    max-height: 280px;
    overflow-y: auto;
}
#show-msearch-result::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #f1f1f1;
}

#show-msearch-result::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

#show-msearch-result::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
#show-msearch-empty {
    background-color: #f1f1f1;
    border-radius: 8px;
}
#show-msearch-empty span {
    display: block;
    margin-top: 18px;
    font-weight: 500;
    font-size: 16px;
}
#show-msearch-loading {
    display: none;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
}
#show-msearch-loading span {
    display: block;
    margin-top: 18px;
    font-weight: 500;
    font-size: 16px;
}
.msearch-result-item {
    padding: 12px 0;
    margin-top: 6px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
}
.msearch-result-item:hover {
    background-color: #f0f5ff;
}
.msearch-result-item-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: contain;
    background-color: #d6e4ff;
    vertical-align: top;
}
.msearch-result-item-title {
    font-size: 15px;
    margin-right: 4px;
    font-weight: 500;
}
.msearch-result-item-cat {
    background-color: #f1f1f1;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 12px;
    border: 1px solid #e9e9e9;
    margin-left: 4px;
    display: inline-block;
    margin-right: auto;
    height: fit-content;
    text-wrap: nowrap;
}
.msearch-result-item-links {
    background-color: #f0f5ff;
    border-radius: 8px;
    padding: 12px 0;
    border-bottom: 1px solid #d3d3d3;
    display: none;
}
.msearch-result-item-link {
    display: inline-block;
    background-color: #fff;
    padding: 4px 12px;
    border-radius: 8px;
    color: #002f87;
    border: 1px solid #aac7ff;
    margin: 0 5px;
    text-decoration: none !important;
}
.msearch-result-item-link:hover {
    background-color: #f0f5ff;
    color: #000000;
}

#msearch-result-cats {
    background-color: #fff;
    overflow-x: auto;
    white-space: nowrap;
}
.msearch-result-cat {
    background-color: #ebebeb;
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 4px 8px;
    margin: 0 0 8px 4px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}
#msearch-result-h {
    display: block;
    margin-top: 4px;
    font-size: 13px;
}
.msearch-result-cat-img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: contain;
}
.msearch-result-cat-a {
    text-decoration: none !important;
    color: #000;
    font-size: 13px;
}
#msearch-result-cats::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #f1f1f1;
}

#msearch-result-cats::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

#msearch-result-cats::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

#msearch-result-404 {
    padding: 16px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    font-size: 17px;
    display: block;
}

.price-border {
    background-color: #6c98e1;
    color: #ffffff;
    border-radius: 0 0 0 40px;
    padding-left: 24px;
    padding-right: 8px;
    border-left: 10px;
}

.bold-font-title {
    font-weight: 700;
    font-size: 17px;
}

.comment-profile-style {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background-color: #f1f1f1;
    border: 1px solid #d9ecff;
}

/* bottom menu */

#bm-unotif-count {
    position: absolute;
    top: -4px;
    right: 10px;
    background-color: #0a6cd5;
    color: #fff;
    padding: 0 6px;
    border-radius: 8px;
}

.add-bottom-menu {
    display: none;
    position: absolute;
    bottom: 68px;
    width: 100%;
    text-align: center;
}

:root {
    --bm-box-bottom: 0;
}

.bottom-menu-box {
    position: fixed;
    bottom: var(--bm-box-bottom);
    width: 100%;
    z-index: 20;
    background-color: #ffffff;
}

.buttom-menu-item {
    border-top: 1px solid #b5b5b5;
    cursor: pointer;
}

#bottom-menu-add-img {
    position: absolute;
    left: 50%;
    top: 16px;
    transform: translate(-50%, -50%);
    background-color: #b0bfe7;
    padding: 8px;
    border-radius: 50%;
}

#bm-new-bt {
    border-top: 4px solid #cdcdcd;
    font-size: 20px;
    color: #1c005f;
    font-weight: 700;
}

#bm-user-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: contain;
    background-color: #e0d7f0;
}

#ud_user_img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: contain;
    background-color: #f1f1f1;
    border: 1px solid #e3effb;
    padding: 2px;
    margin-left: 8px;
    margin-bottom: 12px;
}
#ud-go-udash {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}
#ud-go-udash img {
    width: 18px;
}
#ud-name {
    font-size: 16px;
    font-weight: 700;
}
#ud-close-img {
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
}
.ud-list-a {
    text-decoration: none !important;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 14px 0;
    color: #000;
    font-size: 14px;
}
.ud-list-a img {
    width: 22px;
    margin-left: 4px;
}
.ud-data-a {
    text-decoration: none !important;
    color: #888;
    font-size: 14px;
}
.ud-data-count {
    font-size: 17px;
    font-weight: 700;
}
#ud-setting-txt {
    font-size: 14px;
    font-weight: 500;
    background-color: #0a6cd5;
    color: #fff;
    padding: 8px 8px;
    margin-top: 16px;
    border-radius: 18px;
    text-decoration: none !important;
    display: block;
    text-align: center;
}
.ud-prog-msg {
    font-size: 12px;
}
.ud-prog-img {
    width: 12px;
}
.ud-prog-done {
    font-weight: 600;
    font-size: 13px;
    color: #3a3a3a;
    border: 1px solid #888;
    border-radius: 8px;
    padding: 0 8px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none !important;
}
.ud-prog-done:hover {
    background-color: #f1f1f1;
}
.ud-prog-done2 {
    font-size: 11px;
    color: #007bff;
}
.ud-prog-ndone2 {
    font-size: 11px;
    color: #dc3545;
}
.ud-inc-money {
    float: left;
    color: #000000;
    text-decoration: none !important;
}
#ud-money-title,
#ud-money-currency {
    font-size: 14px;
    font-weight: 500;
}
#ud-money-amount {
    font-size: 19px;
    font-weight: 600;
    color: #6c757d;
}

#user_dash_menu {
    position: fixed;
    bottom: -375px;
    z-index: 20;
    width: 100%;
    background-color: #fff;
    padding-top: 16px;
    border-top: 1px solid #e3e3e3;
    border-radius: 26px 26px 0 0;
    max-height: 400px;
    overflow-y: scroll;
}
#dropdown-add-bottom-menu {
    position: fixed;
    bottom: -375px;
    z-index: 20;
    width: 100%;
    background-color: #fff;
    padding-top: 16px;
    border-top: 1px solid #e3e3e3;
    border-radius: 26px 26px 0 0;
}

.bm-npost-img {
    background-color: #f1f1f1;
    border-radius: 50%;
    padding: 6px;
}

.bm-new-text-box {
    display: inline-block;
    vertical-align: middle;
}

.bm-n-title {
    font-weight: 600;
    font-size: 17px;
}
.bm-n-desc {
    font-size: 15px;
}

#bm-war-icon-user {
    position: absolute;
    top: -1px;
    right: 10px;
}
.bm-war-icon-user {
    animation: bwiu-glow-anim 0.5s infinite alternate;
}

.table thead {
    background-color: #444444;
    color: #fff;
    font-size: 20px;
}

.table td {
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-size: 20px;
}

@keyframes bwiu-glow-anim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#modal-back-box {
    width: 100%;
    height: 100%;
    background-color: #00000063;
    position: fixed;
    top: 0;
    display: none;
    z-index: 11;
}

.font-800 {
    font-weight: 800;
}

.index2-main {
    background-color: #f9fafb;
}

.sidebar-div {
    overflow-y: scroll;
}

/* width */
.sidebar-div::-webkit-scrollbar {
    width: 15px;
}

/* Track */
.sidebar-div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.sidebar-div::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.sidebar-div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.slider-item {
    text-decoration: none !important;
    color: #000;
}
.slider-item-text {
    font-weight: 400;
    font-size: 16px;
}
.slider-item-li {
    list-style-type: none;
}
.slider-item-li:hover {
    background-color: #f1f9f5 !important;
}
.w-24 {
    width: 24px;
}
.font-w-600 {
    font-weight: 600;
}

#myOverlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 30;
    display: none;
}

#mySidebar {
    z-index: 31;
    width: 250px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    transform: translateX(130%);
    transition: transform 0.3s ease-in-out;
}
#mySidebar.visible {
    transform: translateX(10%);
}

.modal {
    z-index: 100;
}

.prev,
.next {
    background-color: #626262 !important;
    border-radius: 50% !important;
    border: 2px solid #464646 !important;
    padding: 10px 20px !important;
    color: #fff !important;
}

.n-active-btab-mobile {
    color: #6c757d;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.active-btab-mobile {
    color: #0079df;
    font-size: 14px;
    font-weight: 600;
}

/* for login modal */

#loginFormLoginModal {
    display: none;
}

#registerFormLoginModal {
    display: none;
}

.email-show-lr {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 4px 8px;
    display: inline-block;
    margin-top: 4px;
    background-color: #f1f1f1;
}

.login-fg {
    display: block;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    margin-bottom: 4px;
    margin-right: 14px;
    margin-left: 14px;
}
.login-label-fg {
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f7f7f7;
    color: #616161;
    font-weight: 600;
}
.login-input-fg {
    width: 100%;
    padding: 10px;
    border: none;
}
.login-input-fg:focus-visible {
    outline-color: #aaccf1;
}

.hi-login {
    font-size: 22px;
    font-weight: 600;
}

.ch-acc-auth-img {
    width: 11px;
}

.change-pass-eye-img {
    position: absolute;
    left: 42px;
    top: 32px;
    border: 1px solid #d5d5d5;
    padding: 5px;
    border-radius: 50%;
    background-color: #f7f7f7;
}
#change-pass-eye-img-register {
    position: absolute;
    left: 8px;
    top: 29px;
    border: 1px solid #d5d5d5;
    padding: 5px;
    border-radius: 50%;
    background-color: #f7f7f7;
}

#login-submit-loading {
    display: none;
}

#login-suc-message {
    color: #28a745;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 16px;
    border-bottom: 2px solid #28a745;
}

#email-register-box {
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 2px 8px;
    border: 1px solid #ededed;
    font-size: 14px;
    cursor: pointer;
}

#login-error-box,
#register-error-box,
#check-email-loading {
    display: none;
}

#register-submit-loading {
    display: none;
}

#register-suc-message {
    color: #28a745;
    font-size: 18px;
    display: none;
    margin-bottom: 16px;
    border-bottom: 2px solid #28a745;
}

#register-form-title {
    font-weight: 700;
    font-size: 22px;
}

#email_for_login_error {
    display: none;
    color: #dc3545;
    font-weight: 600;
}

#click_for_login_is_true,
#click_for_login_fix_mistake,
#reset_password_suggestion {
    display: none;
}

/* end for login modal */

/* for charge account */
#chac-header {
    background-color: #0a6cd5;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px;
    font-size: 20px;
}
#chac-tom-span {
    font-size: 13px;
    color: #0a6cd5;
    font-weight: 600;
}
/* end for charge account */

/* for user dash model */
.udm-box {
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    z-index: 1;
    width: 280px;
    padding: 6px;
    text-align: center;
    display: none;
}
.udm-ver {
    display: flex;
    align-items: center;
}
.udm-uname {
    font-weight: 600;
}
.udm-img {
    display: inline-block;
    max-width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 4px;
    border: 1px solid #e7e7e7;
    margin-left: 8px;
    object-fit: contain;
}
.udm-dash-a {
    color: #378dfb;
    font-size: 14px;
    font-weight: 500;
}
.udm-njob-span {
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
    cursor: pointer;
}
.udm-ua {
    border: none !important;
    outline: none !important;
    background-color: unset;
}
.udm-ua:hover {
    color: #0041b9;
}
header {
    height: 0;
}
@media (max-width: 767px) {
    #top-menu-box {
        display: none;
    }
}
@media (min-width: 768px) {
    header {
        height: 42px;
    }
    #top-menu-box {
        display: fixed;
    }
}

#error_for_email_forget {
    display: none;
    color: #dc3545;
    font-weight: 500;
    font-size: 15px;
}
#top-menu-box {
    border-bottom: 1px solid #ededed;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}
#search-tmenu {
    padding: 3px 22px;
    background-color: #f9f9f9;
    display: inline-block;
    border-radius: 22px;
    color: #888;
    cursor: pointer;
    width: 100%;
    text-align: right;
}
#search-tmenu img {
    margin-left: 4px;
}
#search-tmenu span {
    color: #007bff;
    font-weight: 600;
    font-size: 17px;
}

#notif-sm {
    position: fixed;
    bottom: 70px;
    left: 16px;
    background-color: #0a6cd5;
    color: #fff;
    padding: 5px;
    border-radius: 8px;
    z-index: 20;
    font-weight: 600;
    opacity: 0;
    animation: glow 1s infinite, show-hide 60s forwards;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px #0f437a;
    }
    50% {
        box-shadow: 0 0 20px #007bff;
    }
    100% {
        box-shadow: 0 0 5px #0f437a;
    }
}

@keyframes show-hide {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    13% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    53% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    83% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#notif-sm-ac {
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    padding: 0 5px;
    margin: 0 4px;
}

.font-600 {
    font-weight: 600;
}

#username-for-register-war {
    color: #bf0012;
    font-size: 13px;
    font-weight: 500;
}
#username-for-register-desc {
    display: inline-block;
    font-size: 12px;
    color: #888;
}

#motto-box {
    background-color: #f7f7f7;
    padding: 4px 0;
}

#motto1 {
    font-size: 21px;
    color: #007bff;
    font-weight: 600;
}

#motto2 {
    font-size: 21px;
    margin-right: 4px;
    font-weight: 600;
    color: #888;
    opacity: 0;
}

@keyframes fadeMotto {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeMottoCls {
    animation: fadeMotto 2.5s forwards;
}

#search-hint {
    display: block;
    color: #5a131a;
    padding: 8px 4px;
    border-radius: 8px;
    margin-top: 12px;
}

#search-hint-table {
    width: 100%;
    margin-top: 16px;
}

#search-hint-table tr {
    border-bottom: 1px solid #e9ecef;
}
#whtable {
    color: #6f000b;
}
#thtable {
    color: #086a1e;
}

#desk-unotif-count-li {
    background-color: #17a2b8;
    color: #fff;
    border-radius: 8px;
    padding: 0 4px;
}

#desk-unotif-count {
    position: absolute;
    top: 21px;
    left: 95px;
    background-color: #17a2b8;
    color: #fff;
    border-radius: 8px;
    padding: 1px 3px;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-left: 4px;
    padding-right: 2px;
}

.sq-box {
    border: 1px solid #e1e1e1;
}

#pquestion-img {
    max-height: 220px;
    object-fit: contain;
    border-radius: 10px;
}

#noans-title {
    display: block;
    margin-top: 4px;
    font-size: 21px;
    font-weight: 500;
}

#noans-decs {
    font-size: 16px;
    margin-top: 12px;
    display: block;
    color: #a2a2a2;
}

#noans-box {
    display: block;
    margin-top: 18px;
    text-align: center;
    border: 3px solid #e9ecef;
    border-radius: 8px;
    padding: 21px 0;
    font-size: 18px;
}

.sq-user-image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.sq-item-title {
    font-size: 18px;
    font-weight: 700;
}

.qa-form-ta {
    width: 100%;
    height: 150px;
    resize: none;
    padding: 8px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    outline: none;
}

.reply-box {
    background-color: #f8f9f9;
    border: 2px solid #e0e1be;
}

.forum-breadcrumb-item {
    background-color: #495057;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    padding: 0 8px;
    display: inline-block;
}

#breadcrumb-box {
    overflow-x: auto;
    text-wrap: nowrap;
    height: 44px;
    overflow-y: hidden;
}

#cm-input {
    min-height: 120px;
    border: 1px solid #00b2ff;
}

.share-span {
    border: 1px solid #6c757d;
}

.share-span img {
    width: 21px;
}

.share-box {
    position: absolute;
    top: 40px;
    width: 300px;
    left: -100px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px;
    z-index: 1;
    background-color: #f7f7f7;
}

.hide-share {
    display: none;
}

#copy-clipboard-done-span {
    width: 100%;
    border-radius: 8px;
    color: #ffffff;
    background-color: #0b9100;
    margin-top: 8px;
    display: none;
}

.rep-name {
    font-size: 14px;
    background-color: #fff;
    padding: 0 4px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
}

.question-editor p {
    font-size: 20px;
    line-height: 38px;
}

#page-title {
    margin-bottom: 8px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 700;
}

.question-editor h2 {
    margin: 15px 0 10px;
    line-height: 44px;
    font-size: 28px;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    color: #000;
}

.question-editor h3 {
    font-size: 22px;
    font-weight: 700;
    color: #004085;
    margin: 15px 0 10px;
    line-height: 44px;
    border-bottom: 1px solid #eee;
}

.question-editor h4 {
    font-size: 18px;
    font-weight: 700;
    color: #373737;
    margin: 15px 0 10px;
    line-height: 44px;
    border-bottom: 1px solid #eee;
}

.question-editor .table {
    overflow: auto;
}
/* 
.question-editor .table th {
    background-color: #f8f9fa;
    font-size: 20px;
} */

.question-editor ul,
.question-editor ol {
    padding-inline-start: 24px;
}

#qsh-can-help-title {
    font-weight: 600;
    font-size: 16px;
}

@keyframes ulcomoveDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
.unlike-ans-image {
    display: inline-block;
    transition: transform 0.6s ease;
}
.unlike-ans-image.clicked {
    animation: ulcomoveDown 0.6s ease;
}

@keyframes lcomoveDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.like-ans-image {
    display: inline-block;
    transition: transform 0.6s ease;
}
.like-ans-image.clicked {
    animation: lcomoveDown 0.6s ease;
}

.questions-box {
    text-align: right;
    display: block;
    text-decoration: none !important;
    background-color: #fff;
    border-radius: 8px;
    padding: 4px;
    color: #000;
    border: 1px solid #f1f1f1;
    margin: 12px 0;
}

#cm-input {
    width: 100%;
    min-height: 140px;
    overflow: hidden;
    resize: none;
    font-size: 21px;
}

.c-shortans {
    color: #888;
    font-size: 14px;
}

.sug-q-like-icon {
    background-color: #e3f2f9;
    border: 1px solid #b6daff;
    color: #075e91;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 12px;
    border-radius: 16px;
    margin: 0 4px;
    cursor: pointer;
}
.sug-q-like-icon img {
    width: 18px;
}

.question-editor img {
    max-width: 100%;
    max-height: 350px;
    border-radius: 8px;
}

.rcir-glow {
    animation: rcir-glow-anim 0.5s infinite alternate;
}

@keyframes rcir-glow-anim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#page-g-div {
    background-color: #fbfbfb;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid #dee2e6;
}

#page-g-title {
    font-size: 21px;
    display: block;
    font-weight: 600;
    margin-top: 8px;
}

#page-g {
    margin-top: 16px;
    font-size: 18px;
    color: #495057;
    display: block;
    white-space: pre-line;
}

@keyframes page-g-anim {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(20deg);
    }

    50% {
        transform: rotate(-20deg);
    }

    75% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

#page-g-img {
    animation: page-g-anim 2s ease-in-out infinite;
}

/* for question user */

.qusr-link {
    outline: 0 !important;
    padding: 8px;
    background-color: unset;
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #f1f1f1;
    border-right: none;
    border-left: none;
    display: flex;
    align-items: center;
}

.qusr-username {
    font-weight: 500;
}
.qusr-name {
    font-weight: 500;
    color: #888;
    font-size: 14px;
}

.qusr-label {
    margin-right: 4px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    border-radius: 12px;
    border-left: 2px solid #c1c8d1;
    border-top: 1px solid #c1c8d1;
    background-color: #fff;
}

.qusr-style {
    max-width: 60px;
    height: 60px;
    max-height: 120px;
    object-fit: contain;
    border-radius: 12px;
    background-color: #f1f1f1;
    border: 1px solid #d9ecff;
}

.dqusr-style {
    max-width: 60px;
    height: 60px;
    max-height: 120px;
    object-fit: contain;
    border-radius: 50%;
    background-color: #f1f1f1;
    border: 1px solid #d9ecff;
}

.qusr-name-div {
    text-align: right;
    margin-right: 8px;
}

/* end for question user */

.embed-video-wrapper {
    width: 100%;
    max-width: 600px;
    /* عرض نهایی در دسکتاپ */
    margin: 0 auto;
}

.embed-video-container {
    position: relative;
    width: 100%;
    /* این خط نسبت تصویر رو نگه می‌داره */
    padding-bottom: 56.25%;
    /* نسبت 16:9 → (9 ÷ 16 = 0.5625) */
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 10px;
}

.embed-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* در موبایل اجازه بده عرض کامل بشه */
@media (max-width: 767px) {
    .embed-video-wrapper {
        max-width: 100%;
    }
}

.btn-follow-item {
    background-color: rgb(0, 123, 255);
    outline: none !important;
    border: none !important;
    color: #fff;
    border-radius: 24px;
    padding: 2px 12px;
    margin: 0 10px;
    min-width: 92px;
}
.btn-nfollow-item {
    background-color: #3a3a3a;
    outline: none !important;
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 24px;
    text-wrap: nowrap;
    padding: 2px 12px;
    margin: 0 10px;
    min-width: 92px;
}
.btn-following-item {
    background-color: #b9b9b9;
    outline: none !important;
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 24px;
    padding: 0 6px;
    text-wrap: nowrap;
    margin: 4px 0 4px 4px;
    min-width: 92px;
}

#tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e0d7f0;
}
.active-tab {
    border-bottom: 3px solid #007bff;
    margin-right: 8px;
    color: #004085;
    font-weight: 600;
    padding: 10px 12px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
}
.not-active-tab {
    color: #3a3a3a;
    font-size: 14px;
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none !important;
}

.not-active-tab span,
.active-tab span {
    background-color: #efe9e9;
    color: #1566bd;
    font-weight: 600;
    padding: 0 5px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    margin-right: 2px;
    font-size: 15px;
}

#tab-title-box {
    margin: 0 8px;
    min-width: 80px;
    max-width: 145px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
}
#tab-actions {
    display: inline-block;
    overflow-x: auto;
    text-wrap: nowrap;
}
#tab-actions::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #f1f1f1;
}

#tab-actions::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

#tab-actions::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
@media only screen and (max-width: 768px) {
    #tab-actions::-webkit-scrollbar {
        display: none;
    }
}
#tab-title-box-text {
    display: inline-block; /* Add this line */
    position: relative;
}

.tab-scroll-text {
    animation: tab-scroll-text 7s linear infinite;
    animation-direction: normal;
}

@keyframes tab-scroll-text {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.sticky-tab {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}
.sticky-tab {
    transition: all 0.3s ease-in-out;
}

/* for item price */

#item-price-div {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    margin: 16px 0;
    overflow: hidden;
}

#item-price-title {
    font-size: 22px;
    border-right: 2px solid #d50000;
    padding-right: 8px;
    margin-top: 12px;
    margin-bottom: 16px;
    display: inline-block;
}

#item-price-adpage-btn {
    text-decoration: none !important;
    color: #007bff;
    font-weight: 600;
    font-size: 15px;
    margin-right: auto;
    float: left;
    margin-top: 12px;
}
#item-price-adpage-btn img {
    width: 11px;
}

#item-price-ul {
    padding: 0;
    text-wrap: nowrap;
    scrollbar-width: none;
    width: max-content;
}

.item-price-li {
    list-style: none;
    display: inline-block;
    background-color: #fff;
    border-radius: 8px;
    margin-left: 12px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 12px;
    border: 1px solid #ddd;
}

#item-price-messages {
    color: #a70010;
    position: absolute;
    bottom: 0;
    font-size: 15px;
}

.item-price-scroll {
    animation: item-price-scroll 60s linear infinite;
    animation-direction: normal;
}

@keyframes item-price-scroll {
    0% {
        transform: translateX(0);
    }
    79.9999% {
        transform: translateX(100%);
    }
    80% {
        transform: translateX(-100vw);
    }
    100% {
        transform: translateX(0);
    }
}
/* end for item price */

#top-users-box {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    padding: 16px 8px;
    border-right: 2px solid #007bff;
    margin-top: 42px;
}
#top-users-utitle {
    font-size: 18px;
    font-weight: 500;
    color: #00458f;
}
#top-users-ptitle {
    font-size: 13px;
    font-weight: 400;
    color: #6c757d;
}
#top-users-list {
    display: inline-block;
    overflow-x: auto;
    text-wrap: nowrap;
    width: 100%;
}

#top-users-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background-color: #f1f1f1;
}

#top-users-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

#top-users-list::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

#top-users-tbox {
    margin-left: 21px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    min-width: min-content;
}
.top-user-a {
    display: inline-block;
    margin-left: 12px;
    border-radius: 8px;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none !important;
    color: #262626;
}

.top-user-a img {
    width: 36px;
    height: 36px;
    background-color: #f1f1f1;
    border-radius: 50%;
}

.top-user-a span {
    font-size: 13px;
    font-weight: 500;
}
.ousers-img {
    width: 20px;
}
#online-users-span {
    position: fixed;
    bottom: 76px;
    right: 12px;
    z-index: 10;
    background-color: #f8f9fa;
    padding: 4px 8px;
    border-radius: 18px;
    border: 1px solid #dee2e6;
    font-weight: 600;
}
#online-users-icon {
    animation: online-user-glow 1.5s infinite;
}
@keyframes online-user-glow {
    0% {
        opacity: 1; /* fully visible */
    }
    50% {
        opacity: 0; /* fully hidden */
    }
    100% {
        opacity: 1; /* fully visible again */
    }
}

.suggest-item {
    text-decoration: none !important;
    color: #000;
    border: 1px solid #bdbdbd;
    padding: 6px;
    display: block;
    border-radius: 8px;
}

.suggest-item img {
    max-width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #f1f1f1;
    margin-bottom: 4px;
}
.suggest-item span {
    font-size: 14px;
    display: block;
}

.breadcr {
    margin-top: 6px;
    display: inline-block;
    color: #495057;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
}
.breadcr-devider {
    color: #888;
    padding: 0 2px;
    font-size: 14px;
}

#item-telegram-box {
    text-align: center;
    background-color: #fcfcfc;
    border: 1px solid #dee2e6;
    padding: 12px;
    border-radius: 8px;
}

#itb-title {
    display: block;
    font-size: 21px;
    font-weight: 600;
}

#itb-desc {
    display: block;
    margin: 8px 0;
}

#itb-link {
    font-size: 20px;
    display: block;
}

#itb-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    animation: itb-blink 1.5s infinite;
}

@keyframes itb-blink {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.bslider {
    overflow-x: auto;
    text-wrap: nowrap;
    overscroll-behavior: contain;

    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
}
.bslider.bslider-active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.bslider-item {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
    text-align: center;
}
.bslider {
    /* For WebKit browsers (Chrome, Safari, Opera) */
    ::-webkit-scrollbar {
        display: none;
    }
    /* For IE, Edge, and Firefox */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#affilb-video {
    border: none;
    width: 100%;
    height: 292px;
}

.pshbox {
    text-align: center;
    display: block;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    box-shadow: rgb(241, 241, 241) 0px 0px 20px 0px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(247, 247, 247);
    border-image: initial;
    border-radius: 8px;
    padding: 8px 12px;
    text-decoration: none !important;
}

#affilb-img {
    background-color: #f1f1f1;
    border-radius: 8px;
    max-height: 290px;
    max-width: 100%;
    width: fit-content;
}
#affilb-title {
    font-size: 19px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 8px;
    display: block;
    word-wrap: break-word;
    color: #10478f;
}
[id^="affilb-body-"] {
    margin-bottom: 12px;
    display: block;
    word-wrap: break-word;
    text-align: center;
}

[id^="affilb-body-"] p {
    font-size: 18px;
    line-height: 32px;
}

[id^="affilb-body-"] ol,
[id^="affilb-body-"] ul {
    padding-inline-start: 24px !important;
    list-style-type: none;
}
[id^="affilb-body-"] li {
    font-size: 18px;
    line-height: 32px;
}

[id^="affilb-body-"] h2 {
    font-size: 19px;
    font-weight: 700;
    display: block;
    word-wrap: break-word;
    color: #000;
}

[id^="affilb-route-"] {
    font-size: 19px;
    font-weight: 700;
    display: block;
    word-wrap: break-word;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
    text-decoration: none !important;
}

[id^="affilb-link-"] {
    background-color: #e9ecef; /* Initial background color */
    border-radius: 8px;
    color: #212529;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    text-wrap: nowrap;
    border: none !important;
    outline: 0 !important;
    text-decoration: none !important;
    display: block;
    animation: aflink-back-change 5s infinite;
}

/* Keyframe animation for background color change */
@keyframes aflink-back-change {
    0% {
        background-color: #e9ecef; /* Initial background color */
    }
    50% {
        background-color: #d6eaff; /* Second change */
    }
    100% {
        background-color: #e9ecef; /* Back to initial background color */
    }
}

#affilb-link img {
    width: fit-content;
}

.plyr__video-wrapper {
    background: #fff !important;
}
.plyr__poster {
    background-color: #fff !important;
}

[id^="affil-gallery-"] {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 16px;
}

[id^="affil-gallery-"]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #f1f1f1;
}

[id^="affil-gallery-"]::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

[id^="affil-gallery-"]::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

[id^="affil-gallery-"] figure img,
[id^="affil-gallery-"] img,
#product-vimg-div img {
    max-height: 200px;
    border-radius: 8px;
    margin-left: 12px;
    cursor: pointer;
}

[id^="affil-gallery-"] figure img:hover,
[id^="affil-gallery-"] img:hover,
#product-vimg-div img:hover {
    border: 2px solid #007bff;
}

[id^="affil-gallery-"] a {
    text-decoration: none !important;
    display: inline-block;
}

.video-label {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #495057;
    font-size: 17px;
    font-weight: 700;
    padding: 2px 12px;
    border-radius: 18px;
}

[id^="product-vimg-div-"] {
    position: relative;
}

#affilb-box-title {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #10478f;
    margin-top: 16px;
    margin-bottom: 8px;
}

#affilb-box-body {
    display: block;
    text-align: center;
    font-size: 13px;
}

#affil-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

#affil-actions span {
    margin: 0 3px;
}

#sug-af-form-title {
    display: block;
    font-weight: 700;
    font-size: 21px;
}

#sug-af-form-body {
    resize: none;
    overflow: hidden;
}

#sug-af-form-desc {
    font-weight: 500;
    font-size: 18px;
    display: block;
    color: #89000d;
}

#sug-af-form-desc2 {
    white-space: pre-line;
}

@keyframes prsmoveLB {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-8px);
    }
    100% {
        transform: translateX(0);
    }
}

.spb-arrow {
    animation: prsmoveLB 1s ease-in-out infinite;
    margin-right: 4px;
}

.prod-a-api {
    display: block;
}
.prod-a-api img {
    max-height: 200px;
    max-width: 100%;
    border-radius: 12px;
}

#gal-modal-prev,
#gal-modal-next {
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    width: auto;
    padding: 16px;
    font-weight: 700;
    font-size: 21px;
    transition: 0.6s ease;
    user-select: none;
    background-color: #ffffff;
    color: #003670;
    border-radius: 21px;
    border: 3px solid #00b2ff;
}

#gal-modal-next {
    left: 2%;
}

#gal-modal-prev {
    right: 2%;
}

#gal-modal-prev:hover,
#gal-modal-next:hover {
    background-color: #00b2ff;
    color: #fff;
}

#img-gal-modal {
    display: none;
    position: fixed;
    z-index: 1001;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    height: 100%;
}

#gal-modal-img {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 90vh;
    padding: 8px;
    border-radius: 21px;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

#close-gal-img-modal {
    position: absolute;
    z-index: 10;
    top: 21px;
    right: 45%;
    color: #005ec2;
    font-size: 36px;
    font-weight: 700;
    background-color: #dfdfdf;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    border: 2px solid #007bff;
    cursor: pointer;
}

.new-btn-first,
.new-btn-second,
.new-btn-third {
    position: fixed;
    left: 24px;
    z-index: 10;
    padding: 6px 12px;
}
.new-btn-first {
    bottom: 76px;
}
.new-btn-second {
    bottom: 120px;
}
.new-btn-third {
    bottom: 164px;
}
.wrcom-img {
    animation: wrcomimgrotate 1.5s infinite;
}

@keyframes wrcomimgrotate {
    0% {
        transform: rotate(20deg);
    }

    50% {
        transform: rotate(-60deg);
    }

    50.1% {
        transform: rotate(-60deg);
    }

    100% {
        transform: rotate(20deg);
    }
}

#comment-editor-load-btn {
    display: none;
}

#comeditor-msg {
    padding: 8px;
    background-color: #f8d7da;
    color: #721c24;
    font-weight: 600;
    display: none;
}

.cedshow {
    margin-top: 16px;
}

.cedshow figure {
    margin: 0 0 12px 12px;
    display: inline-block;
}
.cedshow img {
    max-width: 100%;
    max-height: 100px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 4px;
    background-color: #f1f1f1;
}

.cedshow table {
    width: 100%;
}
.cedshow table td {
    padding: 8px !important;
}

#close-ed-img {
    position: absolute;
    z-index: 10;
    top: 25px;
    right: 40px;
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    background-color: #dfdfdf;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    text-align: center;
    border: 2px solid #595959;
    cursor: pointer;
}

.ed-imgslider-modal {
    display: none;
    position: fixed;
    z-index: 1001;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    height: 100%;
}

/* Modal Content (image) */
.ed-imgslider-modal-content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 90vh;
}

/* Add Animation */
.ed-imgslider-modal-content {
    -webkit-animation-name: edimgzoom;
    -webkit-animation-duration: 0.6s;
    animation-name: edimgzoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes edimgzoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes edimgzoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .ed-imgslider-modal-content {
        max-width: 100%;
        max-height: 90vh;
    }
}

#comment-editor-btn {
    font-size: 21px;
}

.suropshow {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    background-color: #f1f1f1;
    color: #003e81;
    border: 1px solid #ccc;
    font-weight: 600;
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 8px 16px;
}

.suropshow:hover {
    background-color: #c7e2ff;
}

#rcats-title {
    display: block;
    margin: 8px 0;
    font-size: 20px;
    font-weight: 600;
    border-right: 2px solid #dc3545;
    margin-right: 8px;
    padding-right: 8px;
    padding-top: 8px;
}

#rcats {
    background-color: #f9f9f9;
    width: 100%;
    text-align: right;
    border-radius: 8px;
    margin-bottom: 12px;
}

#rcats-list {
    overflow-x: auto;
    white-space: nowrap;
}

#rcats-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #f1f1f1;
}

#rcats-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

#rcats-list::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.rcat {
    display: inline-block;
    background-color: #fff;
    margin: 8px 4px;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    padding-left: 8px;
    text-decoration: none !important;
    color: #000;
}

.rcat:hover {
    background-color: #f5f5f5;
    color: #004187;
}

.rcat span {
    font-weight: 600;
    font-size: 14px;
    margin-right: 2px;
}

.rcat img {
    width: 95px;
    max-height: 95px;
    object-fit: contain;
}

.share-span {
    cursor: pointer;
    background-color: #e6f0f5;
    border-radius: 50%;
    padding: 4px;
    display: inline-block;
}

.share-box {
    position: absolute;
    top: 40px;
    width: 300px;
    left: -60px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px;
    z-index: 1;
    background-color: #f7f7f7;
}

.hide-share {
    display: none;
}

#copy-clipboard-done-span {
    width: 100%;
    border-radius: 8px;
    color: #ffffff;
    background-color: #0b9100;
    margin-top: 8px;
    display: none;
}

.hop-item {
    text-align: center;
    display: block;
    text-decoration: none !important;
    background-color: #fff;
    border: 2px solid #f7f7f7;
    color: #000;
    border-radius: 8px;
    padding: 8px 12px;
    box-shadow: 0px 0px 20px 0 #f1f1f1;
}

.hop-item:hover {
    box-shadow: inset 0 0 20px 0 #ddd;
}

.hop-title {
    font-weight: 600;
    font-size: 22px;
    display: block;
    line-height: 36px;
}

.hop-body {
    font-size: 18px;
    color: #525252;
    line-height: 36px;
}

.hop-img {
    max-width: 100%;
    max-height: 240px;
    object-fit: contain;
    border-radius: 36px;
    margin: 12px 0;
    border: 2px solid #f1f1f1;
    background-color: #f7f7f7;
    padding: 8px;
}

.comusr-link {
    border: none !important;
    outline: none !important;
    background-color: unset;
    display: inline-block;
}

.comusr-name {
    font-weight: 500;
    color: #555;
    font-size: 14px;
}

.comusr-label {
    margin-right: 4px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    border-radius: 12px;
    border-left: 2px solid #c1c8d1;
    border-top: 1px solid #c1c8d1;
    background-color: #fff;
}

.comusr-label-0 {
    color: #558bc4;
}

.comusr-label-1 {
    color: #8d7220;
}

.comusr-label-2 {
    color: #6c9a6e;
}

.comusr-label-3 {
    color: #8d61b7;
}

.comusr-style {
    max-width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: #f1f1f1;
    border: 1px solid #d9ecff;
}

.dcomusr-style {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50%;
    background-color: #f1f1f1;
    border: 1px solid #d9ecff;
}

.comusr-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comusr-name-div {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.comusr-username {
    font-weight: bold;
    color: #222;
    font-size: 15px;
}

.comusr-biography {
    display: block;
    white-space: nowrap;
    background-color: #f1f1f1;
    overflow: auto;
    padding: 4px 8px;
    border-radius: 4px;
    color: #000;
}

#itempl-div {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

#itempl-div::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--itempl-div-bg-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(3px) brightness(75%);
    z-index: 0;
}

#itempl-div::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

#itempl-div > * {
    position: relative;
    z-index: 1;
}

#itempl-title {
    display: block;
    font-size: 32px;
    font-weight: 600;
    margin: 12px 0;
    color: #fff;
    text-shadow: 0 2px 8px #000;
}

#itempl-desc {
    display: block;
    font-size: 18px;
    color: #e9ecef;
    text-shadow: 0 2px 2px #000;
}

.share-comment {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 4px 10px;
    border-radius: 16px;
    margin: 0 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
}
@keyframes rotate-shcom {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.share-com-image {
    display: inline-block;
    transition: transform 0.5s ease;
}
.share-com-image.clicked {
    animation: rotate-shcom 0.5s forwards;
}

@keyframes copcomoveUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.copy-com-image {
    display: inline-block;
    cursor: pointer;
}
.copy-comment-msg {
    color: #00a526;
    margin-left: 8px;
    font-weight: bold;
    display: block;
    margin-top: 14px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-radius: 12px;
}
.copy-comment {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 4px 10px;
    border-radius: 16px;
    margin: 0 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
}
.copy-com-image.clicked {
    animation: copcomoveUp 0.8s ease;
}

@keyframes ulcomoveDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
.unlike-com-image {
    display: inline-block;
    transition: transform 0.6s ease;
}
.unlike-com-image.clicked {
    animation: ulcomoveDown 0.6s ease;
}

@keyframes lcomoveDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.like-com-image {
    display: inline-block;
    transition: transform 0.6s ease;
}
.like-com-image.clicked {
    animation: lcomoveDown 0.6s ease;
}

.comment-box {
    border: 2px solid #dee2e6;
    background-color: #f9f9f9;
    line-height: 38px;
    word-wrap: break-word;
}

.cm-box-time {
    float: left;
    font-size: 11px;
}

.comment-box p {
    font-size: 20px;
}

.comment-box h2 {
    font-weight: 700;
    color: #000;
    margin: 15px 0 5px;
    line-height: 44px;
    font-size: 24px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 4px;
}

.comment-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #004085;
    margin: 15px 0 10px;
    line-height: 44px;
    border-bottom: 1px solid #eee;
}

.comment-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #373737;
    margin: 15px 0 10px;
    line-height: 44px;
    border-bottom: 1px solid #eee;
}

.comment-box .table {
    overflow: auto;
}

.comment-box ul,
.comment-box ol {
    padding-inline-start: 24px;
}

.com-img-box {
    white-space: nowrap;
    overflow: auto;
    margin-top: 16px;
}

.com-img {
    max-width: 100px;
    max-height: 120px;
    border-radius: 8px;
    object-fit: contain;
    padding: 4px;
    border: 1px solid #b7daff;
    background-color: #f7f7f7;
    margin-left: 4px;
    cursor: pointer;
}

.rep-name {
    font-size: 14px;
    background-color: #fff;
    padding: 0 4px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
}

.comment-modal-input {
    width: 100%;
    height: 150px !important;
    resize: none;
}
.reply-div {
    background-color: rgb(237, 240, 249);
}
#loadMore {
    display: block;
    text-align: center;
    margin: 35px;
    font-size: 17px;
    font-weight: 700;
    display: none;
}

.like-icon {
    background-color: #e3f2f9;
    border: 1px solid #b6daff;
    color: #075e91;
    font-weight: 600;
    font-size: 16px;
    padding: 2px 12px;
    border-radius: 16px;
    margin: 0 4px;
    cursor: pointer;
}
.dislike-icon {
    color: #bf0000;
    background-color: #fff2f3;
    border: 1px solid #edaeb4;
    font-weight: 600;
    font-size: 16px;
    padding: 2px 12px;
    border-radius: 16px;
    margin: 0 4px;
    cursor: pointer;
}
.like-icon img,
.dislike-icon img {
    width: 24px;
}
.comment-reply-btn {
    text-decoration: none !important;
    border: 1px solid #cae4ff;
    background-color: #fff;
    font-weight: 500;
    border-radius: 12px;
    padding: 4px 10px;
    font-size: 18px;
    outline: none !important;
    color: #0056b3;
    line-height: normal;
}
.comment-reply-btn:hover {
    color: #004085;
}
.comment-reply-btn img {
    width: 16px;
}
/* for load comment replies */

.show-replies-btn {
    border: 2px solid #e9ecef;
    outline: none !important;
    border-radius: 8px;
    font-weight: 500;
    padding: 2px 0;
    background-color: #ffffff;
    width: 100%;
    margin-top: 18px;
    font-size: 18px;
}

.toggle-replies-btn {
    display: none;
    border: 2px solid #e9ecef;
    outline: none !important;
    border-radius: 8px;
    background-color: #ffffff;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 8px;
}

/* end for load comment replies */
