.ModalTable {
  position: absolute;
  z-index: 6;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.ModalTable_Content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ModalTable_Content_Header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
}
.ModalTable_Content_Header > div {
  font-size: 18px;
}
.ModalTable_ContentMain {
  overflow: auto;
  position: relative;
  background: inherit;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* .ModalTable_ContentMain > div:nth-child(even) {
  background-color: #f7f7f7;
} */
.ModalTable_ContentMain_Header {
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 0px;
  /* border-bottom: 1px solid rgb(0,0,0,0.1); */
  background: inherit;
  width: auto;
  background: inherit;
  z-index: 3;
}
.StickyLeftTop {
  position: sticky;
  left: 0px;
  top: 0px;
  background: inherit;
  z-index: 4;
  -webkit-box-shadow: 5px 0px 10px -3px rgba(34, 60, 80, 0.1);
  -moz-box-shadow: 5px 0px 10px -3px rgba(34, 60, 80, 0.1);
  box-shadow: 5px 0px 10px -3px rgba(34, 60, 80, 0.1);
  padding-right: 8px;
}
.StickyLeft {
  position: sticky;
  left: 0px;
  background: inherit;
  z-index: 3;
  -webkit-box-shadow: 5px 0px 10px -3px rgba(34, 60, 80, 0.1);
  -moz-box-shadow: 5px 0px 10px -3px rgba(34, 60, 80, 0.1);
  box-shadow: 5px 0px 10px -3px rgba(34, 60, 80, 0.1);
  padding-right: 8px;
}
.ModalTable_ContentMain_Row {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.ValueBlock {
  padding: 10px 5px;
  width: 100%;
  min-height: 40px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.WidthBreak {
  width: 100%;
  flex: 1;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  /* box-sizing: border-box;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
  /* min-height: 100px !important; */
}
.RightLine {
  border-right: 1px solid rgb(0, 0, 0, 0.1);
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
.Ico_Back {
  width: 16px;
  height: 16px;
  background-image: url(https://xn--80asg7a0b.xn--b1aekybj1ao.xn--p1ai/forour/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
  transform: rotate(180deg);
}
.Label_Back {
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.Table_Col {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 100%;
  background: white;
  padding: 0px 4px;
  align-items: center;
  justify-content: flex-end;
}
.Table_Download {
  cursor: pointer;
}
.Row_Buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.ModalTable_Content_Header > div:first-child {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.ModalTable_Content_Header > div:last-child {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.PriceValue {
  justify-content: flex-end;
}
.NumberValue {
  justify-content: flex-end;
}
.PercentValue {
  justify-content: flex-end;
}
.TextRightValue {
  justify-content: flex-end;
}
.TextValue {
  justify-content: flex-start;
}
.ModalTable_ContentMain_HeaderItemRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  position: relative;
  background: inherit;
}
.ModalTable_ContentMain_HeaderItem {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.BottomLine {
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
.cellArrow {
  width: 16px;
  height: 16px;
  background-image: url(https://xn--80asg7a0b.xn--b1aekybj1ao.xn--p1ai/forour/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
}
.ImageValue {
  min-width: 60px;
  min-height: 90px;
}
.ImageValue > img {
  min-width: 60px;
  max-width: 60px;
  min-height: 90px;
  max-height: 90px;
}
.TableFilter {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.TableFilter > button {
  padding: 0px 4px;
  font-weight: 700;
}
.TableFilter_Main {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent;
}
.TableFilter_Block {
  position: relative;
  width: 350px;
  height: auto;
  border-radius: 16px;
  padding: 16px;
  background: white;
  border: 1px solid #fafafa;
  box-shadow: 0 4px 24px #00000026;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.TableFilter_Block_Buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.TableFilter_Block_Buttons > button {
  width: 100%;
  outline: none;
  border: none;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.TableFilter_Block_Search {
  outline: none;
  border: 1px solid gray;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 8px;
}
.TableFilter_Block_FiltersButton {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-end;
  font-size: 12px;
}
.TableFilter_Block_FiltersButton > div {
  cursor: pointer;
}
.TableFilter_Block_Values {
  width: 100%;
  border: 1px solid gray;
  border-radius: 8px;
  padding: 8px;
  max-height: 250px;
  overflow-x: hidden;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.TableFilter_Block_Value {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.ico_filterMinOff {
  width: 24px;
  height: 24px;
  background-image: url(https://xn--80asg7a0b.xn--b1aekybj1ao.xn--p1ai/forour/filterMinOff.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
}
.ico_filterMinOn {
  width: 24px;
  height: 24px;
  background-image: url(https://xn--80asg7a0b.xn--b1aekybj1ao.xn--p1ai/forour/filterMinOn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
}
.TableEditValue {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.TableEditValue > input {
  outline: none;
  border: none;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 2px;
  font-size: 14px !important;
  color: rgb(56, 56, 56);
  width: calc(100% - 16px);
  text-align: right;
}
.TableEditValue > input:focus {
  border: 2px solid #2f81edad;
}
.TableEditValue:hover > .ico_edit {
  display: block;
}
.TableEditValue:hover > .ico_edit_none {
  display: none;
}
.ico_edit_none {
  min-width: 16px;
  min-height: 16px;
  display: block;
}
.ico_edit {
  display: none;
  width: 16px;
  height: 16px;
  background-image: url(https://xn--80asg7a0b.xn--b1aekybj1ao.xn--p1ai/forour/edit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
}

.CustomCheckbox {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  border-radius: 4px;
}
.CustomCheckboxChecked {
  background: url(https://xn--80asg7a0b.xn--b1aekybj1ao.xn--p1ai/forour/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.Calendar {
  width: 100%;
  height: auto;
}
.Calendar_Main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: center;
}
.Calendar_Item {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.Calendar_ItemLabel {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 8px;
}
.Calendar_ItemLabelText {
  flex: 1;
  text-align: center;
}
.Calendar_ItemWeekDay {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.Calendar_ItemWeekDay_Item {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}
.WeekDay {
  color: #868686;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.prevMonth {
  width: 12px;
  height: 12px;
  background-image: url(https://60edd936-fac8-4ecf-ba11-96e416f59d05.selstorage.ru/forour/icon_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
}
.nextMonth {
  width: 12px;
  height: 12px;
  background-image: url(https://60edd936-fac8-4ecf-ba11-96e416f59d05.selstorage.ru/forour/icon_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
}
.Day {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.SelectedDayBackground::after {
  background-color: #64c6331a;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.SelectedDayBackgroundNA::before {
  background-color: #ff00001a;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.SelectedDayBackgroundLeft::after {
  background-color: #64c6331a;
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}
.SelectedDayBackgroundRight::after {
  background-color: #64c6331a;
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}
.SelectedDayCircle {
  background: #64c633;
  border-radius: 50%;
  color: white !important;
}
.SelectedDayCircleLight {
  background: #2f81ed85;
  border-radius: 50%;
  color: white !important;
}
.loadApi {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.DayLight {
  /* color: rgba(0, 0, 0, 0.15) !important; */
}
