.ldl-search-stats-div {
  text-align: center;
  display: flex;
}

.ldl-search-stat-circle {
  border-radius: 50%;
  display: flex;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  color: #000;
  padding: 0;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
}

.ldl-search-stat-circle .ldl-stat-content {
  position: absolute;
  width: 100px;
  height: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ldl-search-stat-circle .ldl-stat-count {
  display: block;
  font-size: 22px;
  line-height: 15px;
  font-weight: bold;
}
.ldl-search-stat-circle .ldl-stat-name {
  color: rgba(0, 0, 0, 0.7);
}
.ld-search-field-label {
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ld-fld-div {
  margin-right: 10px;
  max-width: 200px;
  margin-bottom: 10px;
  clear: both;
  padding-top: 10px;
}

.ld-search-btn {
  /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
  font-size: 13px;
  font-weight: bold;
  border-radius: 5%;
  border: solid 1px #4479cf;
  color: white;
  background-color: #4479cf;
  width: auto;
  height: 35px;
  margin: 20px 5px;
  width: 100px;
  padding: 5px;
}

.ldl-reccount {
  float: right;
}

.ld-lbl-err {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #c21414;
}

.ld-inp-text {
  height: 28px;
  /* line-height: 30px !important;; */
  padding: 0.4rem 0.4rem !important;
  width: 150px !important;
  font-size: 13px !important;
  margin-top: 0 !important;
  /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
}

.ld-inp-select,
#ldl-custom-search-toggle {
  height: 28px;
  width: 200px !important;
  font-size: 13px !important;
}

.ld-lbl-selections {
  display: block;
}

.ld-inp-div {
  display: flex;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: middle;
}

.ld-numeric-range {
  display: flex;
  align-items: center;
}

.ld-inp-numeric {
  height: 28px;
  /* line-height: 30px !important;; */
  padding: 0.4rem 0.4rem !important;
  font-size: 13px !important;
  width: 85px !important;
  margin: 5px 5px !important;
}

.ld-search-form {
  display: flex;
  margin-top: 15px;
  /* width: 100%; */
}

.sortable-field-choices {
  border: solid 1px #4479cf;
  width: 220px;
  background: #4479cf;
  color: white;
  margin: 3px 3px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.sortable-field-choices input[type="text"].rnam-inp {
  background: transparent;
  color: #fff;
  border: none;
  outline: none;
}

.del-fld {
  margin-right: 9px;
}

.select2-results__options {
  font-size: 13px !important;
  /*   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
}

.select2-selection__choice {
  display: block !important;
  margin-top: 3px !important;
  font-size: 13px !important;
}

.select2-selection__choice__remove {
  margin-right: 4px;
}

.select2-selection__rendered {
  height: 26px;
}

.select2-selection__rendered:empty {
  display: none;
}

.ld-search-form .select2-container .select2-selection--multiple input {
  margin-top: 0;
}

.select2-selection__clear {
  all: unset;
}

.ld-search-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  padding-right: 10px;
}
.ld-search-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 6px;
}
.select2-search__field {
  height: 28px !important;
  font-size: 13px !important;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.ld-search-form
  .select2-container.select2-container--custom-selection.select2-container--default.select2-container--empty {
  display: none;
}

/* toggle the search results display */
.ldl-custom-search-results[custom-search-view]
  #ldatacustomcompanysearch-main-content,
.ldl-custom-search-results[custom-search-view]
  #ldatacustomexecutivesearch-main-content {
  display: none;
}

.ldl-custom-search-results[custom-search-view="company"]
  #ldatacustomcompanysearch-main-content,
.ldl-custom-search-results[custom-search-view="executive"]
  #ldatacustomexecutivesearch-main-content {
  display: block;
}

/* ===================================== */

/* data center */
.lead-date-center-container {
  max-width: 900px;
  margin: auto;
}
.btm-ldl-theme {
  margin-bottom: 10px;
}
.xxbtm-ldl-theme > h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #232526;
}
.xxbtm-ldl-theme .xxbtm-ldl-theme h3 {
  margin-bottom: 15px;
}
.xxbtm-ldl-theme .xxbtm-ldl-theme ul h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 14px;
  position: relative;
  margin-left: 34px;
}
.xxbtm-ldl-theme .xxbtm-ldl-theme ul h4:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 6px;
  background: #ed1d24;
  position: absolute;
  left: -32px;
  top: 46%;
  transform: translateY(-46%);
}
.xxbtm-ldl-theme .xxbtm-ldl-theme ul h4:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 22px;
  background: #ed1d24;
  position: absolute;
  left: -24px;
}
.xxbtm-ldl-theme .xxbtm-ldl-theme ul h4:hover:before,
.xxbtm-ldl-theme .xxbtm-ldl-theme ul h4:hover:after {
  opacity: 0.6;
}
.box.info {
  display: block;
  float: unset !important;
}
.box.info .box-inner-block {
  border: 2px solid #ee1c27;
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-top: 40px;
  max-width: max-content;
}
.box.info .box-inner-block a {
  color: #ed1d24;
  text-decoration: underline;
  font-weight: 500;
}
.ldl-search-stat-circle {
  width: 200px;
  height: 186px;
  margin-bottom: 40px;
  margin-top: -20px;
}
.btm-ldl-build-list h2,
.btm-ldl-estore-intro h2,
.xxxbtm-ldl-theme h3 strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #ed1d24;
  border-top: 2px solid #000000;
  padding-top: 25px;
  position: relative;
  display: block;
}
.btm-ldl-build-list h2:before,
.btm-ldl-estore-intro h2:before,
.xxxbtm-ldl-theme h3 strong:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
  display: block;
  position: absolute;
  top: 7px;
}
.btm-ldl-build-list h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
#ldl_custom_search_form {
  text-transform: uppercase;
  font-weight: 600;
}
.btm-ldl-theme .ld-search-form .ld-fld-div {
  min-width: unset !important;
}
.ld-search-btn {
  margin: 0;
  margin-right: 12px;
}
.ld-search-btn:hover {
  color: transparent;
  background-color: #d21b22;
}
.ld-search-form {
  margin-top: 0 !important;
}
.btm-ldl-build-list > div {
  border-top: 1px solid #8080804a;
  border-bottom: 1px solid #8080804a;
  padding-bottom: 15px;
  margin: 30px 0px;
}
.btm-ldl-estore-intro h4,
.btm-ldl-estore-intro h4 a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.xxxbtm-ldl-theme h4,
.xxxbtm-ldl-theme h4 a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.xxbtm-ldl-theme .xxbtm-ldl-theme {
  padding-left: 60px;
}
@media only screen and (max-width: 768) {
  .xxbtm-ldl-theme .xxbtm-ldl-theme {
    padding-left: 0;
  }
}
