:root {
    --themecolor: #192273;
    --secthemecolor: #ff5851;
    --terthemecolor: #3d4461;
    --terthemefootercolor: #3d4461;
    --shadowcolor: rgba(63, 171, 243, 0.5);
    --main-font: 
    --second-font:
}

body {
  font-family: var(--main-font);
  background: var(--background-color);
  margin: auto;
  color: var(--body-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--est-font) !important;
}
h1, h2, h3, h4, h5, h6 span div table tr td th strong {
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 30px;
}
a {
  font-style: normal;
  color: var(--main-color);
}
a:hover {
  color: var(--second-color);
}
p a {
  color: var(--main-color);
  font-weight: 500;
}
p a:hover {
  color: var(--second-color);
  font-weight: 500;
}
input,
textarea {
  font-family: var(--main-font);
}
button {
  font-family: var(--main-font);
  cursor: pointer;
}
p{
    font-family: var(--main-font) !important;
}

/* =Theme customization starts here
-------------------------------------------------------------- */

#dc_doctors_advanced_filter_widget-2 {
    background: #e7e7e7;
}

.doc-widgetheading {
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-radius: 4px 4px 0 0;
    background: transparent;
    color: #1f5fff;
    display: flex;
    font-size: 18px;
}

.dc-doctors-advanced-filter-form {
      background: #fff;
      border: 1px solid transparent;
      border-radius: 16px;
      padding: 16px;
      transition: all 0.3s ease;
      border-color: #eee;
      box-shadow: 0px 4px 0px 1px #eee;
    }
.dc-doctors-advanced-filter-form:hover {
      border-color: #1f5fff;
      box-shadow: 0px 4px 0px 1px #1f5fff;
    }

.dc-filter-field label {
    display: flex !important;
    color: var(--gray);
}

.dc-doctors-advanced-filter-form button {
    color: #1f5fff !important;
    width: 100% !important;
    margin-top: 5px !important;
    padding: 7px 10px !important;
    border: none !important;
    border-radius: 4px !important;
    background: #F3F4F6 !important;
    cursor: pointer !important;
}
.dc-doctors-advanced-filter-form button:hover{
background: #1f5fff !important;
    color: #FFF !important;
}
/* ----------------------------------- */

.mm-accordion {
    border: 1px solid #efefef;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
    background: #ffffff;
    position: relative;
    display: block;
    width: 1450px;
    top: 50px;
    text-align: right;
    margin: 50px auto;
}

.mm-acc-title {
    margin: 0;
    padding: 15px 20px;
    background: #000D44;
    cursor: pointer;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    color: var(--white);
    font-size: 18px;
}

.mm-acc-title::after {
    content: "+";
    font-size: 20px;
    transition: transform 0.3s;
    
}

.mm-accordion.active .mm-acc-title::after {
    content: "-";
    transition: transform 0.3s;
}

.mm-acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    background: #fff;
}

.mm-acc-inner {
    padding: 20px;
}


/* ----------- FIX OTP FORM INSIDE DOCTREAT POPUP ----------- */

#dc-loginpopup .mobile-login-popup {
    padding: 20px !important;
}

#dc-loginpopup .mobile-login-form {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin-top: 5px;
    max-width: 420px;
    margin: 0 auto;
}

#dc-loginpopup .mobile-login-form h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-align: right !important;
}

#dc-loginpopup .mobile-login-form label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #444 !important;
    margin-bottom: 6px !important;
}

#dc-loginpopup .dc-modalcontent {
    border-radius: 12px !important;
    padding: 0 !important;
}

#dc-loginpopup .mobile-login-form input {
    height: 50px !important;
    font-size: 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding-right: 15px !important;
    background: #fafafa !important;
}

#dc-loginpopup .mobile-login-form input[type="text"],
#dc-loginpopup .mobile-login-form input[type="tel"] {
    background: #f7f7f7 !important;
    border: 1px solid #ddd !important;
    height: 48px !important;
    border-radius: 6px !important;
}

#dc-loginpopup .mobile-login-form button {
    width: 100% !important;
    background: #5c6bc0 !important;
    /* رنگ بنفش مشاوریت */
    border-radius: 8px !important;
    padding: 13px 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
}

#dc-loginpopup .step {
    margin-bottom: 20px !important;
}

#dc-loginpopup .mobile-login-form .step {
    margin-bottom: 10px !important;
}

