.custom-upload-wrapper .ant-upload.ant-upload-btn {
    padding: 6px 0;
}td:hover .copy-button {
  opacity: 1 !important;
}._event_1g4vl_1 {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.0039215686);
  cursor: pointer;
  padding: 0 5px;
  box-sizing: border-box;
  min-height: 25px;
  margin: 2px;
  transition: all 0.2s ease;
}
._event_1g4vl_1:hover, ._event_1g4vl_1._event-hover_1g4vl_11 {
  transform: translateY(-1px);
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.2705882353);
}

._header-changer_1g4vl_16 {
  cursor: pointer;
  background-color: Background;
}
._header-changer_1g4vl_16:hover {
  background-color: rgb(216, 216, 216);
}
._header-changer_1g4vl_16._disabled-hover_1g4vl_23:hover {
  background-color: Background;
}

._event-help-bth_1g4vl_27 {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}.container {
  width: 100%;
  max-width: 960px;
  overflow: hidden;
}

.flexWrapper {
  margin-right: -1px;
  margin-bottom: -1px;
  width: calc(100% + 1px);
}

.monthCard {
  background-color: #ffffff;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(100% / 3 - 0.1px);
  min-width: 280px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.monthTitle {
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
}

.calendarGridWrapper {
  width: 224px;
}

.weekDaysRow {
  margin-bottom: 8px;
}

.weekDayCell {
  width: 32px;
  text-align: center;
  color: #8c8c8c;
  font-size: 12px;
}

.daysGrid {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  gap: 4px 0;
}

.dayCell {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}.courses-container .ant-table-wrapper .ant-table-title {
  margin-top: 0;
  padding-top: 0;
}.custom-editor {
}
.custom-editor > .tiptap {
}

.custom-editor > .tiptap:focus {
  border: none;
  outline: none;
}
._assessmentTable_j01d6_1 .ant-table {
  border-radius: 16px;
  overflow: hidden;
}

._assessmentTable_j01d6_1 .ant-table-container {
  border-inline-start: none !important;
}

._assessmentTable_j01d6_1 .ant-table-thead > tr > th {
  background: #fafafa !important;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
}

._assessmentTable_j01d6_1 .ant-table-thead > tr > th::before {
  display: none;
}

._assessmentTable_j01d6_1 .ant-table-tbody > tr > td {
  vertical-align: top;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}

._assessmentTable_j01d6_1 .ant-table-tbody > tr:last-child > td {
  border-bottom: none;
}

._assessmentTable_j01d6_1 .ant-table-row-level-1 .assessment-parameter-cell {
  padding-left: 0;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 400;
}

._assessmentTable_j01d6_1 .ant-table-row-level-0 .assessment-parameter-cell {
  color: rgba(0, 0, 0, 0.88);
}

._assessmentTable_j01d6_1 .ant-table-cell-with-append {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

._assessmentTable_j01d6_1 .ant-table-row-level-1 > td:nth-child(2) {
  padding-left: 32px;
}

._assessmentTable_j01d6_1 .assessment-score-input {
  width: 72px;
  text-align: center;
}

._assessmentTable_j01d6_1 .assessment-score-input .ant-input {
  text-align: center;
}

._assessmentTable_j01d6_1 .assessment-score-text {
  display: inline-block;
  min-width: 72px;
  text-align: center;
}

._assessmentTable_j01d6_1 .assessment-description-cell {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

._assessmentTable_j01d6_1 .assessment-description-text {
  flex: 1;
  margin-bottom: 0 !important;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}

._assessmentTable_j01d6_1 .assessment-expand-placeholder {
  width: 24px;
  flex-shrink: 0;
}

._assessmentTable_j01d6_1 .ant-table-row-expand-icon-cell {
  display: none;
}

._assessmentTable_j01d6_1 .ant-table-expanded-row > .ant-table-cell {
  padding: 0 !important;
  background: transparent;
}

._assessmentTable_j01d6_1 .ant-table-expanded-row .ant-table {
  margin: 0 !important;
}

._assessmentTable_j01d6_1 .ant-table-expanded-row .ant-table-tbody > tr > td {
  background: #fff;
}

._assessmentTable_j01d6_1 .assessment-average-text {
  display: inline-block;
  min-width: 56px;
  text-align: center;
  font-weight: 500;
}

._assessmentTable_j01d6_1 .assessment-interpretation-text {
  margin-bottom: 0 !important;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.react-resizable-handle {
  position: absolute;
  right: -7px;
  bottom: 0;
  width: 20px;
  height: 100%;
  cursor: col-resize;
}.full-view > span.ant-avatar > img {
  object-fit: contain;
}
.antd-file-list-custom {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}
.antd-file-list-custom .ant-upload-list  {
    gap: 16px;
    display: flex;
    flex-direction: column;
    max-height: 615px;
    overflow-y: auto;
}._highlight-column_soae9_1 {
  background-color: #E6F4FF !important;
}._matrixTable_z7p9l_1 .ant-table-cell, 
._matrixTable_z7p9l_1 .ant-table-tbody > tr > td {
  border-bottom: 1px solid var(--matrix-border-color) !important; 
}

._matrixTable_z7p9l_1 .ant-table-thead > tr > th {
  text-align: left !important;
}

._matrixTable_z7p9l_1 .ant-table-thead > tr > th.column-level-2 {
  font-weight: 400 !important;
}

._matrixTable_z7p9l_1 .ant-table-thead > tr > th.column-level-3 {
  font-weight: 500 !important;
  font-size: 12px !important;
}

._matrixTable_z7p9l_1 .ant-input-number-input {
  text-align: center !important;
}.users-filter-select.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  display: none !important;
}
.users-filter-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow {
  flex: 1;
  min-width: 0;
}
.users-filter-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item {
  flex: 1 !important;
  max-width: 100% !important;
}
.users-filter-select.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  line-height: 22px !important;
  max-width: 100% !important;
  flex: 1;
}
.users-filter-select.ant-select-multiple.ant-select-lg .ant-select-selection-item-content {
  width: 100%;
}
.users-filter-select.ant-select-multiple.ant-select-lg .ant-select-selection-item-remove {
  display: none !important;
}
.users-filter-select--filled.ant-select-multiple .ant-select-selection-overflow {
  padding-inline-start: 12px;
}
.users-filter-select:not(.users-filter-select--filled) .ant-select-arrow {
  display: none !important;
}
.users-filter-select--filled .ant-select-arrow .anticon-down {
  display: none !important;
}
.users-filter-select__clear {
  cursor: pointer;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.88);
}
.users-filter-select__clear:hover {
  color: rgba(0, 0, 0, 0.65);
}.title-margin-0 .ant-table-title {
  padding-top: 0;
}.schedule-table .table-day__events-body tr {
  border-left: none !important;
}
.schedule-table .table-day__events-body tr:last-child td {
  border-bottom: none !important;
}
.schedule-table .table-day__events-body tr:last-child {
  border-bottom: none !important;
}
.schedule-table .table-suffix-day-event {
  border-collapse: collapse;
}
.schedule-table .table-suffix-day-event td {
  border: 1px solid #f0f0f0;
}
.schedule-table .table-suffix-day-event tr td:last-child {
  border-right: none !important;
}
.schedule-table .table-suffix-day-event tr:last-child td {
  border-bottom: none !important;
}
.schedule-table .table-week__events {
  min-height: calc(100vh - 350px);
}
.schedule-table .table-week__events-header {
  display: none;
}
.schedule-table .table-week__events-body td {
  padding: 0;
}
.schedule-table .table-week__events-body tr td:first-child {
  border-left: none !important;
}
.schedule-table .table-week__events-body tr td:last-child {
  border-right: none !important;
}
.schedule-table .table-month__events .table-month__events-header {
  position: sticky;
  top: 0;
  z-index: 2;
}
.schedule-table .table-month__events .table-month__events-header tr:first-child td {
  display: none;
  border: none !important;
}
.schedule-table .table-month__events .table-month__events-header tr:last-child td {
  padding: 0;
  border-top: none !important;
  border-bottom: none !important;
}
.schedule-table .table-month__events .table-month__events-header tr:last-child td:last-child {
  border-right: none !important;
}
.schedule-table .table-month__events tbody tr td {
  border-bottom: none !important;
}
.schedule-table .table-month__events tbody tr td:first-child {
  border-left: none !important;
}.custom-radio-group .ant-radio .ant-radio-inner {
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-color: #16a34a;
  background-color: #fff;
  transition: all 0.2s ease;
  position: relative;
}
.custom-radio-group .ant-radio .ant-radio-inner::after {
  width: 8px;
  height: 8px;
  background-color: #16a34a;
  top: 50%;
  left: 50%;
  transform: translate(40%, 40%);
}
.custom-radio-group .ant-radio-checked .ant-radio-inner {
  border-color: #16a34a;
  background-color: #fff;
}
.custom-radio-group .ant-radio-wrapper:hover .ant-radio-inner,
.custom-radio-group .ant-radio:hover .ant-radio-inner {
  border-color: #16a34a;
}

.custom-segmented {
  background: #f1f1f1;
}
.custom-segmented .ant-segmented-item-selected {
  background-color: #16a34a !important;
}
.custom-segmented .ant-segmented-item-selected .ant-segmented-item-label {
  color: #ffffff !important;
}

.custom-segmented .ant-segmented-thumb {
  background-color: #16a34a !important;
}
.custom-segmented .ant-segmented-item-selected .ant-segmented-item-label {
  color: #ffffff !important;
}.ant-table-tbody > tr:first-child td {
  border-bottom: 1px solid #f0f0f0;
}

.ant-table-tbody > tr:first-child td:hover {
  background: transparent;
}

.ant-table-tbody > tr:first-child {
  cursor: pointer;
}

.no-vertical-borders .ant-table {
  border: 1px solid #f0f0f0;
  border-left: none;
  border-right: none;
}

.no-vertical-borders .ant-table-thead > tr > th,
.no-vertical-borders .ant-table-tbody > tr > td {
  border-right: none !important;
}

.no-vertical-borders .ant-table-tbody > tr > td {
  padding: 10px;
}

.ant-table-container {
  border-right: 1px solid #f0f0f0 !important;
}.category-table .achive-table div.ant-table.ant-table-small {
  margin-inline: 0 !important;
  background-color: transparent;
}
.category-table .achive-table tbody td.ant-table-cell, .category-table .achive-table th.ant-table-cell {
  padding: 8px 0 8px 64px !important;
}
.category-table thead th.ant-table-cell {
  padding: 16px;
  box-sizing: content-box;
}#bth-with-preview #preview {
  opacity: 0;
  transition: all 0.1s linear;
}
#bth-with-preview:hover #preview {
  opacity: 1;
  transition: all 0.3s linear;
}.full-h {
  height: 100%;
}
.full-h .ant-tabs-content-holder {
  height: 100%;
}
.full-h .ant-tabs-content-holder .ant-tabs-content {
  height: 100%;
}
.full-h .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  height: 100%;
}h1.ant-typography,
h2.ant-typography,
h3.ant-typography,
h4.ant-typography,
h5.ant-typography {
  margin: 0;
}

