.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;
}
#chacinp {
    font-size: 22px;
    padding: 32px 8px;
}

#chac-ch-btn {
    padding: 15px 0;
    border-radius: 24px;
    font-size: 24px;
}
.chac-option {
    border: 1px solid #dee2e6;
    padding: 16px 8px;
    text-align: center;
    border-radius: 8px;
    margin: 12px 0;
    cursor: pointer;
}
.chac-option:hover {
    background-color: #eaf4ff;
    color: #0a6cd5;
}
.chac-amount {
    font-size: 24px;
    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;
}

.create-div {
    background-color: #ffffff;
    border-radius: 8px;
}

#cq-page-title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 12px;
}

.catSelected .list-group-item {
    background-color: #0079df;
    color: #ffffff;
}

.search-cat-div {
    position: absolute;
    top: 47px;
    background-color: #ffffff;
    z-index: 2;
    overflow-y: scroll;
    max-height: 400px;
    width: 95%;
}
.q-cat-a {
    text-decoration: none !important;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}
.q-cat-hasch {
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.cat-result-a {
    list-style-type: none;
    font-size: 15px;
    color: #5a5a5a;
}
.cat-result-a:hover {
    background-color: #f1f1f1;
}
/* width */
.search-cat-div::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.search-cat-div::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.search-cat-div::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
.search-cat-div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.input-char-min {
    color: #0000cd;
    font-size: 15px;
    display: block;
}

.input-char-max {
    color: #348f00;
    font-size: 15px;
    display: block;
}
#title-error {
    color: #d30000;
    display: block;
}
#editor-error {
    color: #d30000;
    display: block;
}
.error {
    font-size: 16px;
    color: #d30014;
    font-weight: 600;
    display: none;
}

/* for select category modal */

#show_categories_list_ch_modal {
    max-height: 65vh;
    overflow-y: scroll;
}

#modcat-select-search-img {
    position: absolute;
    top: 10px;
    left: 12px;
}

#modcat-select-input {
    display: block;
    cursor: pointer;
    border: 1px solid #c7c7c7;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.cat-item-selected-bread-mobile {
    background-color: #669bbc;
    padding: 2px 8px;
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid #a5a5a5;
    font-size: 13px;
    font-weight: 500;
    margin-left: 4px;
}
.cat-item-bread-mobile {
    background-color: #f5f5f5;
    padding: 2px 8px;
    border-radius: 10px;
    color: #5b5b5b;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    font-weight: 500;
    margin-left: 4px;
}
.cat-item-bread-mobile-title {
    border-left: 1px solid #b5b5b5;
    padding-left: 8px;
}
.cat-item-ch-cat-modal {
    display: block;
    padding: 12px;
    color: #000 !important;
    text-decoration: none !important;
}

#search-categories-ch-modal-input {
    border-radius: 18px;
}

#search-cat-title {
    font-weight: 600;
    font-size: 17px;
}

.filter-cat-box-desk,
.filter-cat-return-box-desk,
.filter-cat-all-box-desk {
    display: inline-block;
    width: 80%;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
}

.filter-cat-box-desk:hover,
.filter-cat-return-box-desk,
.filter-cat-all-box-desk {
    background-color: #f9f9f9;
}

/* for suggest caegory */
#sug-cat-box {
    overflow-x: auto;
    text-wrap: nowrap;
    display: none;
}

#sug-cat-title {
    font-weight: 600;
    font-size: 14px;
}
.sug-cat {
    background-color: #ffffff;
    border-radius: 22px;
    padding: 0 12px;
    display: inline-block;
    border: 1px solid #bfbfbf;
    cursor: pointer;
    margin: 0 4px;
}
/* end for suggest caegory */
/* end for select category modal */

/* for select features modal */
.fselect-input {
    display: block;
    cursor: pointer;
    border: 1px solid #c7c7c7;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow-x: auto;
    white-space: nowrap;
}
.item-selected {
    background-color: #e9ecf9;
    border-radius: 8px;
}
div[id^="sfbox-"] {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    top: 24px;
    border-radius: 8px;
    display: none;
}
div[id^="sfitems-list"] {
    max-height: 220px;
    overflow-y: scroll;
}
span[id^="close-fitem-"] {
    background-color: #ebebeb;
    border-radius: 8px;
    padding: 0 8px;
    border: 1px solid #dddddd;
    cursor: pointer;
    margin-left: 8px;
    display: inline-block;
}
span[id^="choose-new-fitem-"] {
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    margin-left: 8px;
    padding: 0 8px;
}
.sfsearch {
    border: none;
    outline: none;
    border-bottom: 1px solid #e7e7e7;
}
span[class^="sfitem-"] {
    display: block;
    padding: 8px;
    margin: 4px;
    cursor: pointer;
}
span[id^="sfnores-"] {
    padding: 12px 12px;
    color: #007bff;
    font-weight: 500;
    display: inline-block;
}

