.records-container {
  margin-top: 0;
  padding-left: 23px;
}

.records-title-and-icon {
  padding-top: 14px;
}

.work-schedule-content-layout {
  height: 100vh;
  overflow-y: hidden;
}
.work-schedule-content-layout .bc-work-schedule {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.work-schedule-content-layout .bc-work-schedule .ant-tabs-tab {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.work-schedule-content-layout .ant-tabs-nav-wrap {
  background-color: #f5f5f5;
}
.work-schedule-content-layout .ant-layout-content {
  padding: 0 !important;
}
.work-schedule-content-layout .ant-tabs-nav-wrap {
  width: 100%;
}
.work-schedule-content-layout .bc-schedule {
  padding: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.work-schedule-content-layout .bc-schedule .footer {
  padding: 3px 35px !important;
}
.work-schedule-content-layout .skeleton-addition-mode, .work-schedule-content-layout .skeleton-deletion-mode {
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
}
.work-schedule-content-layout .top-filters-divider {
  margin-top: 8px;
}
.work-schedule-content-layout .sidebar {
  height: 82px;
}
.work-schedule-content-layout .records .months-and-days {
  margin-top: -6px;
  padding-bottom: 4px;
  z-index: 5;
}
.work-schedule-content-layout .records .employees-list {
  padding-top: 0px;
}
.work-schedule-content-layout .records .cell {
  padding: 2px !important;
}
.work-schedule-content-layout .records-title-and-icon {
  padding-top: 14px;
}
.work-schedule-content-layout .time-range-container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 34px;
}
.work-schedule-content-layout .employee-container {
  cursor: pointer;
}
.work-schedule-content-layout .employee-container .ant-list-item-meta-avatar {
  margin-inline-end: 8px !important;
}

.tip-by-employee .ant-popover-inner {
  padding-bottom: 4px !important;
  width: auto;
}
.tip-by-employee .ant-popover-title {
  margin-bottom: 0;
}

.bc-schedule .filters-and-actions {
  display: flex;
  column-gap: 30px;
  row-gap: 16px;
  align-items: center;
}
.bc-schedule .filters-container {
  flex-wrap: wrap;
  column-gap: 16px;
}
.bc-schedule .top-filters-divider.ant-divider {
  margin-bottom: 0;
}
.bc-schedule .sidebar-and-content {
  display: flex;
  height: calc(100vh - 155px - 40px);
  position: relative;
}
.bc-schedule .sidebar {
  position: absolute;
  min-width: 235px;
  background-color: white;
  z-index: 10;
  overflow-y: hidden;
}
.bc-schedule .employee-container {
  max-height: 70px;
  width: 235px !important;
}
.bc-schedule footer {
  padding: 3px auto;
  height: 30px;
  width: 100%;
  bottom: 0;
  background-color: white;
  border-top: 1px solid rgba(5, 5, 5, 0.06);
}
.bc-schedule footer .global-container {
  display: grid;
  grid-template-columns: auto 290px;
  align-items: center;
  width: 100%;
}
.bc-schedule footer .save-attention {
  font-size: 12px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.45);
}
.bc-schedule footer .save-attention__container {
  width: 150px;
}
.bc-schedule .records .employees-sticky-container {
  margin-top: 0px;
}
.bc-schedule .records .employees-list-fixing {
  left: 0px;
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  z-index: 6;
}
.bc-schedule .records .employees-list-fixing .ant-spin-container {
  height: 50vh;
}
.bc-schedule .records .employees-list {
  border-right: 1px solid rgba(5, 5, 5, 0.06);
}
.bc-schedule .records.table {
  overflow-x: scroll;
  position: relative;
}
.bc-schedule .records.row {
  display: flex;
  column-gap: 4px;
}
.bc-schedule .records .months-and-days {
  padding-bottom: 8px;
  top: 0px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
}
.bc-schedule .records .months-and-days .background-styles {
  background-color: white;
  border-bottom: 0.5px solid rgba(211, 211, 211, 0.33);
  min-width: 100%;
}
.bc-schedule .records .months-and-days .days {
  min-width: 100%;
  margin-left: 18px;
}
.bc-schedule .records .cells-container {
  margin-left: 20px;
  position: relative;
  width: auto;
  height: 100%;
}
.bc-schedule .records.cell {
  cursor: pointer;
  padding: 4px 2px 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 40px;
  height: 62px;
  text-align: center;
  font-size: 10px;
  border: 0.5px solid rgba(211, 211, 211, 0.33);
  border-radius: 4px;
  box-sizing: border-box;
}
.bc-schedule .records.cell.hover {
  cursor: pointer;
  background-color: rgba(144, 238, 144, 0.1);
  border: 2px dashed rgba(0, 128, 0, 0.66);
  box-sizing: border-box;
}
.bc-schedule .records.cell.preloaded {
  background-color: rgba(144, 238, 144, 0.33);
}
.bc-schedule .records.cell.preloaded.delete.hover {
  cursor: pointer;
  background-color: rgba(255, 0, 0, 0.33);
  border: 2px dashed red;
  box-sizing: border-box;
}
.bc-schedule .records.cell.changing {
  cursor: pointer;
  background-color: rgba(144, 238, 144, 0.33);
  border: 2px dashed rgba(0, 128, 0, 0.33);
  box-sizing: border-box;
}
.bc-schedule .records.cell.changing.hover {
  cursor: pointer;
  background-color: rgba(144, 238, 144, 0.1);
  border: 2px dashed rgba(0, 128, 0, 0.66);
  box-sizing: border-box;
}
.bc-schedule .records.cell.deleting {
  cursor: pointer;
  background-color: rgba(255, 0, 0, 0.33);
  border: 2px dashed rgba(255, 0, 0, 0.33);
}
.bc-schedule .records.cell.record {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bc-schedule .records.cell.record .record-container {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  height: 12px;
}
.bc-schedule .records.cell.record .record-container .record-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  width: 100%;
  height: 12px;
  background-color: lightcoral;
  border-radius: 4px;
}
.bc-schedule .records .month {
  margin-left: 112px;
  margin-top: 4px;
  position: fixed;
  display: flex;
  justify-content: center;
}
.bc-schedule .records .month .item {
  display: block;
  width: max-content;
  font-weight: bold;
  color: black;
}
.bc-schedule .records .days {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}
.bc-schedule .records .days .number {
  padding-top: 36px;
}
.bc-schedule .records .days .day {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 44px;
}
.bc-schedule .records .days .day.weekend {
  color: red;
}

@media screen and (max-width: 940px) {
  .bc-schedule .filters-container_item {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 938px) {
  .bc-schedule .sidebar-and-content {
    height: calc(100vh - 245px - 48px);
  }
}
@media screen and (max-width: 755px) {
  .bc-schedule .filters-container {
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .bc-schedule .filters-and-actions {
    row-gap: 4px;
  }
  .bc-schedule .reset {
    margin-left: auto;
  }
  .bc-schedule .ant-list-item-meta-content {
    display: none;
  }
  .bc-schedule .employee-container {
    width: 55px !important;
  }
  .bc-schedule .sidebar {
    padding-left: 4px;
    height: 100px;
    min-width: auto;
    width: 45px;
    overflow-x: hidden;
  }
  .bc-schedule .sidebar .ant-select-selector {
    width: 38px;
  }
}
@media screen and (max-width: 700px) {
  .bc-schedule footer {
    height: auto;
  }
  .bc-schedule footer .global-container {
    display: grid;
    grid-template-columns: auto 118px;
  }
  .bc-schedule footer .global-container .footer-button {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .bc-schedule .filters-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px !important;
  }
  .bc-schedule .filters-container_item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .bc-schedule .filters-container_item .period-select, .bc-schedule .filters-container_item .time-select {
    width: calc(100vw - 84px) !important;
  }
  .bc-schedule .filters-container_item .filter-label {
    width: 100px !important;
  }
  .bc-schedule .ant-list-item-meta-content {
    display: none;
  }
  .bc-schedule .button.reset {
    margin-top: 8px;
    width: 100%;
  }
  .bc-schedule .save-attention {
    display: none;
  }
  .bc-schedule .sidebar-and-content {
    display: flex;
    height: calc(100vh - 340px);
    overflow-x: auto !important;
  }
  .bc-schedule .records .month {
    margin-left: 100px;
    display: flex;
    justify-content: center;
  }
  .bc-schedule footer {
    padding: 16px 0;
    width: 100%;
    min-width: 236px;
  }
  .bc-schedule .footer-button {
    padding: 4px 12px;
  }
}
@media screen and (max-width: 550px) {
  .work-schedule-content-layout {
    height: auto;
    overflow-y: scroll;
  }
}
.WarehousesRegistry__filters-section {
  width: 100%;
  min-width: 0;
}

.WarehousesRegistry__table-section {
  width: 100%;
  min-width: 0;
}

.WarehousesRegistry {
  width: 100%;
  min-width: 0;
}
.WarehousesRegistry .ant-spin-nested-loading, .WarehousesRegistry .ant-spin-container, .WarehousesRegistry .ant-table-wrapper {
  width: 100%;
  min-width: 0;
}
.WarehousesRegistry .ant-table-content {
  -webkit-overflow-scrolling: touch;
}
.WarehousesRegistry .ant-table-pagination.ant-pagination {
  margin: 18px 0 12px;
  padding-top: 6px;
  row-gap: 12px;
}
.WarehousesRegistry .ant-pagination-total-text {
  margin-inline-end: auto;
  color: rgba(0, 0, 0, 0.65);
}
.WarehousesRegistry .ant-pagination-options {
  margin-inline-start: auto;
}

@media screen and (max-width: 1024px) {
  .WarehousesRegistry .ant-table-pagination.ant-pagination {
    row-gap: 10px;
  }
  .WarehousesRegistry .ant-pagination-options {
    margin-inline-start: 0;
  }
}
@media screen and (max-width: 767px) {
  .WarehousesRegistry .ant-table-pagination.ant-pagination {
    margin-top: 12px;
    margin-bottom: 6px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 12px;
  }
  .WarehousesRegistry .ant-pagination-total-text, .WarehousesRegistry .ant-pagination-options {
    margin-inline: 0;
  }
  .WarehousesRegistry .ant-pagination-total-text {
    order: 3;
  }
}
.WarehousesRegistry {
  width: 100%;
}
.WarehousesRegistry__content {
  width: 100%;
  min-width: 0;
  gap: 24px;
}
.WarehousesRegistry__table {
  width: 100%;
}
.WarehousesRegistry__name, .WarehousesRegistry__branches {
  min-width: 0;
}
.WarehousesRegistry__name-link, .WarehousesRegistry__comment, .WarehousesRegistry__branch-item {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.WarehousesRegistry__comment {
  display: inline-block;
  white-space: pre-wrap;
}
.WarehousesRegistry__quantity {
  white-space: nowrap;
}
.WarehousesRegistry__action {
  display: flex;
  justify-content: flex-end;
}
.WarehousesRegistry .ant-table-wrapper,
.WarehousesRegistry .ant-spin-nested-loading,
.WarehousesRegistry .ant-spin-container {
  width: 100%;
}
.WarehousesRegistry .ant-table-cell {
  vertical-align: top;
}

@media (max-width: 767px) {
  .WarehousesRegistry__content {
    gap: 16px;
  }
  .WarehousesRegistry__action {
    justify-content: flex-start;
  }
}
@media (max-width: 424px) {
  .WarehousesRegistry__table .ant-table {
    font-size: 13px;
  }
}
.WarehousesRegistryFilters__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

.WarehousesRegistryFilters__buttons_item {
  min-width: 148px;
  min-height: 24px;
}

.WarehousesRegistryFilters__buttons .ant-btn,
.WarehousesRegistryFilters__buttons_item .ant-btn {
  min-height: 24px;
}

@media screen and (max-width: 1200px) {
  .WarehousesRegistryFilters__buttons {
    margin-left: 0;
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 767px) {
  .WarehousesRegistryFilters__buttons {
    justify-content: stretch;
  }
  .WarehousesRegistryFilters__buttons_item {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }
  .WarehousesRegistryFilters__buttons_item .ant-btn {
    min-height: 20px !important;
  }
}
@media screen and (max-width: 560px) {
  .WarehousesRegistryFilters__buttons_item {
    flex-basis: 100%;
  }
}
.WarehousesRegistryFilters__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .WarehousesRegistryFilters__toolbar {
    gap: 10px;
  }
}
.WarehousesRegistryFilters {
  width: 100%;
}
.WarehousesRegistryFilters__content, .WarehousesRegistryFilters__search, .WarehousesRegistryFilters__toolbar {
  width: 100%;
}
.WarehousesRegistryFilters__search {
  margin-bottom: 0;
}
.WarehousesRegistryFilters__search .ant-form-item-control,
.WarehousesRegistryFilters__search .ant-form-item-control-input,
.WarehousesRegistryFilters__search .ant-form-item-control-input-content,
.WarehousesRegistryFilters__search .ant-input-group-wrapper {
  width: 100%;
}
.WarehousesRegistryFilters__branches {
  width: 260px !important;
  min-width: 260px !important;
}
.WarehousesRegistryFilters__buttons {
  width: auto;
}

@media (max-width: 1200px) {
  .WarehousesRegistryFilters__buttons {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .WarehousesRegistryFilters__content {
    gap: 10px !important;
  }
  .WarehousesRegistryFilters__toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .WarehousesRegistryFilters__branches, .WarehousesRegistryFilters__buttons {
    width: 100% !important;
    min-width: 100% !important;
  }
  .WarehousesRegistryFilters__buttons .search-button {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .WarehousesRegistryFilters__buttons .ant-space-item {
    width: 100%;
  }
}
.bc-yoo-kassa-payment-with-email {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.bc-yoo-kassa-payment-with-email .wrapper-card {
  width: 420px;
  border-radius: 8px;
}
.bc-yoo-kassa-payment-with-email .wrapper-card .space-component {
  width: 100%;
}
.bc-yoo-kassa-payment-with-email .wrapper-card .space-component .main-title {
  margin: 0;
  text-align: center;
}
.bc-yoo-kassa-payment-with-email .wrapper-card .space-component .amount-row {
  width: 100%;
  justify-content: space-between;
}
.bc-yoo-kassa-payment-with-email .wrapper-card .space-component .checkbox-agreement .ant-checkbox {
  align-items: flex-start;
  margin-top: 4px;
}
.bc-yoo-kassa-payment-with-email .wrapper-card .space-component .you-kassa-image {
  width: 160px;
}
.bc-yoo-kassa-success-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

/*# sourceMappingURL=main~85.62127733.css.map*/