<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------------------
*
*	Relationship
*	
*-------------------------------------------------------------------------*/
.acf-custom_relationship .filters {
  border: #DFDFDF solid 1px;
  background: #fff;
}
.acf-custom_relationship .filters li input,
.acf-custom_relationship .filters li select {
  height: 28px;
  line-height: 28px;
  padding: 2px;
  width: 100%;
}
.acf-custom_relationship .filters li input {
  border-color: transparent;
  box-shadow: none;
}
.acf-custom_relationship .filters li .inner {
  padding: 7px 7px 7px 0;
  margin: 0;
}
.acf-custom_relationship .filters li:first-child .inner {
  padding-left: 5px;
}
.acf-custom_relationship .filters .filter {
  margin: 0;
  float: none;
}
.acf-custom_relationship .filters .filter:focus,
.acf-custom_relationship .filters .filter:active {
  outline: none;
  box-shadow: none;
}
.acf-custom_relationship .selection {
  border: #DFDFDF solid 1px;
  position: relative;
  margin-top: -1px;
}
.acf-custom_relationship .values,
.acf-custom_relationship .choices {
  width: 50%;
  background: #fff;
  float: left;
}
.acf-custom_relationship .choices {
  background: #F9F9F9;
}
.acf-custom_relationship .choices .list {
  border-right: #DFDFDF solid 1px;
}
.acf-custom_relationship .list {
  margin: 0;
  padding: 5px;
  height: 160px;
  overflow: auto;
}
.acf-custom_relationship .list .acf-rel-label,
.acf-custom_relationship .list .acf-rel-item,
.acf-custom_relationship .list p {
  padding: 5px 7px;
  margin: 0;
  display: block;
  position: relative;
  min-height: 18px;
}
.acf-custom_relationship .list ul {
  padding-bottom: 5px;
}
.acf-custom_relationship .list ul .acf-rel-item,
.acf-custom_relationship .list ul p {
  padding-left: 20px;
}
.acf-custom_relationship .list .acf-rel-label {
  font-weight: bold;
}
.acf-custom_relationship .list .acf-rel-item {
  color: #333;
  cursor: pointer;
}
.acf-custom_relationship .values .list .acf-rel-item {
  cursor: move;
}
.acf-custom_relationship .acf-rel-item b {
  text-decoration: underline;
  font-weight: normal;
}
.acf-custom_relationship .values .acf-rel-item b {
  text-decoration: none;
}
.acf-custom_relationship .acf-rel-item .thumbnail {
  background: #DFDFDF;
  width: 17px;
  height: 17px;
  float: left;
  margin: 0 5px 0 0;
}
.acf-custom_relationship .acf-rel-item .thumbnail img {
  width: 17px;
  height: 17px;
}
.acf-custom_relationship .acf-rel-item:hover {
  background: #3875D7;
  color: #fff;
}
.acf-custom_relationship .values .acf-icon {
  position: absolute;
  top: 4px;
  right: 7px;
  display: none;
}
html[dir="rtl"] .acf-custom_relationship .values .acf-icon {
  right: auto;
  left: 7px;
}
.acf-custom_relationship .values .acf-rel-item:hover .acf-icon {
  display: block;
}
/* disabled */
.acf-custom_relationship .acf-rel-item.disabled {
  opacity: 0.5;
}
.acf-custom_relationship .acf-rel-item.disabled:hover {
  opacity: 0.5;
  background: transparent;
  color: #333;
  cursor: default;
}

.acf-bl.items .acf-rel-item{
    padding-left: 40px !important;
}

</pre></body></html>