@charset "UTF-8";
:root[data-glpi-theme=mycompany] {
  --tblr-primary-rgb: 26, 77, 140;
  --tblr-secondary: #6c757d;
  --tblr-secondary-fg: #ffffff;
  --tblr-link-color-rgb: 26, 77, 140;
  --glpi-mainmenu-bg: #0b2b4a;
  --glpi-mainmenu-fg: #f8f9fa;
  --glpi-helpdesk-header: hsl(210deg, 30%, 95%);
  --glpi-illustrations-gradient-1: hsl(210deg, 59%, 90%);
  --glpi-illustrations-gradient-2: hsl(210deg, 59%, 70%);
  --glpi-illustrations-gradient-3: hsl(210deg, 59%, 45%);
  --glpi-palette-color-1: #1a4d8c;
  --glpi-palette-color-2: #343a40;
  --glpi-palette-color-3: #6c757d;
  --glpi-palette-color-4: #f8f9fa;
}
:root[data-glpi-theme=mycompany] form[action*="/front/ticket.form.php"] button[type=submit],
:root[data-glpi-theme=mycompany] form[action*="/front/problem.form.php"] button[type=submit],
:root[data-glpi-theme=mycompany] form[action*="/front/change.form.php"] button[type=submit],
:root[data-glpi-theme=mycompany] .itil-form button[type=submit],
:root[data-glpi-theme=mycompany] .card-footer button[type=submit],
:root[data-glpi-theme=mycompany] .form-footer button[type=submit],
:root[data-glpi-theme=mycompany] .itil-footer button[type=submit],
:root[data-glpi-theme=mycompany] button[name=add],
:root[data-glpi-theme=mycompany] button[name=update],
:root[data-glpi-theme=mycompany] .btn-primary:not(.dropdown-item) {
  color: #ffffff !important;
}
:root[data-glpi-theme=mycompany] form[action*=ChangeProfile] button.dropdown-item,
:root[data-glpi-theme=mycompany] form[action*=ChangeProfile] button.dropdown-item i,
:root[data-glpi-theme=mycompany] .dropdown-menu.show button.dropdown-item,
:root[data-glpi-theme=mycompany] .dropdown-menu button.dropdown-item,
:root[data-glpi-theme=mycompany] div[class*=dropdown] button.dropdown-item {
  color: #212529 !important;
  background-color: transparent !important;
}
:root[data-glpi-theme=mycompany] form[action*=ChangeProfile] button.dropdown-item:hover,
:root[data-glpi-theme=mycompany] .dropdown-menu button.dropdown-item:hover {
  color: #1e293b !important;
  background-color: #f1f5f9 !important;
}
:root[data-glpi-theme=mycompany] form[action*=ChangeProfile] button.dropdown-item.active {
  color: #ffffff !important;
  background-color: #1a4d8c !important;
}
:root[data-glpi-theme=mycompany] .bg-primary .text-primary-fg,
:root[data-glpi-theme=mycompany] .bg-primary.text-primary-fg,
:root[data-glpi-theme=mycompany] div[class*=bg-primary] h2,
:root[data-glpi-theme=mycompany] div[class*=bg-primary] h3,
:root[data-glpi-theme=mycompany] div[class*=bg-primary] h4,
:root[data-glpi-theme=mycompany] div[class*=bg-primary] .text-primary-fg {
  color: #ffffff !important;
}
:root[data-glpi-theme=mycompany] .bg-primary h2,
:root[data-glpi-theme=mycompany] .bg-primary h3,
:root[data-glpi-theme=mycompany] .bg-primary h4 {
  color: #ffffff !important;
}
:root[data-glpi-theme=mycompany] .copyright {
  visibility: hidden;
  position: relative;
  pointer-events: none;
}
:root[data-glpi-theme=mycompany] .copyright::after {
  content: "ГБУ МО «Центр мемориальных услуг» © 2019 - 2026";
  visibility: visible;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #6c757d;
  white-space: nowrap;
}
:root[data-glpi-theme=mycompany] .login-page-footer .copyright,
:root[data-glpi-theme=mycompany] footer .copyright {
  text-decoration: none;
  cursor: default;
}