.logo {
  color: white;
  padding: 10px;
  font-size: 24px;
  text-align: center;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-container {
  flex-wrap: wrap;
}

.ant-layout-sider-zero-width-trigger {
  top: 12px !important;
}

.ant-descriptions-item-content {
  padding: 15px !important;
}

.video-section span, .image-section span {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.video-section span div {
  width: auto !important;
  height: auto !important;
}

.video-section video {
  width: 300px !important;
  height: 300px !important;
  object-fit: cover;
}

.svg-icon svg {
  width: 64px;
  height: 64px;
}

.svg-icon path {
  fill: black;
}

.performer-image {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover;
  border-radius: 50%;
}

.loader-wrapper {
  position: relative;
  height: calc(100vh - 118px);
}

.transaction-tables-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.disputes, .disputes .ant-row, .disputes .ant-card, .disputes .ant-collapse {
  width: 100%;
}

.dispute-form .ant-form-item {
  margin: 0 0 10px;
}

.avatar {
  display: flex;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f1f1f1;
  border-radius: 50%;
  margin-left: 8px;
}

.avatar svg path {
  fill: black;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.ant-menu-item {
  margin-inline: 0 !important;
  margin-block: 0 !important;
  width: calc(100% - 20px) !important;
  margin: 0 10px 10px !important;
  padding-left: 20px !important;
}

.disputes .ant-card {
  height: 100%;
}