@charset "UTF-8";
:root {
  --primary-color: #6366F1;
}

.grid-table {
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
}
.grid-table .p-inputtextarea {
  width: 100%;
  height: 100%;
  min-height: 60px;
  resize: vertical;
}

.grid-header,
.grid-row {
  display: grid;
  grid-auto-rows: minmax(2rem, auto);
  padding: 0 0.1rem;
  background-color: white;
  border-bottom: 1px solid #dee2e6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-row {
  padding: 0.4rem 0.8rem;
}

.grid-row:nth-of-type(even) {
  background-color: #f8f9fa;
}

.grid-header > span {
  padding: 0.1rem 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.grid-header {
  font-weight: 600;
  padding: 0.4rem 0.8rem;
}

.grid-tr {
  padding: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 0.5rem;
}

.grid-tr .p-tag.grid-tr-column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 0.25rem;
}

.grid-tr-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-tr-column .p-badge {
  margin-bottom: -0.125rem;
}

.grid-tr-column button.p-button {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.proxy-grid {
  grid-template-columns: minmax(15px, 0.06fr) minmax(50px, 0.25fr) minmax(50px, 0.3fr) minmax(50px, 0.4fr) minmax(50px, 0.35fr) minmax(50px, 0.3fr);
}

/* Адаптив на мобильные устройства */
@media (width <= 1180px) {
  .grid-header {
    display: none !important;
  }
  .grid-table {
    background-color: transparent;
  }
  .grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    border-radius: 16px;
    padding: 0.4rem 0.8rem;
    gap: 0.75rem;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid-row .hidden-media {
    display: none !important;
  }
  .grid-row:nth-of-type(even) {
    background-color: #f8f9fa;
    border: none;
    border-radius: 16px;
  }
  .grid-row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    white-space: normal;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* Мета-метки для каждой ячейки */
  .grid-row > div::before {
    content: attr(data-label);
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    min-width: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1.75rem;
  }
  .grid-tr {
    padding: 0 0 0 1rem;
    gap: 0.25rem;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 1.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid-tr-column {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  /* Специальные стили для контента */
  .grid-row > div .grid-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 0.5rem;
    width: 100%;
    height: auto;
  }
  .grid-row > div .grid-tr-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
  }
}
.p-calendar.calendar-sm {
  border: 1px solid #ced4da;
  border-radius: 6px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: 0.875rem;
  margin: 0;
}
.p-calendar.calendar-sm .p-inputtext {
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  height: 2.5rem;
}
.p-calendar.calendar-sm .p-input-icon {
  width: 12px;
  height: 12px;
  right: 0.75rem;
}

.filters-container .label-p {
  margin-bottom: 0.25rem;
}
.filters-container .checkbox__text {
  font-size: 1rem;
}

/* Bootstrap add */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* Text alignment */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

/* Font weight */
.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

/* Text transform */
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

/* Font style */
.font-italic {
  font-style: italic !important;
}

/* Text decoration */
.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* Display */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* Flex */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

/* Justify content */
.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* Align items */
.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* Align self */
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

/* Float */
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

/* Position */
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

/* Borders */
.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

/* Visibility */
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Overflow */
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* Перенос текста */
.text-wrap {
  white-space: normal !important;
}

/* Обрезание текста с многоточием (требует дополнительных условий) */
.text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Перенос слов (разрыв по словам) */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* Размеры текста (аналог Bootstrap, но с расширенными вариантами) */
.text-xs {
  font-size: 0.75rem !important;
}

/* ~12px (если базовый 16px) */
.text-sm {
  font-size: 0.875rem !important;
}

/* ~14px */
.text-base {
  font-size: 1rem !important;
}

/* ~16px (стандартный) */
.text-md {
  font-size: 1.125rem !important;
}

/* ~18px */
.text-lg {
  font-size: 1.25rem !important;
}

/* ~20px */
.text-xl {
  font-size: 1.5rem !important;
}

/* ~24px */
.text-2xl {
  font-size: 1.75rem !important;
}

/* ~28px */
.text-3xl {
  font-size: 2rem !important;
}

/* ~32px */
.text-4xl {
  font-size: 2.5rem !important;
}

/* ~40px */
.text-5xl {
  font-size: 3rem !important;
}

.badge-xs {
  font-size: 0.5rem !important; /* уменьшенный размер шрифта */
  min-width: 1rem !important; /* уменьшаем минимальную ширину */
  height: 1rem !important; /* уменьшаем высоту */
  padding: 0 0.25rem !important; /* уменьшаем внутренние отступы */
  line-height: 1rem !important; /* выравнивание по высоте */
  border-radius: 0.5rem !important; /* уменьшаем скругление */
}

.input-switch-sm {
  width: 30px !important;
  height: 16px !important;
  margin-right: 0.5rem;
}

/* Если у псевдоэлемента ::before есть стили, можно попробовать так: */
.input-switch-sm .p-inputswitch-slider::before {
  background-color: #4D46DB;
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  inset: 0.4rem 0 0;
  border-radius: 50%;
}

.p-button-link-sm-underline {
  /* Наследуем стиль ссылки */
  color: var(--primary-color); /* или другой цвет ссылки */
  text-decoration: none;
  /* Размер маленькой кнопки */
  font-size: 0.875rem; /* примерно размер small */
  padding-left: 0; /* компактные отступы */
  padding-right: 0; /* компактные отступы */
  min-width: auto; /* чтобы не растягивалась */
  /* Выравнивание контента по левому краю */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
  /* Убираем стандартный фон и границы кнопки */
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
}

button.p-button.p-button-link-sm-underline:hover {
  background-color: #f0f2f5 !important;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.p-button.p-button-copy {
  margin-left: 0.25rem;
}

.p-button-link-sm-underline.p-button-copy .pi.pi-check {
  color: var(--green-700);
}

.p-tooltip.p-tooltip-nowrap .p-tooltip-text {
  max-width: 100vw;
  word-break: break-word;
  display: inline-block;
  white-space: nowrap;
}

.p-dropdown.sort-dropdown span.p-dropdown-label {
  line-height: 2rem;
}

.filter-buttons-block .pa-table-setting__setting-btn span.btn-content {
  width: auto;
}

.filter-buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem; /* 3 * 0.25rem = 0.75rem, приближенно к gap-3 */
  padding: 0.5rem; /* 2 * 0.25rem = 0.5rem, приближенно к p-2 */
}

