/* SIMSAR_I18N_V1 */
:root{
  --simsar-i18n-font-ar:"Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif;
}
html[lang="ar"] body{
  direction:rtl;
  text-align:right;
  font-family:var(--simsar-i18n-font-ar);
}
html[lang="en"] body{
  direction:ltr;
  text-align:left;
}
html[lang="ar"] input[type="email"],
html[lang="ar"] input[type="tel"],
html[lang="ar"] input[type="number"],
html[lang="ar"] input[type="url"],
html[lang="ar"] .simsar-ltr,
html[lang="ar"] [data-ltr="1"]{
  direction:ltr;
  text-align:left;
}
html[lang="ar"] input:not([type="email"]):not([type="tel"]):not([type="number"]):not([type="url"]),
html[lang="ar"] textarea,
html[lang="ar"] select{
  direction:rtl;
  text-align:right;
}
html[dir="rtl"] .side-rail{
  border-right:0!important;
  border-left:1px solid #e7ebf0!important;
}
html[dir="rtl"] .rail-nav button,
html[dir="rtl"] .simsar-v21-topnav button,
html[dir="rtl"] .top-actions,
html[dir="rtl"] .section-head,
html[dir="rtl"] .card-actions,
html[dir="rtl"] .modal-actions{
  direction:rtl;
}
html[dir="rtl"] .rail-nav button,
html[dir="rtl"] .simsar-v2171-featured-item,
html[dir="rtl"] .v212-broker,
html[dir="rtl"] .property-card,
html[dir="rtl"] .simsar-v19-action,
html[dir="rtl"] .p20-action{
  text-align:right!important;
}
html[dir="rtl"] .top-search input{
  direction:rtl;
  text-align:right;
}
html[dir="rtl"] .simsar-v217-project-price,
html[dir="rtl"] .v212-name,
html[dir="rtl"] .p20-name,
html[dir="rtl"] .simsar-v19-name{
  text-align:right!important;
}
html[dir="rtl"] .simsar-v217-project-actions{
  justify-content:flex-start!important;
}
html[dir="rtl"] .simsar-v217-project-count,
html[dir="rtl"] .simsar-v217-project-badges{
  left:auto!important;
  right:12px!important;
}
html[dir="rtl"] .simsar-v2171-map-label{
  left:auto!important;
  right:10px!important;
}
html[dir="rtl"] .modal-head,
html[dir="rtl"] .simsar-v3-modal-head,
html[dir="rtl"] .simsar-v19-card-title,
html[dir="rtl"] .p20-title-row{
  direction:rtl;
}
.simsar-i18n-switch{
  min-height:38px;
  padding:0 11px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:1px solid #e0e6ed;
  border-radius:10px;
  background:#fff;
  color:#34445a;
  font:inherit;
  font-size:11px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  white-space:nowrap;
}
.simsar-i18n-switch:hover{
  border-color:#e8aaa3;
  background:#fff8f7;
  color:#d4372b;
}
html[dir="rtl"] .simsar-i18n-switch{
  font-family:var(--simsar-i18n-font-ar);
}
html[dir="rtl"] .gm-style,
html[dir="rtl"] .gm-style *{
  direction:initial;
}
html[dir="rtl"] .gm-style .gm-style-iw,
html[dir="rtl"] .simsar-project-map-info,
html[dir="rtl"] .spgm-v11-info{
  direction:rtl;
  text-align:right;
  font-family:var(--simsar-i18n-font-ar);
}
@media(max-width:900px){
  .simsar-i18n-switch{
    min-width:44px;
    padding:0 9px;
  }
}