#dc-loginpopup .dc-loginheader span {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333 !important;
}

#dc-loginpopup .dc-loginheader {
    padding: 20px 25px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

#dc-loginpopup .rml-message {
    margin-top: 10px !important;
    font-size: 13px !important;
}


/* مرحله دوم (کد تأیید) */

#dc-loginpopup .step-2 input#rml_code {
    letter-spacing: 10px !important;
    font-size: 22px !important;
    text-align: center !important;
}


/* لیبل و فیلدها هم‌راستای هدر بشن */

#dc-loginpopup .rml-step1 label {
    text-align: right;
    display: block;
    margin-top: 70px;
}

#rml_name_wrap label {
    margin-top: 5px !important;
}

#dc-loginpopup .rml-step1 input[type="tel"],
#dc-loginpopup .rml-step1 input[type="text"] {
    width: 100% !important;
}


/* دکمه ادامه هم تمام‌عرض زیر فیلد */

#dc-loginpopup .rml-step1 button {
    margin-top: 20px;
    width: 100% !important;
    padding: 7px;
    border-radius: 5px;
    background: #192273;
    color: #fff;
}

.elementor-1438 .elementor-element.elementor-element-59130ac>.elementor-widget-container {
    margin: 15px 0px 0px 0px !important;
}

.dc-slidercounter {
    font-family: var(--main-font) !important;
    font-size: 80px !important;
    top: 30px !important;
}

.dc-articlesdocinfo img {
    border-radius: 50px !important;
}

.dc-userimg img {
    border-radius: 50px !important;
}

span.ravansoo-login-mobile {
    color: #fff;
}

@media (min-width: 1200px) {
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dc-doclocation .dc-btn {
    max-width: 170px;
    line-height: 22px;
}
.dc-searchvlistvtwo .dc-docpostholder .dc-doclocation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
}

.dc-loginformhold {
    display: none !important;
}


/* 
/* ---------------------------
   GENERAL BEAUTIFICATION
--------------------------- */


/* ====== باکس لاگین بالای سایت (آدمک + شماره موبایل) ====== */

.ravansoo-login-header {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 14px;
    background: #f9fafb;
    /* معادل bg-gray-50 */
    border: 1px solid #e5e7eb;
    /* gray-200 */
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.05s ease;
}


/* افکت هاور مثل دکمه‌های مدرن */

.ravansoo-login-header:hover {
    background: #f3f4f6;
    /* gray-100 */
    border-color: #d1d5db;
    /* gray-300 */
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}


/* آواتار (آدمک) شبیه دایره گرادینتی */

