.ant-menu-root {
  border-inline-end: 0 !important;
}

.ant-layout-sider {
  transition: none;
}

h3.ant-typography {
  margin: 0.5em 0;
}

h4.ant-typography {
  margin: 0;
}

h5.ant-typography {
  margin: 0;
}

.ant-list-item-meta-title {
  word-break: break-all;
}

.ant-list-item-meta-description {
  word-break: break-all;
}

.ant-table-row .ant-table-cell:not(.ant-table-row-expand-icon-cell) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
}

.ant-tabs.ant-tabs-top,
.ant-tabs.ant-tabs-bottom {
  padding-left: 12px;
  padding-right: 12px;
}

.ant-tabs-nav {
  margin: 0 !important;
  width: 100%;
}

.ant-tabs-nav-more {
  display: none !important;
}

.ant-menu-item {
  margin-inline: 0 !important;
  width: 100% !important;
}

.ant-menu-item {
  margin-block: 0 !important;
  height: 44px !important;
}

.ant-picker-body {
  padding: 8px !important;
}

.ant-picker-date-panel {
  width: 240px !important;
}

.ant-picker-time-panel-cell-inner {
  width: 38px !important;
  padding-inline-start: 10px !important;
}

.ant-picker-time-panel-column {
  width: 46px !important;
}

.react-grid-layout .react-resizable-handle {
  z-index: 1;
}

.react-grid-layout .react-grid-placeholder {
  display: none;
  /* z-index: 1 !important; */
}

.react-grid-item .react-resizable-handle {
  width: 10px !important;
  height: 10px !important;
}

.react-grid-item .react-resizable-handle::after {
  border-color: #ffffff !important;
  width: 7px !important;
  height: 7px !important;
}

.react-grid-item:not(:hover) .react-resizable-handle::after {
  display: none;
}

.react-grid-layout :is(.resizing, .react-draggable-dragging) {
  z-index: 2 !important;
}

.react-grid-layout {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.react-grid-item {
  position: absolute;
}

body {
  margin: 0;
  overflow-y: auto !important;
  width: 100% !important;
  height: 100vh;
}

button {
  cursor: pointer;
}

img,
canvas {
  vertical-align: top;
}

::-webkit-scrollbar {
  display: none;
}

body {
  --header-height: 64px;
  --side-width: 320px;
  --transparent-bg: rgba(30, 30, 40, 0.55);
}

.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top, width, height;
}
.react-grid-item img {
  pointer-events: none;
  user-select: none;
}
.react-grid-item.cssTransforms {
  transition-property: transform, width, height;
}
.react-grid-item.resizing {
  transition: none;
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}

.kpZMXeJD0pZzCSWuSimp::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1024px) {
  .HC0gcll29fyyaak_rHGl {
    display: none;
  }
}

.gtstimQmOabSqZR2yLvK .ant-btn {
  position: relative;
  z-index: 1;
}

.gtstimQmOabSqZR2yLvK .ant-btn:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: -1;
}

.BSO3ew9SsbagYY3Jcxcg {
  border-radius: 10000px;
  min-width: 120px;
}

.ajQc5ByUNCP7wFxKzrTg {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .O8R6a35yOOBnsrvU86S4 {
    display: none;
  }
}

@media screen and not (max-width: 1024px) {
  .XBwPsU86Aj1vMhSO4i_E {
    display: none;
  }
}

.DALurCXMKLtUAI4vpFey {
  background: var(--transparent-bg);
  border: 0;
}

@media screen and (max-width: 1024px) {
  .P3UFiSyXkgD8Y0Qx3PN8 {
    display: none;
  }
}

@media screen and not (max-width: 1024px) {
  .tmc2BYmHN4ExtI7IIPlB {
    display: none;
  }
}

.QU1YMoli0hUxeRti5q2D {
  position: relative;
  width: 100%;
  height: 100%;
}

.pYdKxQcACtw4jFvgnQop,
.NX5KTkjcGkmKtA7XlkWM,
.kt7oagQKnb30SJzKH_AJ {
  background-size: 100% 100%;
  object-fit: fill;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.rJBrzEPfwZeaw4HBeFM4 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--transparent-bg);
  color: white;
}

.UlFfsRwSWyhkqLGiQkRq {
  height: auto;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 5px;
}

.OF6QNUbXUlxRknur0CcQ {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
}

.SGCnLwtHLBGacN_qzJxA {
  background: var(--transparent-bg);
  color: white;
  padding: 0 5px;
  text-align: center;
  line-height: 1.25;
}