article.ant-typography {
  font-weight: 400;
}

.ant-table-wrapper .ant-table-pagination {
  background: #fff; /* белый фон */
  padding: 12px 16px;
  border-top: 1px solid #f0f0f0; /* разделитель от таблицы */
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 0;
}
.ant-table-wrapper .ant-table {
  scrollbar-color: rgba(0, 0, 0, 0.06) transparent;
}

body {
  scrollbar-gutter: stable;
}

.group-management-details-table .ant-table-body {
  overflow-y: scroll !important;
}

.ant-table-wrapper .ant-table-footer {
  /* background: transparent; */
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ant-table-wrapper .ant-table {
  border-radius: 8px;
}

.ant-table-wrapper.without-padding .ant-table-title {
  padding: 0;
}

.ant-table-wrapper.without-last-border .ant-table-tbody > tr:last-child > td {
  border-bottom: none;
}

.ant-select-item.ant-select-item-option:has(
    .ant-select-item-option-content > .not-hoverable
  ) {
  background-color: transparent;
  cursor: auto;
}
.ant-select-item.ant-select-item-option:has(
    .ant-select-item-option-content > .not-hoverable
  ):hover {
  background-color: transparent;
  cursor: auto;
}

.ant-menu .ant-menu-item,
.ant-menu > .ant-menu-submenu > .ant-menu-submenu-title {
  padding-inline: 16px;
}

.form-margin-0 form .ant-form-item {
  margin: 0;
}

.form-margin-0 form .ant-form-item .ant-form-item-additional {
  margin-top: 6px;
}

.form-margin-0 form .ant-form-item-label {
  padding: 0;
}

.full-height {
  height: 100% !important;
}

.full-height *,
.full-height .ant-form-item-row,
.full-height .ant-form-item-control,
.full-height .ant-form-item-control-input,
.full-height .ant-form-item-control-input-content {
  height: 100% !important;
}

.ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  text-shadow: none;
}

form.small__label div.ant-col {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}
form.small__label .ant-form-item div.ant-col label {
  height: auto;
}

.ant-radio-group.full-width {
  display: flex;
}

.ant-radio-group.full-width label {
  flex: 1;
  text-align: center;
}

.with-hover-content {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.with-hover-content::after {
  position: absolute;
  top: 0;
  left: 0;

  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;

  width: 100%;
  height: 100%;

  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.2px;

  content: 'Просмотр';
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.with-hover-content:hover::after {
  opacity: 1;
  cursor: pointer;
}

.with-hover-content::before {
  position: absolute;
  left: 21px;
  top: calc(50% - 12px);
  z-index: 2;
  opacity: 0;
  content: url('/Eye.svg');
}

.with-hover-content:hover::before {
  opacity: 1;
  cursor: pointer;
}

.custom-select .ant-table-tbody > tr:hover > td {
  background-color: #E6F4FF !important; 
}