/* ==========================================================================
   املاک قم (site14) — لایه ی خودکارِ حالت شب.  ✋ این فایل دست ساز نیست.

   با اسکریپت tools/site14-darkgen.php ساخته می شود و هر بار که رنگی در
   استایل های سایت ۱۴ عوض شد باید دوباره ساخته شود :

       php tools/site14-darkgen.php

   چرا خودکار : رنگ های سایت ۱۴ فقط در سه فایل css نیستند ؛ ۳۱۱۷ قاعده ی
   دیگر داخل تگ <style> در ۱۲۲ فایل بلید نشسته اند ( فوتر ، فرم ثبت ملک ،
   داشبورد ، کارت ملک و ... ). دست نویسیِ معادلِ شبِ آن ها نه شدنی بود نه
   قابل نگهداری ، پس همان قاعده ها خوانده می شوند و رنگشان ترجمه می شود.

   ترتیب بارگذاری مهم است : این فایل *قبل از* dark.css می آید تا اصلاح های
   دست نویس و تنظیم شده ی آنجا بر نتیجه ی مکانیکی اینجا بچربد.
   ========================================================================== */

html[data-theme="dark"] .h14 > .container > a:hover,html[data-theme="dark"] .h14 > .container .nav-link:hover {
    color:#ED894F !important;
}
html[data-theme="dark"] .h14 .dropdown-menu .dropdown-item {
    color:#B4BACC !important;
}
html[data-theme="dark"] .h14 .dropdown-menu .dropdown-item:hover {
    color:#ABBAD9 !important;
    background:#1B212A !important;
}
html[data-theme="dark"] .h14 .dropdown-menu .dropdown-item.danger {
    color:#BC9A9A !important;
}
html[data-theme="dark"] .h14 .dropdown-menu .dropdown-item.danger:hover {
    background:#291E1E !important;
}
html[data-theme="dark"] .h14 .dropdown-menu .dropdown-item i {
    color:#96A5B9 !important;
}
html[data-theme="dark"] .h14 .dropdown-menu .duser-info .name {
    color:#ABBAD9 !important;
}
html[data-theme="dark"] .h14 .dropdown-menu .duser-info .role {
    color:#96A5B9 !important;
}
html[data-theme="dark"] .h14 .h-phone {
    color:#ED894F !important;
    color:#ED894F;
}
html[data-theme="dark"] .table tbody td {
    border-bottom-color:#313C4A;
}
html[data-theme="dark"] .table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color:#222731;
}
html[data-theme="dark"] .alert-primary {
    border-color:#2F3846;
}
html[data-theme="dark"] .h14 .nav-link:hover {
    color:#ED894F;
}
html[data-theme="dark"] .h14 .dropdown-menu {
    border:1px solid #303A48;
}
html[data-theme="dark"] .h14 .dropdown-item {
    color:#B4BACC;
}
html[data-theme="dark"] .h14 .dropdown-item:hover {
    background:#1B212A;
    color:#ABBAD9;
}
html[data-theme="dark"] .h14 .dropdown-item.danger {
    color:#BC9A9A;
}
html[data-theme="dark"] .h14 .duser-info {
    border-bottom:1px solid #313C4A;
}
html[data-theme="dark"] .h14 .duser-info .name {
    color:#ABBAD9;
}
html[data-theme="dark"] .h14 .duser-info .role {
    color:#96A5B9;
}
html[data-theme="dark"] .oc14 .offcanvas-header {
    border-bottom:1px solid #313C4A;
}
html[data-theme="dark"] .oc14 .oc-user img {
    border:2px solid #303A48;
}
html[data-theme="dark"] .oc14 .oc-user .name {
    color:#ABBAD9;
}
html[data-theme="dark"] .oc14 .oc-user .role {
    color:#96A5B9;
}
html[data-theme="dark"] .oc14 .oc-quickbar {
    border-bottom:1px solid #313C4A;
}
html[data-theme="dark"] .oc14 .oc-quick {
    color:#B4BACC;
}
html[data-theme="dark"] .oc14 .oc-link {
    border-bottom:1px solid #323D4B;
    color:#B4BACC;
}
html[data-theme="dark"] .oc14 .oc-link.danger {
    color:#BC9A9A;
}
html[data-theme="dark"] .oc14 .oc-divider {
    border-block:1px solid #313C4A;
    background:#1E252F;
}
html[data-theme="dark"] .footer14 {
    color:#fff !important;
}
html[data-theme="dark"] .footer14-brand img {
    background:#212934;
}
html[data-theme="dark"] .footer14 h4 {
    color:#EE8D4E;
}
html[data-theme="dark"] .footer14 li i {
    color:#EE8D4E;
}
html[data-theme="dark"] .footer14-socials a {
    color:#EE8D4E;
}
html[data-theme="dark"] .customer-page-head {
    border:1px solid #313B49;
    background:#212934;
    color:#fff !important;
}
html[data-theme="dark"] .customer-page-head h1 {
    color:#ABBAD9;
}
html[data-theme="dark"] .customer-page-head p {
    color:#98A6BA;
}
html[data-theme="dark"] #customerFilters {
    border:1px solid #313B49 !important;
}
html[data-theme="dark"] #customerFilters label {
    color:#A7B4C5;
}
html[data-theme="dark"] #customerFilters .form-control,html[data-theme="dark"] #customerFilters .form-select,html[data-theme="dark"] #customerFilters .select2-selection {
    border-color:#303A48;
}
html[data-theme="dark"] #customerFilters .customer-check-option {
    border:1px solid #303B49;
    background:#202732;
}
html[data-theme="dark"] .customer-request-field .request-option span {
    border:1px solid #303A48;
    color:#9EABBE;
}
html[data-theme="dark"] .customer-request-field .request-option input:checked+span {
    color:#fff !important;
}
html[data-theme="dark"] #customerFilters .d-flex.justify-content-center {
    border-top:1px solid #313B4A;
    background:rgba(33,41,52,0.96);
}
html[data-theme="dark"] .customer-create-head {
    border:1px solid #313B49;
    background:#212934;
    color:#fff !important;
}
html[data-theme="dark"] .customer-create-head h2 {
    color:#ABBAD9;
}
html[data-theme="dark"] .customer-create-head p {
    color:#98A6BA;
}
html[data-theme="dark"] .customer-create-form {
    border:1px solid #313B49;
    border:1px solid #313B49 !important;
    background:#212934 !important;
}
html[data-theme="dark"] .customer-create-form label,html[data-theme="dark"] .customer-create-form .form-label {
    color:#A7B4C5;
}
html[data-theme="dark"] .customer-create-form .form-control,html[data-theme="dark"] .customer-create-form .form-select,html[data-theme="dark"] .customer-create-form select {
    border-color:#303A48;
    border-color:#333C45;
    background:#1A2439;
    color:#B5C0D7;
}
html[data-theme="dark"] .customer-create-form .select2-selection {
    border-color:#303A48 !important;
}
html[data-theme="dark"] .customer-create-form .form-check {
    border:1px solid #303B49;
    background:#202732;
    border:1px solid #333C45;
    background:#1A223A;
}
html[data-theme="dark"] .customer-create-form .buyer-content:has(> div > .form-check-input) > div,html[data-theme="dark"] .customer-create-form .buyer-content:has(> div > label + .form-check-input) > div {
    border:1px solid #303B49;
    background:#202732;
}
html[data-theme="dark"] .customer-create-form .customer-liquidity {
    border:1px solid #303B49;
    background:#202732;
}
html[data-theme="dark"] .customer-create-form .customer-liquidity .form-check {
    background:#212934;
}
html[data-theme="dark"] .customer-create-actions {
    border:1px solid #313B49;
    background:rgba(33,41,52,0.95);
}
html[data-theme="dark"] .estate-create-head {
    border:1px solid #313B49;
    background:#212934;
}
html[data-theme="dark"] .estate-create-head h1 {
    color:#ABBAD9;
}
html[data-theme="dark"] .estate-create-head p {
    color:#98A6BA;
}
html[data-theme="dark"] .estate-create14 .create-section {
    border:1px solid #313B49;
}
html[data-theme="dark"] .estate-create14 .create-section h2 {
    border-bottom:1px solid #313B49;
    background:#212730;
    color:#ABBAD9;
}
html[data-theme="dark"] .estate-create14 .section-badge {
    color:#fff !important;
}
html[data-theme="dark"] .estate-create14 .create-section h2 > i {
    color:#ED894F !important;
}
html[data-theme="dark"] .estate-create14 label.form-label {
    color:#A7B4C5;
}
html[data-theme="dark"] .estate-create14 .form-control,html[data-theme="dark"] .estate-create14 .form-select,html[data-theme="dark"] .estate-create14 .select2-selection {
    border-color:#303A48;
}
html[data-theme="dark"] .estate-create14 .necessary {
    background:#352318;
    border-color:#4B3324;
}
html[data-theme="dark"] .estate-create14 .sec-nav {
    border-color:#313B49;
}
html[data-theme="dark"] .estate-create14 .sec-nav a {
    color:#9EABBE;
}
html[data-theme="dark"] .estate-create14 .sec-nav a.active {
    color:#fff !important;
}
html[data-theme="dark"] .estate-create14 .sec-nav a.active i {
    color:#EE8D4E;
}
html[data-theme="dark"] .estate-create-tip {
    border:1px solid #4E3426;
    background:#352318;
    color:#DAAD9E;
}
html[data-theme="dark"] .estate-create14 .dropzone {
    background:#352318;
}
html[data-theme="dark"] .estate-create14 .dropzone:hover {
    background:#2D1E14;
}
html[data-theme="dark"] .estate-create14 #estate-map {
    border:1px solid #303A48;
    background:#20252A;
}
html[data-theme="dark"] .estate-map-marker {
    border:3px solid #333E4C;
}
html[data-theme="dark"] .estate-map-marker--approx {
    color:#fff !important;
}
html[data-theme="dark"] .estate-map-marker--approx::after {
    border-color:rgba(51,62,76,0.6);
}
html[data-theme="dark"] .loc-accuracy__q {
    color:#ACB5C2;
}
html[data-theme="dark"] .loc-accuracy__box {
    border:1px solid #303A48;
    background:#212934;
}
html[data-theme="dark"] .loc-accuracy__box b {
    color:#AFBACA;
}
html[data-theme="dark"] .loc-accuracy__box small {
    color:#92A1B7;
}
html[data-theme="dark"] .loc-accuracy__opt:hover .loc-accuracy__box {
    border-color:#2D3643;
}
html[data-theme="dark"] .loc-accuracy__opt--exact input:checked ~ .loc-accuracy__box {
    background:#162E1E;
}
html[data-theme="dark"] .loc-accuracy__opt--exact input:checked ~ .loc-accuracy__box b,html[data-theme="dark"] .loc-accuracy__opt--exact input:checked ~ .loc-accuracy__box b i {
    color:#A6DDBC;
}
html[data-theme="dark"] .loc-accuracy__opt--exact input:checked ~ .loc-accuracy__box small {
    color:#A4D0B4;
}
html[data-theme="dark"] .loc-accuracy__opt--approx input:checked ~ .loc-accuracy__box {
    background:#292412;
}
html[data-theme="dark"] .loc-accuracy__opt--approx input:checked ~ .loc-accuracy__box b,html[data-theme="dark"] .loc-accuracy__opt--approx input:checked ~ .loc-accuracy__box b i {
    color:#DBB59F;
}
html[data-theme="dark"] .loc-accuracy__opt--approx input:checked ~ .loc-accuracy__box small {
    color:#D9C19A;
}
html[data-theme="dark"] .loc-accuracy__hint {
    color:#98A6BA;
}
html[data-theme="dark"] .acc-chip--exact {
    background:#162E1E;
    color:#A6DDBC;
}
html[data-theme="dark"] .acc-chip--approx {
    background:#292412;
    color:#DBB59F;
}
html[data-theme="dark"] .acc-chip--unknown {
    background:#20252A;
    color:#ACB5C2;
}
html[data-theme="dark"] .estate-create-mobile-submit {
    border:1px solid #313B49;
    background:rgba(33,41,52,0.95);
}
html[data-theme="dark"] .pb14-results tbody td {
    border-top:1px solid #323C4A;
}
html[data-theme="dark"] .pb14-results tbody tr:hover td {
    background:#222731;
}
html[data-theme="dark"] .pb14-badge.is-private {
    color:#EC8750;
}
html[data-theme="dark"] .qa-header {
    background:rgba(33,41,52,0.94);
}
html[data-theme="dark"] .qa-header__brand img {
    background:#212934;
}
html[data-theme="dark"] .qa-hbtn--ghost {
    background:#212934;
}
html[data-theme="dark"] .qa-udrop .dropdown-item.danger {
    color:#D77066;
}
html[data-theme="dark"] .qa-udrop .dropdown-item.danger i {
    color:#D77066;
}
html[data-theme="dark"] .qa-burger {
    background:#212934;
}
html[data-theme="dark"] .qa-oc {
    background:#212934;
}
html[data-theme="dark"] .qa-oc__link.danger {
    color:#D77066 !important;
}
html[data-theme="dark"] .qa-oc__link.danger i {
    color:#D77066;
}
html[data-theme="dark"] .q-slide__badge {
    color:#fff !important;
}
html[data-theme="dark"] .q-slide__alt:hover {
    background:#212934;
}
html[data-theme="dark"] .q-slider__arrow:hover {
    background:#212934;
}
html[data-theme="dark"] .q-hunt:before {
    background:linear-gradient(180deg, #21252C 0%, #24242F 52%, #212934 100%);
}
html[data-theme="dark"] .q-hunt__mark:after {
    border:2px solid #333E4C;
}
html[data-theme="dark"] .q-hunt__panel {
    border:1px solid #333E4C;
    background:#212934;
}
html[data-theme="dark"] .q-tabs {
    background:linear-gradient(180deg, #1C232C 0%, #1F2731 100%);
}
html[data-theme="dark"] .q-tab {
    background:#212934;
}
html[data-theme="dark"] .q-type {
    background:#212934;
}
html[data-theme="dark"] .q-field input:focus,html[data-theme="dark"] .q-field select:focus {
    background:#212934;
}
html[data-theme="dark"] .q-form__go {
    color:#fff !important;
}
html[data-theme="dark"] .q-map {
    background:#212934;
}
html[data-theme="dark"] .q-mapside__card {
    background:#212934;
}
html[data-theme="dark"] .q-mapside__card h3 {
    color:#A9B8DC;
}
html[data-theme="dark"] .q-mapside__card h3 i {
    color:#ED894F;
}
html[data-theme="dark"] .q-mapside__stats li > a:hover {
    background:#312217;
}
html[data-theme="dark"] .q-mapside__stats b {
    color:#A9B8DC;
}
html[data-theme="dark"] .q-mapside__rows > a,html[data-theme="dark"] .q-mapside__rows > div {
    border-bottom:1px solid #343C48;
    color:#A9B8DC;
}
html[data-theme="dark"] .q-mapside__rows > a:hover {
    color:#ED7D4F;
}
html[data-theme="dark"] .q-mapside__rows--plain em {
    color:#ED7D4F;
}
html[data-theme="dark"] .q-map__head a {
    background:#212934;
}
html[data-theme="dark"] .q-map .leaflet-control-zoom a {
    background:rgba(33,41,52,0.97);
}
html[data-theme="dark"] .q-map .leaflet-control-attribution {
    background:rgba(33,41,52,0.8);
}
html[data-theme="dark"] .q-map__styles {
    background:rgba(33,41,52,0.97);
}
html[data-theme="dark"] .q-map__bar {
    background:rgba(33,41,52,0.97);
}
html[data-theme="dark"] .q-map__none {
    background:rgba(33,41,52,0.97);
}
html[data-theme="dark"] .q-map__loading {
    background:rgba(33,41,52,0.96);
}
html[data-theme="dark"] .q-pin__in {
    border:2px solid #333E4C;
}
html[data-theme="dark"] .q-pin__in:after {
    border-right:2px solid #333E4C;
    border-bottom:2px solid #333E4C;
}
html[data-theme="dark"] .q-cl__in {
    border:3px solid #333E4C;
}
html[data-theme="dark"] .qa-ecard__media {
    background:#1E2227;
}
html[data-theme="dark"] .qa-tag--type {
    color:#fff !important;
}
html[data-theme="dark"] .qa-ecard__type {
    color:#fff !important;
}
html[data-theme="dark"] .qa-ecard__foot {
    background:#222731;
}
html[data-theme="dark"] .qa-ecard__agent {
    border:2px solid #333E4C;
    background:#1E2227;
}
html[data-theme="dark"] .qa-agentcard__ribbon {
    background:rgba(33,41,52,0.94);
}
html[data-theme="dark"] .qa-agentcard__ava img {
    border:4px solid #333E4C;
}
html[data-theme="dark"] .qa-agentcard__medal {
    border:3px solid #333E4C;
}
html[data-theme="dark"] .qa-post__img {
    background:#181D25;
}
html[data-theme="dark"] .q-follow__card--ig {
    border-color:#4B2E3B;
    background:linear-gradient(125deg, #381924 0%, #382519 46%, #212934 100%);
}
html[data-theme="dark"] .q-follow__card--app {
    background:linear-gradient(125deg, var(--qa-trust-soft) 0%, #192939 48%, #212934 100%);
}
html[data-theme="dark"] .q-follow__card--ig .q-follow__eyebrow i {
    color:#D16BA5;
}
html[data-theme="dark"] .qa-btn--ig {
    color:#fff !important;
}
html[data-theme="dark"] .q-qr {
    border:1px solid #46333D;
    background:#212934;
}
html[data-theme="dark"] .q-store {
    background:#212934;
}
html[data-theme="dark"] .q-phone__screen {
    background:linear-gradient(180deg, #212934 0%, var(--qa-trust-soft) 100%);
}
html[data-theme="dark"] .qa-btn--wa {
    color:#fff !important;
}
html[data-theme="dark"] .qa-btn--wa:hover {
    color:#fff !important;
}
html[data-theme="dark"] .qa-faq__links a {
    color:#A9B8DC;
    background:#212934;
}
html[data-theme="dark"] .qa-faq__links a i {
    color:#ED894F;
}
html[data-theme="dark"] .qa-faq__links a:hover,html[data-theme="dark"] .qa-faq__links a:focus {
    background:#312217;
    color:#D8AB99;
}
html[data-theme="dark"] .qa-gal__main {
    background:#181D25;
}
html[data-theme="dark"] .qa-gal__cell {
    background:#181D25;
}
html[data-theme="dark"] .qa-gal__count {
    color:#fff !important;
}
html[data-theme="dark"] .qa-gtool {
    background:rgba(33,41,52,0.94);
}
html[data-theme="dark"] .qa-gtool.is-on,html[data-theme="dark"] .qa-gtool.active {
    color:#fff !important;
}
html[data-theme="dark"] .qa-gtool.compare-toggle.is-cmp {
    color:#fff !important;
}
html[data-theme="dark"] .qa-gtool--danger {
    color:#E35972 !important;
}
html[data-theme="dark"] .qa-gtool--danger:hover {
    color:#fff !important;
}
html[data-theme="dark"] .qa-noimg {
    border:1px dashed #2F3846;
    background:#1F252F;
}
html[data-theme="dark"] .qa-noimg__msg {
    color:var(--qa-muted, #9BA9BC);
}
html[data-theme="dark"] .qa-gal__tools--bare .qa-gtool {
    border:1px solid #303A48;
    background:#212934;
}
html[data-theme="dark"] .qa-price {
    background:linear-gradient(115deg, var(--qa-orange-soft), #212934 72%);
    border:1px solid #513627;
}
html[data-theme="dark"] .qa-price__sub {
    border-inline-start:1px solid #513627;
}
html[data-theme="dark"] .qa-conv__range::-webkit-slider-thumb {
    background:#212934;
}
html[data-theme="dark"] .qa-conv__range::-moz-range-thumb {
    background:#212934;
}
html[data-theme="dark"] .qa-conv__btn {
    background:#212934;
}
html[data-theme="dark"] .qa-chip i {
    color:#64D999;
}
html[data-theme="dark"] .qa-map-accuracy small {
    color:#98A6BA;
}
html[data-theme="dark"] .qa-acc-marker {
    border:3px solid #333E4C;
}
html[data-theme="dark"] .qa-report:hover {
    color:#E35972;
}
html[data-theme="dark"] .qa-callbar {
    background:rgba(33,41,52,0.97);
}
html[data-theme="dark"] .qa-aghero {
    color:#fff !important;
}
html[data-theme="dark"] .admin-status-bar__switch {
    background:#22252F;
}
html[data-theme="dark"] .estate-operation-section .estate-operation-item {
    background:#22252F;
}
html[data-theme="dark"] .qa-visits__empty {
    background:#22252F;
}
html[data-theme="dark"] .qa-visits__table thead th {
    background:#22252F;
}
html[data-theme="dark"] .q-hunt__mark--brand {
    border:1px solid #503727;
    background:#212934;
}
html[data-theme="dark"] .dv-bar {
    background:rgba(33,41,52,0.92);
}
html[data-theme="dark"] .dv-ms__count {
    color:var(--dv-muted, #9DAABD);
}
html[data-theme="dark"] .dv-search input:focus {
    background:#212934;
}
html[data-theme="dark"] .dv-toggle {
    background:#212934;
}
html[data-theme="dark"] .dv-toggle.is-on .dv-toggle__badge {
    background:#212934;
}
html[data-theme="dark"] .dv-active__chip {
    border:1px solid #4B372A;
}
html[data-theme="dark"] .dv-group select,html[data-theme="dark"] .dv-group input[type="text"],html[data-theme="dark"] .dv-group input[type="tel"],html[data-theme="dark"] .dv-group input[type="number"] {
    background:#212934;
}
html[data-theme="dark"] .dv-group select:hover,html[data-theme="dark"] .dv-group input:hover {
    border-color:#2D3744;
}
html[data-theme="dark"] .dv-group select.has-value,html[data-theme="dark"] .dv-group input.has-value {
    border-color:#493629;
}
html[data-theme="dark"] .dv-preset {
    background:#212934;
}
html[data-theme="dark"] .dv-preset:hover {
    border-color:#2D3744;
}
html[data-theme="dark"] .dv-ms__btn {
    background:#212934;
}
html[data-theme="dark"] .dv-ms__btn:hover {
    border-color:#2D3744;
}
html[data-theme="dark"] .dv-ms.has-value .dv-ms__btn {
    border-color:#493629;
}
html[data-theme="dark"] .dv-ms__search input:focus {
    background:#212934;
}
html[data-theme="dark"] .dv-ms__clear {
    background:#212934;
}
html[data-theme="dark"] .dv-ms__clear:hover:not(:disabled) {
    border-color:#2D3744;
}
html[data-theme="dark"] .dv-type:hover {
    border-color:#493629;
}
html[data-theme="dark"] .dv-deal button.is-on {
    background:#212934;
}
html[data-theme="dark"] .dv-chip {
    background:#212934;
}
html[data-theme="dark"] .dv-chip:hover {
    border-color:#2D3744;
}
html[data-theme="dark"] .dv-help {
    color:#E7EBF3 !important;
}
html[data-theme="dark"] .dv-help a {
    background:#212934;
}
html[data-theme="dark"] .dv-select {
    background:#212934;
}
html[data-theme="dark"] .dv-tag {
    color:#fff !important;
}
html[data-theme="dark"] .dv-fav {
    color:#fff !important;
}
html[data-theme="dark"] .dv-fav.is-on {
    color:#F85456;
    background:#212934;
}
html[data-theme="dark"] .dv-cmp.is-on {
    color:#B4C2DE;
    background:#212934;
}
html[data-theme="dark"] .dv-shots {
    color:#fff !important;
}
html[data-theme="dark"] .dv-act {
    background:#212934;
}
html[data-theme="dark"] .dv-act--wa:hover {
    color:#9AD9B7;
    background:#1D2B24;
}
html[data-theme="dark"] .dv-skel span,html[data-theme="dark"] .dv-skel i {
    background:linear-gradient(90deg, #20242A 25%, #1D2025 37%, #20242A 63%);
}
html[data-theme="dark"] .dv-pin__in {
    background:#212934;
}
html[data-theme="dark"] .dv-popup .leaflet-popup-close-button {
    background:rgba(33,41,52,0.92);
}
html[data-theme="dark"] .dv-mc__tag {
    color:#fff !important;
}
html[data-theme="dark"] .dv-mapcount {
    background:rgba(33,41,52,0.95);
}
html[data-theme="dark"] .dv-mapstyle {
    background:rgba(33,41,52,0.95);
}
html[data-theme="dark"] .dv-maptool {
    background:rgba(33,41,52,0.95);
}
html[data-theme="dark"] .gc-body {
    background:#1E2833;
}
html[data-theme="dark"] .gc-empty {
    color:#95A0B2;
}
html[data-theme="dark"] .gc-day span {
    background:#1C212A;
    color:#A3ACBC;
}
html[data-theme="dark"] .gc-avatar {
    border:1px solid #333B46;
    background:#212934;
}
html[data-theme="dark"] .gc-bubble {
    background:#212934;
    border:1px solid #323C49;
}
html[data-theme="dark"] .gc-msg.mine .gc-bubble {
    background:#172234;
    border-color:#283851;
}
html[data-theme="dark"] .gc-name {
    color:#ABBAD9;
}
html[data-theme="dark"] .gc-msg.mine .gc-name {
    color:#98B2D8;
}
html[data-theme="dark"] .gc-text {
    color:#ACBBD5;
}
html[data-theme="dark"] .gc-time {
    color:#909CAF;
}
html[data-theme="dark"] .gc-del {
    color:#D77066;
}
html[data-theme="dark"] .gc-dur {
    color:#A3ACBC;
}
html[data-theme="dark"] .gc-footbar {
    background:#212934;
    border-top:1px solid #333C47;
}
html[data-theme="dark"] .gc-compose textarea {
    border:1px solid #323B46;
}
html[data-theme="dark"] .gc-send {
    color:#fff !important;
}
html[data-theme="dark"] .gc-mic {
    background:#1D242E;
    color:#ABBAD9;
}
html[data-theme="dark"] .gc-mic.recording {
    color:#fff !important;
}
html[data-theme="dark"] .gc-rec {
    background:#331D1B;
}
html[data-theme="dark"] .gc-rec-time {
    color:#D77066;
}
html[data-theme="dark"] .gc-rec-hint {
    color:#BFA3A1;
}
html[data-theme="dark"] .gc-preview {
    border:1px solid #323B46;
    background:#1E2833;
}
html[data-theme="dark"] .gc-preview .gc-voice-send {
    color:#fff !important;
}
html[data-theme="dark"] .gc-preview .gc-voice-drop {
    background:#1D242E;
    color:#A3ACBC;
}
html[data-theme="dark"] .gc-status {
    color:#A3ACBC;
}
html[data-theme="dark"] .gc-status.err {
    color:#D77066;
}
html[data-theme="dark"] .s14-group-page {
    background:#20262F;
}
html[data-theme="dark"] .gc-card {
    border:1px solid #333B46;
    background:#212934;
}
html[data-theme="dark"] .gc-card-head {
    color:#fff !important;
}
html[data-theme="dark"] .gc-note {
    color:#94A3B8;
}
html[data-theme="dark"] .gcw-fab {
    color:#fff !important;
}
html[data-theme="dark"] .gcw-badge {
    color:#fff !important;
    border:2px solid #333E4C;
}
html[data-theme="dark"] .gcw-panel {
    background:#212934;
    border:1px solid #333B46;
}
html[data-theme="dark"] .gcw-head {
    color:#fff !important;
}
html[data-theme="dark"] .user-form-header {
    color:#fff !important;
}
html[data-theme="dark"] #js_singup-expert .form-section {
    background:#212934;
}
html[data-theme="dark"] #js_singup-expert .form-section__head {
    background:#202732;
}
html[data-theme="dark"] #js_singup-expert .form-label {
    color:#B0B6C6;
}
html[data-theme="dark"] #js_singup-expert .form-control,html[data-theme="dark"] #js_singup-expert .form-select,html[data-theme="dark"] #js_singup-expert select {
    border:1px solid #303A47;
    background-color:#212934;
}
html[data-theme="dark"] #js_singup-expert .form-control:focus,html[data-theme="dark"] #js_singup-expert .form-select:focus {
    border-color:#2C3542;
}
html[data-theme="dark"] #js_singup-expert label.error {
    color:#D76578;
}
html[data-theme="dark"] .select2-container .select2-selection--single {
    border:1px solid #303A47 !important;
    border:1px solid #303A48 !important;
}
html[data-theme="dark"] .select2-container .select2-selection--multiple {
    border:1px solid #303A47 !important;
}
html[data-theme="dark"] .optional-fields {
    border:1px dashed #303A47;
    background:#202732;
}
html[data-theme="dark"] .optional-fields summary span {
    background:#1C232C;
    color:#92A1B7;
}
html[data-theme="dark"] .user-form-actions {
    background:rgba(33,41,52,0.94);
}
html[data-theme="dark"] .avatar-uploader__frame {
    border:2px dashed #2F3846;
    background:#202732;
}
html[data-theme="dark"] .avatar-uploader__overlay {
    color:#fff !important;
}
html[data-theme="dark"] .avatar-uploader__badge {
    background:#20242A;
}
html[data-theme="dark"] .avatar-uploader__error {
    color:#D76578;
}
html[data-theme="dark"] .crop-modal__dialog {
    background:#212934;
}
html[data-theme="dark"] .crop-modal__head {
    background:#202732;
}
html[data-theme="dark"] .crop-stage {
    background:#20242A;
}
html[data-theme="dark"] .crop-tools button {
    border:1px solid #303A47;
    background:#212934;
    color:#A8B4C5;
}
html[data-theme="dark"] .crop-tools button:hover {
    background:#20252D;
}
html[data-theme="dark"] .crop-modal__foot {
    background:#202732;
}
html[data-theme="dark"] .login-logo h1 {
    color:#ED894F;
}
html[data-theme="dark"] .login-card {
    background:#212934;
}
html[data-theme="dark"] .login-card .card-title {
    color:#ABBAD9;
}
html[data-theme="dark"] .login-card label {
    color:#B4BACC;
}
html[data-theme="dark"] .login-card .form-input {
    border:1px solid #303A48;
    color:#B4BACC;
}
html[data-theme="dark"] .login-card .btn-login {
    color:#fff !important;
}
html[data-theme="dark"] .login-error {
    color:#BC9A9A;
}
html[data-theme="dark"] .login-divider::before,html[data-theme="dark"] .login-divider::after {
    background:#181E26;
}
html[data-theme="dark"] .back-btn {
    color:#96A5B9;
}
html[data-theme="dark"] .back-btn:hover {
    color:#ABBAD9;
}
html[data-theme="dark"] .alert-box {
    background:#291E1E;
    border:1px solid #2F3947;
    color:#BC9A9A;
}
html[data-theme="dark"] .resend-btn {
    color:#96A5B9;
}
html[data-theme="dark"] .resend-btn:hover {
    color:#ED894F;
}
html[data-theme="dark"] #theTarget {
    color:#96A5B9;
}
html[data-theme="dark"] .bn-preview {
    border:1px solid #303A48;
    background:#202732;
}
html[data-theme="dark"] .bn-hint {
    color:#91A0B5;
}
html[data-theme="dark"] .bn-thumb {
    border:1px solid #303A48;
    background:#212730;
}
html[data-theme="dark"] .TextContentArticle h3,html[data-theme="dark"] .TextContentArticle h3 * {
    color:#CD706F;
}
html[data-theme="dark"] table {
    color:#C8D0DA !important;
}
html[data-theme="dark"] .search {
    background:#191F27;
}
html[data-theme="dark"] #search {
    background:#191F27;
    border-top:3px solid #2F3946;
}
html[data-theme="dark"] .dropzone {
    background:#212934;
    border:2px dashed #303A48;
    background:#202732;
}
html[data-theme="dark"] .s14-contract-create {
    background:#20262F;
}
html[data-theme="dark"] .s14-contract-create #mainContent > .mb-3,html[data-theme="dark"] .s14-contract-create #mainContent > .mb-4 {
    color:#fff !important;
}
html[data-theme="dark"] .s14-contract-create .card,html[data-theme="dark"] .s14-contract-create section {
    border:1px solid #333B46 !important;
}
html[data-theme="dark"] .s14-contract-create label {
    color:#ABBAD9;
}
html[data-theme="dark"] .s14-contract-create .form-control,html[data-theme="dark"] .s14-contract-create .form-select,html[data-theme="dark"] .s14-contract-create select {
    border-color:#333C45;
}
html[data-theme="dark"] .s14-contract-list {
    background:#20262F;
}
html[data-theme="dark"] .s14-contract-list .contract-hero {
    color:#fff !important;
}
html[data-theme="dark"] .s14-contract-list .card {
    border:1px solid #333B46;
}
html[data-theme="dark"] .s14-contract-list tbody tr {
    background:#212934;
}
html[data-theme="dark"] .form-group.row {
    border-bottom:1px solid #323C4B;
}
html[data-theme="dark"] .bk-legend {
    color:#96A5B9;
}
html[data-theme="dark"] .list-group-item i.fa-trash-alt {
    color:#DD5F6B;
}
html[data-theme="dark"] .list-group-item i.fa-trash-alt:hover {
    color:#DD5F6B;
}
html[data-theme="dark"] .list-group-item.done i.fa-check-square {
    color:#67D580;
}
html[data-theme="dark"] .list-group-item.done .todo-text {
    color:#97A5BA;
}
html[data-theme="dark"] body.site3-management {
    background:#1E252F !important;
    color:#B5C0D7;
}
html[data-theme="dark"] .s3-dashboard-head {
    color:#fff !important;
}
html[data-theme="dark"] .site3-management #mainContent .card {
    border:1px solid #313B49 !important;
    background:#212934;
}
html[data-theme="dark"] .site3-management #mainContent .display-6 {
    color:#AABFDE;
}
html[data-theme="dark"] .site3-management #mainContent .card-text {
    color:#9DABBE;
}
html[data-theme="dark"] .site3-management #mainContent .icon-circle {
    color:#CAAA73 !important;
    background:#2D2718 !important;
}
html[data-theme="dark"] .site3-management #mainContent .card-header {
    border-bottom:1px solid #313B49;
    color:#B5C0D7;
    background:#202732 !important;
}
html[data-theme="dark"] .site3-management #mainContent h2,html[data-theme="dark"] .site3-management #mainContent h3 {
    color:#ADBFDD;
}
html[data-theme="dark"] .site3-management #mainContent .table-p {
    border:1px solid #313B49;
}
html[data-theme="dark"] .site3-management #mainContent .table>:not(caption)>*>* {
    border-color:#313C4A;
}
html[data-theme="dark"] .site3-management #mainContent .table thead th {
    color:#B0BAC9;
    background:#1E252E !important;
}
html[data-theme="dark"] .site3-management #mainContent .table tbody tr:hover {
    background:#312C1F;
}
html[data-theme="dark"] .site3-management #mainContent .form-control,html[data-theme="dark"] .site3-management #mainContent .form-select {
    border:1px solid #303A48;
    background-color:#212934;
}
html[data-theme="dark"] .site3-management #mainContent .btn-primary {
    color:#fff !important;
}
html[data-theme="dark"] .site3-management #mainContent .btn-primary:hover,html[data-theme="dark"] .site3-management #mainContent .btn-primary:focus {
    color:#fff !important;
}
html[data-theme="dark"] .site3-management #mainContent .badge.bg-primary {
    color:#DAC59E;
    background:#231F14 !important;
}
html[data-theme="dark"] .dashboard-filter-bar {
    border:1px solid #313B49;
    background:#212934;
}
html[data-theme="dark"] .s14-dash-note {
    border:1px solid #343B46 !important;
    background:linear-gradient(135deg,#212934,#1A2739) !important;
}
html[data-theme="dark"] .s14-dash-note__icon {
    background:#342318;
    color:#ED894F;
}
html[data-theme="dark"] .s14-dash-note__title {
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-dash-note__text {
    color:#ACB6CB;
}
html[data-theme="dark"] .s14-dash-note__text--empty {
    color:#909FB5;
}
html[data-theme="dark"] .s14-note-edit {
    border:1px solid #513627;
    background:#362318;
    color:#ED894F;
}
html[data-theme="dark"] .s14-note-edit:hover {
    color:#fff !important;
}
html[data-theme="dark"] .s14-note-modal .modal-header {
    border-bottom:1px solid #313C4A;
    background:#1F2634;
}
html[data-theme="dark"] .s14-note-modal .modal-title {
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-note-editor {
    border:1px solid #303A48;
    background:#212934;
}
html[data-theme="dark"] .s14-note-toolbar {
    border-bottom:1px solid #313C4A;
    background:#1F2634;
}
html[data-theme="dark"] .s14-note-cmd {
    border:1px solid #343B46;
    background:#212934;
    color:#ACB6CB;
}
html[data-theme="dark"] .s14-note-cmd:hover {
    color:#fff !important;
}
html[data-theme="dark"] .s14-note-input {
    color:#ACB6CB;
}
html[data-theme="dark"] .s14-note-input:empty:before {
    color:#8B9BB2;
}
html[data-theme="dark"] .s14-note-hint {
    color:#909FB5;
}
html[data-theme="dark"] .s14-note-modal .modal-footer {
    border-top:1px solid #313C4A;
}
html[data-theme="dark"] .s14-special-card {
    border:1px solid #343B46 !important;
    background:#212934 !important;
}
html[data-theme="dark"] .s14-special-card .card-header {
    border-bottom:1px solid #313C4A !important;
    background:#1F2634 !important;
    color:#A9B8DC !important;
}
html[data-theme="dark"] .s14-special-card .card-header i {
    background:#342318;
    color:#ED894F;
}
html[data-theme="dark"] .s14-special-item {
    border-bottom:1px solid #313C4A;
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-special-item:hover {
    background:#1F2634;
}
html[data-theme="dark"] .s14-special-code {
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-special-code span {
    color:#ED894F;
}
html[data-theme="dark"] .s14-special-expert {
    color:#A6AFBE;
}
html[data-theme="dark"] .s14-special-date {
    background:#342318;
    color:#D8B297;
}
html[data-theme="dark"] .s14-special-comment {
    color:#ADBBD2;
}
html[data-theme="dark"] .s14-finprint {
    background:#212934;
    border:1px solid #303A48;
}
html[data-theme="dark"] .s14-finprint .t {
    color:#ABBAD9;
}
html[data-theme="dark"] .s14-finprint .d {
    color:#96A5B9;
}
html[data-theme="dark"] .s14-finprint a {
    color:#fff !important;
}
html[data-theme="dark"] .s14-finprint a:hover {
    color:#fff !important;
}
html[data-theme="dark"] .league-card {
    background:#212934;
    border:1px solid #303A48;
}
html[data-theme="dark"] .league-header {
    border-bottom:1px solid #303A48;
    background:#222731;
}
html[data-theme="dark"] .league-header h3 {
    color:#ABBAD9;
}
html[data-theme="dark"] .league-table thead th {
    color:#fff !important;
}
html[data-theme="dark"] .league-table tbody td {
    border-bottom:1px solid #313C4A;
    color:#B4BACC;
}
html[data-theme="dark"] .league-table tbody tr:hover {
    background:#1E252F;
}
html[data-theme="dark"] .league-table tbody tr.gold-row {
    background:#352318;
}
html[data-theme="dark"] .league-table tbody tr.gold-row:hover {
    background:#2D1E14;
}
html[data-theme="dark"] .league-table tbody tr.silver-row {
    background:#20262F;
}
html[data-theme="dark"] .league-table tbody tr.silver-row:hover {
    background:#1E242C;
}
html[data-theme="dark"] .league-table tbody tr.bronze-row {
    background:#30251D;
}
html[data-theme="dark"] .league-table tbody tr.bronze-row:hover {
    background:#29221C;
}
html[data-theme="dark"] .rank-1 {
    background:#352318;
    color:#ED894F;
}
html[data-theme="dark"] .rank-2 {
    background:#1C232C;
    color:#96A5B9;
}
html[data-theme="dark"] .rank-3 {
    background:#1A2028;
    color:#BEAD9B;
}
html[data-theme="dark"] .rank-default {
    background:#1C232C;
    color:#96A5B9;
}
html[data-theme="dark"] .league-avatar {
    border:2px solid #333E4C;
}
html[data-theme="dark"] .league-progress {
    background:#181E26;
}
html[data-theme="dark"] .expert-link {
    color:#B4BACC;
}
html[data-theme="dark"] .expert-link:hover {
    color:#ABBAD9;
}
html[data-theme="dark"] .score-green {
    background:#1B212A;
    color:#A1BCAA;
}
html[data-theme="dark"] .score-navy {
    background:#1B212A;
    color:#ABBAD9;
}
html[data-theme="dark"] .score-gold {
    background:#352318;
    color:#CEB76E;
}
html[data-theme="dark"] .score-silver {
    background:#1F252B;
    color:#A1ABBA;
}
html[data-theme="dark"] .score-bronze {
    background:#27201A;
    color:#C5B09E;
}
html[data-theme="dark"] .score-muted {
    background:#291E1E;
    color:#BC9A9A;
}
html[data-theme="dark"] .empty-row {
    color:#96A5B9;
}
html[data-theme="dark"] .league-report {
    background:#1E232D;
    color:#7E95BE;
}
html[data-theme="dark"] .league-report:hover {
    color:#fff !important;
}
html[data-theme="dark"] .league-estates {
    background:#352318;
    color:#EA9252;
}
html[data-theme="dark"] .league-estates:hover {
    color:#fff !important;
}
html[data-theme="dark"] .ec {
    background:#212934;
    border:1px solid #313B4A;
}
html[data-theme="dark"] .badge-verified {
    background:#18221A;
    color:#A5DDB2;
}
html[data-theme="dark"] .badge-pending {
    background:#2B2513;
    color:#DACB9F;
}
html[data-theme="dark"] .badge-rejected {
    background:#291718;
    color:#DA9EA3;
}
html[data-theme="dark"] .badge-withdrawal,html[data-theme="dark"] .badge-tradedoffice,html[data-theme="dark"] .badge-tradedoutsideoffice,html[data-theme="dark"] .badge-hidden2 {
    background:#181D25;
    color:#B2BDCC;
}
html[data-theme="dark"] .ec-type-badge {
    color:#fff !important;
}
html[data-theme="dark"] .ec-agent {
    background:#1D232D;
    border:2px solid #333E4C;
}
html[data-theme="dark"] .ec-title {
    color:#BFC8D4;
}
html[data-theme="dark"] .ec-location {
    color:#9DABBE;
}
html[data-theme="dark"] .ec-attrs {
    color:#A9B5C6;
}
html[data-theme="dark"] .ec-attrs .attr {
    background:#1E252F;
}
html[data-theme="dark"] .ec-price {
    border-top:1px solid #313C4A;
}
html[data-theme="dark"] .ec-price .price-label {
    color:#91A0B5;
}
html[data-theme="dark"] .ec-price .price-val {
    color:#BFC8D4;
}
html[data-theme="dark"] .ec-price .price-meter {
    color:#9DABBE;
}
html[data-theme="dark"] .ec-date {
    color:#8798AF;
}
html[data-theme="dark"] .ec-actions .btn.active {
    color:#fff !important;
}
html[data-theme="dark"] .ec-party {
    color:#98A6BA;
}
html[data-theme="dark"] .ec-party strong {
    color:#A9B5C5;
}
html[data-theme="dark"] .ec-party .ec-avatar {
    background:#1D232D;
    border:1px solid #313B49;
}
html[data-theme="dark"] .ec-extra .ec-chip {
    background:#182136;
    color:#A9B8DC;
}
html[data-theme="dark"] .ec-expire {
    color:#8D9DB3;
}
html[data-theme="dark"] .ec-percent {
    color:#468DF6;
}
html[data-theme="dark"] .ec-guide {
    border-color:#473222;
    background:#372719;
}
html[data-theme="dark"] .ec-guide .ec-price {
    border-top-color:#4E3827;
}
html[data-theme="dark"] .ec-guide-tag {
    background:#2B1F14;
    color:#DABF9E;
}
html[data-theme="dark"] .ec-divar {
    background:#212934;
}
html[data-theme="dark"] .ec-divar:hover {
    background:#331818;
}
html[data-theme="dark"] .create14 .form-control,html[data-theme="dark"] .create14 .form-select {
    border-color:#303A48;
}
html[data-theme="dark"] .create14 .form-control:focus,html[data-theme="dark"] .create14 .form-select:focus {
    border-color:#24344B;
}
html[data-theme="dark"] .create14 label.form-label {
    color:#AFBBCA;
}
html[data-theme="dark"] .create-section {
    background:#212934;
    border:1px solid #313C4A;
}
html[data-theme="dark"] .create-section h2 {
    color:#BFC8D4;
}
html[data-theme="dark"] .section-badge {
    background:#172133;
    color:#468DF6;
}
html[data-theme="dark"] .sec-nav {
    background:#212934;
    border:1px solid #313C4A;
}
html[data-theme="dark"] .sec-nav a {
    color:#A9B5C6;
    border-bottom:1px solid #323C4B;
}
html[data-theme="dark"] .sec-nav a:hover {
    background:#1F2731;
    color:#468DF6;
}
html[data-theme="dark"] .sec-nav a.active {
    background:#172133;
    color:#468DF6;
}
html[data-theme="dark"] .create14 .form-check-label {
    color:#AFBBCA;
}
html[data-theme="dark"] .text {
    color:white !important;
}
html[data-theme="dark"] .ai-description-panel {
    background:#22282F;
    border:1px solid #313B49;
}
html[data-theme="dark"] .ai-description-hint {
    color:#9DABBE;
}
html[data-theme="dark"] .estate-check-modal .modal-header {
    border-bottom:1px solid #343B47;
    background:#212934;
}
html[data-theme="dark"] .estate-check-modal .modal-title {
    color:#B0BDD9;
}
html[data-theme="dark"] .estate-check-modal .modal-body {
    background:#212934;
}
html[data-theme="dark"] .estate-check-modal .estate-check-close {
    border:1px solid #333A45;
    background:#22282F;
    color:#B0BDD9;
}
html[data-theme="dark"] .estate-check-modal .modal-footer {
    border-top:1px solid #343B47;
    background:#22282F;
}
html[data-theme="dark"] div.sticky {
    background-color:#212934;
}
html[data-theme="dark"] .page-loading {
    background-color:#212934;
}
html[data-theme="dark"] .page-loading-inner>span {
    color:#A1AEC0;
}
html[data-theme="dark"] .page-spinner {
    border:.15em solid #2C3542;
}
html[data-theme="dark"] .pjs-bar {
    background:#212934;
    border-bottom:1px solid #303A48;
}
html[data-theme="dark"] .pjs-filters::-webkit-scrollbar-thumb {
    background:#161B22;
}
html[data-theme="dark"] .pjs-filters .form-control,html[data-theme="dark"] .pjs-filters .form-select {
    border-color:#303A48;
}
html[data-theme="dark"] .pjs-filters .btn {
    color:#fff !important;
}
html[data-theme="dark"] .pjs-filters .btn:hover {
    color:#fff !important;
}
html[data-theme="dark"] .pjs-filters .btn-clear {
    background:#1B212A;
    color:#ABBAD9;
}
html[data-theme="dark"] .pjs-filters .btn-clear:hover {
    background:#161B22;
    color:#ABBAD9;
}
html[data-theme="dark"] .pjs-head h1 {
    color:#ABBAD9;
}
html[data-theme="dark"] .pjs-head .count {
    color:#96A5B9;
}
html[data-theme="dark"] .pjs-head .count strong {
    color:#ED894F;
}
html[data-theme="dark"] .pjs-empty {
    color:#91A0B5;
    background:#212934;
    border:1px dashed #303947;
}
html[data-theme="dark"] .pjs-empty .t {
    color:#B4BACC;
}
html[data-theme="dark"] .pjs-more .btn {
    color:#fff !important;
}
html[data-theme="dark"] .pjs-more .btn:hover {
    color:#fff !important;
}
html[data-theme="dark"] .pjs-side .card {
    border:1px solid #303A48;
}
html[data-theme="dark"] .pjs-cta {
    color:#fff !important;
}
html[data-theme="dark"] .pjs-cta .btn {
    color:#fff !important;
}
html[data-theme="dark"] .pjs-cta .btn:hover {
    color:#fff !important;
}
html[data-theme="dark"] .pv-hero {
    background:linear-gradient(180deg,#21252B,#212934);
}
html[data-theme="dark"] .pv-title {
    color:#ABBAD9;
}
html[data-theme="dark"] .pv-sub {
    color:#96A5B9;
}
html[data-theme="dark"] .pv-sub strong {
    color:#B4BACC;
}
html[data-theme="dark"] .pv-badge-off {
    color:#fff !important;
}
html[data-theme="dark"] .pv-badge-ready {
    background:#1B212A;
    color:#A9C6B3;
}
html[data-theme="dark"] .pv-badge-type {
    background:#1B212A;
    color:#ABBAD9;
}
html[data-theme="dark"] .pv-stat {
    background:#212934;
    border:1px solid #303A48;
}
html[data-theme="dark"] .pv-stat .k {
    color:#91A0B5;
}
html[data-theme="dark"] .pv-stat .v {
    color:#ABBAD9;
}
html[data-theme="dark"] .pv-stat .v .u {
    color:#96A5B9;
}
html[data-theme="dark"] .pv-gallery a {
    background:#1B212A;
}
html[data-theme="dark"] .pv-gallery .more-badge::after {
    color:#fff !important;
}
html[data-theme="dark"] .pv-section {
    background:#212934;
    border:1px solid #303A48;
}
html[data-theme="dark"] .pv-section h2 {
    color:#ABBAD9;
}
html[data-theme="dark"] .pv-section h2 i {
    background:#352318;
    color:#ED894F;
}
html[data-theme="dark"] .pv-desc {
    color:#B1B7C6;
}
html[data-theme="dark"] .pv-fac li {
    color:#B1B7C6;
    background:#212730;
}
html[data-theme="dark"] .pv-table th {
    background:#21252B;
    color:#ABBAD9;
}
html[data-theme="dark"] .pv-table td {
    border-bottom:1px solid #313C4A;
    color:#B1B7C6;
}
html[data-theme="dark"] .pv-table tbody tr:hover td {
    background:#202732;
}
html[data-theme="dark"] .pv-table .num {
    color:#ABBAD9;
}
html[data-theme="dark"] .pv-plan-btn {
    background:#1B212A;
    color:#ABBAD9;
}
html[data-theme="dark"] .pv-plan-btn:hover {
    color:#fff !important;
}
html[data-theme="dark"] .pv-steps li::before {
    background:#1C232C;
}
html[data-theme="dark"] .pv-steps .dot {
    background:#212934;
}
html[data-theme="dark"] .pv-steps .ms {
    color:#B1B7C6;
}
html[data-theme="dark"] .pv-steps .pc {
    color:#ABBAD9;
    background:#21252B;
}
html[data-theme="dark"] .pv-steps-sum {
    border-top:1px dashed #303A48;
    color:#96A5B9;
}
html[data-theme="dark"] .pv-steps-sum strong {
    color:#ABBAD9;
}
html[data-theme="dark"] .pv-agent {
    background:#212934;
    border:1px solid #303A48;
}
html[data-theme="dark"] .pv-agent img {
    border:3px solid #543A28;
}
html[data-theme="dark"] .pv-agent .nm {
    color:#ABBAD9;
}
html[data-theme="dark"] .pv-agent .rl {
    color:#96A5B9;
}
html[data-theme="dark"] .pv-agent .btn-call {
    color:#fff !important;
}
html[data-theme="dark"] .pv-agent .btn-call:hover {
    color:#fff !important;
}
html[data-theme="dark"] .pv-agent .btn-wa {
    background:#1B212A;
    color:#A9C6B3;
}
html[data-theme="dark"] .pv-admin .btn {
    background:#1B212A;
    color:#ABBAD9;
}
html[data-theme="dark"] .pv-admin .btn:hover {
    color:#fff !important;
}
html[data-theme="dark"] .pv-alert {
    background:#291E1E;
    color:#BC9A9A;
}
html[data-theme="dark"] .pv-cta .btn-fill {
    color:#fff !important;
}
html[data-theme="dark"] .pv-cta .btn-fill:hover {
    color:#fff !important;
}
html[data-theme="dark"] .pv-cta .btn-ghost {
    background:#212934;
    color:#ABBAD9;
}
html[data-theme="dark"] .pv-cta .btn-ghost:hover {
    color:#fff !important;
}
html[data-theme="dark"] .pj-head h1 {
    color:#ABBAD9;
}
html[data-theme="dark"] .pj-sub {
    color:#96A5B9;
}
html[data-theme="dark"] .pj-head .btn-outline-primary,html[data-theme="dark"] .pj-filter .btn-outline-primary,html[data-theme="dark"] .pj-sticky-actions .btn-outline-primary {
    background:#212934 !important;
    color:#ABBAD9 !important;
}
html[data-theme="dark"] .pj-head .btn-outline-primary:hover,html[data-theme="dark"] .pj-filter .btn-outline-primary:hover,html[data-theme="dark"] .pj-sticky-actions .btn-outline-primary:hover {
    color:#fff !important;
}
html[data-theme="dark"] .pj-filter {
    border:1px solid #303A48;
}
html[data-theme="dark"] .pj-filter .form-label {
    color:#B4BACC;
}
html[data-theme="dark"] .pj-total {
    color:#96A5B9;
}
html[data-theme="dark"] .pj-total strong {
    color:#ABBAD9;
}
html[data-theme="dark"] .pj-tablecard {
    border:1px solid #303A48;
}
html[data-theme="dark"] .pj-table thead th {
    color:#fff !important;
}
html[data-theme="dark"] .pj-table tbody td {
    border-color:#313C4A;
}
html[data-theme="dark"] .pj-table tbody tr:hover > * {
    background:#212730;
}
html[data-theme="dark"] .pj-name {
    color:#ABBAD9;
}
html[data-theme="dark"] .pj-name:hover {
    color:#ED894F;
}
html[data-theme="dark"] .pj-unit {
    color:#91A0B5;
}
html[data-theme="dark"] .pj-count {
    background:#1B212A;
    color:#ABBAD9;
}
html[data-theme="dark"] .pj-count:hover {
    color:#fff !important;
}
html[data-theme="dark"] .pj-chip-ok {
    background:#1B212A;
    color:#A9C6B3;
}
html[data-theme="dark"] .pj-chip-warn {
    background:#352318;
    color:#ED8A4F;
}
html[data-theme="dark"] .pj-chip-danger {
    background:#291E1E;
    color:#BC9A9A;
}
html[data-theme="dark"] .pj-chip-info {
    background:#1B212A;
    color:#ABBAD9;
}
html[data-theme="dark"] .pj-empty {
    color:#91A0B5;
}
html[data-theme="dark"] .pj-table .dropdown-item.danger {
    color:#BC9A9A;
}
html[data-theme="dark"] .pj-table .dropdown-item.danger:hover {
    background:#291E1E;
    color:#BC9A9A;
}
html[data-theme="dark"] .pj-form .card {
    border:1px solid #303A48;
}
html[data-theme="dark"] .pj-form .form-label {
    color:#B4BACC;
}
html[data-theme="dark"] .pj-form .required::after {
    color:#ED894F;
}
html[data-theme="dark"] .pj-section-title {
    color:#ABBAD9;
    border-bottom:1px solid #313C4A;
}
html[data-theme="dark"] .pj-section-title i {
    background:#352318;
    color:#ED894F;
}
html[data-theme="dark"] .pj-sticky-actions {
    background:#212934;
    border-top:1px solid #313C4A;
}
html[data-theme="dark"] .pj-crumb-project {
    color:#ED894F;
}
html[data-theme="dark"] .pj-plan-preview {
    border:1px solid #303A48;
    background:#202732;
}
html[data-theme="dark"] .pj-thumb {
    border:1px solid #303A48;
}
html[data-theme="dark"] .prj {
    background:#212934;
    border:1px solid #303A48;
}
html[data-theme="dark"] .prj-badge-off {
    color:#fff !important;
}
html[data-theme="dark"] .prj-badge-ready {
    background:#1B212A;
    color:#A9C6B3;
}
html[data-theme="dark"] .prj-badge-type {
    color:#fff !important;
}
html[data-theme="dark"] .prj-agent {
    background:rgba(33,41,52,0.92);
}
html[data-theme="dark"] .prj-agent span {
    color:#ABBAD9;
}
html[data-theme="dark"] .prj-title {
    color:#ABBAD9;
}
html[data-theme="dark"] .prj-title:hover {
    color:#ED894F;
}
html[data-theme="dark"] .prj-builder {
    color:#96A5B9;
}
html[data-theme="dark"] .prj-builder strong {
    color:#B4BACC;
}
html[data-theme="dark"] .prj-stat {
    background:#212730;
    border:1px solid #313C4A;
}
html[data-theme="dark"] .prj-stat .k {
    color:#91A0B5;
}
html[data-theme="dark"] .prj-stat .v {
    color:#ABBAD9;
}
html[data-theme="dark"] .prj-stat .v .u {
    color:#96A5B9;
}
html[data-theme="dark"] .prj-loc {
    color:#96A5B9;
}
html[data-theme="dark"] .prj-loc i {
    color:#ED894F;
}
html[data-theme="dark"] .prj-btn-main {
    color:#fff !important;
}
html[data-theme="dark"] .prj-btn-main:hover {
    color:#fff !important;
}
html[data-theme="dark"] .prj-btn-call {
    background:#212934;
    color:#ED894F;
}
html[data-theme="dark"] .prj-btn-call:hover {
    color:#fff !important;
}
html[data-theme="dark"] .prj-admin .btn {
    background:#1B212A;
    color:#ABBAD9;
}
html[data-theme="dark"] .prj-admin .btn:hover {
    color:#fff !important;
}
html[data-theme="dark"] .qa-agmsg {
    border-top:1px solid #353D47;
}
html[data-theme="dark"] .qa-agmsg label {
    color:#ABBAD9;
}
html[data-theme="dark"] .qa-agmsg textarea {
    border:1px solid #343B45;
    color:#ABBAD9;
}
html[data-theme="dark"] .qa-agmsg__note.is-ok {
    color:#97D8BA;
}
html[data-theme="dark"] .qa-agmsg__note.is-err {
    color:#D77066;
}
html[data-theme="dark"] .esc-modal {
    background:#212934;
}
html[data-theme="dark"] .esc-head {
    color:#fff !important;
}
html[data-theme="dark"] .esc-tile {
    border:1px solid #303A48;
    background:#222731;
}
html[data-theme="dark"] .esc-tile .t {
    color:#9CAABD;
}
html[data-theme="dark"] .esc-tile.success .v {
    color:#A4C1AF;
}
html[data-theme="dark"] .esc-tile.success {
    background:#1D232D;
    border-color:#2F3947;
}
html[data-theme="dark"] .esc-tile.effort .v {
    color:#ABBAD9;
}
html[data-theme="dark"] .esc-tile.effort {
    background:#20222A;
    border-color:#303A48;
}
html[data-theme="dark"] .esc-tile.total .v {
    color:#EA9252;
}
html[data-theme="dark"] .esc-tile.total {
    background:#352318;
    border-color:#4D3829;
}
html[data-theme="dark"] .esc-formula {
    background:#20252F;
    border:1px dashed #2F3846;
    color:#ACB3C6;
}
html[data-theme="dark"] .esc-formula b {
    color:#ABBAD9;
}
html[data-theme="dark"] .esc-tabs {
    border-bottom:2px solid #313B49;
}
html[data-theme="dark"] .esc-tab {
    color:#96A5B9;
}
html[data-theme="dark"] .esc-tab.active {
    color:#ABBAD9;
}
html[data-theme="dark"] .esc-tab .n {
    background:#1C232C;
    color:#A2AFC1;
}
html[data-theme="dark"] .esc-tab.active .n {
    background:#352318;
    color:#EA9252;
}
html[data-theme="dark"] .esc-toggle {
    color:#A2AFC1;
}
html[data-theme="dark"] .esc-settings {
    color:#EA9252;
    background:#352318;
}
html[data-theme="dark"] .esc-settings:hover {
    color:#fff !important;
}
html[data-theme="dark"] .esc-section {
    border:1px solid #313B49;
}
html[data-theme="dark"] .esc-section-head {
    background:#22252E;
    border-bottom:1px solid #313B49;
}
html[data-theme="dark"] .esc-section-head .st {
    color:#ABBAD9;
}
html[data-theme="dark"] .esc-section-head .sv {
    color:#EA9252;
    background:#352318;
}
html[data-theme="dark"] .esc-table th {
    color:#9CAABD;
    background:#212133;
    border-bottom:1px solid #313C4A;
}
html[data-theme="dark"] .esc-table td {
    border-bottom:1px solid #323C4B;
    color:#B4BACC;
}
html[data-theme="dark"] .esc-table tr.esc-zero td {
    color:#8C9CB3;
    background:#202833;
}
html[data-theme="dark"] .esc-desc {
    color:#8C9CB3;
}
html[data-theme="dark"] .esc-count {
    color:#ABBAD9;
}
html[data-theme="dark"] .esc-unit {
    color:#8C9CB3;
}
html[data-theme="dark"] .esc-zarib {
    background:#20222A;
    color:#ACB3C6;
}
html[data-theme="dark"] .esc-zarib.off {
    background:#1E252F;
    color:#8898AF;
}
html[data-theme="dark"] .esc-points {
    background:#1D232D;
    color:#A4C1AF;
}
html[data-theme="dark"] .esc-points.zero {
    background:#1E252F;
    color:#8898AF;
}
html[data-theme="dark"] .esc-points.neg {
    background:#301B1B;
    color:#C07E7C;
}
html[data-theme="dark"] .esc-eq {
    color:#96A5B9;
}
html[data-theme="dark"] .esc-empty {
    color:#8C9CB3;
}
html[data-theme="dark"] .esc-loading {
    color:#96A5B9;
}
html[data-theme="dark"] .esc-note {
    color:#96A5B9;
    background:#222731;
}
html[data-theme="dark"] .esc-stale {
    color:#D9C09B;
    background:#352A18;
    border:1px solid #493E2B;
}
html[data-theme="dark"] .qom-footer {
    border-top:1px solid #313B49;
    color:#AFB7C4;
    background:#1D2733;
}
html[data-theme="dark"] .qf-cta {
    border:1px solid #2A3C4D;
    background:linear-gradient(115deg,#192633 0%,#212934 62%);
}
html[data-theme="dark"] .qf-cta small {
    color:#4FA2ED;
}
html[data-theme="dark"] .qf-cta h2 {
    color:#ACC1DD !important;
}
html[data-theme="dark"] .qf-cta p {
    color:#9EABBE;
}
html[data-theme="dark"] .qf-btn {
    border:1px solid #313B49;
    color:#ACC1DD !important;
    background:#212934;
}
html[data-theme="dark"] .qf-btn:hover {
    color:#4FA2ED !important;
    background:#192633;
}
html[data-theme="dark"] .qf-btn--primary {
    color:#fff !important;
}
html[data-theme="dark"] .qf-btn--primary:hover,html[data-theme="dark"] .qf-btn--primary:focus {
    color:#fff !important;
}
html[data-theme="dark"] .qf-brand {
    color:#ACC1DD !important;
}
html[data-theme="dark"] .qf-brand img {
    border:1px solid #313B49;
    background:#212934;
}
html[data-theme="dark"] .qf-brand span {
    color:#ED894F;
}
html[data-theme="dark"] .qf-about {
    color:#9EABBE;
}
html[data-theme="dark"] .qf-trust span {
    border:1px solid #313B49;
    color:#AFB7C4;
    background:#212934;
}
html[data-theme="dark"] .qf-title {
    color:#ACC1DD !important;
}
html[data-theme="dark"] .qf-links a,html[data-theme="dark"] .qf-links span {
    color:#A8B4C5 !important;
}
html[data-theme="dark"] .qf-links a:hover,html[data-theme="dark"] .qf-links a:focus {
    color:#4FA2ED !important;
}
html[data-theme="dark"] .qf-links i {
    color:#4FA2ED;
}
html[data-theme="dark"] .qf-links a.qf-map {
    border:1px solid #2A3C4D;
    background:#192633;
}
html[data-theme="dark"] .qf-links a.qf-map:hover,html[data-theme="dark"] .qf-links a.qf-map:focus {
    background:#18242E;
}
html[data-theme="dark"] .qf-map small {
    color:#4FA2ED;
}
html[data-theme="dark"] .qf-social a {
    border:1px solid #313B49;
    color:#4FA2ED !important;
    background:#212934;
}
html[data-theme="dark"] .qf-social a:hover,html[data-theme="dark"] .qf-social a:focus {
    color:#fff !important;
}
html[data-theme="dark"] .qf-bottom {
    border-top:1px solid #313B49;
    background:#212934;
}
html[data-theme="dark"] .qf-bottom p {
    color:#91A0B6;
}
html[data-theme="dark"] .qf-top {
    color:#A8B4C5 !important;
}
html[data-theme="dark"] .qf-top:hover {
    color:#ED894F !important;
}
html[data-theme="dark"] BLADE .s14-mobile-nav {
    background:rgba(33,41,52,0.97);
}
html[data-theme="dark"] .s14-mobile-nav a {
    color:#9EABBE !important;
}
html[data-theme="dark"] .s14-mobile-nav a i {
    background:#1F262E;
    color:#ACC1DD;
}
html[data-theme="dark"] .s14-mobile-nav a.active {
    color:#4FA2ED !important;
    background:#192633;
}
html[data-theme="dark"] .s14-mobile-nav a.active i {
    color:#fff !important;
}
html[data-theme="dark"] .s14-mobile-nav a.s14-mobile-nav__add {
    color:#ACC1DD !important;
}
html[data-theme="dark"] .s14-mobile-nav a.s14-mobile-nav__add i {
    color:#fff !important;
}
html[data-theme="dark"] .s14-mobile-nav a.s14-mobile-nav__add.active {
    color:#ACC1DD !important;
}
html[data-theme="dark"] .sb14 .card {
    border:1px solid #303A48;
    background:#212934;
}
html[data-theme="dark"] .sb14 .sb-profile .role-badge {
    color:#ED894F;
}
html[data-theme="dark"] .sb14 .sb-cta {
    border-bottom:1px solid #303A48;
}
html[data-theme="dark"] .sb14 .sb-cta .btn.active {
    color:#fff !important;
}
html[data-theme="dark"] .sb14 a.slink {
    color:#ABB4CA;
}
html[data-theme="dark"] .sb14 a.slink:hover {
    background:#1F252F;
    color:#ABBAD9;
}
html[data-theme="dark"] .sb14 a.slink.active {
    color:#fff !important;
}
html[data-theme="dark"] .sb14 a.slink i {
    color:#9CA5B5;
    background:#21252B;
}
html[data-theme="dark"] .sb14 a.slink:hover i {
    color:#ED894F;
    background:#342318;
}
html[data-theme="dark"] .sb14 .sdiv {
    background:#1C232C;
}
html[data-theme="dark"] .sb14 .slabel {
    color:#8D98AE;
}
html[data-theme="dark"] .sb14 .sgroup-btn {
    color:#ABB4CA;
}
html[data-theme="dark"] .sb14 .sgroup-btn:hover {
    background:#1F252F;
    color:#ABBAD9;
}
html[data-theme="dark"] .sb14 .sgroup-btn i.gi {
    color:#9CA5B5;
    background:#21252B;
}
html[data-theme="dark"] .sb14 .sgroup-btn:hover i.gi {
    color:#ED894F;
    background:#342318;
}
html[data-theme="dark"] .sb14 .sgroup-btn .gchev {
    color:#8D98AE;
}
html[data-theme="dark"] .sb14 .sgroup-btn[aria-expanded="true"] {
    color:#ABBAD9;
    background:#212730;
}
html[data-theme="dark"] .sb14 .sgroup-btn[aria-expanded="true"] i.gi {
    color:#ED894F;
    background:#342318;
}
html[data-theme="dark"] .sb14 .sgroup-body {
    border-inline-start:2px solid #313C4A;
}
html[data-theme="dark"] .sb14 a.slink.logout {
    color:#BC9A9A;
}
html[data-theme="dark"] .sb14 a.slink.logout:hover {
    background:#291E1E;
    color:#BC9A9A;
}
html[data-theme="dark"] .sb14 a.slink.logout i {
    color:#BC9A9A;
    background:#301C1C;
}
html[data-theme="dark"] .sb14 .sbadge {
    color:#fff !important;
}
html[data-theme="dark"] .sb14-toggle {
    border:1px solid #303A48;
    background:#212934;
    color:#ABBAD9;
}
html[data-theme="dark"] .sb14-toggle__label i {
    background:#342318;
    color:#ED894F;
}
html[data-theme="dark"] .sb14-toggle__chevron {
    color:#ED894F;
    background:#372419;
}
html[data-theme="dark"] .lv-note {
    color:#96A5B9;
}
html[data-theme="dark"] .lv-reason {
    color:#A8B4C5;
}
html[data-theme="dark"] .fbar {
    background:#212934;
    border:1px solid #313B49;
}
html[data-theme="dark"] .fbar .form-control,html[data-theme="dark"] .fbar .form-select {
    border-color:#303A48;
}
html[data-theme="dark"] .fbar .form-control:focus,html[data-theme="dark"] .fbar .form-select:focus {
    border-color:#24344B;
}
html[data-theme="dark"] .fbar .input-group-text {
    border-color:#303A48;
    background:#212934;
    color:#8B9BB1;
}
html[data-theme="dark"] .schip {
    border:1px solid #303A48;
    background:#1F2731;
    color:#9EABBE;
}
html[data-theme="dark"] .schip:hover {
    border-color:#2B3441;
    color:#B3BECC;
}
html[data-theme="dark"] .schip.s-all.on {
    color:#fff !important;
}
html[data-theme="dark"] .schip.s-verified.on {
    background:#17231C;
    color:#A2DCB7;
    border-color:#2F4036;
}
html[data-theme="dark"] .schip.s-pending.on {
    background:#2B2614;
    color:#DCCDA2;
    border-color:#4C4124;
}
html[data-theme="dark"] .schip.s-rejected.on {
    background:#301616;
    color:#D89999;
    border-color:#4E2626;
}
html[data-theme="dark"] .schip.s-other.on {
    background:#1A2029;
    color:#B2BCCB;
    border-color:#2D3744;
}
html[data-theme="dark"] .adv-toggle {
    color:#468DF6;
}
html[data-theme="dark"] .adv-section label {
    color:#97A5BA;
}
html[data-theme="dark"] .adv-section .form-control,html[data-theme="dark"] .adv-section .form-select {
    border-color:#303A48;
}
html[data-theme="dark"] .adv-divider {
    border-top:1px solid #313C4A;
}
html[data-theme="dark"] .s14-cmp-page {
    background:#20262F;
}
html[data-theme="dark"] .s14-cmp-hero {
    color:#fff !important;
}
html[data-theme="dark"] .s14-cmp-wrap {
    background:#212934;
    border:1px solid #333B46;
}
html[data-theme="dark"] .s14-cmp th,html[data-theme="dark"] .s14-cmp td {
    border-bottom:1px solid #353D47;
}
html[data-theme="dark"] .s14-cmp tbody .cmp-key {
    background:#212730;
    color:#A1AEC0;
    border-left:1px solid #343C47;
}
html[data-theme="dark"] .s14-cmp tbody tr:nth-child(even) td {
    background:#1F2634;
}
html[data-theme="dark"] .s14-cmp tbody tr:hover td {
    background:#192437;
}
html[data-theme="dark"] .cmp-best {
    background:#1C2A22;
    color:#A0DBC2;
}
html[data-theme="dark"] .cmp-chips span {
    background:#182136;
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-cmp-empty {
    color:#9EABBE;
}
html[data-theme="dark"] .s14-cmp-empty a {
    color:#fff !important;
}
html[data-theme="dark"] .estate-map-shell {
    border:1px solid #313B49;
    background:#20242A;
}
html[data-theme="dark"] .estate-map-note {
    color:#fff !important;
}
html[data-theme="dark"] .estate-map-fit {
    background:#212934;
    color:#ABBAD9;
}
html[data-theme="dark"] .estate-map-fit:active {
    background:#20242A;
}
html[data-theme="dark"] .estate-map-legend {
    background:rgba(33,41,52,0.94);
    color:#ACB5C2;
}
html[data-theme="dark"] .s14-pin {
    border:2px solid #333E4C;
    color:#fff !important;
}
html[data-theme="dark"] .s14-pin::after {
    border-top-color:#333E4C;
}
html[data-theme="dark"] .s14-pop__acc--exact {
    background:#162E1E;
    color:#A6DDBC;
}
html[data-theme="dark"] .s14-pop__acc--approx {
    background:#292412;
    color:#DBB59F;
}
html[data-theme="dark"] .s14-pop__acc--unknown {
    background:#20252A;
    color:#ACB5C2;
}
html[data-theme="dark"] .s14-cluster {
    border:3px solid rgba(51,62,76,0.9);
    color:#fff !important;
}
html[data-theme="dark"] .s14-pop__media {
    color:rgba(255, 255, 255, .3) !important;
}
html[data-theme="dark"] .s14-pop__deal {
    color:#fff !important;
}
html[data-theme="dark"] .s14-pop__title {
    color:#B1BBD9;
}
html[data-theme="dark"] .s14-pop__loc {
    color:#98A6BA;
}
html[data-theme="dark"] .s14-pop__price {
    border-top:1px solid #313C4A;
    color:#ABBAD9;
}
html[data-theme="dark"] .s14-pop__btn {
    color:#fff !important;
}
html[data-theme="dark"] .s14-pop__btn:hover {
    color:#fff !important;
}
html[data-theme="dark"] .money-words-hint {
    background:#22282F;
    border:1px solid #343E47;
    color:#9DABBE;
}
html[data-theme="dark"] .estate-page-head {
    border:1px solid #313B49;
    background:#212934;
}
html[data-theme="dark"] .estate-page-head h1 {
    color:#ABBAD9;
}
html[data-theme="dark"] .estate-page-head .page-subtitle {
    color:#98A6BA;
}
html[data-theme="dark"] .estate-mobile-toolbar {
    border:1px solid #313B49;
    background:#212934;
}
html[data-theme="dark"] .quick-deal-switch {
    border:1px solid #323B46;
    background:#20262E;
}
html[data-theme="dark"] .quick-deal-switch .btn {
    color:#AFBACA !important;
}
html[data-theme="dark"] .quick-deal-switch .btn.active {
    color:#fff !important;
}
html[data-theme="dark"] .mobile-search-wrap i {
    color:#9CA5B5;
}
html[data-theme="dark"] .mobile-search-input {
    border:1px solid #323B46 !important;
    background:#1A2739 !important;
    color:#ABBAD9;
}
html[data-theme="dark"] .mobile-search-input:focus {
    border-color:#273448 !important;
    background:#212934 !important;
}
html[data-theme="dark"] .filter-section-title {
    color:#A6BBD9;
    background:#20262E;
}
html[data-theme="dark"] .chip-filter {
    background:#182136;
    color:#9BB8D9;
    border:1px solid #283852;
}
html[data-theme="dark"] .chip-clear-all {
    color:#DE655F;
}
html[data-theme="dark"] .filters-clear-btn {
    border:1px solid #482E2E !important;
    background:#381919 !important;
    color:#DE655F !important;
}
html[data-theme="dark"] .filters-clear-btn:hover,html[data-theme="dark"] .filters-clear-btn:focus {
    background:#351818 !important;
    color:#D79996 !important;
}
html[data-theme="dark"] .filter-sticky-actions {
    border-top:1px solid #313B4A;
}
html[data-theme="dark"] #estateFiltersPanel {
    border:1px solid #313B49;
}
html[data-theme="dark"] #estateFiltersPanel .form-label {
    color:#A7B4C5;
}
html[data-theme="dark"] #estateFiltersPanel .form-control,html[data-theme="dark"] #estateFiltersPanel .form-select,html[data-theme="dark"] #estateFiltersPanel .select2-selection {
    border-color:#303A48;
}
html[data-theme="dark"] .estate-presale-inline .form-check-label {
    color:#A9B8DC;
}
html[data-theme="dark"] .results-header {
    border:1px solid #313B49;
    background:#212934;
}
html[data-theme="dark"] .results-count {
    color:#9DABBE;
}
html[data-theme="dark"] .results-count b {
    color:#ABBAD9;
}
html[data-theme="dark"] .sort-select {
    border:1px solid #303A48;
    color:#AFBACA;
    background-color:#212934;
}
html[data-theme="dark"] .view-toggle .btn.active {
    color:#fff !important;
}
html[data-theme="dark"] .no-results {
    color:#91A0B6;
}
html[data-theme="dark"] .estate-table th {
    color:#97A5BA;
    background:#202731;
}
html[data-theme="dark"] .estate-table .et-title {
    color:#BFC8D4;
}
html[data-theme="dark"] .estate-table .et-location {
    color:#A3B0C2;
}
html[data-theme="dark"] .estate-table .et-location .et-street {
    color:#92A1B7;
}
html[data-theme="dark"] .estate-table .et-person {
    color:#A9B5C5;
}
html[data-theme="dark"] .estate-table .et-person strong {
    color:#B7C2D1;
}
html[data-theme="dark"] .estate-table .et-person .et-expire {
    color:#8D9DB3;
}
html[data-theme="dark"] .estate-table tr.et-guide-row td {
    background:#362C18;
}
html[data-theme="dark"] .et-guide-tag {
    background:#2B2514;
    color:#DAC99E;
}
html[data-theme="dark"] .guide-legend {
    color:#DAC99E;
    background:#2B2514;
}
html[data-theme="dark"] .et-divar {
    background:#331919;
    border:1px solid #4A2D2D;
}
html[data-theme="dark"] .et-divar:hover {
    background:#2C1717;
}
html[data-theme="dark"] .expert-specialties-head {
    color:#9CAABD;
}
html[data-theme="dark"] .expert-specialty-row {
    border:1px solid #303A48;
    background:#202732;
}
html[data-theme="dark"] .price-input-wrap span {
    color:#95A4B9;
}
html[data-theme="dark"] #js_singup-expert #basic-info>h2 {
    background:#202732;
}
html[data-theme="dark"] #js_singup-expert .help-block {
    color:#909FB5;
}
html[data-theme="dark"] .s14-admin-page .s14-page-head {
    background:#212934;
    border:1px solid #323C49;
}
html[data-theme="dark"] .s14-admin-page .s14-page-head h1 {
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-admin-page .card {
    border:1px solid #323C49;
}
html[data-theme="dark"] .s14-admin-page .form-label {
    color:#A6B6D5;
}
html[data-theme="dark"] .s14-admin-page .form-control,html[data-theme="dark"] .s14-admin-page .form-select,html[data-theme="dark"] .s14-admin-page .select2-selection {
    border-color:#323B46 !important;
}
html[data-theme="dark"] .s14-admin-page .table-p,html[data-theme="dark"] .s14-admin-page #state,html[data-theme="dark"] .s14-admin-page #user-wrapper,html[data-theme="dark"] .s14-admin-page #estate-wrapper {
    background:#212934;
    border:1px solid #323C49;
}
html[data-theme="dark"] body {
    background:#1F2630;
    color:#BCCCD9;
}
html[data-theme="dark"] .site2-blog-heading h1 {
    color:#B8DACD;
}
html[data-theme="dark"] .site2-blog-heading p {
    color:#9EABBE;
}
html[data-theme="dark"] .site2-blog-card {
    border:1px solid #313B49;
    background:#212934;
}
html[data-theme="dark"] .site2-blog-card:hover {
    border-color:#2E3845;
}
html[data-theme="dark"] .site2-blog-card__title .nav-link {
    color:#B8DACD;
}
html[data-theme="dark"] .site2-blog-card__excerpt {
    color:#9EABBE;
}
html[data-theme="dark"] .site2-blog-card__meta {
    border-top:1px solid #313C4A;
    color:#98A6BA;
}
html[data-theme="dark"] .site2-blog-card__meta a {
    color:#fff !important;
}
html[data-theme="dark"] .site2-blog-card__meta a:hover {
    color:#fff !important;
}
html[data-theme="dark"] .s14-chat-page {
    background:#20262F;
}
html[data-theme="dark"] .s14-chat-page .direct-chat {
    border:1px solid #333B46;
}
html[data-theme="dark"] .s14-chat-page .card-header {
    color:#fff !important;
}
html[data-theme="dark"] .s14-chat-page .direct-chat-name {
    color:#ABBAD9;
}
html[data-theme="dark"] .s14-chat-page .direct-chat-name a {
    color:#ABBAD9;
}
html[data-theme="dark"] .s14-chat-page .card-footer {
    background:#212934;
    border-top:1px solid #333C47;
}
html[data-theme="dark"] .s14-newchat-box {
    background:#212934;
    border:1px solid #333B46;
}
html[data-theme="dark"] .s14-newchat-list {
    border:1px solid #353D47;
}
html[data-theme="dark"] .s14-newchat-item {
    border-bottom:1px solid #353D48;
}
html[data-theme="dark"] .s14-newchat-item:hover {
    background:#1D2733;
}
html[data-theme="dark"] .s14-newchat-role {
    color:#9BA9BC;
    background:#1F242B;
}
html[data-theme="dark"] .s14-newchat-role.is-admin {
    color:#D8AB99;
    background:#312217;
}
html[data-theme="dark"] .s14-newchat-empty {
    color:#9BA9BC;
}
html[data-theme="dark"] .contract-page {
    background:#20252F;
}
html[data-theme="dark"] .contract-page .page-head {
    color:#fff !important;
}
html[data-theme="dark"] .contract-page .c-card {
    background:#212934;
    border:1px solid #343B46;
}
html[data-theme="dark"] .contract-page .c-card > .c-head {
    border-bottom:1px solid #343C48;
    background:#1F2634;
}
html[data-theme="dark"] .contract-page .c-card > .c-head h3 {
    color:#ABBAD9;
}
html[data-theme="dark"] .contract-page .c-card > .c-head .c-num {
    background:#182134;
    color:#598DE3;
}
html[data-theme="dark"] .contract-page .form-label {
    color:#ADB6CA;
}
html[data-theme="dark"] .contract-page .form-control,html[data-theme="dark"] .contract-page .form-select {
    border:1px solid #303A48;
    background-color:#212934;
}
html[data-theme="dark"] .contract-page .field-hint {
    color:#909FB5;
}
html[data-theme="dark"] .contract-page .input-group-text {
    background:#1F252E;
    border-color:#303A48;
    color:#A1AEC0;
}
html[data-theme="dark"] .contract-page .opt {
    border:1px solid #303A48;
    background:#212934;
    color:#A9B2C3;
}
html[data-theme="dark"] .contract-page .opt:hover {
    border-color:#2D3643;
}
html[data-theme="dark"] .contract-page .opt.is-on {
    background:#182134;
    color:#96AED7;
}
html[data-theme="dark"] .contract-page .advisor-row {
    border:1px dashed #323A46;
    background:#1E2435;
}
html[data-theme="dark"] .contract-page .dropzone {
    border:2px dashed #323A46;
    background:#1E2435;
}
html[data-theme="dark"] .contract-page .dropzone.dz-started .dz-message {
    border:1px dashed #313844;
}
html[data-theme="dark"] .contract-page .form-actions {
    background:#212934;
    border:1px solid #343B46;
}
html[data-theme="dark"] .s14-customer-viewbar {
    background:#212934;
    border:1px solid #323C49;
}
html[data-theme="dark"] .s14-customer-viewbar strong {
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-view-toggle {
    background:#1C2430;
}
html[data-theme="dark"] .s14-view-toggle button {
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-view-toggle button.active {
    color:#fff !important;
}
html[data-theme="dark"] .s14-customer-card {
    background:#212934;
    border:1px solid #323C49;
}
html[data-theme="dark"] .s14-customer-card.is-stale {
    border-color:#512727;
}
html[data-theme="dark"] .s14-customer-table-row.is-stale > td {
    background:#321616 !important;
    color:#DA9E9E;
}
html[data-theme="dark"] .s14-customer-table-row.is-stale a {
    color:#DA9E9E;
}
html[data-theme="dark"] .s14-customer-followup-badge {
    background:#361818;
    color:#E2645A;
    border:1px solid #4F2626;
}
html[data-theme="dark"] .s14-customer-card__head {
    color:#fff !important;
}
html[data-theme="dark"] .s14-customer-chip {
    background:#182336;
    color:#A9B8DC;
    border:1px solid #2A3950;
}
html[data-theme="dark"] .s14-customer-metric {
    border:1px solid #343E47;
    background:#1A223A;
}
html[data-theme="dark"] .s14-customer-metric span {
    color:#99A7BB;
}
html[data-theme="dark"] .s14-customer-metric strong {
    color:#B8C2DA;
}
html[data-theme="dark"] .s14-customer-districts {
    color:#A8B4C5;
}
html[data-theme="dark"] .s14-customer-card__foot {
    border-top:1px solid #353D47;
}
html[data-theme="dark"] .customer-bongah-badge {
    background:#352318;
    color:#ED7D4F;
    border:1px solid #493723;
}
html[data-theme="dark"] .archive-audio-box {
    border:1px dashed #2D3744;
    background:#1A2739;
}
html[data-theme="dark"] .customer-check-modal .modal-header {
    border-bottom:1px solid #343B47;
    background:#212934;
}
html[data-theme="dark"] .customer-check-modal .modal-title {
    color:#B0BDD9;
}
html[data-theme="dark"] .customer-check-modal .modal-body {
    background:#212934;
}
html[data-theme="dark"] .customer-check-modal .modal-footer {
    border-top:1px solid #343B47;
    background:#22282F;
}
html[data-theme="dark"] .customer-create-form .form-label,html[data-theme="dark"] .customer-create-form label.fw-bold,html[data-theme="dark"] .customer-create-form .input-title {
    color:#A9B8DC;
}
html[data-theme="dark"] .customer-create-form .select2-container--default .select2-selection--single,html[data-theme="dark"] .customer-create-form .select2-container--default .select2-selection--multiple {
    border-color:#333C45;
    background:#1A2439;
}
html[data-theme="dark"] .customer-create-form .form-check-label {
    color:#A9B8DC;
}
html[data-theme="dark"] .customer-liquidity,html[data-theme="dark"] .customer-create-actions {
    border-top:1px solid #343E47;
}
html[data-theme="dark"] .customer-cancel-btn {
    border-color:#2F3846;
    color:#ACB5C2;
}
html[data-theme="dark"] .customer-cancel-btn:hover {
    background:#1F242B;
    border-color:#2A323E;
    color:#B7C2D1;
}
html[data-theme="dark"] .customer-create-page {
    background:#1F2630;
}
html[data-theme="dark"] .customer-create-form .form-check:focus-within,html[data-theme="dark"] .customer-create-form .form-check:hover {
    background:#362C18;
}
html[data-theme="dark"] .customer-check-summary {
    border:1px solid #313B49;
    background:#22282F;
    color:#B0BDD9;
}
html[data-theme="dark"] .customer-check-count {
    color:#fff !important;
}
html[data-theme="dark"] .customer-check-table-wrap {
    border:1px solid #323B49;
}
html[data-theme="dark"] .customer-check-table thead th {
    color:#fff !important;
}
html[data-theme="dark"] .customer-check-table a {
    color:#B0BDD9;
}
html[data-theme="dark"] .customer-check-card {
    border:1px solid #323C49;
    background:#212934;
    color:#B0BDD9;
}
html[data-theme="dark"] .customer-check-code {
    color:#A7B6D8;
}
html[data-theme="dark"] .customer-check-type {
    background:#182336;
    color:#5E91DE;
}
html[data-theme="dark"] .customer-check-name {
    color:#B0BDD9;
}
html[data-theme="dark"] .customer-check-agent {
    color:#9EABBE;
}
html[data-theme="dark"] .customer-check-meta span {
    background:#212730;
    color:#9EABBE;
}
html[data-theme="dark"] .customer-check-meta b {
    color:#B0BDD9;
}
html[data-theme="dark"] .customer-detail-shell .card {
    border:1px solid #333C47;
}
html[data-theme="dark"] .customer-detail-shell h3 {
    color:#ADBCDC;
}
html[data-theme="dark"] .customer-detail-shell .customer-section-title {
    color:#ADBCDC;
}
html[data-theme="dark"] .customer-detail-shell .opertionlogs .box {
    border:1px solid #333C47 !important;
    background:#212934 !important;
}
html[data-theme="dark"] .customer-detail-shell .divRelation {
    background:#22282F;
    border:1px solid #333C47;
    background:#212934;
}
html[data-theme="dark"] .operation-audio-box {
    border:1px dashed #2D3744;
    background:#1A2739;
}
html[data-theme="dark"] .s14-customer-hero {
    color:#fff !important;
}
html[data-theme="dark"] .s14-info-tile {
    border:1px solid #323C49;
    background:#212934;
}
html[data-theme="dark"] .s14-info-tile span {
    color:#99A7BB;
}
html[data-theme="dark"] .s14-info-tile strong {
    color:#B8C2DA;
}
html[data-theme="dark"] .s14-info-tile--hot {
    background:#362918;
    border-color:#4F3C26;
}
html[data-theme="dark"] .s14-info-tile--hot strong {
    color:#D9BA9B;
}
html[data-theme="dark"] .s14-detail-panel {
    border:1px solid #323C49;
    background:#212934;
}
html[data-theme="dark"] .s14-detail-panel__head h4 {
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-chip {
    background:#182336;
    color:#A9B8DC;
    border:1px solid #2A3950;
}
html[data-theme="dark"] .s14-note-box {
    background:#22282F;
    border:1px solid #323C49;
    color:#B4BDCB;
}
html[data-theme="dark"] .s14-feature {
    background:#1A223A;
    border:1px solid #343E47;
}
html[data-theme="dark"] .s14-feature span {
    color:#99A7BB;
}
html[data-theme="dark"] .s14-feature strong {
    color:#B7C2D1;
}
html[data-theme="dark"] .customer-detail-shell .card.card-body {
    background:#22252E;
    border-color:#313B49;
}
html[data-theme="dark"] .customer-detail-shell > .card > .w-full > .rounded-2 {
    background:#212934;
    border:1px solid #323C49;
}
html[data-theme="dark"] .customer-detail-shell hr {
    border-color:#333C47;
}
html[data-theme="dark"] .customer-detail-shell > .card > .w-full p.mb-2,html[data-theme="dark"] .customer-detail-shell > .card > .w-full span:not(.badge):not(.s14-chip) {
    color:#99A7BB;
}
html[data-theme="dark"] .customer-detail-shell > .card > .w-full .fw-bold {
    color:#ADBCDC;
}
html[data-theme="dark"] .customer-detail-shell .badge.bg-faded-info {
    background:#182336 !important;
    border:1px solid #2A3950;
    color:#A9B8DC !important;
}
html[data-theme="dark"] .customer-detail-shell .s14-info-tile--hot {
    background:#362918;
    border-color:#463E29;
}
html[data-theme="dark"] .edit-customer-bongah-badge {
    background:#352318;
    color:#ED7D4F;
    border:1px solid #493723;
}
html[data-theme="dark"] .s14-customer-filter-pro #customerFilters {
    border:1px solid #333B46;
    background:#212934;
    border-color:#313B49;
}
html[data-theme="dark"] #customerFilters label.fw-bold {
    color:#ABBAD9;
}
html[data-theme="dark"] #customerFilters .form-control,html[data-theme="dark"] #customerFilters .form-select,html[data-theme="dark"] #customerFilters select {
    border-color:#333C45;
    background:#1A2439;
    color:#B5C0D7;
}
html[data-theme="dark"] .request-option {
    border:1px solid #333C45;
    background:#212934;
}
html[data-theme="dark"] .request-option.active-request,html[data-theme="dark"] .request-option:focus-within {
    background:#342318;
    color:#ABBAD9;
}
html[data-theme="dark"] #customerFilters .estate-presale-inline .form-check-label {
    color:#A9B8DC;
}
html[data-theme="dark"] #customerFilters .select2-container--default .select2-selection--multiple {
    border-color:#333C45;
}
html[data-theme="dark"] .customer-page-container {
    background:#1F2630;
}
html[data-theme="dark"] #customerFilters .card-body {
    background:linear-gradient(180deg,#212934,#1A223A);
}
html[data-theme="dark"] #customerFilters .select2-container--default .select2-selection--single,html[data-theme="dark"] #customerFilters .select2-container--default .select2-selection--multiple {
    border-color:#333C45;
    background:#1A2439;
}
html[data-theme="dark"] #estate-wrapper {
    background:#212934;
    border:1px solid #313B49;
}
html[data-theme="dark"] #estate-wrapper .table-p {
    border:1px solid #323C49;
}
html[data-theme="dark"] #estate-wrapper .table thead,html[data-theme="dark"] #estate-wrapper thead {
    color:#fff !important;
}
html[data-theme="dark"] .commission-page {
    background:#1F2631;
}
html[data-theme="dark"] .commission-hero {
    background:#212934;
}
html[data-theme="dark"] .commission-eyebrow {
    color:#D7C197;
}
html[data-theme="dark"] .commission-hero__lead {
    color:#ACB5C2;
}
html[data-theme="dark"] .commission-tool {
    background:#212934;
}
html[data-theme="dark"] .commission-deal-tabs .form-check-label {
    background:#212934;
}
html[data-theme="dark"] .commission-field label {
    color:#B0BAC9;
}
html[data-theme="dark"] .commission-field .form-control {
    border-color:#303A47;
}
html[data-theme="dark"] .commission-field [id^="div"] {
    color:#D0C09F;
}
html[data-theme="dark"] .commission-result__item {
    background:#212934 !important;
}
html[data-theme="dark"] .commission-article {
    background:#212934;
}
html[data-theme="dark"] .commission-article p {
    color:#B0BAC9;
}
html[data-theme="dark"] .necessary {
    background-color:#192533;
}
html[data-theme="dark"] .estate-check-summary {
    border:1px solid #313B49;
    background:#22282F;
    color:#B0BDD9;
}
html[data-theme="dark"] .estate-check-count {
    color:#fff !important;
}
html[data-theme="dark"] .estate-check-table-wrap {
    border:1px solid #323B49;
}
html[data-theme="dark"] .estate-check-table thead th {
    color:#fff !important;
}
html[data-theme="dark"] .estate-check-table a {
    color:#B0BDD9;
}
html[data-theme="dark"] .estate-check-thumb {
    background:#1F242B;
}
html[data-theme="dark"] .estate-check-card {
    border:1px solid #323C49;
    background:#212934;
    color:#B0BDD9;
}
html[data-theme="dark"] .estate-check-card__top img {
    background:#1F242B;
}
html[data-theme="dark"] .estate-check-code {
    color:#A7B6D8;
}
html[data-theme="dark"] .estate-check-type {
    background:#182336;
    color:#5E91DE;
}
html[data-theme="dark"] .estate-check-address {
    color:#9EABBE;
}
html[data-theme="dark"] .estate-check-meta span {
    background:#212730;
    color:#9EABBE;
}
html[data-theme="dark"] .estate-check-meta b {
    color:#B0BDD9;
}
html[data-theme="dark"] .estate-operation-item {
    background:#212934;
    border:1px solid #313B4A;
}
html[data-theme="dark"] .estate-operation-name {
    color:#B8C2DA;
}
html[data-theme="dark"] .estate-operation-date {
    color:#9EABBE;
}
html[data-theme="dark"] .estate-operation-chip {
    background:#1F252F;
    color:#AFBBD2;
}
html[data-theme="dark"] .estate-operation-comment {
    color:#B3BAC7;
}
html[data-theme="dark"] .estate-operation-audio {
    background:#22282F;
    border:1px solid #353D47;
}
html[data-theme="dark"] .estate-operation-edit-audio {
    background:#22282F;
    border:1px solid #353D47;
}
html[data-theme="dark"] .estate-operation-actions {
    border-top:1px solid #353D47;
}
html[data-theme="dark"] .tradedoutsideoffice {
    color:#A1AEC0 !important;
}
html[data-theme="dark"] .tradedoffice {
    color:#A1AEC0 !important;
}
html[data-theme="dark"] .hidden2 {
    color:#A1AEC0 !important;
}
html[data-theme="dark"] input.group-share {
    background-color:#1E252F !important;
}
html[data-theme="dark"] .img-cover {
    background:#212934;
}
html[data-theme="dark"] ul.login-tabs li a {
    background:#1E252F !important;
}
html[data-theme="dark"] ul.login-tabs li a.active {
    background:#212934 !important;
}
html[data-theme="dark"] .swal2-popup:not(.swal2-toast) .swal2-content {
    color:#9EABBE;
}
html[data-theme="dark"] .swal2-popup:not(.swal2-toast) .swal2-footer {
    border-top:1px solid #323C4A;
    color:#909DAF;
}
html[data-theme="dark"] .swal2-popup .swal2-icon.swal2-warning {
    color:#F0B34C !important;
}
html[data-theme="dark"] .swal2-popup .swal2-icon.swal2-info {
    color:#4D8BEF !important;
}
html[data-theme="dark"] .swal2-popup .swal2-icon.swal2-question {
    color:#9DABBE !important;
}
html[data-theme="dark"] .swal2-popup .swal2-styled.swal2-cancel {
    background:#212934 !important;
    color:#9DABBE !important;
}
html[data-theme="dark"] .swal2-popup .swal2-input,html[data-theme="dark"] .swal2-popup .swal2-textarea,html[data-theme="dark"] .swal2-popup .swal2-select {
    border:1px solid #303A48;
}
html[data-theme="dark"] .notif-box {
    border-bottom:1px solid #2E3745;
}
html[data-theme="dark"] .notif-link {
    color:#fff !important;
}
html[data-theme="dark"] .notif-link:hover {
    color:#fff !important;
}
html[data-theme="dark"] .money-quick-suggestions__item {
    background:#1E252E;
    color:#9EABBE;
}
html[data-theme="dark"] .money-quick-suggestions__item:hover,html[data-theme="dark"] .money-quick-suggestions__item:focus {
    background:#1C222C;
    color:#B7C2D1;
}
html[data-theme="dark"] #s14-install {
    color:#fff !important;
}
html[data-theme="dark"] .chart-tooltips-value {
    color:#C8D0DA;
}
html[data-theme="dark"] .chart-section p.not-found {
    color:#8B9BB1;
}
html[data-theme="dark"] #share .jssocials-shares a {
    color:#F7A845 !important;
    color:#468DF6 !important;
}
html[data-theme="dark"] #share .jssocials-shares a:hover {
    color:#B6C0CE !important;
}
html[data-theme="dark"] .jssocials-share {
    background:#1D242D;
}
html[data-theme="dark"] #pin {
    background:#212934;
}
html[data-theme="dark"] .card-img {
    background:#212934;
}
html[data-theme="dark"] .card-img-box {
    background:#212934;
    border:1px solid #2F3947;
}
html[data-theme="dark"] .pen {
    background:#212934;
}
html[data-theme="dark"] .pen:after {
    color:#9EABBE;
}
html[data-theme="dark"] #district1::-webkit-scrollbar-track {
    background:#1F2630;
}
html[data-theme="dark"] #district1::-webkit-scrollbar-thumb {
    border:3px solid #2D3643;
}
html[data-theme="dark"] .color_5C5C5C {
    color:#A7B3C4;
}
html[data-theme="dark"] .color_025EC6 {
    color:#4799F5;
}
html[data-theme="dark"] .actived i {
    color:#4799F5;
}
html[data-theme="dark"] .deactive span {
    color:#A7B3C4;
}
html[data-theme="dark"] .actived span {
    color:#4799F5;
}
html[data-theme="dark"] .color_A3A3A3 {
    color:#8D9DB3;
}
html[data-theme="dark"] .dcircle {
    background:#212934;
}
html[data-theme="dark"] .dcircle1 {
    background:#212934;
}
html[data-theme="dark"] .dcircle2 {
    background:#212934;
}
html[data-theme="dark"] .border_A3A3A3 {
    border:0.961261px solid #29323E;
}
html[data-theme="dark"] .select2-selection__plus {
    background:#212934;
}
html[data-theme="dark"] .select2-selection__choice {
    background:#212934;
}
html[data-theme="dark"] .border-panel {
    border:1px solid #303A49;
}
html[data-theme="dark"] .sidebar-item {
    border-top:1px solid #303A49;
}
html[data-theme="dark"] .sidebar-list {
    color:#9DABBE;
}
html[data-theme="dark"] .sidebar-profile-edit {
    background:#212934;
}
html[data-theme="dark"] .btn-admin {
    border:1px solid #303A49;
}
html[data-theme="dark"] .btn-admin:disabled {
    color:#fff !important;
    border-color:#29323E !important;
}
html[data-theme="dark"] .btn-admin:hover {
    border:1px solid #303A49;
}
html[data-theme="dark"] .btn-admin-white {
    background-color:#212934;
    border:1px solid #303A49;
}
html[data-theme="dark"] .btn-admin-white:hover {
    background-color:#212934;
    border:1px solid #303A49;
}
html[data-theme="dark"] .btn-buyer {
    background-color:#212934;
    border:1px solid #303A49;
}
html[data-theme="dark"] .panel-admin-box {
    background:#1F2630;
    border:1px solid #303A49;
}
html[data-theme="dark"] .agent-rank-me {
    border-top:1px solid #303A49;
}
html[data-theme="dark"] .panel-header-gary {
    border-bottom:3px solid #303A49;
}
html[data-theme="dark"] .agent-better-rank {
    background-color:#212934;
}
html[data-theme="dark"] .table-agent-headers {
    border-bottom:1px solid #303A49 !important;
}
html[data-theme="dark"] .panel-activity {
    border-bottom:1px solid #303A49;
}
html[data-theme="dark"] .panel-activity-more {
    color:#8F84D4;
}
html[data-theme="dark"] .panel-form {
    border:1px solid #303A49;
}
html[data-theme="dark"] .panel-performance-box {
    border:1px solid #303A49;
}
html[data-theme="dark"] .panel-tip {
    color:#B8C2D0;
}
html[data-theme="dark"] .panel-allnews {
    background-color:#212934;
}
html[data-theme="dark"] .progress {
    background-color:#1E2331;
    border:1px solid #303A49;
}
html[data-theme="dark"] .buyer-p {
    color:#fff !important;
}
html[data-theme="dark"] .todo-footer {
    border-top:1px solid #303A49;
}
html[data-theme="dark"] .todo-box {
    background-color:#212934;
    border:1px solid #303A49;
}
html[data-theme="dark"] .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    border:1px solid #2D2A40;
}
html[data-theme="dark"] .todo-list-input {
    color:#C8D0DA !important;
}
html[data-theme="dark"] .owl-carousel .owl-nav button.owl-next,html[data-theme="dark"] .owl-carousel .owl-nav button.owl-prev,html[data-theme="dark"] .owl-carousel button.owl-dot {
    border:1px solid #303A49;
}
html[data-theme="dark"] .dashboard-top {
    background-color:#212934;
}
html[data-theme="dark"] .panel-activity-mob {
    background-color:#212934;
    border:1.78102px solid #303A49;
}
html[data-theme="dark"] .panel-activity-item {
    border:1.81006px solid #303A49;
}
html[data-theme="dark"] .checkmark {
    border:0.961261px solid #29323E;
}
html[data-theme="dark"] .container1 .checkmark:after {
    border:solid #333E4C;
}
html[data-theme="dark"] .modal-content {
    background:#1F2630;
    border:1px solid #303A49;
}
html[data-theme="dark"] .s14-fav-page {
    background:#20262F;
}
html[data-theme="dark"] .s14-fav-page .fav-hero {
    color:#fff !important;
}
html[data-theme="dark"] .s14-fav-page .card-horizontal {
    border:1px solid #333B46 !important;
}
html[data-theme="dark"] .modal-fav-link {
    border:1px solid #2E3845;
}
html[data-theme="dark"] .s14-info-page {
    background:#20262F;
}
html[data-theme="dark"] .s14-info-page #basic-info {
    border:1px solid #333B46;
}
html[data-theme="dark"] .s14-info-page .form-label {
    color:#ABBAD9;
}
html[data-theme="dark"] .s14-info-page .form-control {
    border-color:#333C45;
}
html[data-theme="dark"] .s14-info-page #preview {
    border:4px solid #333E4C;
}
html[data-theme="dark"] .s14-info-page .d-flex.align-items-center.mb-3 {
    background:#22282F;
    border:1px solid #343C46;
}
html[data-theme="dark"] .s14-info-page .s14-profile-photo {
    background:#22282F;
    border:1px dashed #323A44;
}
html[data-theme="dark"] .lblCode {
    color:#ABB7C7;
    background-color:#212934;
    border:1px solid #2E3846;
}
html[data-theme="dark"] .card-form-header {
    background:#1F2630;
    color:#9DD2A0;
}
html[data-theme="dark"] .tooltip1 .tooltiptext {
    color:#fff !important;
}
html[data-theme="dark"] #bio {
    border:1px solid #2E3846;
}
html[data-theme="dark"] #btnsave:hover {
    color:#fff !important;
}
html[data-theme="dark"] .card-img-box2 {
    border:1px solid #2F3947;
}
html[data-theme="dark"] .file-icon p {
    color:#9DABBE;
}
html[data-theme="dark"] .s14-rel-summary {
    border:1px solid #313B49;
    background:#212934;
    color:#9DABBE;
}
html[data-theme="dark"] .s14-rel-summary__count {
    color:#ABBAD9;
}
html[data-theme="dark"] .s14-rel-empty {
    color:#91A0B6;
}
html[data-theme="dark"] .report-compare .rc-up {
    color:#9EDABC;
}
html[data-theme="dark"] .report-compare .rc-down {
    color:#D76565;
}
html[data-theme="dark"] .report-compare .rc-flat {
    color:#9EABBE;
}
html[data-theme="dark"] .rpt14 .rpt-avatar {
    border:2px solid #333E4C;
}
html[data-theme="dark"] .rpt14 .rpt-range {
    background:#1E2530;
}
html[data-theme="dark"] .rpt14 .rpt-card > h4 {
    background:#1F2732;
}
html[data-theme="dark"] .rpt14 .tone-navy .ic {
    background:#1B212E;
    color:#738EC9;
}
html[data-theme="dark"] .rpt14 .tone-green .ic {
    background:#1B212A;
    color:#A3C8B4;
}
html[data-theme="dark"] .rpt14 .tone-gold .ic {
    background:#312517;
    color:#DAAD62;
}
html[data-theme="dark"] .rpt14 .tone-warn .ic {
    background:#301C1B;
    color:#C87C74;
}
html[data-theme="dark"] .rpt14 .rpt-row {
    border-bottom:1px solid #353D48;
}
html[data-theme="dark"] .rpt14 .rpt-row:hover {
    background:#1F2732;
}
html[data-theme="dark"] .rpt14 .rpt-row.is-zero .r-label,html[data-theme="dark"] .rpt14 .rpt-row.is-zero .r-value {
    color:#8697AF;
}
html[data-theme="dark"] .s14-settings-page {
    background:#20262F;
}
html[data-theme="dark"] .s14-settings-hero {
    color:#fff !important;
}
html[data-theme="dark"] .s14-settings-accordion .accordion-item {
    border:1px solid #303B49;
}
html[data-theme="dark"] .s14-settings-accordion .accordion-button {
    background:#212934;
    color:#ABBAD9;
}
html[data-theme="dark"] .s14-settings-accordion .accordion-button:not(.collapsed) {
    background:#22282F;
    color:#ABBAD9;
}
html[data-theme="dark"] .s14-settings-accordion .group-icon {
    background:#342318;
    color:#ED894F;
}
html[data-theme="dark"] .s14-stat-row {
    border:1px solid #343B45;
    background:#212934;
}
html[data-theme="dark"] .s14-stat-title {
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-stat-section {
    border:1px solid #303B49;
    background:#212934;
}
html[data-theme="dark"] .s14-stat-section-head {
    border-bottom:1px solid #343C48;
    color:#ABBAD9;
}
html[data-theme="dark"] .s14-stat-section-head .c {
    background:#1E2530;
    color:#A3ACBB;
}
html[data-theme="dark"] .s14-stat-section-head .caret {
    color:#8F9EB4;
}
html[data-theme="dark"] .s14-sms-row {
    border:1px solid #343B45;
    background:#212934;
}
html[data-theme="dark"] .s14-sms-row-title {
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-sms-modal .modal-header {
    color:#fff !important;
}
html[data-theme="dark"] .s14-sms-modal textarea.form-control {
    border-color:#303A48;
}
html[data-theme="dark"] .s14-sms-card .s14-setting-top {
    border-bottom:1px solid #313C4A;
    background:#1F2634;
}
html[data-theme="dark"] .s14-sms-card .s14-setting-label {
    color:#A6B6D5;
}
html[data-theme="dark"] .s14-sms-card textarea.form-control {
    background:#212934;
}
html[data-theme="dark"] .s14-setting-card {
    border:1px solid #343B45;
    background:#212934;
}
html[data-theme="dark"] .s14-setting-title {
    color:#ABBAD9;
}
html[data-theme="dark"] .s14-setting-comment {
    color:#9DAABD;
}
html[data-theme="dark"] .s14-field-badge {
    background:#342318;
    color:#ED894F;
}
html[data-theme="dark"] .s14-setting-label {
    color:#A1AEC0;
}
html[data-theme="dark"] .s14-setting-card .form-control {
    border-color:#303A48;
    color:#ABBAD9;
    background:#212934;
}
html[data-theme="dark"] .s14-save-btn {
    color:#fff !important;
}
html[data-theme="dark"] .s14-save-btn:hover {
    color:#fff !important;
}
html[data-theme="dark"] .s14-admin-page .table-p,html[data-theme="dark"] .s14-admin-page #estate-wrapper {
    background:#212934;
    border:1px solid #323C49;
}
html[data-theme="dark"] .s14-dl-empty {
    color:#91A0B6;
}
html[data-theme="dark"] .s14-dl-card {
    border:1px solid #323C49;
    background:#212934;
}
html[data-theme="dark"] .s14-dl-card__name {
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-dl-card__id {
    background:#182136;
    color:#A9B8DC;
}
html[data-theme="dark"] .s14-dl-card__rows {
    color:#A8B4C5;
}
html[data-theme="dark"] .s14-dl-card__rows span {
    color:#91A0B6;
}
html[data-theme="dark"] .s14-dl-card__actions {
    border-top:1px solid #353D47;
}
@media(max-width:991.98px) {
    html[data-theme="dark"] .customer-filter-toggle {
        color:#fff !important;
    }
    html[data-theme="dark"] .estate-create-steps .mob-sec {
        border:1px solid #303A49;
        background:#212934;
        color:#9EABBE;
    }
    html[data-theme="dark"] .estate-create-steps .mob-sec.active {
        color:#fff !important;
    }
}
@media (max-width: 767.98px) {
    html[data-theme="dark"] .pb14-results tbody td {
        border-bottom:1px solid #323C4B;
    }
    html[data-theme="dark"] .league-table td[data-label]::before {
        color:#91A0B6;
    }
}
@media (max-width:767.98px) {
    html[data-theme="dark"] .s14-contract-list tbody tr {
        border:1px solid #333B46;
    }
    html[data-theme="dark"] .s14-contract-list td:before {
        color:#9BA9BC;
    }
}
@media (max-width:575.98px) {
    html[data-theme="dark"] .ec-footer {
        border-top:1px solid #313C4A;
        background:#202732;
    }
    html[data-theme="dark"] .estate-table-wrap {
        border:1px solid #313B49;
    }
    html[data-theme="dark"] .s14-dl-toolbar .btn.active {
        color:#fff !important;
    }
}
@media(max-width:991px) {
    html[data-theme="dark"] .mob-sec {
        background:#1C232C;
        color:#A9B5C6;
    }
    html[data-theme="dark"] .mob-sec.active {
        background:#172133;
        color:#468DF6;
    }
}
@media (max-width: 640px) {
    html[data-theme="dark"] .esc-table tr {
        border-bottom:1px solid #323C4B;
    }
}
@media (max-width: 1199.98px) {
    html[data-theme="dark"] .results-switch {
        background:#20242A;
    }
    html[data-theme="dark"] .results-switch button {
        color:#A3B0C2;
    }
    html[data-theme="dark"] .results-switch button.is-active {
        background:#212934;
        color:#ABBAD9;
    }
    html[data-theme="dark"] .results-switch__count {
        background:#181E26;
        color:#A9B5C5;
    }
    html[data-theme="dark"] .results-switch button.is-active .results-switch__count {
        color:#fff !important;
    }
}
@media (min-width:992px) {
    html[data-theme="dark"] .estate-mobile-toolbar {
        border:1px solid #313B49;
        background:#212934;
    }
    html[data-theme="dark"] .chip-clear-all {
        border:1px solid #482E2E;
        background:#381919;
        color:#C77575;
    }
    html[data-theme="dark"] #estateFiltersPanel .d-none.d-lg-flex {
        border-top:1px solid #313B4A;
        background:rgba(33,41,52,0.96);
    }
}
@media (max-width:991.98px) {
    html[data-theme="dark"] .filters-trigger-btn {
        color:#fff !important;
    }
    html[data-theme="dark"] .filters-trigger-btn:hover,html[data-theme="dark"] .filters-trigger-btn:focus {
        color:#fff !important;
    }
    html[data-theme="dark"] .chip-clear-all {
        border:1px solid #482E2E;
        background:#381919;
        color:#C77575;
    }
}

/* ---- عناصری که رنگشان را داخل خودِ style="" نوشته اند ---- */
html[data-theme="dark"] [style*="background:white"] {
    background:#212934 !important;
}
html[data-theme="dark"] [style*="background-color: #ecf0f5"] {
    background-color:#1F2429 !important;
}
html[data-theme="dark"] [style*="background:#f5eaea"] {
    background:#291E1E !important;
}
html[data-theme="dark"] [style*="color:#a06060"] {
    color:#BC9A9A !important;
}
html[data-theme="dark"] [style*="color:#7c8498"] {
    color:#96A5B9 !important;
}
html[data-theme="dark"] [style*="background:#FFF3EB"] {
    background:#352318 !important;
}
html[data-theme="dark"] [style*="color:#F06210"] {
    color:#ED894F !important;
}
html[data-theme="dark"] [style*="background:#edf2f7"] {
    background:#1F252B !important;
}
html[data-theme="dark"] [style*="color:#61738e"] {
    color:#A1ABBA !important;
}
html[data-theme="dark"] [style*="background:#f3e8de"] {
    background:#27201A !important;
}
html[data-theme="dark"] [style*="color:#8a6749"] {
    color:#C5B09E !important;
}
html[data-theme="dark"] [style*="color:#0d6efd"] {
    color:#468DF6 !important;
}
html[data-theme="dark"] [style*="color:#888"] {
    color:#97A5BA !important;
}
html[data-theme="dark"] [style*="border:2px dashed #dee2e6"] {
    border:2px dashed #303A48 !important;
}
html[data-theme="dark"] [style*="background:#fafbfc"] {
    background:#202732 !important;
}
html[data-theme="dark"] [style*="color:#adb5bd"] {
    color:#8798AF !important;
}
html[data-theme="dark"] [style*="color:#6c757d"] {
    color:#9EABBE !important;
}
html[data-theme="dark"] [style*="border:1px solid #d5d2dc"] {
    border:1px solid #2F3846 !important;
}
html[data-theme="dark"] [style*="background: white"] {
    background:#212934 !important;
}
html[data-theme="dark"] [style*="border-top:1px solid #efecf3 !important"] {
    border-top:1px solid #313C4A !important !important;
}
html[data-theme="dark"] [style*="background: rgba( 255, 255, 255, .8 )url('/img/FhHRx.gif')50% 10% no-repeat"] {
    background:rgba(33,41,52,0.8)url('/img/FhHRx.gif')50% 10% no-repeat !important;
}
html[data-theme="dark"] [style*="border:2px dashed #d8dce6"] {
    border:2px dashed #303947 !important;
}
html[data-theme="dark"] [style*="background:#fff"] {
    background:#212934 !important;
}
html[data-theme="dark"] [style*="--acc:#1D3557"] {
    --acc:#A6BBD9 !important;
}
html[data-theme="dark"] [style*="--acc-soft:#EDF1F7"] {
    --acc-soft:#1F242B !important;
}
html[data-theme="dark"] [style*="--acc:#475569"] {
    --acc:#ACB5C2 !important;
}
html[data-theme="dark"] [style*="--acc-soft:#EEF1F5"] {
    --acc-soft:#1D232D !important;
}
html[data-theme="dark"] [style*="--acc:#C2410C"] {
    --acc:#ED7D4F !important;
}
html[data-theme="dark"] [style*="--acc-soft:#FDEEE4"] {
    --acc-soft:#312217 !important;
}
html[data-theme="dark"] [style*="color:#1b2a4a"] {
    color:#ABBAD9 !important;
}
html[data-theme="dark"] [style*="color: #A3A3A3"] {
    color:#8D9DB3 !important;
}
html[data-theme="dark"] [style*="background:#F7F7F7"] {
    background:#1F2630 !important;
}
html[data-theme="dark"] [style*="color:#6b7a90"] {
    color:#9BA9BC !important;
}
html[data-theme="dark"] [style*="background: #fcfcfc"] {
    background:#202833 !important;
}
html[data-theme="dark"] [style*="border:1px dashed #c7d4e8"] {
    border:1px dashed #313844 !important;
}
html[data-theme="dark"] [style*="background-color:#d5ddff"] {
    background-color:#15192E !important;
}
html[data-theme="dark"] [style*="background:#fff0f0"] {
    background:#361818 !important;
}
html[data-theme="dark"] [style*="color:#b42318"] {
    color:#E2645A !important;
}
html[data-theme="dark"] [style*="border-color:#ffc4c4"] {
    border-color:#512727 !important;
}
html[data-theme="dark"] [style*="color:#000"] {
    color:#C8D0DA !important;
}
html[data-theme="dark"] [style*="background:#f8f9ff"] {
    background:#1A1E39 !important;
}
html[data-theme="dark"] [style*="color: #000"] {
    color:#C8D0DA !important;
}
html[data-theme="dark"] [style*="border:1px solid #fff"] {
    border:1px solid #333E4C !important;
}
html[data-theme="dark"] [style*="background-color: #f0faff"] {
    background-color:#182C36 !important;
}
html[data-theme="dark"] [style*="color: rgba(0,0,0,.56)"] {
    color:rgba(200,208,218,0.56) !important;
}
html[data-theme="dark"] [style*="border-right: 1px solid rgb(204, 204, 204)"] {
    border-right:1px solid #2E3744 !important;
}
html[data-theme="dark"] [style*="border-bottom: 1px dashed #80aeff"] {
    border-bottom:1px dashed #24324B !important;
}
html[data-theme="dark"] [style*="color: #b33c3c"] {
    color:#CA7272 !important;
}
html[data-theme="dark"] [style*="border: 0.961261px solid #A3A3A3"] {
    border:0.961261px solid #29323E !important;
}
html[data-theme="dark"] [style*="background: #FFFFFF"] {
    background:#212934 !important;
}
html[data-theme="dark"] [style*="color:black"] {
    color:#C8D0DA !important;
}