.kt7oagQKnb30SJzKH_AJ {
  opacity: 0;
}

.b_82YVTgCUwkEzqILS9X {
  position: relative;
}

.s_KfaYvf_q4WvXpK3o9Q {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

.vBJH6xF615xeZo2qCCH3 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 1024px) {
  .vBJH6xF615xeZo2qCCH3 {
    grid-template-columns: 1fr;
  }

  .ypyiO9pm0RPFyJ3azVTv {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .NMa34WMsNOCKZVYovqFC {
    display: none;
  }
}

@media screen and not (max-width: 1024px) {
  .R43QJGBMHSN42hclIUlK {
    display: none;
  }
}

.y8P6jSUcP9Ji2q7dDU5s,
.cVEhHbcVVjTQ5RyG30pE,
.PU9hOeeuYH5Hcou991vK,
.ON_GiSZZgQHjKGAKvEEI,
.bW4tYtiOHOdW37M8k_P4 {
  width: 100%;
}

.uryswFPgnTor1S2qdOhS.ON_GiSZZgQHjKGAKvEEI,
.uryswFPgnTor1S2qdOhS.bW4tYtiOHOdW37M8k_P4 {
  aspect-ratio: 4/3;
}

.uryswFPgnTor1S2qdOhS.y8P6jSUcP9Ji2q7dDU5s,
.uryswFPgnTor1S2qdOhS.cVEhHbcVVjTQ5RyG30pE,
.uryswFPgnTor1S2qdOhS.PU9hOeeuYH5Hcou991vK {
  aspect-ratio: 16/9;
}

.y8P6jSUcP9Ji2q7dDU5s video,
.cVEhHbcVVjTQ5RyG30pE video,
.PU9hOeeuYH5Hcou991vK video,
.ON_GiSZZgQHjKGAKvEEI video,
.bW4tYtiOHOdW37M8k_P4 video {
  vertical-align: top;
  width: 100%;
}

.ON_GiSZZgQHjKGAKvEEI video,
.bW4tYtiOHOdW37M8k_P4 video {
  aspect-ratio: 4/3;
}

.cVEhHbcVVjTQ5RyG30pE video,
.PU9hOeeuYH5Hcou991vK video {
  aspect-ratio: 16/9;
}

.ON_GiSZZgQHjKGAKvEEI video,
.cVEhHbcVVjTQ5RyG30pE video {
  object-fit: cover;
}

.bW4tYtiOHOdW37M8k_P4 video,
.PU9hOeeuYH5Hcou991vK video {
  object-fit: fill;
}

.uryswFPgnTor1S2qdOhS video {
  display: none;
}

.SpDAbb0_pUsOXe0Wbr8E {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .gZuh1vKTBLFulLc5R9LC {
    display: none;
  }
}

.v9D2rPnIDxEVE9zikh1S {
  display: flex;
  flex-direction: column;
}

.I8LZ2whvWlM5gXzeC534,
.iyqJ_mdXElOGaxZZ8fDd,
.mCeZDiKbpZ0w1ZY1_cvY,
.nHjKzW9BUXdTfjTKBaZr,
.eyNn8ROr_ZLbbBH8i09X,
.I1L6KQeepACpYRGaZrqy {
  position: sticky;
  z-index: 100;
}

.mCeZDiKbpZ0w1ZY1_cvY,
.nHjKzW9BUXdTfjTKBaZr {
  top: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

@media screen and not (max-width: 1024px) {
  .nHjKzW9BUXdTfjTKBaZr,
  .I1L6KQeepACpYRGaZrqy {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .I8LZ2whvWlM5gXzeC534 {
    display: none;
  }
}

.I8LZ2whvWlM5gXzeC534 {
  top: var(--header-height);
  height: calc(100vh - var(--header-height));
}

.ftfGadIde0cXTCpHg4sL {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.PPdeAT6Yge_tkYWIzq5Y {
  position: absolute;
  transform: translate(100%);
  z-index: 102;
}

.oiKB3PnKMKMwQb_5iYFa {
  position: sticky;
  top: 0;
  z-index: 101;
}

.eyNn8ROr_ZLbbBH8i09X,
.I1L6KQeepACpYRGaZrqy {
  bottom: 0;
}

.z7kzGDViGHjTBn5zsrnh {
  width: 500px;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .Xi5mNLo5mgx2pobCR1QM {
    display: none;
  }
}

