.copymatic-alert {
    padding: 16px 22px;
    font-size: 14px;
    margin: 10px 0 0;
    border: 1px solid;
    border-radius: 5px;
	font-weight: 600;
}
.copymatic-alert.warning {
    background: #fff5f5;
    color: #c53030;
    border-color: #c53030;
}
#submit-copymatic-api-key, .copymatic-articles-table tbody{
	transition:all 0.3s ease;
}
.copymatic-articles-table td.copymatic-actions .button-secondary {
    background: #fff;
}
.copymatic-articles-table .column-columnactions {
    width: 370px;
}
.copymatic-articles-table td.copymatic-actions .button {
    margin-right: 8px;
	display: inline-flex;
    align-items: center;
}
.copymatic-articles-table td.copymatic-actions .button span {
    margin-right: 3px;
}
.copymatic-articles-table td {
    vertical-align: middle;
}
.copymatic-articles-table{
	margin-top:5px;
}
.copymatic-articles-table .loading-row p {
    text-align: center;
    font-size: 15px !important;
}
.copymatic-articles-table .loading-row {
    font-size: 15px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: -0.01em;
}
.copymatic-actions p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}
.copymatic-articles-table td.copymatic-actions .button-primary[disabled] {
    color: inherit !important;
    background: #fff !important;
}
.copymatic-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copymatic-heading > div {
    display: flex;
    align-items: center;
    gap: 20px;
}
.copymatic-heading .wp-heading-inline {
    margin: 0 !important;
    padding-top: 0 !important;
}
.lds-ellipsis {
  	margin-bottom: 5px;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 20px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2e16e6;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}