body > div.wrapper {}
/* logo */
a.navbar-brand > img

/* menu, menu-items */
nav.navbar {}
nav.navbar ul.navbar-nav {}
nav.navbar ul.navbar-nav li.nav-item {}

/* buttons */
/* primary */
.btn-primary {}
/* secondary */
.btn-secondary {}
/* border secondary */
.btn-outline-secondary {}
/* grey */
.link-secondary {}
/* dropdown */
div.dropdown > .btn-outline-secondary {}
div.dropdown > .dropdown-menu {}
div.dropdown > .dropdown-item {}
/* tabs */
.nav.nav-tabs {}
.nav.nav-tabs .nav-link.btn{}

/* forms */
.form {}
/* input */
.form input {}
/* textarea */
.form textarea {}
/* select */
.form select {}
/* label */
.form label {}

/* dropdowns */
.dropdown-toggle {}
.dropdown-toggle .dropdown-menu {}
.dropdown-toggle .dropdown-item {}

/* tooltips */
.tooltip {}
.tooltip .tooltip-inner {}

/* Hide the left sidebar footer */
/*
aside.left footer.footer {
  display: none !important;
}
*/
/* Replace footer text visually */
aside.left footer.footer {
  font-size: 0 !important;          /* hide original text */
  line-height: 0 !important;
}

aside.left footer.footer::before {
  content: "© Сити Мобил Пост, 2026";
  font-size: 14px;                  /* pick what matches your UI */
  line-height: 1.2;
  display: inline-block;
}

/* Hide the nav-line right after the "Финансы" menu item */
nav.navbar li.nav-item[title="Финансы"] + div.nav-line {
  display: none !important;
}

/* Hide the whole menu row that contains that link */
nav.navbar li.nav-item:has(> a.nav-link[href="/205/finance/sma"]) {
  display: none !important;
}

/* Hide the whole menu row that contains that link */
nav.navbar li.nav-item:has(> a.nav-link[href="/205/site/automation"]) {
  display: none !important;
}

/* Hide the whole menu row that contains that link */
nav.navbar li.nav-item:has(> a.nav-link[href="/205/site/shownews"]) {
  display: none !important;
}

/* Hide the whole menu row that contains that link */
nav.navbar li.nav-item:has(> a.nav-link[href="https://old.courierexe.ru/205"]) {
  display: none !important;
}

/* tables */
table.table {}
/* head */
table.table thead {}
/* row */
table.table tr {}
/* cell */
table.table td {}
/* buttons */
table.table .buttons {}

/*
 * You can set page id for directly pages
 * Every id setting in tag <body>, example:
 * order_new - new order page
 * site_calculator - calulator page
 */

#order_new {}