/* Адаптивные стили для мобильных устройств */
@media (width <= 499px) {
  .filter-buttons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1rem;
  }
  .filter-buttons-block > div:first-child,
.filter-buttons-block > div:last-child {
    margin-left: 0;
  }
  .filter-buttons-block .mob-full {
    margin-left: 0;
  }
  .filter-buttons-block .sort-dropdown {
    min-width: 100px;
    width: 100%;
  }
  .filter-buttons-block .pa-table-setting__setting-btn.setting-btn {
    width: 100%;
  }
}
.confirm-modal-text {
  margin: 1rem 0;
}

.p-icon-primary {
  color: var(--primary-color) !important;
}

.p-icon-secondary {
  color: var(--surface-600) !important;
}

.p-icon-success {
  color: var(--green-500) !important;
}

.p-icon-info {
  color: var(--blue-500) !important;
}

.p-icon-warning {
  color: var(--orange-500) !important;
}

.p-icon-help {
  color: var(--purple-500) !important;
}

.p-icon-danger {
  color: var(--red-500) !important;
}

.p-checkbox.checkbox-sm {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  width: 1rem !important;
  height: 1rem !important;
}
.p-checkbox.checkbox-sm .p-checkbox-box {
  width: 1rem;
  height: 0.9rem;
}
.p-checkbox.checkbox-sm .p-checkbox-input {
  width: 1rem;
  height: 1rem;
}

.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.65625rem 1.09375rem;
  width: auto;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}

.p-button.p-button-xxs {
  font-size: 0.5rem;
  padding: 0.1875rem 0.375rem;
  height: 1rem;
  min-width: 1rem;
  width: auto;
}
.p-button.p-button-xxs .p-button-icon {
  font-size: 0.5rem;
}

.p-button.p-button-xs {
  font-size: 0.625rem;
  padding: 0.25rem 0.5rem;
  height: 1.25rem;
  min-width: 1.25rem;
  width: auto;
}
.p-button.p-button-xs .p-button-icon {
  font-size: 0.625rem;
}

.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.9375rem 1.5625rem;
  width: auto;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}

.p-tag {
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.2rem 0.3rem;
  border-radius: 0.2rem;
}