div[id^="sfnores-input-box-"] {
    display: none;
}
/* end for select features modal */

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

.sopx {
    display: none;
    position: absolute;
    background-color: #888;
    padding: 8px;
    border-radius: 50%;
    left: 5%;
    top: 10px;
    cursor: pointer;
}

#surop3box {
    display: none;
}

#surop4box {
    display: none;
}

#sur-box {
    text-align: center;
    background-color: #fff;
    margin: 4px;
    margin-top: 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    position: relative;
    padding-top: 12px;
    display: none;
}

.sur-title-label {
    font-weight: 600;
    font-size: 18px;
    margin-top: 8px;
    margin-right: 5px;
    display: inline-block;
    width: 95%;
    text-align: right;
}

.sur-inputs {
    font-size: 16px;
    margin-bottom: 8px;
    border-radius: 36px;
    padding: 12px;
    outline: none !important;
    width: 95%;
    border: 1px solid #ddd;
}

#sasf-show-cisearch-result {
    display: none;
    max-height: 280px;
    overflow-y: auto;
}
#sasf-show-cisearch-result::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #f1f1f1;
}

#sasf-show-cisearch-result::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

#sasf-show-cisearch-result::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
#sasf-show-cisearch-empty {
    background-color: #f1f1f1;
    border-radius: 8px;
}
#sasf-show-cisearch-empty span {
    display: block;
    margin-top: 18px;
    font-weight: 500;
    font-size: 16px;
}
#sasf-show-cisearch-loading {
    display: none;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
}
#sasf-show-cisearch-loading span {
    display: block;
    margin-top: 18px;
    font-weight: 500;
    font-size: 16px;
}
.sasf-cisearch-result-item {
    padding: 12px 0;
    margin-top: 6px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none !important;
    color: #000;
}
.sasf-cisearch-result-item:hover {
    background-color: #f0f5ff;
}
.sasf-cisearch-result-item-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: contain;
    background-color: #d6e4ff;
    vertical-align: top;
}
.sasf-cisearch-result-item-title {
    font-size: 15px;
    margin-right: 4px;
    font-weight: 500;
}
.sasf-cisearch-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;
}

#sasf-cisearch-result-cats {
    background-color: #fff;
    overflow-x: auto;
    white-space: nowrap;
}
.sasf-cisearch-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;
}
#sasf-cisearch-result-h {
    display: block;
    margin-top: 4px;
    font-size: 13px;
}
.sasf-cisearch-result-cat-img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: contain;
}
.sasf-cisearch-result-cat-a {
    text-decoration: none !important;
    color: #000;
    font-size: 13px;
}
#sasf-cisearch-result-cats::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #f1f1f1;
}

#sasf-cisearch-result-cats::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

#sasf-cisearch-result-cats::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

#sasf-cisearch-result-404 {
    padding: 16px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    font-size: 17px;
    display: block;
}

/* end for search cat and items */

#sasf-create-cat-div {
    display: none;
    padding: 8px;
    margin: 12px 0;
    background-color: #f1f1f1;
    border-radius: 12px;
    border: 1px solid #ccc;
}

#sasf-selected-categories span {
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    padding: 2px 8px;
    margin-left: 8px;
    display: inline-block;
    margin-top: 8px;
}
#sasf-selected-items span {
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    padding: 2px 8px;
    margin-left: 8px;
    display: inline-block;
    margin-top: 8px;
}
#sasf-selected-questions span {
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    padding: 2px 8px;
    margin-left: 8px;
    display: inline-block;
    margin-top: 8px;
}
#sasf-selected-video span {
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    padding: 2px 8px;
    margin-left: 8px;
    display: inline-block;
    margin-top: 8px;
}
.sasf-cisearch-question {
    display: block;
    color: #000;
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    margin: 12px 0;
}
.sasf-cisearch-video {
    display: block;
    color: #000;
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    margin: 12px 0;
}
