@charset "UTF-8";
/* Имитация объединения ячеек (rowspan) для первой колонки Stableid */
.status-grid .row-stableid-merge .col,
.status-grid .row-stableid-merge + .row .col:first-child,
.status-grid .row-stableid-merge + .row + .row .col:first-child {
  border-top: none;
}

.status-grid .row-stableid-merge .col {
  border-bottom: none;
}

.status-grid .col.text-start {
  background: #f9f9f9;
}

.bg-success {
  background-color: #7ad604 !important;
}

.text-success {
  color: #7ad604 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-primary {
  color: #0086da !important;
}

.status-grid {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  margin-bottom: 24px;
}

.status-grid .row {
  --bs-gutter-x: 0;
}

.status-grid .col {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 16px;
  min-width: 120px;
  font-size: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 36px;
}

.status-grid .col:last-child {
  border-right: none;
}

.status-grid .row:last-child .col {
  border-bottom: none;
}

.status-grid .text-start {
  justify-content: flex-start;
}

.status-grid .text-center {
  justify-content: center;
}

.status-grid .text-end {
  justify-content: flex-end;
}

.mb-6 {
  margin-bottom: 72px !important;
}

.mb-7 {
  margin-bottom: 84px !important;
}

.mb-8 {
  margin-bottom: 96px !important;
}

.mb-9 {
  margin-bottom: 108px !important;
}

.mb-10 {
  margin-bottom: 120px !important;
}

.pt-6 {
  padding-top: 72px !important;
}

.pt-7 {
  padding-top: 84px !important;
}

.pt-8 {
  padding-top: 96px !important;
}

.pt-9 {
  padding-top: 108px !important;
}

.pt-10 {
  padding-top: 120px !important;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
}

.popover-content-custom {
  font-size: 15px;
  min-width: 220px;
}

.popover {
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  border: none !important;
}

.popover .popover-body {
  padding: 1rem 1.2rem;
}

.popover .popover-arrow {
  display: block;
}

.popover-content-custom a {
  color: #2196f3;
  text-decoration: none;
  font-size: 15px;
}

.popover-content-custom a:hover {
  text-decoration: underline;
}

.popover-content-custom .status-dot {
  margin-right: 6px;
  width: 10px;
  height: 10px;
}

.status-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 0 0 0 1.5px #fff;
}

.status-table td,
.status-table th {
  vertical-align: middle;
  font-size: 16px;
  padding: 10px 12px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f8f9fa;
}

/*# sourceMappingURL=style.css.map */
