.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;
  }
}
.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 {
  padding: 6px 0;
}
.bc-yoo-kassa-payment-with-email .wrapper-card .space-component .checkbox-agreement .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}
.bc-yoo-kassa-payment-with-email .wrapper-card .space-component .checkbox-agreement .ant-checkbox-inner::after {
  width: 7px;
  height: 13px;
  inset-inline-start: 29%;
}
.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~92.3a6b0ae5.css.map*/