:root {
  --brand-primary: #FF6532;
  --brand-primary-light: #FF9665;
  --brand-primary-lighter: #FFB483;
  --brand-primary-dark: #DB4524;
  --brand-primary-darker: #B72A19;
    
  --brand-secondary: #C3471F;
  --brand-secondary-light: #DB7C50;
  --brand-secondary-lighter: #ECA375;
  --brand-secondary-dark: #A72F16;
  --brand-secondary-darker: #8C1C0F;    
    
  --body-background-color: #101114;
  --body-font-color: #ffffff;
  --border-r: 5px;
    
  --link-color: #D78100;
  --link-color-hover: white;
  --alt-box-bg-color: #191A1F;
  --content-box-table-cell-border-color: #1E1F24;
  --content-box-table-cell-active-text-color: white;
  --highlight-border-color: #1E1F24;

  --top-navigation-background-color:#1E1F24;
  --top-navigation-selector-color: #8895A3;
  --top-navigation-selector-box-shadow-color: #656565;
  --top-navigation-button-border-color: #656565;
  --top-navigation-menu-border-color: #101114;

  --header-background-color: #1E1F24;
  --header-tabs-icon-active-filter: brightness(1); 
  --header-search-form-title-color: #8895a3;

  --form-disabled-background-color: #292B30;
  --form-checked-background-color: #ffffff;
  --form-checked-background-color-hover: #ffffff;
  --form-checked-background-color-active: #ffffff;
  --form-checked-text-color: #111111;
  --form-background-color: #333533;
  --form-field-line-color: #656565;
  --form-field-line-color-hover: #ffffff;
  --form-field-line-color-focus: #ffffff;
  --form-error-background-color: #742327;
  --form-error-text-color: #d7c0c0;
  --form-error-shadow: #934044;

  --f-button-svg-fill: #656565;
          
  --middle-no-sidebar-background-color: #191A1F;
  --bottom-no-sidebar-background-color: #191A1F;

  --featured-no-sidebar-background-color: #1E1F24;
  --featured-background-color: #1E1F24;
  --featured-title-color: #ffffff;
  --featured-accounts-background-color: #1E1F24;

  --listing-card-icon-fill-color: #1E1F24;
  --listing-card-icon-color: #e66f00;
  --listing-card-active-icon-color: #b3b3b3;
  --listing-card-shadow-color: #242424;

  --listing-print-icon: url("../img/print-dark.svg");
  --listing-favorite-icon: url("../img/like-dark.svg");
  --listing-favorite-icon-active: url("../img/like-dark-active.svg");
  --listing-compare-icon: url("../img/compare-dark.svg");
  --listing-compare-icon-active: url("../img/compare-dark-active.svg");
  --listing-gallery-media-background-color: #1E1F24;
  --listing-mask-background-color: rgba(34, 70, 107, 0.6);
  --listing-thumbnail-background-color: #3a3a3a;

  --content-background-color: #1E1F24;

  --info-field-color: #8895a3;
  --empty-category-color: rgba(255,255,255,.3);
  --empty-category-filter: brightness(.7);
  --fieldset-header-background-color: #191A1F;
  --icon-filter: brightness(20);
  --icon-filter-background: brightness(0.4);
  --icon-filter-img-background: brightness(20);
  --upload-zone-background-color: #191A1F;
  --plans-border-color: #1E1F24;
  --steps-background-color: #1E1F24;
  --popup-mask-background-color: rgba(255,255,255,.1);
  --side-block-button-border-color: #D78100;
  --table-list-border-color: #1E1F24;
  --table-list-me-border-color: #C3C6CB;
  --tabs-active-background-color: #AEC2D9;
  --tabs-active-font-color: #000000;    
  --tabs-side-block-active-background-color: #333533;
  --tabs-side-block-border-color: #333533;

  --footer-background-color: #101114;
  --footer-text-color: #8895A3;
  --footer-menu-title-color: #ffffff;
  --footer-menu-link-color: #8895A3;
  --footer-icon: url("../img/footer-icons-dark.svg");
  --footer-icon-rss: url("../img/footer-icon-rss-dark.svg");
}

#theme-switcher-moon {
  display: none;
}
