.path-card-view-list .col-sm-3,
.path-card-view-list .col-sm-9 {
  padding: 0;
}

.path-card-view-list .main-container {
  max-width: 1170px;
  margin: 0 auto;
}

.path-card-view-list .main-container>.row::before,
.path-card-view-list .main-container>.row::after {
  display: none;
}

.path-card-view-list .main-container>.row {
  position: relative;
  display: flex;
  min-height: 860px;
  justify-content: center;
}

.path-card-view-list .main-container .col-sm-3 {
  width: 250px;
  margin-right: 90px;
}

.path-card-view-list .main-container .col-sm-9 {
  position: static;
  padding-left: 20px;
  width: calc(100% - 340px);
}

.view-filters {
  position: absolute;
  left: calc(50% - 203px);
  /* width: 406px; */
}

.region-sidebar-first {
  padding-top: 177px;
  width: 250px;
}

.filter-fixed .region-sidebar-first {
  position: fixed;
  top: 0px;
}

.filter-bottom .region-sidebar-first {
  position: absolute;
  top: auto;
  bottom: 80px;
  margin-bottom: 80px;
}

.path-card-view-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.region-sidebar-first ul {
  list-style: none;
  padding: 10px;
  /* max-height: 180px; */
  background-color: #f3f3f3;
}

.region-sidebar-first ul.set-max-height {
  max-height: 185px;
}

.path-card-view-list .facet-item {
  display: block;
}

.facet-filter-reset-btn {
  display: none;
}

.reset-btn.more-link {
  margin-top: 20px;
  text-align: right;
}

.facet-filter-reset-btn {
  margin-top: 20px;
}

.filter-by-label {
  color: #73b0e5;
  font-size: 20px;
  font-weight: 600;
  margin: 0 !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.facets-widget-checkbox h3,
.facets-widget-date_range h3 {
  color: #808080;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  margin: 0 !important;
  position: relative;
}

.facets-widget-checkbox .facet-item label {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  width: calc(100% - 23px);
}

.facets-widget-checkbox .facet-item input {
  margin-right: 10px;
  float: left;
}

.facets-widget-checkbox h3::before,
.facets-widget-date_range h3::before {
  content: url("../../../images/blogs/drop_down_filter.png");
  position: absolute;
  right: 0;
}

.facets-widget-checkbox h3.filter-active,
.facet-active h3,
.facets-widget-date_range h3.filter-active {
  color: #0075db;
}

.facets-widget-checkbox h3.filter-active::before,
.facets-widget-date_range h3.filter-active::before {
  content: url("../../../images/blogs/drop_up_filter.png");
}

.facets-widget-checkbox .item-list__checkbox,
.item-list__date_range {
  display: none;
}

.path-card-view-list .view-filters .control-label {
  display: none;
}

.path-card-view-list .view-filters .form-control {
  font-size: 18px;
  font-weight: 400;
  color: #b2b2b2;
  padding-left: 15px;
  border-radius: 0;
  height: 50px;
  border: 1px solid #cccccc;
  background: #f3f3f3;
  max-width: 346px;
}

.path-card-view-list .view-filters .form-control::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #b2b2b2;
}

.path-card-view-list .view-filters .button {
  background: var(--red);
  border: none;
  border-radius: 0;
  font-size: 0;
  height: 50px;
  width: 50px;
  position: relative;
  outline: none;
}

.path-card-view-list .view-filters .button.btn-info:before {
  content: url("../../../images/blogs/search.png");
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}

.path-card-view-list .view-filters .button.btn-danger:before {
  content: url("../../../images/blogs/reset.png");
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
}

.path-card-view-list .pager .hidden {
  display: none !important;
}

.path-card-view-list .bx-loading {
  min-height: 70px;
  background: url(../../../images/blogs/EIDM_loading_01.svg) center center no-repeat #ffffff30;
  background-size: 70px 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.view-empty {
  width: 100%;
}

.no-result {
  padding-top: 100px;
  text-align: left;
}

.path-card-view-list .page-header,
.page-node-type-blog .page-header,
.page-node-type-publication .page-header {
  display: none;
}


.card-view {
  padding: 80px 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card-view .view-content {
  margin-top: 120px;
  flex-direction: column;
  margin-bottom: 0;
  width: 100%;
  min-height: 600px;
}

.views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.path-card-view-list .card-list {
  width: calc(50% - 55px);
  float: left;
  margin: 0px;
  margin-bottom: 70px;
}

.facets-widget-date_range .control-label {
  font-weight: 400;
  color: #808080;
}

.path-card-view-list .card-list:nth-child(odd) {
  margin-right: 110px;
}

.path-blogs .card-date {
  margin-top: 20px;
}

.path-card-view-list .pager {
  margin: -20px 0 0 0;
}

/*Date-Picker*/

.path-card-view-list .datepicker-dropdown::before,
.path-card-view-list .datepicker-dropdown::after {
  display: none;
}

.path-card-view-list .datepicker {
  border: 0px;
  padding: 15px;
  width: 230px;
}

.path-card-view-list .datepicker .table-condensed {
  width: 100%;
}

.path-card-view-list .datepicker .active.day,
.path-card-view-list .datepicker .year.new.active,
.path-card-view-list .datepicker .year.active,
.path-card-view-list .datepicker .year.active.focused,
.path-card-view-list .datepicker .month.new.active,
.path-card-view-list .datepicker .month.active.focused,
.path-card-view-list .datepicker .month.active,
.path-card-view-list .datepicker .decade.active.focused,
.path-card-view-list .datepicker .decade.active {
  background: #73b0e5 !important;
}

.path-card-view-list .datepicker table {
  font-size: 13px;
}

.path-card-view-list .datepicker .day {
  line-height: 13px;
  border-radius: 0;
}

.path-card-view-list .datepicker thead tr:nth-child(2) {
  background-color: #73b0e5;
  color: white;
}

.path-card-view-list .datepicker thead tr:nth-child(2) th {
  border-radius: 0;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: none;
}

.datepicker .prev,
.datepicker .next,
.datepicker .prev:hover,
.datepicker .next:hover {
  font-size: 0;
  background: url("../../../images/library/icon-datepicker-arrow.png") no-repeat;
  background-position: center;
}

.datepicker .next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* safari issues */
.view-filters>form>.clearfix::before,
.view-filters>form>.clearfix::after,
.views-infinite-scroll-content-wrapper.clearfix::after,
.views-infinite-scroll-content-wrapper.clearfix::before {
  content: none;
}


/******left filter sub data new updates******/

.form-checkboxes ul ul label {
  font-size: 14px !important;
  margin-bottom: 8px !important;
}

/* .facet-item .facet-item--active-trail ul {
  display: block;
} */

/* filter update styles */
.common-listing-filter-view .region-sidebar-first .panel {
  margin-bottom: 0;
}

.common-listing-filter-view .region-sidebar-first .form-actions {
  margin-top: 20px;
}

.common-listing-filter-view .card-view>.view-header {
  position: absolute;
  left: calc(50% - 203px);
}
