.conflicts-table {
  margin-top: 20px;
  width: 100%;
}

.conflicts-table td {
  padding: 8px !important;
}

.play-button-container {
  position: relative;
  display: inline-block;
}

.play-button-container::before {
  content: "\25B6";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.9em;
  font-size: 2.5rem;
  text-align: center;
  color: #111;
  cursor: pointer;
  z-index: 9999;
  border-radius: 50%;
  border: 8px solid #111;
  padding-left: 0.2rem;
}

.lead-stats-line {
  padding: 8px;
  display: flex;
  align-content: space-between;
  align-items: center;
  width: 100%;
}

.lead-stats-line:hover {
  background: #f8f8f8;
}

.thumbnail-div {
  min-height: 207px;
  min-width: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail-spin {
  margin: auto;
}


.tag {
  padding: 4px 8px;
  background: #EEEEEE;
  border-radius: 4px;
  margin: 2px;
}

.atraiter-box {
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  box-shadow: 1px 2px 4px #EEE;
  margin-bottom: 30px;
}

.atraiter-header {
  background: #f5f5f5;
  padding: 12px;
  font-weight: bold;
}

.atraiter-body {
  padding: 12px;
  font-size: 15px;
  height: 200px;
  overflow-y: scroll;
}

.atraiter-lead-name {
  width: 250px;
}

.atraiter-table-header {
  color: #949FA7;
  text-align: left;
}

.atraiter-table-body {
  text-align: left;
  padding-top: 10px;
}

.red-point {
  background: #CA0608;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 5px;
}


.antd-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.antd-table th,
.antd-table td {
  padding: 24px;
  border-bottom: 1px solid #f0f0f0;
}

.antd-table th {
  background-color: #fafafa;
  text-align: left;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
}

.th-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.antd-table tr:hover {
  background-color: #f5f5f5;
}

.antd-table td {
  color: rgba(0, 0, 0, 0.65);
}