.ravansoo-login-header .dc-userimg {
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    overflow: hidden;
    background: linear-gradient(135deg, #34d399, #10b981);
    /* از سبز روشن به سبز تیره */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


/* اگر عکس نباشه، یه آیکون فونت‌آوسم یا حرف اول اسم می‌تونه اینجا بشینه */

.ravansoo-login-header .dc-userimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}


/* باکس متن کنار آواتار (سمت راست) */

.ravansoo-login-header .dc-loginoption {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
}


/* اگر بعداً اسم هم اضافه کردیم */

.ravansoo-login-header .ravansoo-login-name {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    /* gray-900 */
    margin-bottom: 2px;
}


/* شماره موبایل شبیه فونت مونو و راست‌چین ولی با جهت LTR */

.ravansoo-login-header .ravansoo-login-mobile {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    /* gray-500 */
    direction: ltr;
    text-align: left;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


/* فلش کوچیک کنار باکس (شبیه svg پایین‌نما) */

.ravansoo-login-header::after {
    content: "";
    display: inline-block;
    margin-right: 6px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #9ca3af transparent transparent transparent;
    /* gray-400 */
    transition: transform 0.2s ease;
}


/* وقتی منوی کاربر باز است، فلش برعکس شود */

.ravansoo-login-header.is-open::after {
    transform: rotate(180deg);
}


/* ====== منوی دراپ‌دان زیر آدمک ====== */

.ravansoo-user-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    width: 230px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    z-index: 99999;
    display: none;
    /* پیش‌فرض مخفی */
}


/* کلاس is-open که با JS اضافه می‌کنیم */

.ravansoo-user-menu.is-open {
    display: block;
    animation: ravansoo-menu-slide 0.18s ease-out;
}


/* انیمیشن اسلاید نرم */

@keyframes ravansoo-menu-slide {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* استایل لیست داخل منو */

.ravansoo-user-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* اولین آیتم می‌تونه نقش “پیشخوان” رو داشته باشه، کمی بولدترش می‌کنیم */

.ravansoo-user-menu ul li:first-child a {
    background: linear-gradient(90deg, #eff6ff, #ecfeff);
    /* آبی خیلی روشن تا سبز خیلی روشن */
    font-weight: 600;
}


/* لینک‌های داخل منو */

.ravansoo-user-menu ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    font-size: 13px;
    color: #374151;
    /* gray-700 */
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}


/* حالت هاور روی آیتم‌ها */

.ravansoo-user-menu ul li a:hover {
    background: #f9fafb;
    color: #111827;
}


/* آیتم خروج را قرمزتر نشون بدیم */

.ravansoo-user-menu ul li:last-child a {
    border-top: 1px solid #f3f4f6;
    color: #b91c1c;
    /* red-700 */
}

.ravansoo-user-menu ul li:last-child a:hover {
    background: #fef2f2;
    color: #b91c1c;
}

li.dol-menu-item {
    list-style: none;
}

/* -----------------جستجو آژاکس-----------------*/

.search-buttom {
    transition: ease-in 0.3s;
    display: inline-flex;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #a1a6bd14;
}

.search-buttom:hover {
    background: #72809b3b;
    transition: ease-in 0.3s;
}
a.tel-header {
    display: flex;
    flex-direction: row;
    gap: 10px;
    letter-spacing: 2px;
    align-items: center;
    direction: ltr;
}

.box-search-mobile {
    position: fixed !important;
    height: 100% !important;
    background: #fff;
    display: flex !important;
    padding: 10px !important;
    padding-top: 40px !important;
    transform: translateY(10000px);
    flex-direction: column !important;
    justify-content: flex-start !important;
    z-index: 9999;
}
.box-search-mobile.active {
    transform: translateY(0px);
}
button.close-btn {
    display: flex;
    width: 28px;
    position: absolute;
    background: var(--main-color);
    color: var(--second-color);
    border: 0px;
    border-radius: 5px;
    font-size: 25px;
    line-height: 1;
    top: 5px;
    right: 9%;
}
.search-buttom svg {
    width: 22px;
    height: 21px;
}
.search-buttom svg path {
    fill: #fff;
}

.bdt-sticky.elementor-element.elementor-element-c2aa63f.e-flex.e-con-boxed.e-con.e-child {
    z-index: 1;
}
.header-call {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}
.header-call a {
    display: flex;
    gap: 5px;
    color: var(--background-color);
    direction: ltr;
    transition: var(--trans);
    letter-spacing: 1px;
}
.header-call a:nth-child(2) {
    border-left: 1px solid #5d5d5d;
    padding-left: 10px;
}
.header-social {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
.box-search-mobile.active {
    transform: translateY(0px);
	z-index: 999;
}
.mm-accordion{
    width: 96%;
}
.dc-searchvtwo {
    padding: 20px 20px 10px 20px;
}
.dc-searchvlistvtwo .dc-docpostholder .dc-docpostimg {
    margin: 0;
}
    .dc-searchresult-holder .dc-searchresult-list .dc-docpostholder .dc-doclocationvtwo {
        padding: 0 20px 20px 20px;
    }
	.dc-searchform-holder {
        margin-top: 0px;
    }
}
.dc-apointments-holder .dc-appointment-calendar {
    padding: 0;
    overflow: hidden;
    border-radius: 4px;
    z-index: 0;
}
.dol-logout-btn {

	    background: #04ce78;
	color: #fff;
}

.dol-logout-btn:hover {
    background: #1f5fff;
    color: #fff;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #1f5fff !important;
}
.dc-searchresult-head .dc-rightarea .dc-select {
    z-index: 0;
}
.doctor-card, .doctor-card-1, .dc-article, .dc-locationbox, .widget_search .dc-formsearch, .dc-sidebar .woocommerce.widget_product_categories .product-categories{
      background: #fff;
      border: 1px solid transparent;
      border-radius: 16px;
      padding: 16px;
      transition: all 0.3s ease;
      border-color: #eee;
      box-shadow: 0px 4px 0px 1px #eee;
    }
    .dc-subpanel .dc-subpaneltitle:before, .dc-expandedu li .dc-subpaneltitle:before, .dc-consultation-details:before {
    background: #1f5fff;
}
.dc-downloads-listing, .dc-downloads-holder, .dc-memberships, .dc-specializations.dc-aboutinfo  {
    display: none;
}
.dc-articles-list .dc-articlecontent {
    border: 0px solid #eee;
    border-left: 0 !important;
}
    
@media (min-width: 1200px) {
    .order-last {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
.dc-locationbox {

    margin-top: 30px;
}

    .doctor-card:hover, .doctor-card3:hover, .dc-docpostholder:hover, .dc-article:hover, .dc-locationbox:hover {
      border-color: #1f5fff;
      box-shadow: 0px 4px 0px 1px #1f5fff;
    }
.dc-docsingle-content .dc-title h2 i.fa-check-circle{
    display:none;
}
    .doctor-image {
      /*width: 100%;*/
      border-radius: 12px;
      position: relative;
      overflow: hidden;
    }

    .action-icons {
      position: absolute;
      top: 12px;
      left: 12px;
      display: flex;
      gap: 8px;
    }
.doctor-card2{
      background: #fff;
      border: 1px solid transparent;
      border-radius: 0 0 16px 16px;
      padding: 16px;
      transition: all 0.3s ease;
      border-color: #eee;
      box-shadow: 0px 4px 0px 1px #eee;
}
.doctor-card3{
background: #fff;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 0px;
    transition: all 0.3s ease;
    border-color: #eee;
    box-shadow: 0px 4px 0px 1px #eee;
}
.dc-docpostholder {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 12px;
    transition: all 0.3s 
ease;
    border-color: #eee;
    box-shadow: 0px 4px 0px 1px #eee;
}
.dc-docpostcontent {

    border: 0px solid #eee;

}


.dc-shareprofile ul {
    float: none;
    width: 100%;
    line-height: 20px;
    text-align: right;
    padding: 15px 20px;
    margin: 0;
    border-top: 1px solid #eee;
}
    .icon-sheild {
      background: #fff;
      border: none;
      border-radius: 8px;
      padding: 6px;
      cursor: pointer;
      /*box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
    }

    .badge {
    background: #E6FAF0;
    color: #00C36C;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 12px;
    position: absolute;
    top: -60px;
}

    .doctor-name {
      font-weight: 700;
      font-size: 18px;
      margin-top: 8px;
      color: #1B2A42;
    }

    .doctor-title {
      font-size: 14px;
      color: #6B7280;
      margin-top: 4px;
    }

    .doctor-address {
      font-size: 14px;
      color: #4B5563;
      margin-top: 8px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .rating {
      float: right;
      color: #F59E0B;
      font-weight: bold;
      font-size: 14px;
      margin-top: -18px;
    }

    .buttons {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
    }

    .buttons button {
      padding: 10px 14px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-weight: 600;
      font-size: 14px;
    }

    .availability-btn, .dc-btn {
      background: #F3F4F6;
      color: #2563EB;
      padding-left: 26px;
      padding-right: 26px;
      font-size: 16px;
      padding: 7px 20px 7px 20px;
      border-radius: 10px;
    }
    
    @media only screen and (max-width: 768px) {
         .availability-btn {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 12px;
        align-items: center;
        padding: 5px 15px 5px 15px;
        border-radius: 10px;
    
        }
        .dc-docinfo li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
        .dc-docpostholder .dc-docpostcontent .dc-title h3 {
    width: auto;
}


     .availability-btn:hover {
      background: #1f5fff;
      color: #FFF;
      padding-left: 26px;
        padding-right: 26px;
        font-size: 12px !important;
        padding: 5px 15px 5px 15px !important;
        border-radius: 10px;
        }
        .dol-user-trigger {
        display: flex;
        gap: 10px;
        cursor: pointer;
        padding: 3px 10px;
        border-radius: 10px;
        transition: all 0.2s;
        background: #2563eb !important;
        direction: rtl;
        flex-direction: row;
        justify-content: flex-start;
        min-width: 140px;
        align-items: center;
        font-size: 13px;
            
        }
.dc-get-btn {
    background: #1f5fff;
    padding: 8px 20px;
    border-radius: 7px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    width: 60%;
    transition: all .3s ease-out;
}
.dc-available {
    background: #F5F7FA;
    padding: 10px 25px !important;
    border-radius: 7px;
    font-size: 11px !important;
    display: inline-block;
    cursor: pointer;
    margin-right: 6px !important;
    text-decoration: none;
}
.badge {

    margin-bottom: 12px !important;
}
    .dc-title {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
        }
    .dc-docsingle-content .dc-title h2 {
    margin: 0 0 8px;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
        }
        
    }
    .dc-docpostholder .dc-docpostcontent .dc-title h3 {
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px dashed #f2f2f2;
}
    .availability-btn:hover {
      background: #1f5fff;
      color: #FFF;
      padding-left: 26px;
        padding-right: 26px;
        font-size: 16px;
        padding: 7px 20px 7px 20px;
        border-radius: 10px;
    }
    
        .availability-btn1 {
      background: #F3F4F6 !important;
      color: #2563EB !important;
      padding-left: 26px;
      padding-right: 26px;
      font-size: 12px;
      padding: 7px 20px 7px 20px;
      border-radius: 10px;
      box-shadow: 0px 0px 0 0 #fff !important;
      border:0;
    }
    .availability-btn1:hover {
      background: #1f5fff !important;
      color: #FFF !important;
      padding-left: 26px;
        padding-right: 26px;
        font-size: 12px;
        padding: 7px 20px 7px 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 0 0 #fff !important;
    border: 0px;
    }
    .dc-docsingleimg img {
     padding: 0px !important;

}
.dc-docsingle-content .dc-btnarea .dc-like {
    padding: 5px;
}
.dc-docsingle-content .dc-btnarea.availability-btn {
    background: transparent;
}
    .book-btn {
      background: transparent;
      color: #111827;
      display: flex;
      align-items: center;
      gap: 6px;
    }
.dc-docinfo li:nth-child(1) {
    padding: 10px 0;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 5px;
}
    .book-btn::before {
      content: "📞";
    }
.dc-docfeatured .dc-doclocation span:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
    .doctor-address::before {
      content: "📍";
    }
    .dc-sectiontitle h2 span {
    color: #1f5fff;
    margin-bottom: -6px;
    font-size: 22px;
}
button.bdt-scroll-button.bdt-button.bdt-button-primary.elementor-animation-float:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
body.search-doctors #dc-sidebar {
    display: block !important;
}
body.post-type-archive-services .dc-sidebar-grid.float-left {
    display: none !important;
}
.page-id-16 .dc-sidebar-grid.float-left{
    display: block;
}

.dc-docpostcontent .dc-title h3 i.fa-check-circle {
    display:none;
}
.dc-doclocation span:nth-child(1) {
 display:none;
}

.dc-doclocation {
    background: transparent;
    color: #2563EB;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 5px;
}
.dc-get-btn {
    background: #1f5fff;
    padding: 8px 20px;
    border-radius: 7px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    width: 60%;
}
.dc-available {
    background: #F5F7FA;
    padding: 7px 10px;
    border-radius: 7px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    margin-right: 6px; /* که کنار ام قبلی قشنگ بشینه */
    text-decoration: none;
}

.dc-get-btn:hover {
    background: #03c36c;
    color: #fff;
    transition: all .3s ease-out;
}
.dc-dayon {
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 7px;
}
.dc-doclocation span:nth-child(1) {
    display: none;
}
.dc-doclocation span i:nth-child(1) {
display: none !important;
}


em.dc-bold{
    display: none;
}
.dc-docpostcontent .dc-title h3 i.fa-check-circle{
    display: none;
}
.dc-docpostimg {
    border-radius: 12px 12px 0 0;
}
.dc-articleimg {
    background: transparent;
    border-radius: 12px 12px 0 0 !important;
    padding: 0 !important;
}
.dc-article:hover .dc-articleimg>img {
    opacity: 0.9;
}
.dc-articleimg>img {
    border-radius: 12px 12px 0 0 !important;
}
.blog-list-view-template .dc-article .dc-classimg img {

    border-radius: 12px 12px 0 0 !important;
}
.dc-doclocation span+span {
    text-align: center;
    margin-bottom: 8px;
}
.dc-docfeatured .dc-docpostcontent {
    padding: 10px 10px 10px;
}
.rtl .bdt-direction-svg svg {
    -webkit-transform: scaleX(+1);
    transform: scaleX(+1);
}
.bdt-step-flow .bdt-direction-svg {
    position: absolute;
    left: 0;
    top: 52px;
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}
.dc-articlecontent {

    border: 0px solid #eee;
}
.bdt-step-flow .bdt-icon-wrapper i, .bdt-step-flow .bdt-icon-wrapper img {
    transform: rotate(359deg);
    transform: scale(2) !important;
}
.bdt-ep-advanced-icon-box-content {
    margin-left: 20px;
    margin-top: 25px;
}
.elementor-widget-bdt-advanced-icon-box:not(:last-child) .bdt-ep-advanced-icon-box::after {
    content: "";
    width: 1px;
    height: 60px;
    background-color: rgb(185 185 185 / 30%);
    transform: rotate(25deg);
    margin-right: 200px;
}

.dc-main {
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}
.elementor-element-3f8a569 .dc-btn {
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 6px 20px 6px 20px;
    max-width: 156px;
    width: 100%;
    background: #007bff;
    color: #fff;
    transition: all .3s ease-out;
}
.elementor-element-3f8a569 .dc-btn:hover {
    background: #04CE78;
    color: #fff;
    box-shadow: none;
    transition: all .3s ease-out;
}
.dc-doccarecontent {
    border-radius: 8px 8px 8px 8px;
    width: 200px;
    background: #000D44;
    height: 90px;
    padding: 10px 20px 5px;
}

.dc-doccareimg figcaption:after {
    left: -10px;
    right: auto;
    background: #000D44;
    border-radius: 10px;
}
.elementor-element.elementor-element-a9355ed.e-flex.e-con-boxed.e-con.e-child {
    height: 135px;
}
@media (min-width:1200px) {
    .container {
        max-width:1450px !important;
        margin-bottom: 100px;
    }
}
.dc-docsingle-header {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
}
.availability-btn:nth-child(2) {
    margin-right: 20px;
}
@media (max-width: 780px) {
.dc-docsingle-content .dc-btnarea.availability-btn {
    background: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
 .dc-docinfo li em {
    font-size: 10px;
    text-align: center;
}   
}

.dc-form-advancedsearch fieldset {
    padding-left: 0px;}

@media (max-width: 768px) {
    .dc-btnarea {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .availability-btn1 {
        font-size: 11px;
        
    }
}

/* sticky filter sidebar search doctors 

/* رپر برای کنترل عرض */
#dc-sticky-wrapper {
    position: relative;
}
@media (min-width: 780px) {
/* سایدبار برای تنظیماتی که لازم داریم */
#dc-sidebar.dc-forced-sticky {
    position: fixed !important;
    top: 100px !important;
    z-index: 0;
    background: #fff;
    border-radius: 6px;
    width: 21% !important;
}
#dc-sidebar.dc-forced-sticky {
    z-index: 999;
    background: #fff;
}
#dc-twocolumns {
    align-items: flex-start !important; /* نذار ارتفاع مساوی بشه */
}

.doctor-sidebar-col {
    position: relative !important; /* والد absolute sidebar شود */
    min-height: 100%;
}

#dc-sidebar.dc-sticky-active {
    position: fixed !important;
    top: 130px !important;
    z-index: 999;
}

#dc-sidebar.dc-sticky-bottom {
    position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
}
#dc-sidebar {
    width: 100%;
}


}
@media (max-width: 768px) {
    #dc-sidebar {
    padding-bottom: 30px;
    width: 100% !important;
    
}
}

/* والد باید اجازه بده sticky کار کنه */
.elementor-element.elementor-element-0d3ddd7 {
    overflow: visible !important; /* مهم‌ترین نکته */
}

/* جلوگیری از کش آمدن Flex */
.elementor-element.elementor-element-0d3ddd7.e-con {
    flex: 0 0 332px !important;
    width: 332px !important;
    max-width: 332px !important;
}

/* برای اینکه Elementor توی Breakpoint ها استایل نده */
@media(max-width:1024px){
    .elementor-element.elementor-element-0d3ddd7.e-con {
        flex: unset !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
img.dol-user-avatar {
    filter: brightness(9.5);
}
/* Remove markers from Elementor TOC list */
.elementor-toc__list-wrapper li::marker {
    content: "";
    display: none !important;
}

/* برای اطمینان کامل */
.elementor-toc__list-item::marker {
    content: "";
    display: none !important;
    font-size: 0 !important;
}

/* اگر مرورگر هنوز نقطه گذاشت */
.elementor-toc__list-wrapper li {
    list-style: none !important;
}
