/* .acf-taxonomy-field .categorychecklist-holder {
	height:200px !important;
} */
.acf-field-radio .acf-radio-list.acf-bl li:last-child {
  margin-top: 0 !important;
}
.acf-field .acf-label:empty {
  background: red;
}
.acf-input-wrap input::placeholder {
  color: #ccc;
}
#acf-field_64903a230b74f:placeholder-shown,
#acf-field_64903a400b750:placeholder-shown {
  border-color: red;
}
.cc-user-table {
  margin: 20px 0 10px;
}
.cc-user-table th {
  text-align: left;
  font-weight: bold;
  background-color: #fafafa;
}
.cc-user-table td:nth-child(1),
.cc-user-table th:nth-child(1) {
  width: 25%;
}
.cc-user-table td:nth-child(2),
.cc-user-table th:nth-child(2) {
  width: 30%;
}
.cc-user-table td:nth-child(3),
.cc-user-table th:nth-child(3) {
  width: 25%;
}
.cc-user-table td:nth-child(4),
.cc-user-table th:nth-child(4) {
  width: 20%;
}
.cc-user-table td {
  vertical-align: middle;
}
.cc-user-table td a {
  font-weight: bold;
}
.cc-user-table td:nth-child(4) {
  text-align: right;
}
.cc-user-state button {
  border: 0;
  padding: 10px 20px;
  color: #fff;
  border-radius: 3px;
  min-width: 150px;
}
.cc-user-state span {
  font-weight: bold;
}
.cc-user-state span:first-child {
  color: #64b450;
  display: none;
}
.cc-user-state span:last-child {
  color: #dc3131;
  display: inline;
}
.cc-desactivate-user {
  background-color: #dc3131;
  display: none;
}
.cc-activate-user {
  background-color: #64b450;
  display: inline-block;
}
.cc-user-active .cc-desactivate-user {
  display: inline-block;
}
.cc-user-active .cc-activate-user {
  display: none;
}
.cc-user-active span:first-child {
  color: green;
  display: inline;
}
.cc-user-active span:last-child {
  color: red;
  display: none;
}
