.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;
}

.font-22 {
    font-size: 22px;
}

.like-image {
    text-decoration: none !important;
    background-color: #ffb6b6;
    border-radius: 50%;
    padding: 4px;
    display: inline-block;
    width: 32px;
}

.blog-title {
    font-size: 16px;
    font-weight: 600;
}

#profile-image {
    width: 120px;
    height: 120px;
    object-fit: contain;
    background-color: #f1f1f1;
    border: 1px solid #c8e2ff;
    border-radius: 50%;
}
.font-28 {
    font-size: 28px;
}

.active-tab {
    border-bottom: 3px solid #2563eb;
    color: #2563eb;
}

.blog-image {
    height: 250px;
    width: 100%;
    object-fit: contain;
}

.likes-count {
    font-size: 20px;
    font-weight: bold;
    color: #ff4081;
    background: #fff3f8;
    padding: 4px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(255, 64, 129, 0.3);
    display: inline-block;
    min-width: 36px;
    text-align: center;
    transition: transform 0.3s ease;
}

.likes-count:hover {
    transform: scale(1.1);
}

#duser-no-coms-box {
    text-align: center;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 45px 0;
    margin-top: 36px;
}

#duser-no-coms-title {
    font-size: 24px;
    display: block;
    margin-bottom: 16px;
}

#active-email-msg {
    display: block;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: 500;
    padding: 8px 0;
    border-radius: 8px;
    margin-bottom: 8px;
}

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

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

    100% {
        opacity: 1;
    }
}

.cm-box-img {
    max-width: 100%;
    max-height: 240px;
    object-fit: contain;
    background-color: rgb(247, 247, 247);
    border-radius: 18px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(241, 241, 241);
    border-image: initial;
}

.q-box-title {
    font-weight: 700;
    margin: 15px 0 5px;
    line-height: 44px;
    font-size: 24px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 4px;
}

.cm-img-link {
    position: relative;
    display: inline-block;
}

.cm-img-link .link-icon {
    position: absolute;
    bottom: 6px;
    left: 22px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 18px;
    transition: opacity 0.3s ease;
}

.cm-img-link:hover .link-icon {
    background: rgb(0 0 0 / 0.7);
}

.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 */

#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;
}
