@charset "UTF-8";
.AppLayout {
  height: 100vh;
  position: relative;
}
.AppLayout .logo {
  padding: 8px;
  text-align: center;
  color: #000;
}
.AppLayout .logo img {
  display: block;
  max-width: 190px;
  max-height: 70px;
  width: auto;
  height: auto;
}
.AppLayout .sider {
  position: relative;
  box-shadow: 6px 0 18px rgba(0, 0, 0, 0.06);
  z-index: 999;
}
.AppLayout .sidebar-menu {
  height: calc(100% - 74px);
  overflow-y: auto;
}
.AppLayout .content {
  min-height: 28rem;
  overflow-y: auto;
}
.AppLayout .collapsed {
  height: 30px;
  width: 30px;
  background: #3b60e4;
  position: absolute;
  right: 0;
  transform: translateX(50%);
  bottom: 20px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.AppLayout .modal-listen-fixed {
  z-index: 999999;
  width: 500px;
  height: 170px;
  border-radius: 8px;
  background-color: #bfbfbf;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: move;
  user-select: none;
}
.AppLayout .modal-listen-fixed .close-modal {
  position: absolute;
  top: 4px;
  right: 4px;
}
.AppLayout .modal-listen-fixed .image {
  width: 150px;
  height: 150px;
}
.AppLayout .modal-listen-fixed .image img {
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  border-radius: 8px;
}
.AppLayout .modal-listen-fixed .list-play {
  width: 320px;
  height: 130px;
  padding: 10px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.form-item-require .ant-form-item-label > label::before {
  display: inline-block;
  margin-inline-end: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.ant-badge-status-dot {
  width: 8px !important;
  height: 8px !important;
}
.meeting-modal .ant-modal-content {
  border-radius: 12px;
  padding: 0;
}
.meeting-modal .title-modal {
  width: 100%;
  cursor: move;
  padding-top: 12px;
  padding-left: 24px;
}
.meeting-modal .text-recording {
  position: absolute;
  top: 70px;
  left: 20px;
  padding: 5px 10px;
  color: #fff;
}
.ant-menu-submenu-title {
  font-weight: bold;
}
.ant-menu-title-content a[href="/dashboard"], a[href="/cuoc-hop"] {
  font-weight: bold;
}
.header-remake {
  padding: 24px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-remake .user-interface {
  display: flex;
  gap: 16px;
  align-items: center;
}
.header-remake .user-interface .change-language {
  border-radius: 8px;
  padding: 4px 8px;
  background-color: #fff;
  border: 1px solid #1d519e;
}
.header-remake .user-interface .notification-icon {
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  width: 48px;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-remake .user-interface .username-info {
  width: 296px;
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.header-remake .user-interface .username-info .user-icon {
  background-color: #3b60e4;
  padding: 8px;
  border-radius: 8px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-remake .user-interface .username-info .username-text {
  font-size: 18px;
}
.header-remake .user-interface .username-info .down-icon {
  margin-left: auto;
}
.Login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: cadetblue;
  background-image: url("/images/background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.Login img {
  width: 100%;
  object-fit: cover;
}
.Login .lng {
  position: absolute;
  top: 20px;
  right: 50px;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #1d519e;
}
.Login .login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding: 4rem;
  width: 500px;
  height: 600px;
}
.Login .copyright-brand {
  color: #595959;
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
  padding-top: 20px;
}
.dashboard {
  min-height: auto;
  margin: 12px 24px 0 24px;
}
.dashboard .overview-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .dashboard .overview-card {
    grid-template-columns: repeat(5, 1fr);
  }
}
.dashboard .overview-card .overview-card-item {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  height: 120px;
}
.dashboard .overview-card .overview-card-item .overview-title {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-bottom: 5px;
}
.dashboard .overview-card .overview-card-item .overview-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard .overview-card .overview-card-item .overview-content .overview-value {
  font-size: 32px;
  font-weight: 600;
}
.dashboard .summary-content {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-template-areas: "meeting meeting" "news    chart" "schedule schedule";
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .dashboard .summary-content {
    grid-template-columns: 34% 34% 30%;
    grid-template-areas: "meeting meeting schedule" "news    chart   schedule";
  }
}
.dashboard .summary-content .summary-content-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.dashboard .summary-content .meeting {
  grid-area: meeting;
}
.dashboard .summary-content .meeting .meeting-table .status,
.dashboard .summary-content .meeting .meeting-table .action {
  max-width: fit-content;
  padding: 2px 10px 2px 10px;
  border: 1px solid;
}
.dashboard .summary-content .meeting .meeting-table .status {
  border-radius: 60px;
}
.dashboard .summary-content .meeting .meeting-table .action {
  border-radius: 5px;
}
.dashboard .summary-content .editing-header,
.dashboard .summary-content .meeting-header,
.dashboard .summary-content .schedule-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.dashboard .summary-content .editing-header .title,
.dashboard .summary-content .meeting-header .title,
.dashboard .summary-content .schedule-header .title {
  color: #292929;
  font-size: 20px;
  font-weight: 600;
}
.dashboard .summary-content .editing-header .link,
.dashboard .summary-content .meeting-header .link,
.dashboard .summary-content .schedule-header .link {
  color: #192bc2;
  font-size: 14px;
  letter-spacing: 0.28px;
  cursor: pointer;
}
.dashboard .summary-content .news {
  grid-area: news;
}
.dashboard .summary-content .news .news-overview {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.dashboard .summary-content .news .news-overview .news-overview-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background-color: #f0f0f0;
  padding: 8px 16px;
  flex-basis: 50%;
  flex-grow: 1;
}
.dashboard .summary-content .news .news-overview .news-overview-item .news-overview-value {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  .dashboard .summary-content .news .news-overview .news-overview-item .news-overview-value {
    color: #292929;
    font-size: 32px;
    font-weight: 600;
  }
}
.dashboard .summary-content .news .news-overview .news-overview-item .news-overview-label {
  color: #666;
  font-size: 12px;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 1400px) {
  .dashboard .summary-content .news .news-overview .news-overview-item .news-overview-label {
    font-size: 14px;
  }
}
.dashboard .summary-content .chart {
  grid-area: chart;
  max-width: 100%;
}
.dashboard .summary-content .chart .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap {
  justify-content: flex-end;
}
.dashboard .summary-content .chart .ant-tabs .ant-tabs-nav .title {
  color: #292929;
  font-size: 20px;
  font-weight: 600;
}
.dashboard .summary-content .chart .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .chart-item canvas {
  height: 270px !important;
}
.dashboard .summary-content .chart .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .chart-empty {
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard .summary-content .chart .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .footer {
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
}
.dashboard .summary-content .broadcast-schedule {
  grid-area: schedule;
}
.dashboard .summary-content .broadcast-schedule .schedule-overview {
  margin: 10px 0;
  display: flex;
  gap: 16px;
}
.dashboard .summary-content .broadcast-schedule .schedule-overview .schedule-overview-item {
  border-radius: 4px;
  background: #f0f0f0;
  padding: 18px 5px;
  text-align: center;
  flex: 1;
}
.dashboard .summary-content .broadcast-schedule .schedule-overview .schedule-overview-item .value {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  .dashboard .summary-content .broadcast-schedule .schedule-overview .schedule-overview-item .value {
    color: #292929;
    font-size: 32px;
    font-weight: 600;
  }
}
.dashboard .summary-content .broadcast-schedule .schedule-overview .schedule-overview-item .label {
  color: #666;
  font-size: 12px;
  letter-spacing: 0.32px;
}
@media screen and (min-width: 1400px) {
  .dashboard .summary-content .broadcast-schedule .schedule-overview .schedule-overview-item .label {
    font-size: 14px;
  }
}
.dashboard .summary-content .broadcast-schedule .schedule-content .group-select {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .group-select .ant-form-item {
  margin-bottom: 0;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .group-select label {
  font-size: 16px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .group-select .select {
  width: fit-content;
  max-width: 200px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .group-select .date {
  width: 150px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list {
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  max-height: 400px;
  height: fit-content;
  min-height: 100px;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1400px) {
  .dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list {
    max-height: 650px;
  }
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .data-empty {
  color: #bdbdbd;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item {
  height: auto;
  margin-top: 10px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-header .header-left,
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-header .header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #192bc2;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-header .header-left .status {
  padding: 3px 10px 3px 10px;
  border: 1px solid;
  border-radius: 50px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-title {
  color: #292929;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-footer {
  font-size: 14px;
  gap: 8px;
  color: #b3b3b3;
  margin-bottom: 10px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-footer .footer-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.Group {
  position: relative;
  min-height: 98%;
  padding: 12px 24px 0 24px;
}
.Group .header-content {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
.Group .load-more {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.Group .ant-space-compact-block {
  width: auto;
  margin: 0;
}
.Zone {
  position: relative;
  min-height: 98%;
  padding: 12px 24px 0 24px;
}
.Zone .header-content {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
.Zone .load-more {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.Zone .ant-space-compact-block {
  width: auto;
  margin: 0;
}
.dashboard {
  min-height: auto;
  margin: 12px 24px 0 24px;
}
.dashboard .overview-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .dashboard .overview-card {
    grid-template-columns: repeat(5, 1fr);
  }
}
.dashboard .overview-card .overview-card-item {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  height: 120px;
}
.dashboard .overview-card .overview-card-item .overview-title {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-bottom: 5px;
}
.dashboard .overview-card .overview-card-item .overview-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard .overview-card .overview-card-item .overview-content .overview-value {
  font-size: 32px;
  font-weight: 600;
}
.dashboard .summary-content {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-template-areas: "meeting meeting" "news    chart" "schedule schedule";
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .dashboard .summary-content {
    grid-template-columns: 34% 34% 30%;
    grid-template-areas: "meeting meeting schedule" "news    chart   schedule";
  }
}
.dashboard .summary-content .summary-content-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.dashboard .summary-content .meeting {
  grid-area: meeting;
}
.dashboard .summary-content .meeting .meeting-table .status,
.dashboard .summary-content .meeting .meeting-table .action {
  max-width: fit-content;
  padding: 2px 10px 2px 10px;
  border: 1px solid;
}
.dashboard .summary-content .meeting .meeting-table .status {
  border-radius: 60px;
}
.dashboard .summary-content .meeting .meeting-table .action {
  border-radius: 5px;
}
.dashboard .summary-content .editing-header,
.dashboard .summary-content .meeting-header,
.dashboard .summary-content .schedule-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.dashboard .summary-content .editing-header .title,
.dashboard .summary-content .meeting-header .title,
.dashboard .summary-content .schedule-header .title {
  color: #292929;
  font-size: 20px;
  font-weight: 600;
}
.dashboard .summary-content .editing-header .link,
.dashboard .summary-content .meeting-header .link,
.dashboard .summary-content .schedule-header .link {
  color: #192bc2;
  font-size: 14px;
  letter-spacing: 0.28px;
  cursor: pointer;
}
.dashboard .summary-content .news {
  grid-area: news;
}
.dashboard .summary-content .news .news-overview {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.dashboard .summary-content .news .news-overview .news-overview-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background-color: #f0f0f0;
  padding: 8px 16px;
  flex-basis: 50%;
  flex-grow: 1;
}
.dashboard .summary-content .news .news-overview .news-overview-item .news-overview-value {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  .dashboard .summary-content .news .news-overview .news-overview-item .news-overview-value {
    color: #292929;
    font-size: 32px;
    font-weight: 600;
  }
}
.dashboard .summary-content .news .news-overview .news-overview-item .news-overview-label {
  color: #666;
  font-size: 12px;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 1400px) {
  .dashboard .summary-content .news .news-overview .news-overview-item .news-overview-label {
    font-size: 14px;
  }
}
.dashboard .summary-content .chart {
  grid-area: chart;
  max-width: 100%;
}
.dashboard .summary-content .chart .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap {
  justify-content: flex-end;
}
.dashboard .summary-content .chart .ant-tabs .ant-tabs-nav .title {
  color: #292929;
  font-size: 20px;
  font-weight: 600;
}
.dashboard .summary-content .chart .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .chart-item canvas {
  height: 270px !important;
}
.dashboard .summary-content .chart .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .chart-empty {
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard .summary-content .chart .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane .footer {
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
}
.dashboard .summary-content .broadcast-schedule {
  grid-area: schedule;
}
.dashboard .summary-content .broadcast-schedule .schedule-overview {
  margin: 10px 0;
  display: flex;
  gap: 16px;
}
.dashboard .summary-content .broadcast-schedule .schedule-overview .schedule-overview-item {
  border-radius: 4px;
  background: #f0f0f0;
  padding: 18px 5px;
  text-align: center;
  flex: 1;
}
.dashboard .summary-content .broadcast-schedule .schedule-overview .schedule-overview-item .value {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  .dashboard .summary-content .broadcast-schedule .schedule-overview .schedule-overview-item .value {
    color: #292929;
    font-size: 32px;
    font-weight: 600;
  }
}
.dashboard .summary-content .broadcast-schedule .schedule-overview .schedule-overview-item .label {
  color: #666;
  font-size: 12px;
  letter-spacing: 0.32px;
}
@media screen and (min-width: 1400px) {
  .dashboard .summary-content .broadcast-schedule .schedule-overview .schedule-overview-item .label {
    font-size: 14px;
  }
}
.dashboard .summary-content .broadcast-schedule .schedule-content .group-select {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .group-select .ant-form-item {
  margin-bottom: 0;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .group-select label {
  font-size: 16px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .group-select .select {
  width: fit-content;
  max-width: 200px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .group-select .date {
  width: 150px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list {
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  max-height: 400px;
  height: fit-content;
  min-height: 100px;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1400px) {
  .dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list {
    max-height: 650px;
  }
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .data-empty {
  color: #bdbdbd;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item {
  height: auto;
  margin-top: 10px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-header .header-left,
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-header .header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #192bc2;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-header .header-left .status {
  padding: 3px 10px 3px 10px;
  border: 1px solid;
  border-radius: 50px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-title {
  color: #292929;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-footer {
  font-size: 14px;
  gap: 8px;
  color: #b3b3b3;
  margin-bottom: 10px;
}
.dashboard .summary-content .broadcast-schedule .schedule-content .schedule-list .schedule-item .schedule-item-footer .footer-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.editing-page {
  max-height: calc(100vh - 100px);
}
@media screen and (max-width: 1400px) {
  .editing-page .filter-header {
    width: 56vw;
    flex-wrap: wrap;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .editing-page .filter-header {
    width: 50vw;
    flex-wrap: wrap;
    height: auto;
  }
}
.editing-page .editing-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  width: 100%;
  max-height: calc(100vh - 300px);
  padding-bottom: 10px;
  overflow-y: scroll;
  height: fit-content;
  min-height: 200px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media screen and (max-width: 1400px) {
  .editing-page .editing-list {
    max-height: calc(100vh - 380px);
  }
}
.editing-page .editing-list::-webkit-scrollbar {
  display: none;
}
.editing-page .editing-list .editing-item {
  min-width: calc((100% - 80px) / 5);
  max-width: calc((100% - 80px) / 5);
}
.editing-page .editing-list .editing-item:hover {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
@media screen and (max-width: 1400px) {
  .editing-page .editing-list .editing-item {
    min-width: calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 1200px) {
  .editing-page .editing-list .editing-item .ant-tag {
    font-size: 11px;
  }
}
.editing-page .editing-list .editing-item .item-title {
  font-weight: 600;
  font-size: 15px;
}
.editing-page .editing-list .editing-item .item-image {
  position: relative;
}
.editing-page .editing-list .editing-item .item-image .image {
  width: 100%;
  opacity: 0.85;
}
.editing-page .editing-list .editing-item .item-image .music-dot-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.editing-page .editing-list .editing-item .item-action {
  padding-top: 15px;
  font-size: 19px;
}
.editing-page .editing-list .editing-item .col-right {
  text-align: right;
}
.editing-page .editing-list .editing-item .ant-card-body {
  padding: 6px 10px;
}
.editing-page .ant-pagination {
  text-align: right;
  margin-top: 24px;
}
.editing-page .ant-form-item {
  margin-bottom: 0;
}
.DeviceConfiguration .box-header {
  display: flex;
  justify-content: flex-end;
}
.DeviceConfiguration .box-setting {
  height: 18rem;
  background-color: #f0f0f0;
  border-radius: 1rem;
  padding: 1.6rem;
  overflow-y: auto;
  margin-bottom: 8px;
}
.DeviceConfiguration .box-setting .box-item .ant-badge {
  width: 100%;
}
.DeviceConfiguration .box-setting .box-item .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 0.5rem;
  height: 90px;
}
.CardContainer {
  position: relative;
  margin-top: 20px;
}
.CardContainer .card {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  min-height: 400px;
}
.CardContainer .card .Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.CardContainer .card .Info {
  font-size: 16px;
  font-weight: 400 !important;
}
.CardContainer .card .Info span:nth-child(3) {
  color: #d02127;
}
.CardContainer .card .Info span:nth-child(5) {
  color: #1bb36b;
}
.CardContainer .card .Content {
  height: 100%;
}
.CardContainer .card .Content .card-image {
  padding: 25px !important;
  display: flex;
  justify-content: center;
  align-self: center;
}
.CardContainer .card .Content .card-image img {
  width: 250px;
  height: auto;
  object-fit: cover;
}
.CardContainer .card .Content .divider {
  background-color: #f0f2f5;
  width: 2px;
  height: 100%;
}
.CardContainer .card .Content .Expanded {
  padding-top: 12px;
  padding-right: 15px !important;
  height: 278px;
  overflow-y: auto;
}
.CardContainer .card .Content .ExpandedActive {
  padding-top: 12px;
  height: auto;
  transition: 0.5s ease-in-out;
  animation: expand 0.5s ease-in-out;
}
.CardContainer .card .Content .Expanded .item,
.CardContainer .card .Content .ExpandedActive .item {
  height: 120px;
  padding: 10px;
  border-radius: 8px;
  background-color: #f0f2f5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.CardContainer .card .Content .Expanded .item-name,
.CardContainer .card .Content .ExpandedActive .item-name {
  font-size: 14px;
}
.CardContainer .card .Content .Expanded .item-desc,
.CardContainer .card .Content .ExpandedActive .item-desc {
  font-size: 20px;
}
.CardContainer .card .Content .Expanded .item-avt,
.CardContainer .card .Content .ExpandedActive .item-avt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9747ff;
  border-radius: 0 8px;
  width: 28px;
  height: 28px;
}
.CardContainer .card .Content .Expanded .item-status,
.CardContainer .card .Content .ExpandedActive .item-status {
  position: absolute;
  top: 5px;
  left: 10px;
}
.CardContainer .ExpandIcon {
  position: absolute;
  bottom: 0;
  right: 50px;
  transform: translateY(50%);
  z-index: 100;
}
@keyframes expand {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  80% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(auto);
  }
}
.modal-whip-fixed {
  z-index: 9;
  width: 386px;
  height: 180px;
  border-radius: 12px;
  background-color: #ECEFF1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: move;
  user-select: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.modal-whip-fixed .volume-line {
  position: relative;
  width: 100%;
  height: 60px;
  /* chiều cao tối đa của waveform */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.modal-whip-fixed .volume-bar-dot {
  transition: height 0.1s ease;
}
.modal-whip-fixed .image {
  flex: 1;
  background-color: #13163d;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.modal-whip-fixed .image .volume-bars {
  width: 100%;
  position: absolute;
  display: flex;
  gap: 2px;
  align-items: flex-end;
}
.modal-whip-fixed .image .volume-bar {
  width: 4px;
  background-color: #1E2A5E;
  border-radius: 2px;
  transition: height 0.1s;
}
.modal-whip-fixed .list-play {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-top: 8px;
}
.modal-whip-fixed .list-play .btn-mic,
.modal-whip-fixed .list-play .btn-stop {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-whip-fixed .list-play .btn-mic button,
.modal-whip-fixed .list-play .btn-stop button {
  background: none;
  border: none;
  cursor: pointer;
}
.modal-whip-fixed .list-play .btn-mic button img,
.modal-whip-fixed .list-play .btn-stop button img {
  width: 36px;
  height: 36px;
  transition: transform 0.2s ease;
}
.modal-whip-fixed .list-play .btn-mic button:hover img,
.modal-whip-fixed .list-play .btn-stop button:hover img {
  transform: scale(1.1);
}
.modal-whip-fixed audio {
  display: none;
}
.PlayModal {
  position: relative;
  padding: 0px;
}
.PlayModal .ant-modal-content {
  padding: 0px;
}
.PlayModal .ant-modal-close-x {
  color: #fff;
}
.PlayModal .file-list {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 5px 18px;
  font-size: 16px;
  gap: 10px;
}
.PlayModal .file-list .file-name {
  width: 100%;
  text-align: left;
  font-size: 16px;
}
.PlayModal .file-list .time {
  text-wrap: nowrap;
  text-align: right;
}
.PlayModal .file-list .marquee {
  padding-right: 30px;
}
.PlayModal .display-play {
  display: flex;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #9da7b4;
  position: absolute;
  background: #f2f4f5;
  width: 100%;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  align-items: center;
}
.PlayModal .ant-btn-link {
  color: initial;
}
.PlayModal .ant-btn:hover {
  color: #fff !important;
}
.PlayModal .full-screen-exit {
  position: absolute;
  top: 360px;
  right: 15px;
  color: #fff;
}
.microphone-input {
  height: 300px;
  display: flex;
  align-items: center;
  border: 1px solid rgb(179, 174, 174);
  background-color: #595959;
}
.volume-bars {
  display: contents;
  align-items: flex-end;
  gap: 4px;
}
.volume-bar {
  width: 300px;
  /* Điều chỉnh kích thước cột theo ý muốn */
  /* background-color: #1E2EC0; */
  height: 2px;
  border-radius: 5px;
  transition: height 0.1s, background-color 0.1s;
}
.custom-audio-whep {
  position: absolute;
  left: 36%;
  top: 70%;
}* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

 {
  /* start custom theme */
  /* end custom theme */
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.p16 {
  padding: 16px;
}
.p4 {
  padding: 4px;
}
.p24 {
  padding: 24px;
}
.my-16 {
  margin: 16px 0;
}
.mb16 {
  margin-bottom: 16px;
}
.mt8 {
  margin-top: 8px;
}
.mt12 {
  margin-top: 12px;
}
.mb12 {
  margin-bottom: 12px;
}
.data-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.DnDPriority {
  width: 100%;
  max-height: 300px;
  height: auto;
  overflow: auto;
  padding: 15px 10px;
  background: #f5f5f5;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  border-radius: 5px;
}
.DnDPriority .priority-item {
  padding: 5px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
}
.table-row-bg {
  background-color: #eaf4ff;
}
.ant-modal-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.ant-modal-footer {
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
  margin-top: 0 !important;
}
.ant-spin {
  max-height: none !important;
  z-index: 999999 !important;
}
.ant-upload-wrapper .ant-upload .ant-upload-drag {
  min-height: 230px !important;
  max-height: 250px !important;
}
.ant-table-body {
  overflow: auto scroll !important;
}
.ant-table-body tr {
  height: 50px;
}
.ant-table-body .ant-table-cell .action-link {
  color: #096dd9;
  text-decoration: underline;
  cursor: pointer;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 0;
}
textarea:where(.css-dev-only-do-not-override-152z6e8).ant-input::-webkit-scrollbar:vertical {
  width: 0.5rem;
}
::-webkit-scrollbar:horizontal {
  height: 0.5rem;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  border: 1px solid #fff;
}
::-webkit-scrollbar-track {
  border-radius: 0.5rem;
  background-color: #fff;
}
.dashboard-form-item-wrapper {
  width: 100% !important;
}
.dashboard-form-item-wrapper .ant-space-item {
  flex-basis: 50% !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.wrapper-disabled {
  cursor: no-drop !important;
}
.ant-row .ant-col .checkboxOne {
  flex: 1;
  padding: 0 8px;
}
.ant-row .ant-col .checkboxOne .ant-form-item-row {
  flex-direction: row;
  align-items: baseline;
}
.ConfirmModal .ant-modal-footer {
  border-top: none;
}
.ant-select-disabled .ant-select-selector {
  color: #333 !important;
  background-color: #f2f2f2 !important;
}
.ant-select-disabled .ant-select-selector .ant-select-selection-item {
  color: #333 !important;
}
.ant-picker-disabled {
  background-color: #f2f2f2 !important;
}
.ant-picker-disabled input {
  color: #333 !important;
}

._listTimeRanges_13xi9_156 {
  height: 200px;
  overflow-y: auto;
}