/* css/build.css */
.btn.disabled {
  pointer-events: none;
}

.dynamic-list-controls {
  margin-top: 50px;
}

.dynamic-list-placeholder {
  padding: 20px;
  text-align: center;
  background: rgba(51,51,51,0.1);
  border: 4px solid rgba(51,51,51,0.15);
}

.dynamic-list-add-item {
  position: fixed;
  right: 15px;
  bottom: 15px;
  bottom: calc(15px + env(safe-area-inset-bottom));
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #337ab7;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  font-size: 1.5em;
  color: #fff;
  cursor: pointer;
}

[data-has-notch].platform-web .dynamic-list-add-item {
  bottom: calc(15px + 34px); /* For Fliplet Studio */
}

.fl-menu-circle-right .dynamic-list-add-item {
  right: 75px;
}

.fl-with-bottom-menu .dynamic-list-add-item {
  bottom: 80px;
  bottom: calc(80px + env(safe-area-inset-bottom));
}

[data-has-notch].platform-web .fl-with-bottom-menu .dynamic-list-add-item {
  bottom: calc(80px + 34px); /* For Fliplet Studio */
}

.fl-with-bottom-menu.fl-menu-circle-left .dynamic-list-add-item,
.fl-with-bottom-menu.fl-menu-circle-right .dynamic-list-add-item {
  bottom: 15px;
  bottom: calc(15px + env(safe-area-inset-bottom));
}

[data-has-notch].platform-web .fl-with-bottom-menu.fl-menu-circle-left .dynamic-list-add-item,
[data-has-notch].platform-web .fl-with-bottom-menu.fl-menu-circle-right .dynamic-list-add-item {
  bottom: calc(15px + 34px); /* For Fliplet Studio */
}

.new-agenda-list-container.has-agenda-toggle ~ .dynamic-list-add-item,
.fl-with-bottom-menu.fl-menu-circle-left .new-agenda-list-container.has-agenda-toggle ~ .dynamic-list-add-item {
  bottom: 100px;
  bottom: calc(100px + env(safe-area-inset-bottom));
}

[data-has-notch].platform-web .new-agenda-list-container.has-agenda-toggle ~ .dynamic-list-add-item,
[data-has-notch].platform-web .fl-with-bottom-menu.fl-menu-circle-left .new-agenda-list-container.has-agenda-toggle ~ .dynamic-list-add-item {
  bottom: calc(100px + 34px); /* For Fliplet Studio */
}

.fl-with-bottom-menu .new-agenda-list-container.has-agenda-toggle ~ .dynamic-list-add-item {
  bottom: 166px;
  bottom: calc(166px + env(safe-area-inset-bottom));
}

[data-has-notch].platform-web .fl-with-bottom-menu .new-agenda-list-container.has-agenda-toggle ~ .dynamic-list-add-item {
  bottom: calc(166px + 34px); /* For Fliplet Studio */
}

[data-widget-package="com.fliplet.dynamic-lists"] .btn.dynamic-list-edit-item,
[data-widget-package="com.fliplet.dynamic-lists"] .btn.dynamic-list-delete-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 40px;
  padding: 8px 18px;
  font-size: 0.9em;
  line-height: 24px;
  width: auto;
}

.dynamic-list-delete-item {
  background-color: #f92c26;
  border-color: #f92c26;
}

.dynamic-list-edit-item {
  border: 1px solid #dddddd;
}

.dynamic-list-edit-item:hover,
.dynamic-list-delete-item:hover {
  border: 1px solid transparent;
}

.dynamic-list-edit-item:focus,
.dynamic-list-delete-item:focus {
  outline: none;
}

.dynamic-list-edit-item:active,
.dynamic-list-delete-item:active {
  box-shadow: none;
}

.dynamic-list-edit-item + .dynamic-list-delete-item {
  margin-left: 5px;
}

.close-icon {
  width: 40%;
}

.hidden-filter-controls-filter-wrapper[data-type="date"],
.hidden-filter-controls-filter-wrapper[data-type="number"] {
  white-space: initial !important;
}

.filter-range-block {
  display: inline-block;
}

.filter-range-block:first-child,
.hidden-filter-controls-filter[data-type="date"],
.hidden-filter-controls-filter[data-type="number"] {
  margin-right: 2px !important;
}

[data-filter-group] .hidden-filter-controls-filter.fl-date-picker,
.filter-overlay [data-filter-group] .hidden-filter-controls-filter.fl-date-picker,
[data-filter-group] .hidden-filter-controls-filter.fl-number-input,
.filter-overlay [data-filter-group] .hidden-filter-controls-filter.fl-number-input {
  padding: 0;
  display: inline-block;
  width: 130px;
  overflow: visible;
}

[data-filter-group] .hidden-filter-controls-filter.fl-date-picker > .form-control,
[data-filter-group] .hidden-filter-controls-filter.fl-number-input > .form-control {
  border: none;
  background: none;
  color: inherit;
  height: auto;
  padding: 8px;
  text-align: center;
  min-height: auto;
}

[data-filter-group] .hidden-filter-controls-filter.fl-date-picker > .form-control {
  padding-left: 44px;
}

.ie11 [data-filter-group] .hidden-filter-controls-filter.fl-date-picker > .form-control,
.ie11 [data-filter-group] .hidden-filter-controls-filter.fl-number-filter > .form-control {
  line-height: 1;
}

[data-filter-group] .hidden-filter-controls-filter.fl-date-picker > .fa {
  width: 38px;
  line-height: 38px;
  top: -1px;
  bottom: -1px;
}

.ie11 [data-filter-group] .hidden-filter-controls-filter.fl-date-picker > .fa {
  line-height: 31px;
}

[data-filter-group] .hidden-filter-controls-filter.fl-date-picker > .fa:first-child {
  text-indent: 4px;
}

[data-filter-group] .hidden-filter-controls-filter.mixitup-control-active.fl-date-picker > .fa:first-child {
  border-color: #fff;
}

.ie11 .filter-range-to {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-left: 2px;
}

.ie11 .filter-overlay .filter-range-to {
  margin-top: 15px;
}

.filter-range-reset {
  display: none;
  margin-left: -2px;
  padding-left: 2px;
  padding-right: 2px;
}

.ie11 .filter-range-reset {
  vertical-align: top;
  margin-top: 2px;
}

.ie11 .filter-overlay .filter-range-reset {
  margin-top: 10px;
}

.filter-range-active .filter-range-reset {
  display: inline-block;
}

.filter-item-remove {
  cursor: pointer;
  pointer-events: all;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
}

.applied-filter {
  padding: 0px 5px 0px 14px !important;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  height: 36px;
}

.applied-filter .fa-times {
  height: 15px;
}

.filter-holder .panel-group .panel .panel-body {
  background-color: transparent;
}

.sort-group .list-sort {
  right: 0;
  left: auto;
}

.sort-group .list-sort > li > span {
  padding: 3px 20px;
  display: block;
  clear: both;
  white-space: nowrap;
}

.multiple-images-holder {
  display: flex;
  flex-wrap: wrap;
}

.multiple-images-item {
  width: calc(50% - 7.5px);
  margin-top: 15px;
  border: 1px solid rgba(127, 127, 127, 0.5);
  cursor: pointer;
}

.multiple-images-item:nth-of-type(2n + 1) {
  margin-right: 15px;
}

.multiple-images-item .image {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 640px) {
  .multiple-images-item {
    width: calc(33.33% - 7.5px);
    margin-right: 15px;
  }
}

.file-holder {
  padding: 0;
  list-style-type: none;
}

.file-holder li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
  padding-right: 30px;
  border-bottom: 1px solid rgba(51,51,51,0.2);
  cursor: pointer;
}

.file-holder .file-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 34px;
  min-width: 30px;
  color: #666;
}

.file-info {
  font-size: 0.85em;
}

/*
  This part of the code is needed for supporting .fa-times-thin class in users who updated
  to use UNICODE icons instead of SVG icons.
*/

[data-widget-package="com.fliplet.dynamic-lists"] .close-icon .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 0.8em !important;
}

[data-widget-package="com.fliplet.dynamic-lists"] .close-icon .fa-times-thin::before {
  content: '\002573';
}

/* IE11 layout */
@media screen and (-ms-high-contrast: none) {
  [data-widget-package="com.fliplet.dynamic-lists"] .close-icon .fa-times-thin {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}

/* Safari layout */
@media not all and (min-resolution:.001dpcm) {
  @media {
    [data-widget-package="com.fliplet.dynamic-lists"] .close-icon .fa-times-thin {
      padding-top: 1px;
      padding-bottom: 0px;
    }
  }
}

/* For native devices */
.native.android [data-widget-package="com.fliplet.dynamic-lists"] .close-icon .fa-times-thin {
  padding-top: 5px;
}

.native.ios [data-widget-package="com.fliplet.dynamic-lists"] .close-icon .fa-times-thin {
  padding-top: 1px;
}

.mode-interact [data-dynamic-lists-id] {
  min-height: 32px;
}

/* For MS Edge */
@supports (-ms-ime-align:auto) {
  [data-widget-package="com.fliplet.dynamic-lists"] .close-icon .fa-times-thin {
    padding-top: 1px;
    padding-bottom: 3px;
  }
}

/* For Firefox */
@-moz-document url-prefix() {
  [data-widget-package="com.fliplet.dynamic-lists"] .close-icon .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 5px;
  }

  .no-windows [data-widget-package="com.fliplet.dynamic-lists"] .close-icon .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

/* For Android Chrome browser*/
.android.no-native [data-widget-package="com.fliplet.dynamic-lists"] .close-icon .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 2px;
}


/* css/layout-css/small-card-style.upload.css */
.mode-interact .new-small-card-list-container {
  pointer-events: none;
}

.lock {
  overflow: hidden !important;
}

/* SEARCH FILTER OVERLAY */
.new-small-card-list-container .small-card-search-filter-overlay {
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  right: 0;
  left: 0;
  z-index: 11;
  background-color: transparent;
  transform: translate3d(100%, 0, 0);
  transition: all 0.2s ease-out;
  height: 100vh;
  padding-bottom: env(safe-area-inset-top);
}

.new-small-card-list-container .small-card-search-filter-overlay.display {
  transform: translate3d(0, 0, 0);
}

.new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #232b3f;
  color: #fff;
}

.new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  font-size: 1.2em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #232b3f;
  z-index: 2;
}

.small-card-overlay-header .filter-header-holder {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5px;
}

.filter-header-holder .filter-header-btn-controls {
  text-transform: none;
}

.apply-filters {
  border: 1px solid #337ab7;
  border-radius: 20px;
  padding: 6px 14px;
  background-color: #337ab7;
}

.clear-filters {
  padding: 6px 14px;
}

.clear-filters:hover,
.apply-filters:hover,
.clear-filters:focus,
.apply-filters:focus,
.clear-filters:active,
.apply-filters:active,
.clear-filters:active:hover,
.apply-filters:active:hover,
.clear-filters:active:focus,
.apply-filters:active:focus {
  color: #fff;
  box-shadow: none;
}

.new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 44px;
  padding: 15px;
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

[data-has-notch].platform-web
  .new-small-card-list-container
  .small-card-search-filter-overlay
  .small-card-overlay-content {
  padding-bottom: calc(15px + 34px); /* For Fliplet Studio */
}

.new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-close {
  width: 44px;
  height: 44px;
  padding-left: 15px;
  margin-left: 3px;
  font-size: 1.8em;
  line-height: 44px;
  z-index: 1;
  cursor: pointer;
}

.new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls,
.new-small-card-list-container .small-card-search-filter-overlay .hidden-search-controls {
  height: auto;
  overflow: initial;
  margin: 0;
}

.new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-search {
  padding: 15px 0;
}

.new-small-card-list-container .small-card-search-filter-overlay .current-query-wrapper {
  position: relative;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  color: #ffffff;
  padding: 8px 34px 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1;
}

.new-small-card-list-container
  .small-card-search-filter-overlay
  .current-query-wrapper
  .clear-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter {
  width: auto;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 10px 5px 10px 0;
  font-size: 14px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.new-small-card-list-container
  .small-card-search-filter-overlay
  .hidden-filter-controls-filter:hover,
.new-small-card-list-container
  .small-card-search-filter-overlay
  .hidden-filter-controls-filter:focus {
  color: rgba(255, 255, 255, 0.7);
}

.new-small-card-list-container
  .small-card-search-filter-overlay
  .hidden-filter-controls-filter.mixitup-control-active {
  background-color: #337ab7;
  color: #ffffff;
  border-color: #337ab7;
}

.new-small-card-list-container
  .small-card-search-filter-overlay
  .hidden-filter-controls-filter:last-child {
  margin: 0;
}

.new-small-card-list-container .filters-header {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.new-small-card-list-container .small-card-search-filter-overlay .filter-holder {
  margin: 0 -15px;
}

.new-small-card-list-container .filter-holder .panel-group .panel {
  border: none;
  border-radius: 0;
  background-color: #364363;
  margin-top: 1px;
}

.new-small-card-list-container .filter-holder .panel-group .panel:first-child {
  margin-top: 0;
}

.new-small-card-list-container .filter-holder .panel-default > .panel-heading {
  color: #ffffff;
  background-color: #232b3f;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 15px;
  cursor: pointer;
  position: relative;
}

.new-small-card-list-container .filter-holder .panel-default > .panel-heading h4 {
  font-weight: normal;
}

.new-small-card-list-container .filter-holder .panel-default > .panel-heading .fa {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.5em;
}

.new-small-card-list-container .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

/* User profile */
.new-small-card-list-container .my-profile-container {
  line-height: 1;
  text-align: center;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.new-small-card-list-container .profile-disabled .my-profile-container,
.new-small-card-list-container.loading .my-profile-container {
  display: none;
  pointer-events: none;
}

.new-small-card-list-container .my-profile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  color: rgba(51, 51, 51, 0.4);
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 1.8em;
}

.new-small-card-list-container .profile-image {
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.new-small-card-list-container .my-profile-placeholder {
  width: 100%;
  height: 0;
  position: relative;
  line-height: 24px;
}

.new-small-card-list-container .my-profile-text {
  font-size: 16px;
}

/* SEARCH / FILTERS */
.new-small-card-list-container .section-top-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.new-small-card-list-container .section-top-wrapper.profile-disabled {
  justify-content: flex-end;
}

.new-small-card-list-container .list-search-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.new-small-card-list-container .list-search-icon .fa {
  display: inline-block;
  font-size: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.new-small-card-list-container .list-search-icon li[data-sort-order] .fa {
  display: none;
}

.new-small-card-list-container .list-search-icon li[data-sort-order="none"] .fa.fa-sort,
.new-small-card-list-container .list-search-icon li[data-sort-order="asc"] .fa.fa-sort-asc,
.new-small-card-list-container .list-search-icon li[data-sort-order="desc"] .fa.fa-sort-desc {
  display: inline-block;
}

.new-small-card-list-container .list-search-icon .fa-search.active,
.new-small-card-list-container .list-search-icon .fa-sliders.active {
  display: none;
}

.new-small-card-list-container .list-search-cancel {
  display: none;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
}

.new-small-card-list-container .fa-times {
  text-decoration: none;
}

.new-small-card-list-container .list-search-cancel.active {
  display: inline-block;
}

.new-small-card-list-container .hidden-filter-controls,
.new-small-card-list-container .hidden-search-controls {
  height: 0;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.new-small-card-list-container .hidden-filter-controls-content {
  padding-bottom: 10px;
}

.new-small-card-list-container .hidden-filter-controls-search {
  padding: 18px;
}

.new-small-card-list-container .search-holder {
  width: 100%;
  position: relative;
}

.new-small-card-list-container .search-holder .fa {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #337ab7;
  width: 38px;
  height: 100%;
  font-size: 1.2em;
  line-height: 38px;
  text-align: center;
}

.search-holder .btn.search-btn {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 14px;
  height: 35px;
  line-height: 1.6;
  z-index: 1;
  border-radius: 40px;
  background-color: #eeeeee;
  color: #333333;
  border: none;
  padding: 8px 12px;
  transition: opacity 0.2s ease-out;
}

.search-holder .btn.search-btn:focus,
.search-holder .btn.search-btn:hover,
.search-holder .btn.search-btn:active:focus,
.search-holder .btn.search-btn:active:hover {
  border-radius: 40px;
}

.search-holder .search-feed:focus ~ .btn.search-btn,
.search-holder .search-feed:valid ~ .btn.search-btn {
  opacity: 1;
  pointer-events: all;
}

.search-holder .search-feed:focus ~ .btn.search-btn,
.search-holder .search-feed:focus ~ .btn.search-btn:hover,
.search-holder .search-feed:focus ~ .btn.search-btn:active,
.search-holder .search-feed:focus ~ .btn.search-btn:active:hover {
  border: none;
  background-color: #eeeeee;
}

.search-holder .btn.search-btn:hover,
.search-holder .btn.search-btn:active,
.search-holder .btn.search-btn:active:hover {
  border: none;
  background-color: #eeeeee;
}

.new-small-card-list-container .search-holder .search-btn.searching-btn {
  transition: all 0.15s ease-out;
  pointer-events: none;
}

.new-small-card-list-container .search-holder .search-btn.searching-btn,
.new-small-card-list-container.searching .search-holder .search-btn {
  display: none;
  transition: all 0.15s ease-out;
}

.new-small-card-list-container.searching .search-holder .search-btn.searching-btn {
  display: block;
  min-width: 38px;
  height: 100%;
}

.new-small-card-list-container .search-holder .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 77px 8px 40px;
  height: auto;
}

.new-small-card-list-container .search-holder .form-control:focus {
  border-color: #337ab7;
}

.new-small-card-list-container .hidden-filter-controls-search .search-query-holder {
  width: 100%;
  display: none;
  align-items: center;
  color: #aaaaaa;
  font-size: 14px;
}

.new-small-card-list-container .search-results .hidden-filter-controls-search .search-query-holder {
  display: block;
}

.new-small-card-list-container .current-query-wrapper {
  position: relative;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  color: #ffffff;
  padding: 8px 34px 8px 15px;
  border-radius: 20px;
  line-height: 1;
}

.new-small-card-list-container .current-query {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 185px);
  display: inline-block;
  vertical-align: baseline;
}

.new-small-card-list-container .current-query-wrapper .clear-search {
  position: absolute;
  right: 0;
  top: -2px;
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.new-small-card-list-container .hidden-filter-controls-label {
  font-size: 14px;
  color: #aaaaaa;
  padding: 0 0 5px;
}

.new-small-card-list-container
  .hidden-filter-controls-filter-container
  + .hidden-filter-controls-label {
  padding-top: 10px;
}

.new-small-card-list-container .hidden-filter-controls-label span {
  font-weight: bold;
  text-transform: capitalize;
}

.new-small-card-list-container .hidden-filter-controls-filter-container {
  width: 100%;
  display: flex;
}

.new-small-card-list-container .hidden-filter-controls-filter-wrapper {
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.new-small-card-list-container .hidden-filter-controls-filter {
  width: auto;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 0 5px 7px 0;
  font-size: 14px;
}

.new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  background-color: #337ab7;
  color: #ffffff;
  border-color: #337ab7;
}

.new-small-card-list-container .hidden-filter-controls-filter:last-child {
  margin-right: 15px;
}

.limit-entries-text {
  padding-top: 20px;
  text-align: center;
  opacity: 0.5;
}

.back-button-holder {
  text-align: center;
}

.small-card-back-button {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .small-card-back-button {
    display: inline-block;
  }
}

/* List */
.new-small-card-list-container {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}

.new-small-card-list-container .small-card-list-wrapper {
  padding: 15px 0;
  outline: none;
  display: none;
}

.new-small-card-list-container .small-card-list-wrapper:empty {
  padding: 0;
}

.new-small-card-list-container.ready .small-card-list-wrapper {
  display: block;
}

.new-small-card-list-container .small-card-list-wrapper:focus {
  outline: none;
}

.new-small-card-list-container .no-results-holder,
.new-small-card-list-container .no-bookmarks-holder {
  display: none;
}

.new-small-card-list-container .loading-data,
.new-small-card-list-container .no-results ~ .no-results-holder,
.new-small-card-list-container .no-bookmarks-holder.show,
.new-small-card-list-container.no-results .no-results-holder {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  text-align: center;
  color: #ddd;
}

.new-small-card-list-container.ready .loading-data,
.loading .limit-entries-text,
.filtering .limit-entries-text,
.searching .limit-entries-text {
  display: none;
}

.new-small-card-list-container .small-card-list-item {
  width: 100%;
  height: 80px;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: box-shadow 0.15s ease-out;
  position: relative;
}

.no-touchevents .new-small-card-list-container .small-card-list-item:active,
.no-touchevents .new-small-card-list-container .small-card-list-item:focus,
.no-touchevents .new-small-card-list-container .small-card-list-item:active:focus,
.new-small-card-list-container .small-card-list-item.hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.new-small-card-list-container .small-card-list-item.open {
  overflow: visible;
}

.new-small-card-list-container .small-card-list-image {
  width: 61px;
  height: 100%;
  margin: -1px 0 -1px -1px;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.new-small-card-list-container .small-card-list-item.opening .small-card-list-image {
  overflow: initial;
  -webkit-transform: none;
  transform: none;
}

.new-small-card-list-container .small-card-list-image.no-image {
  display: none;
}

.new-small-card-list-container .small-card-list-image .small-card-list-detail-image {
  border-radius: 15px 0 0 15px;
}

.new-small-card-list-container
  .small-card-list-image
  .small-card-list-detail-wrapper.open
  .small-card-list-detail-image {
  border-radius: 0;
}

.small-card-list-text-wrapper {
  width: calc(100% - 61px);
}

.small-card-list-name,
.small-card-list-role,
.small-card-list-location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 15px;
}

.new-small-card-list-container .small-card-list-text-wrapper {
  height: 100%;
  padding: 0 0 0 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ffffff;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.new-small-card-list-container .small-card-list-image.no-image + .small-card-list-text-wrapper {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.new-small-card-list-container .small-card-list-name {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}

.new-small-card-list-container .small-card-list-role {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.new-small-card-list-container .small-card-list-location {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

.new-small-card-list-container .small-card-bookmark-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  font-size: 25px;
}

.small-card-list-detail-content-wrapper .small-card-bookmark-holder {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  font-size: 25px;
}

.new-small-card-list-container.overlay-active {
  /* Cover circle menu toggle and bottom menu bar when filter overlay is active  */
  z-index: 1010;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (min-width: 640px) {
  .small-card-list-detail-content-wrapper .small-card-bookmark-holder {
    top: 20px;
    left: 40px;
    padding: 0px;
  }
}

.new-small-card-list-container .small-card-bookmark-holder .fa-bookmark-o,
.small-card-list-detail-content-wrapper .small-card-bookmark-holder .fa-bookmark-o {
  color: rgba(51, 51, 51, 0.2);
}

.new-small-card-list-container .small-card-bookmark-holder .fa-bookmark,
.small-card-list-detail-content-wrapper .small-card-bookmark-holder .fa-bookmark {
  color: #337ab7;
}

.small-card-detail-overlay .small-card-bookmark-wrapper {
  display: none;
}

.small-card-detail-overlay .not-bookmarked .small-card-bookmark-wrapper.btn-bookmark,
.small-card-detail-overlay .bookmarked .small-card-bookmark-wrapper.btn-bookmarked {
  display: block;
}

.new-small-card-list-container .small-card-list-detail-image-wrapper,
.small-card-detail-wrapper .small-card-list-detail-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: rgba(51, 51, 51, 0.1);
  background-color: rgba(51, 51, 51, 0.04);
}

.small-card-detail-wrapper .small-card-list-detail-image-wrapper {
  height: 70vh;
}

.new-small-card-list-container .small-card-list-detail-image-wrapper .fa,
.small-card-detail-wrapper .small-card-list-detail-image-wrapper .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
}

.small-card-detail-wrapper .small-card-list-detail-image-wrapper .fa {
  height: 70vh;
}

.new-small-card-list-container .open .small-card-list-detail-image-wrapper .fa,
.small-card-detail-wrapper .small-card-list-detail-image-wrapper .fa {
  font-size: 8em;
}

/* DIRECTORY DETAIL VIEW */

.new-small-card-list-container .small-card-list-detail-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  cursor: default;
  pointer-events: none;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.new-small-card-list-container .small-card-list-detail-image,
.small-card-detail-wrapper .small-card-list-detail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-size: cover;
}

.small-card-detail-wrapper .small-card-list-detail-image {
  height: 70vh;
}

.new-small-card-list-container .small-card-list-detail-image.open {
  width: 100vw;
  height: 70vh;
}

.new-small-card-list-container .small-card-list-detail-content-scroll-wrapper,
.small-card-detail-wrapper .small-card-list-detail-content-scroll-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 12;
  overflow: auto;
  transition: all 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.new-small-card-list-container .small-card-list-detail-content-scroll-wrapper.open,
.small-card-detail-wrapper .small-card-list-detail-content-scroll-wrapper {
  height: 100%;
}

.new-small-card-list-container .small-card-list-detail-content-wrapper,
.small-card-detail-wrapper .small-card-list-detail-content-wrapper {
  top: calc(100vw - 20px);
  position: relative;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  padding: 40px 15px 20px 15px;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

[data-has-notch].platform-web
  .new-small-card-list-container
  .small-card-list-detail-content-wrapper,
[data-has-notch].platform-web .small-card-detail-wrapper .small-card-list-detail-content-wrapper {
  padding-bottom: calc(20px + 34px); /* For Fliplet Studio */
}

.small-card-detail-wrapper .small-card-list-detail-content-wrapper {
  top: 0;
  padding-top: 60px;
}

.small-card-detail-wrapper
  .small-card-list-detail-image-wrapper
  + .small-card-list-detail-content-scroll-wrapper
  .small-card-list-detail-content-wrapper {
  top: calc(100vw + 20px);
  transition: top 0.2s ease-out;
}

.small-card-detail-overlay.ready
  .small-card-detail-wrapper
  .small-card-list-detail-content-wrapper {
  top: 0;
  padding-top: 60px;
}

.small-card-detail-overlay.ready
  .small-card-detail-wrapper
  .small-card-list-detail-image-wrapper
  + .small-card-list-detail-content-scroll-wrapper
  .small-card-list-detail-content-wrapper {
  top: calc(100vw - 20px);
}

.new-small-card-list-container .no-image .small-card-list-detail-content-wrapper {
  top: 0;
  padding-top: 60px;
}

.new-small-card-list-container .small-card-list-detail-edit-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  height: 60px;
  width: 60px;
  opacity: 0.3;
}

.small-card-detail-overlay .small-card-list-detail-name {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
  color: #333333;
  font-weight: 700;
  word-wrap: break-word;
  position: relative;
}

.small-card-detail-overlay .small-card-list-detail-name:after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  background-color: #337ab7;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.small-card-detail-overlay .small-card-list-detail-role {
  margin: 0 0 5px 0;
  font-size: 24px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.small-card-detail-overlay .small-card-list-detail-location {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.4);
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.small-card-detail-overlay .small-card-list-detail-buttons-wrapper {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.small-card-detail-overlay .small-card-list-detail-button {
  width: 60px;
  margin: 0 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.small-card-detail-overlay .small-card-list-detail-button a,
.small-card-detail-overlay .small-card-list-detail-button a:hover,
.small-card-detail-overlay
  .small-card-list-detail-button
  a:focus
  .small-card-detail-overlay
  .small-card-list-detail-button
  a:active,
.small-card-detail-overlay .small-card-list-detail-button a:active:hover,
.small-card-detail-overlay .small-card-list-detail-button a:active:focus {
  text-decoration: none;
}

.small-card-detail-overlay .small-card-list-detail-button .send-message {
  cursor: pointer;
}

.small-card-detail-overlay .small-card-list-detail-button-image {
  color: rgba(51, 51, 51, 0.3);
  text-align: center;
  font-size: 35px;
}

.small-card-detail-overlay .small-card-list-detail-button-text {
  color: rgba(51, 51, 51, 0.5);
  font-size: 10px;
  text-align: center;
}

.small-card-detail-overlay .small-card-list-detail-label {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

.dynamic-list-controls {
  display: none;
}

.small-card-list-detail-wrapper.open .dynamic-list-controls {
  display: block;
}

.small-card-list-item .small-card-details-holder {
  display: none;
}

.small-card-list-item.open .small-card-details-holder {
  display: block;
}

@media screen and (min-width: 640px) {
  .new-small-card-list-container .small-card-list-detail-wrapper.open {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .new-small-card-list-container .small-card-list-detail-wrapper.open {
    padding: 40px 0;
    overflow: auto;
  }

  .new-small-card-list-container .open .small-card-list-detail-image-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }

  .new-small-card-list-container
    .small-card-list-image
    .small-card-list-detail-wrapper.open
    .small-card-list-detail-image {
    border-radius: 20px 20px 0 0;
  }

  .new-small-card-list-container .small-card-list-detail-content-scroll-wrapper.open {
    height: auto;
    position: relative;
  }

  .new-small-card-list-container .open .small-card-list-detail-content-wrapper {
    top: auto;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    padding: 40px;
  }

  .new-small-card-list-container .open .no-image .small-card-list-detail-content-wrapper {
    border-radius: 20px;
    padding-top: 40px;
  }
}

/** OVERLAY **/
.small-card-detail-overlay.open .dynamic-list-controls {
  display: block;
}

.small-card-detail-overlay {
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  pointer-events: all;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
  /*-webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);*/
}

.small-card-detail-overlay.open {
  visibility: visible;
  opacity: 1;
  /*-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
}

.small-card-detail-overlay .small-card-detail-overlay-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.small-card-detail-overlay .small-card-detail-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.small-card-detail-overlay .small-card-detail-overlay-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
}

.small-card-detail-overlay-panel .small-card-detail-overlay-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: transparent !important;
}

.small-card-detail-overlay-wrapper .small-card-detail-overlay-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #333333;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 13;
}

.small-card-detail-overlay-wrapper .small-card-detail-overlay-close.go-previous-screen {
  font-size: 2em;
}

.small-card-detail-overlay-panel .small-card-detail-overlay-content {
  height: 100%;
  overflow: auto;
  padding: 40px 15px 15px 15px;
  word-break: break-word;
}

.small-card-detail-label {
  opacity: 0.5;
  font-size: 1em;
  margin-bottom: 4px;
}

.small-card-detail-value {
  font-size: 1.15em;
  margin-bottom: 25px;
}

.small-card-detail-overlay .small-card-detail-overlay-panel {
  z-index: 1;
}

.small-card-detail-overlay-close.tablet {
  display: none;
}

@media screen and (min-width: 640px) {
  .small-card-detail-overlay .small-card-detail-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 40px 0;
    z-index: 1;
  }

  .small-card-detail-overlay .small-card-detail-overlay-panel {
    position: relative;
    max-width: 600px;
    margin: auto auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .small-card-detail-wrapper .small-card-list-detail-image-wrapper {
    position: relative;
    width: auto;
  }

  .small-card-detail-overlay-panel .small-card-detail-overlay-content,
  .small-card-detail-wrapper .small-card-list-detail-content-wrapper {
    padding: 0;
  }

  .small-card-detail-wrapper .small-card-list-detail-content-wrapper,
  .small-card-detail-overlay.ready
    .small-card-detail-wrapper
    .small-card-list-detail-content-wrapper,
  .small-card-detail-wrapper
    .small-card-list-detail-image-wrapper
    + .small-card-list-detail-content-scroll-wrapper
    .small-card-list-detail-content-wrapper,
  .small-card-detail-overlay.ready
    .small-card-detail-wrapper
    .small-card-list-detail-image-wrapper
    + .small-card-list-detail-content-scroll-wrapper
    .small-card-list-detail-content-wrapper {
    top: 0;
    padding: 40px 40px;
  }

  .small-card-detail-overlay-wrapper
    .small-card-detail-overlay-panel
    .small-card-detail-overlay-content
    .small-card-list-detail-content-scroll-wrapper
    .small-card-list-detail-content-wrapper,
  .small-card-detail-overlay.ready
    .small-card-detail-wrapper
    .small-card-list-detail-image-wrapper
    + .small-card-list-detail-content-scroll-wrapper
    .small-card-list-detail-content-wrapper {
    padding: 60px 40px 40px 40px;
    border-radius: 0;
  }

  .small-card-detail-wrapper .small-card-list-detail-content-scroll-wrapper {
    position: relative;
  }

  .small-card-detail-overlay
    .small-card-detail-wrapper
    .small-card-list-detail-image-wrapper
    ~ .small-card-list-detail-content-scroll-wrapper
    .small-card-list-detail-content-wrapper {
    padding: 40px;
  }
}

.has-bookmarks {
  padding-right: 20px !important;
}

.small-card-detail-overlay-wrapper .small-card-detail-overlay-close .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 0.8em !important;
}

.small-card-detail-overlay-wrapper .small-card-detail-overlay-close .fa-times-thin::before {
  content: "\002573";
}

/* IE11 layout */
@media screen and (-ms-high-contrast: none) {
  .small-card-detail-overlay-wrapper .small-card-detail-overlay-close .fa-times-thin {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .small-card-detail-overlay-wrapper .small-card-detail-overlay-close .win7.fa-times-thin {
    padding-top: 2px;
    padding-bottom: 1px;
    font-weight: lighter;
    font-size: 1.2em !important;
  }

  .small-card-detail-overlay-wrapper .small-card-detail-overlay-close .win7.fa-times-thin::before {
    content: "\2715";
  }
}

/* Safari layout */
@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .small-card-detail-overlay-wrapper .small-card-detail-overlay-close .fa-times-thin {
      padding-top: 1px;
      padding-bottom: 0px;
    }
  }
}

/* For native devices */
.native.android .small-card-detail-overlay-wrapper .small-card-detail-overlay-close .fa-times-thin {
  padding-top: 5px;
}

.native.ios .small-card-detail-overlay-wrapper .small-card-detail-overlay-close .fa-times-thin {
  padding-top: 1px;
}

.mode-interact [data-dynamic-lists-id] {
  min-height: 32px;
}

/* For MS Edge */
@supports (-ms-ime-align: auto) {
  .small-card-detail-overlay-wrapper .small-card-detail-overlay-close .fa-times-thin {
    padding-top: 1px;
    padding-bottom: 3px;
  }
}

/* For Firefox */
@-moz-document url-prefix() {
  .small-card-detail-overlay-wrapper .small-card-detail-overlay-close .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 5px;
  }

  .no-windows .small-card-detail-overlay-wrapper .small-card-detail-overlay-close .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

/* For Android Chrome browser*/
.android.no-native
  .small-card-detail-overlay-wrapper
  .small-card-detail-overlay-close
  .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 2px;
}


/* css/layout-css/news-feed-style.upload.css */
.mode-interact .new-news-feed-list-container {
  pointer-events: none;
}

.lock {
  overflow: hidden !important;
}

/* SEARCH FILTER OVERLAY */
.new-news-feed-list-container .news-feed-search-filter-overlay {
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  right: 0;
  left: 0;
  z-index: 11;
  background-color: transparent;
  transform: translate3d(100%, 0, 0);
  transition: all 0.2s ease-out;
  height: 100vh;
  padding-bottom: env(safe-area-inset-top);
}

.new-news-feed-list-container .news-feed-search-filter-overlay.display {
  transform: translate3d(0, 0, 0);
}

.new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #232b3f;
  color: #fff;
}

.new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  font-size: 1.2em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #232b3f;
  z-index: 2;
}

.news-feed-overlay-header .filter-header-holder {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5px;
}

.filter-header-holder .filter-header-btn-controls {
  text-transform: none;
}

.apply-filters {
  border: 1px solid #337ab7;
  border-radius: 20px;
  padding: 6px 14px;
  background-color: #337ab7;
}

.clear-filters {
  padding: 6px 14px;
}

.clear-filters:hover,
.apply-filters:hover,
.clear-filters:focus,
.apply-filters:focus,
.clear-filters:active,
.apply-filters:active,
.clear-filters:active:hover,
.apply-filters:active:hover,
.clear-filters:active:focus,
.apply-filters:active:focus {
  color: #fff;
  box-shadow: none;
}

.new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 44px;
  padding: 15px;
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

[data-has-notch].platform-web
  .new-news-feed-list-container
  .news-feed-search-filter-overlay
  .news-feed-overlay-content {
  padding-bottom: calc(15px + 34px); /* For Fliplet Studio */
}

.new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  padding-left: 15px;
  font-size: 1.8em;
  line-height: 44px;
  z-index: 1;
  cursor: pointer;
  margin: 2px;
}

.new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls {
  height: auto;
  overflow: initial;
  margin: 0;
}

.new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-search {
  padding: 15px 0;
}

.new-news-feed-list-container .news-feed-search-filter-overlay .current-query-wrapper {
  position: relative;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  color: #ffffff;
  padding: 8px 34px 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1;
}

.new-news-feed-list-container
  .news-feed-search-filter-overlay
  .current-query-wrapper
  .clear-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter {
  width: auto;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 10px 5px 10px 0;
  font-size: 14px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:hover,
.new-news-feed-list-container
  .news-feed-search-filter-overlay
  .hidden-filter-controls-filter:focus {
  color: rgba(255, 255, 255, 0.7);
}

.new-news-feed-list-container
  .news-feed-search-filter-overlay
  .hidden-filter-controls-filter.mixitup-control-active {
  background-color: #337ab7;
  color: #ffffff;
  border-color: #337ab7;
}

.new-news-feed-list-container
  .news-feed-search-filter-overlay
  .hidden-filter-controls-filter:last-child {
  margin: 0;
}

.new-news-feed-list-container .filters-header {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.new-news-feed-list-container .news-feed-search-filter-overlay .filter-holder {
  margin: 0 -15px;
}

.new-news-feed-list-container .filter-holder .panel-group .panel {
  border: none;
  border-radius: 0;
  background-color: #364363;
  margin-top: 1px;
}

.new-news-feed-list-container .filter-holder .panel-group .panel:first-child {
  margin-top: 0;
}

.new-news-feed-list-container .filter-holder .panel-default > .panel-heading {
  color: #ffffff;
  background-color: #232b3f;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 15px;
  cursor: pointer;
  position: relative;
}

.new-news-feed-list-container .filter-holder .panel-default > .panel-heading h4 {
  font-weight: normal;
}

.new-news-feed-list-container .filter-holder .panel-default > .panel-heading .fa {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.5em;
}

.new-news-feed-list-container .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

/* SEARCH / FILTERS */
.new-news-feed-list-container .section-top-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.new-news-feed-list-container .list-search-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.new-news-feed-list-container .list-search-icon .fa {
  display: inline-block;
  font-size: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.new-news-feed-list-container .list-search-icon li[data-sort-order] .fa {
  display: none;
}

.new-news-feed-list-container .list-search-icon li[data-sort-order="none"] .fa.fa-sort,
.new-news-feed-list-container .list-search-icon li[data-sort-order="asc"] .fa.fa-sort-asc,
.new-news-feed-list-container .list-search-icon li[data-sort-order="desc"] .fa.fa-sort-desc {
  display: inline-block;
}

.new-news-feed-list-container .list-search-icon .fa-search.active,
.new-news-feed-list-container .list-search-icon .fa-sliders.active {
  display: none;
}

.new-news-feed-list-container .list-search-cancel {
  display: none;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
}

.new-news-feed-list-container .fa-times {
  text-decoration: none;
}

.new-news-feed-list-container .list-search-cancel.active {
  display: inline-block;
}

.new-news-feed-list-container .hidden-filter-controls,
.new-news-feed-list-container .hidden-search-controls {
  height: 0;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.new-news-feed-list-container .hidden-filter-controls-content {
  padding-bottom: 15px;
}

.new-news-feed-list-container .hidden-filter-controls-search {
  padding: 18px;
}

.new-news-feed-list-container .search-holder {
  width: 100%;
  position: relative;
}

.new-news-feed-list-container .search-holder .fa {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #337ab7;
  width: 38px;
  height: 100%;
  font-size: 1.2em;
  line-height: 38px;
  text-align: center;
}

.search-holder .btn.search-btn {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 14px;
  height: 35px;
  line-height: 1.6;
  z-index: 1;
  border-radius: 40px;
  background-color: #eeeeee;
  color: #333333;
  border: none;
  padding: 8px 12px;
  transition: opacity 0.2s ease-out;
}

.search-holder .btn.search-btn:focus,
.search-holder .btn.search-btn:hover,
.search-holder .btn.search-btn:active:focus,
.search-holder .btn.search-btn:active:hover {
  border-radius: 40px;
}

.search-holder .search-feed:focus ~ .btn.search-btn,
.search-holder .search-feed:valid ~ .btn.search-btn {
  opacity: 1;
  pointer-events: all;
}

.search-holder .search-feed:focus ~ .btn.search-btn,
.search-holder .search-feed:focus ~ .btn.search-btn:hover,
.search-holder .search-feed:focus ~ .btn.search-btn:active,
.search-holder .search-feed:focus ~ .btn.search-btn:active:hover {
  border: none;
  background-color: #eeeeee;
}

.search-holder .btn.search-btn:hover,
.search-holder .btn.search-btn:active,
.search-holder .btn.search-btn:active:hover {
  border: none;
  background-color: #eeeeee;
}

.new-news-feed-list-container .search-holder .search-btn.searching-btn {
  transition: all 0.15s ease-out;
  pointer-events: none;
}

.new-news-feed-list-container .search-holder .search-btn.searching-btn,
.new-news-feed-list-container.searching .search-holder .search-btn {
  display: none;
  transition: all 0.15s ease-out;
}

.new-news-feed-list-container.searching .search-holder .search-btn.searching-btn {
  display: block;
}

.new-news-feed-list-container .search-holder .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 77px 8px 40px;
  height: auto;
}

.new-news-feed-list-container .search-holder .form-control:focus {
  border-color: #337ab7;
}

.new-news-feed-list-container .hidden-filter-controls-search .search-query-holder {
  width: 100%;
  display: none;
  align-items: center;
  color: #aaaaaa;
  font-size: 14px;
}

.new-news-feed-list-container .search-results .hidden-filter-controls-search .search-query-holder {
  display: block;
}

.new-news-feed-list-container .current-query-wrapper {
  position: relative;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  color: #ffffff;
  padding: 8px 34px 8px 15px;
  border-radius: 20px;
  line-height: 1;
}

.new-news-feed-list-container .current-query {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 185px);
  display: inline-block;
  vertical-align: baseline;
}

.new-news-feed-list-container .current-query-wrapper .clear-search {
  position: absolute;
  right: 0;
  top: -2px;
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.new-news-feed-list-container .hidden-filter-controls-label {
  font-size: 14px;
  color: #aaaaaa;
  padding: 0 0 5px;
}

.new-news-feed-list-container
  .hidden-filter-controls-filter-container
  + .hidden-filter-controls-label {
  padding-top: 10px;
}

.new-news-feed-list-container .hidden-filter-controls-label span {
  font-weight: bold;
  text-transform: capitalize;
}

.new-news-feed-list-container .hidden-filter-controls-filter-container {
  width: 100%;
  display: flex;
}

.new-news-feed-list-container .hidden-filter-controls-filter-wrapper {
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.new-news-feed-list-container .hidden-filter-controls-filter {
  width: auto;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 2px 5px 7px 0px;
  font-size: 14px;
}

.new-news-feed-list-container .hidden-filter-controls-filter.mixitup-control-active {
  background-color: #337ab7;
  color: #ffffff;
  border-color: #337ab7;
}

.new-news-feed-list-container .hidden-filter-controls-filter:last-child {
  margin-right: 15px;
}

.section-top-wrapper .toggle-bookmarks .fa.fa-bookmark,
.section-top-wrapper .toggle-bookmarks.mixitup-control-active .fa.fa-bookmark-o {
  display: none;
}

.section-top-wrapper .toggle-bookmarks .fa.fa-bookmark-o,
.section-top-wrapper .toggle-bookmarks.mixitup-control-active .fa.fa-bookmark {
  display: block;
}

.limit-entries-text {
  padding-top: 20px;
  text-align: center;
  opacity: 0.5;
}

.back-button-holder {
  text-align: center;
}

.news-feed-back-button {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.new-news-feed-list-container.overlay-active {
  /* Cover circle menu toggle and bottom menu bar when filter overlay is active  */
  z-index: 1010;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (min-width: 640px) {
  .news-feed-back-button {
    display: inline-block;
  }
}

/* FEED LIST */

.new-news-feed-list-container {
  position: relative;
  max-width: 600px;
  margin: auto;
}

.new-news-feed-list-container .news-feed-list-wrapper {
  padding: 15px 0 0;
  outline: none;
}

.new-news-feed-list-container .news-feed-list-wrapper:empty {
  padding: 0;
}

.new-news-feed-list-container .offline-holder,
.new-news-feed-list-container .loading-holder,
.new-news-feed-list-container .no-results-holder,
.new-news-feed-list-container .no-bookmarks-holder {
  text-align: center;
  color: #ddd;
  cursor: default;
}

.new-news-feed-list-container.offline .loading-holder,
.new-news-feed-list-container .offline-holder,
.new-news-feed-list-container.ready .loading-holder,
.loading .limit-entries-text,
.filtering .limit-entries-text,
.searching .limit-entries-text,
.new-news-feed-list-container .no-results-holder,
.new-news-feed-list-container .no-bookmarks-holder {
  display: none;
}

.new-news-feed-list-container.offline .offline-holder,
.new-news-feed-list-container .no-results ~ .no-results-holder,
.new-news-feed-list-container .no-bookmarks-holder.show,
.new-news-feed-list-container.no-results .no-results-holder {
  display: block;
}

/* CARDS */

.new-news-feed-list-container .news-feed-list-item {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s ease;
  opacity: 1;
  margin-bottom: 40px;
  transition: box-shadow 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.no-touchevents .new-news-feed-list-container .news-feed-list-item:active,
.no-touchevents .new-news-feed-list-container .news-feed-list-item:focus,
.no-touchevents .new-news-feed-list-container .news-feed-list-item:active:focus,
.new-news-feed-list-container .news-feed-list-item.hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.new-news-feed-list-container.loading .news-feed-list-item {
  opacity: 0;
}

.new-news-feed-list-container .news-feed-list-item.open {
  border-radius: 0;
  overflow: visible;
}

.new-news-feed-list-container .news-feed-item-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  transition: border-radius 0.15s ease;
  border-radius: 20px;
  cursor: pointer;
}

.new-news-feed-list-container .news-feed-list-item.open .news-feed-item-content {
  z-index: 1010;
  background: rgba(255, 255, 255, 1);
  border-radius: 0px;
  cursor: default;
}

.new-news-feed-list-container .news-feed-item-content .container-fluid {
  max-width: 600px;
}

.news-feed-detail-wrapper
  .news-feed-list-detail-image-wrapper
  ~ .news-feed-list-detail-content-scroll-wrapper
  > .news-feed-item-inner-content {
  padding-top: 20px;
}

.new-news-feed-list-container
  > .news-feed-list-detail-content-scroll-wrapper
  > .news-feed-item-inner-content {
  padding-top: 68px;
}

/* CLOSE BUTTON */

.new-news-feed-list-container .news-feed-list-item .news-feed-item-close-btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
  visibility: hidden;
}

.new-news-feed-list-container .news-feed-list-item.open .news-feed-item-close-btn-wrapper {
  z-index: 11;
  visibility: visible;
}

.new-news-feed-list-container .news-feed-list-item .news-feed-item-close-btn {
  position: relative;
  height: 38px;
  width: 38px;
  line-height: 36px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #333333;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}

.new-news-feed-list-container .news-feed-list-item.open .news-feed-item-close-btn {
  z-index: 11;
  opacity: 0.9;
  visibility: visible;
}

/* CARD CONTENT */

.new-news-feed-list-container .news-feed-item-content .slide-under {
  position: relative;
}

.new-news-feed-list-container .news-feed-item-content .slide-under .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
}

.new-news-feed-list-container .news-feed-item-content .image-banner {
  width: 100%;
}

.new-news-feed-list-container .news-feed-item-content .image-banner img,
.news-feed-detail-overlay .news-feed-list-detail-image-wrapper img {
  height: auto;
  width: 100%;
  max-height: 90vh;
}

.new-news-feed-list-container .news-feed-item-inner-content {
  padding: 20px 15px;
  position: relative;
  background-color: #ffffff;
}

.new-news-feed-list-container .news-feed-list-item .slide-over {
  padding: 0;
  height: 100%;
  background-color: transparent;
  overflow: auto;
  top: initial;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 19px;
}

.new-news-feed-list-container .news-feed-list-item .slide-under + .slide-over {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.new-news-feed-list-container .news-feed-list-item:not(.open) .slide-over {
  overflow: hidden;
}

.new-news-feed-list-container .news-feed-list-item.open .slide-over .news-feed-item-inner-content {
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

[data-has-notch].platform-web
  .new-news-feed-list-container
  .news-feed-list-item.open
  .slide-over
  .news-feed-item-inner-content {
  padding-bottom: calc(20px + 34px); /* For Fliplet Studio */
}

.new-news-feed-list-container .slide-over .news-feed-item-inner-content .news-feed-info-holder,
.news-feed-detail-overlay .news-feed-info-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: no-wrap;
}

.new-news-feed-list-container
  .slide-over
  .news-feed-item-inner-content
  .news-feed-info-holder.has-date-category,
.news-feed-detail-overlay .news-feed-info-holder.has-date-category {
  justify-content: space-between;
}

.new-news-feed-list-container .slide-over .news-feed-item-inner-content .news-feed-date-category,
.news-feed-detail-overlay .news-feed-item-inner-content .news-feed-date-category {
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 0;
  flex: 1;
  margin: 0 1.4rem 0 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
.news-feed-detail-overlay .news-feed-item-inner-content h2.news-feed-item-title {
  position: relative;
  margin: 8px 0 30px 0;
  transition: all 0.1s;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.new-news-feed-list-container
  .news-feed-list-item.open
  .slide-over
  .news-feed-item-inner-content
  h2.news-feed-item-title,
.news-feed-detail-overlay .news-feed-item-inner-content h2.news-feed-item-title {
  margin: 10px 0 30px 0;
}

.new-news-feed-list-container
  .slide-over
  .news-feed-item-inner-content
  h2.news-feed-item-title:after,
.news-feed-detail-overlay .news-feed-item-inner-content h2.news-feed-item-title:after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  background-color: #337ab7;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.new-news-feed-list-container
  .news-feed-list-item:not(.open)
  .slide-over
  .news-feed-item-inner-content
  .news-feed-item-description {
  overflow: hidden;
  max-height: 4.2em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

html.ie11
  .new-news-feed-list-container
  .news-feed-list-item:not(.open)
  .slide-over
  .news-feed-item-inner-content
  .news-feed-item-description {
  display: block;
  max-height: 1.5em;
}

html.ie11
  .new-news-feed-list-container
  .news-feed-list-item:not(.open)
  .slide-over
  .news-feed-item-inner-content
  .news-feed-item-description:before {
  content: "\f138";
  font-family: FontAwesome;
  display: inline-block;
  float: right;
  padding-left: 1px;
  padding-right: 1px;
}

.new-news-feed-list-container .slide-over .news-feed-item-inner-content .news-feed-item-description,
.news-feed-detail-overlay .news-feed-item-inner-content .news-feed-item-description {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.new-news-feed-list-container
  .slide-over
  .news-feed-item-inner-content
  .news-feed-item-description
  p {
  margin-bottom: 0;
}

.new-news-feed-list-container
  .news-feed-list-item.open
  .slide-over
  .news-feed-item-inner-content
  .news-feed-item-description
  p,
.news-feed-detail-overlay .news-feed-item-inner-content .news-feed-item-description p {
  margin-bottom: 15px;
}

/* Likes */
.new-news-feed-list-container .news-feed-like-holder .news-feed-like-wrapper,
.news-feed-detail-overlay .news-feed-like-holder .news-feed-like-wrapper,
.new-news-feed-list-container .news-feed-bookmark-holder,
.news-feed-detail-overlay .news-feed-bookmark-holder,
.new-news-feed-list-container .news-feed-comment-holder,
.news-feed-detail-overlay .news-feed-comment-holder {
  position: relative;
  cursor: pointer;
}

.new-news-feed-list-container .news-feed-bookmark-holder,
.news-feed-detail-overlay .news-feed-bookmark-holder {
  margin-left: 15px;
}

.new-news-feed-list-container .news-feed-comment-holder,
.news-feed-detail-overlay .news-feed-comment-holder {
  margin-left: 10px;
}

.new-news-feed-list-container .news-feed-comment-holder .count:empty ~ i,
.news-feed-detail-overlay .news-feed-comment-holder .count:empty ~ i {
  margin-left: 5px;
}

.new-news-feed-list-container .news-feed-like-holder .fa,
.new-news-feed-list-container .news-feed-like-wrapper .fa,
.new-news-feed-list-container .news-feed-bookmark-holder .fa,
.new-news-feed-list-container .news-feed-bookmark-wrapper .fa,
.new-news-feed-list-container .news-feed-comment-holder .fa,
.new-news-feed-list-container .news-feed-comment-holder span,
.news-feed-detail-overlay .news-feed-like-holder .fa,
.news-feed-detail-overlay .news-feed-like-wrapper .fa,
.news-feed-detail-overlay .news-feed-bookmark-holder .fa,
.news-feed-detail-overlay .news-feed-bookmark-wrapper .fa,
.news-feed-detail-overlay .news-feed-comment-holder .fa,
.news-feed-detail-overlay .news-feed-comment-holder span {
  color: rgba(51, 51, 51, 0.5);
}

.news-feed-detail-overlay .news-feed-like-wrapper,
.news-feed-detail-overlay .news-feed-bookmark-wrapper {
  display: none;
}

.news-feed-detail-overlay .not-liked .news-feed-like-wrapper.btn-like,
.news-feed-detail-overlay .liked .news-feed-like-wrapper.btn-liked,
.news-feed-detail-overlay .not-bookmarked .news-feed-bookmark-wrapper.btn-bookmark,
.news-feed-detail-overlay .bookmarked .news-feed-bookmark-wrapper.btn-bookmarked {
  display: block;
}

.new-news-feed-list-container .news-feed-comment-holder .fa-comment-o,
.news-feed-detail-overlay .news-feed-comment-holder .fa-comment-o {
  line-height: 0;
}

.new-news-feed-list-container .news-feed-info-holder .news-feed-comment-holder .comment-label,
.new-news-feed-list-container .news-feed-inner-holder,
.news-feed-detail-overlay .news-feed-info-holder .news-feed-comment-holder .comment-label,
.news-feed-detail-overlay .news-feed-inner-holder {
  display: none;
}

.new-news-feed-list-container .news-feed-list-item.open .news-feed-inner-holder,
.news-feed-detail-overlay .news-feed-inner-holder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.new-news-feed-list-container .news-feed-list-item.open .news-feed-inner-holder.has-edit-controls,
.news-feed-detail-overlay .news-feed-inner-holder.has-edit-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-news-feed-list-container .news-feed-like-wrapper .fa-heart,
.news-feed-detail-overlay .news-feed-like-wrapper .fa-heart {
  color: #ed4956;
}

.new-news-feed-list-container .news-feed-bookmark-wrapper .fa-bookmark,
.news-feed-detail-overlay .news-feed-bookmark-wrapper .fa-bookmark {
  color: #337ab7;
}

.new-news-feed-list-container .news-feed-like-wrapper span,
.new-news-feed-list-container .news-feed-comment-holder span.count,
.news-feed-detail-overlay .news-feed-like-wrapper span,
.news-feed-detail-overlay .news-feed-comment-holder span.count {
  opacity: 0.3;
  font-size: 12px;
  line-height: 24px;
  margin-right: 4px;
}

.new-news-feed-list-container .news-feed-comment-holder span.count,
.news-feed-detail-overlay .news-feed-comment-holder span.count {
  margin-right: 0;
}

.news-feed-comment-holder i.comment-placeholder {
  margin-left: 5px;
}

.news-feed-inner-holder .dynamic-list-controls {
  display: none;
}

.news-feed-list-item.open .news-feed-inner-holder .dynamic-list-controls {
  display: block;
}

.news-feed-list-item .news-feed-details-holder {
  display: none;
}

.news-feed-list-item.open .news-feed-details-holder,
.news-feed-detail-overlay .news-feed-details-holder {
  display: block;
}

.news-feed-detail-label {
  opacity: 0.5;
  font-size: 0.8em;
  margin-bottom: 4px;
}

.news-feed-detail-value {
  margin-bottom: 25px;
}

@media screen and (min-width: 640px) {
  .new-news-feed-list-container .news-feed-list-item.open .news-feed-item-content {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 0;
    overflow: auto;
  }

  .new-news-feed-list-container .news-feed-list-item .news-feed-item-close-btn-wrapper {
    position: fixed;
  }

  .new-news-feed-list-container .news-feed-list-item .news-feed-item-close-btn {
    background: transparent;
    color: #fff;
  }

  .new-news-feed-list-container .slide-under {
    max-width: 600px;
    margin: 0 auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .new-news-feed-list-container .news-feed-list-item .slide-over {
    height: auto;
  }

  .new-news-feed-list-container .news-feed-item-inner-content {
    padding: 40px;
  }

  .new-news-feed-list-container
    .news-feed-list-item.open
    .container-fluid
    > .news-feed-item-inner-content,
  .new-news-feed-list-container
    .news-feed-list-item.open
    .slide-under
    ~ .container-fluid
    > .news-feed-item-inner-content {
    padding-top: 40px !important;
  }

  .news-feed-detail-wrapper
    .news-feed-list-detail-image-wrapper
    ~ .news-feed-list-detail-content-scroll-wrapper
    > .news-feed-item-inner-content {
    padding: 0px;
  }

  .new-news-feed-list-container
    > .news-feed-list-detail-content-scroll-wrapper
    > .news-feed-item-inner-content {
    padding: 0px;
  }

  .new-news-feed-list-container
    .news-feed-list-item.open
    .container-fluid
    > .news-feed-item-inner-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .new-news-feed-list-container
    .news-feed-list-item.open
    .slide-under
    ~ .container-fluid
    > .news-feed-item-inner-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

/* COMMENTS */

.new-news-feed-comment-panel {
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  background: #ffffff;
  z-index: 1010;
  cursor: default;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: all 0.2s ease-out;
}

.new-news-feed-comment-panel.open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.new-news-feed-comment-panel .news-feed-comment-panel-header {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 15px 0;
  z-index: 5;
}

.new-news-feed-comment-panel .news-feed-comment-panel-title {
  margin: 0 auto;
  max-width: 250px;
  text-align: center;
  text-transform: uppercase;
}

.new-news-feed-comment-panel .news-feed-comment-close-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}

.new-news-feed-comment-panel .comments-offline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.4);
  padding: 6px 0;
  z-index: 4;
  text-align: center;
  transition: top 0.2s ease-out;
}

.new-news-feed-comment-panel.offline .comments-offline {
  top: 54px;
}

.new-news-feed-comment-panel .news-feed-comment-area {
  height: calc(100% - 159px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 15px;
  margin: 54px 0 105px;
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 1;
}

[data-has-notch].platform-web .new-news-feed-comment-panel .news-feed-comment-area {
  padding-bottom: calc(109px + 34px); /* For Fliplet Studio */
}

.new-news-feed-comment-panel.typing .news-feed-comment-area {
  padding-bottom: 0;
}

.new-news-feed-comment-panel .news-feed-comment-input-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 15px 15px 15px;
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  background: #ffffff;
  z-index: 3;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

[data-has-notch].platform-web .new-news-feed-comment-panel .news-feed-comment-input-holder {
  padding-bottom: calc(15px + 34px); /* For Fliplet Studio */
}

.new-news-feed-comment-panel.typing .news-feed-comment-input-holder {
  padding-bottom: 15px;
}

.new-news-feed-comment-panel.offline .news-feed-comment-input-holder .btn {
  pointer-events: none;
  opacity: 0.3;
}

.new-news-feed-comment-panel .news-feed-comment-input-holder .save,
.new-news-feed-comment-panel .news-feed-comment-input-holder .cancel,
.new-news-feed-comment-panel .news-feed-comment-input-holder.editing .comment {
  display: none;
}

.new-news-feed-comment-panel .news-feed-comment-input-holder.editing .save,
.new-news-feed-comment-panel .news-feed-comment-input-holder.editing .cancel,
.new-news-feed-comment-panel .news-feed-comment-input-holder .comment {
  display: block;
}

.new-news-feed-comment-panel .news-feed-comment-input-holder .cancel,
.new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
.new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
.new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
.new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  margin-right: 10px;
  color: rgba(51, 51, 51, 0.7);
}

.new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
.new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border: 1px solid rgba(51, 51, 51, 0.3);
  background-color: transparent;
  color: rgba(51, 51, 51, 0.3);
  pointer-events: none;
}

.new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment:active,
.new-news-feed-comment-panel .news-feed-comment-input-holder.btn.comment:focus,
.new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save:active,
.new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.new-news-feed-comment-panel .news-feed-comment-input-holder.ready .btn.save,
.new-news-feed-comment-panel .news-feed-comment-input-holder.ready .btn.comment {
  border: 1px solid #337ab7;
  background-color: #337ab7;
  color: #ffffff;
  pointer-events: all;
}

.new-news-feed-comment-panel .input-second-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}

.new-news-feed-comment-panel .fl-individual-comment {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 -15px 20px;
}

.new-news-feed-comment-panel .top-comment-holder {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 0 15px 0 69px;
  background-color: #ffffff;
}

.new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51, 51, 51, 0.08);
}

.new-news-feed-comment-panel .loading-comment {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}

.new-news-feed-comment-panel .fl-comment-thumb {
  position: absolute;
  left: 15px;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e9e9e9;
  overflow: hidden;
}

.new-news-feed-comment-panel .fl-comment-thumb .fl-comment-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.new-news-feed-comment-panel .fl-comment-thumb .fa {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  opacity: 0.2;
  z-index: 1;
}

.new-news-feed-comment-panel .fl-comment-user {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.new-news-feed-comment-panel .fl-comment-user .separator {
  margin: 0 10px;
  font-size: 6px;
  opacity: 0.4;
}

.new-news-feed-comment-panel .fl-comment-user span {
  font-weight: normal;
  font-size: 14px;
  opacity: 0.5;
}

.new-news-feed-comment-panel .fl-comment-value {
  cursor: pointer;
}

.new-news-feed-comment-panel textarea[data-comment-body] {
  resize: none;
  font-size: 16px;
  max-height: 155px;
  word-wrap: break-word;
  overflow: auto;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  color: #333333;
}

.new-news-feed-comment-panel textarea[data-comment-body]:focus,
.new-news-feed-comment-panel textarea[data-comment-body]:active:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  top: auto !important;
  bottom: 100px;
  left: 0 !important;
  right: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu > .active > a {
  background-color: #337ab7;
  color: #ffffff;
}

.typeahead.dropdown-menu li a {
  display: flex;
  align-items: center;
}

.mention_name {
  font-size: 12px;
}

.mention_username {
  font-size: 12px;
  opacity: 0.5;
  margin-left: 5px;
}

.mention_image {
  float: left;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 20px;
}

.active .mention_username {
  color: #ffffff;
}

/** OVERLAY **/
.news-feed-detail-overlay.open .dynamic-list-controls {
  display: block;
}

.news-feed-detail-overlay {
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  pointer-events: all;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
  /*-webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);*/
}

.news-feed-detail-overlay.open {
  visibility: visible;
  opacity: 1;
  /*-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
}

.news-feed-detail-overlay .news-feed-detail-overlay-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.news-feed-detail-overlay .news-feed-detail-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-feed-detail-overlay .news-feed-detail-overlay-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
}

.news-feed-detail-overlay-panel .news-feed-detail-overlay-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: transparent !important;
}

.news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #333333;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 13;
}

.news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close.go-previous-screen {
  font-size: 2em;
}

.news-feed-detail-overlay-panel .news-feed-detail-overlay-content {
  height: 100%;
  overflow: auto;
  padding: 40px 15px 15px 15px;
  word-break: break-word;
}

.news-feed-detail-label {
  opacity: 0.5;
  font-size: 1em;
  margin-bottom: 4px;
}

.news-feed-detail-overlay-close.tablet {
  display: none;
}

.news-feed-detail-wrapper .news-feed-list-detail-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: rgba(51, 51, 51, 0.1);
  background-color: rgba(51, 51, 51, 0.04);
}

.news-feed-detail-wrapper .news-feed-list-detail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  z-index: 1;
  background-position: center;
  background-size: cover;
}

.news-feed-detail-wrapper .news-feed-list-detail-content-scroll-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  overflow: auto;
}

.news-feed-detail-wrapper .news-feed-item-inner-content {
  top: calc(100vw + 20px);
  position: relative;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  padding: 40px 15px 20px 15px;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

[data-has-notch].platform-web .news-feed-detail-wrapper .news-feed-item-inner-content {
  padding-bottom: calc(20px + 34px); /* For Fliplet Studio */
}

.news-feed-detail-overlay .news-feed-detail-wrapper .news-feed-item-inner-content {
  top: 0;
  border-radius: 0;
  padding: 65px 15px 20px;
}

.news-feed-detail-overlay .news-feed-detail-overlay-panel {
  z-index: 1;
}

.news-feed-detail-overlay
  .news-feed-detail-wrapper
  .news-feed-list-detail-image-wrapper
  ~ .news-feed-list-detail-content-scroll-wrapper
  .news-feed-item-inner-content {
  padding: 20px 15px;
}

@media screen and (min-width: 640px) {
  .news-feed-detail-overlay .news-feed-detail-wrapper .news-feed-item-inner-content {
    padding: 60px 15px 20px 15px;
  }

  .news-feed-detail-overlay .news-feed-detail-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 40px 0;
    z-index: 1;
  }

  .news-feed-detail-overlay .news-feed-detail-overlay-panel {
    position: relative;
    max-width: 600px;
    margin: auto auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
  }

  .news-feed-detail-wrapper .news-feed-list-detail-image-wrapper {
    position: relative;
    width: auto;
    height: auto;
  }

  .news-feed-detail-overlay-panel .news-feed-detail-overlay-content,
  .news-feed-detail-wrapper .news-feed-list-detail-content-wrapper {
    padding: 0;
  }

  .news-feed-detail-wrapper .news-feed-list-detail-content-wrapper,
  .news-feed-detail-overlay.ready .news-feed-detail-wrapper .news-feed-list-detail-content-wrapper {
    top: 0;
  }

  .news-feed-detail-wrapper .news-feed-list-detail-content-scroll-wrapper {
    position: relative;
  }

  .news-feed-detail-overlay
    .news-feed-detail-wrapper
    .news-feed-list-detail-image-wrapper
    ~ .news-feed-list-detail-content-scroll-wrapper
    .news-feed-item-inner-content {
    padding: 40px;
    position: initial;
  }
}

.new-news-feed-list-container.loading .news-feed-list-wrapper {
  opacity: 0;
}

.new-news-feed-list-container.ready .news-feed-list-wrapper {
  opacity: 1;
}

.news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 0.8em !important;
}

.news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close .fa-times-thin::before {
  content: "\002573";
}

/* IE11 layout */
@media screen and (-ms-high-contrast: none) {
  .news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close .fa-times-thin {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close .win7.fa-times-thin {
    padding-top: 2px;
    padding-bottom: 1px;
    font-weight: lighter;
    font-size: 1.2em !important;
  }

  .news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close .win7.fa-times-thin::before {
    content: "\2715";
  }
}

/* Safari layout */
@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close .fa-times-thin {
      padding-top: 1px;
      padding-bottom: 0px;
    }
  }
}

/* For native devices */
.native.android .news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close .fa-times-thin {
  padding-top: 5px;
}

.native.ios .news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close .fa-times-thin {
  padding-top: 1px;
}

.mode-interact [data-dynamic-lists-id] {
  min-height: 32px;
}

/* For MS Edge */
@supports (-ms-ime-align: auto) {
  .news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close .fa-times-thin {
    padding-top: 1px;
    padding-bottom: 3px;
  }
}

/* For Firefox */
@-moz-document url-prefix() {
  .news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 5px;
  }

  .no-windows .news-feed-detail-overlay-wrapper .news-feed-detail-overlay-close .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

/* For Android Chrome browser*/
.android.no-native
  .news-feed-detail-overlay-wrapper
  .news-feed-detail-overlay-close
  .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 2px;
}


/* css/layout-css/agenda-style.upload.css */
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  max-width: 100%;
}

.mode-interact .new-agenda-list-container {
  pointer-events: none;
}

.lock {
  overflow: hidden !important;
}

.new-agenda-list-container ~ .dynamic-list-add-item {
  z-index: 11;
  -webkit-transition: z-index 0s linear;
  -ms-transition: z-index 0s linear;
  transition: z-index 0s linear;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.circle-menu-active .new-agenda-list-container ~ .dynamic-list-add-item,
.has-push-menu .new-agenda-list-container ~ .dynamic-list-add-item,
.has-slide-menu .new-agenda-list-container ~ .dynamic-list-add-item,
.has-overlay-menu .new-agenda-list-container ~ .dynamic-list-add-item,
.has-filter-overlay .new-agenda-list-container ~ .dynamic-list-add-item {
  z-index: 2;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

/* AGENDA CONTROLS - MY AGENDA */
.new-agenda-list-container .agenda-list-controls {
  position: absolute;
  bottom: 15px;
  bottom: calc(15px + env(safe-area-inset-bottom));
  right: 15px;
  z-index: 9;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.new-agenda-list-container.has-add-entry .agenda-list-controls,
.fl-menu-circle-right .new-agenda-list-container .agenda-list-controls {
  right: 75px;
}

.fl-menu-circle-right .new-agenda-list-container.has-add-entry .agenda-list-controls {
  right: 135px;
}

.no-touchevents .new-agenda-list-container .agenda-list-controls:active,
.no-touchevents .new-agenda-list-container .agenda-list-controls:focus,
.no-touchevents .new-agenda-list-container .agenda-list-controls:active:focus,
.new-agenda-list-container .agenda-list-controls.hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.new-agenda-list-container .agenda-list-controls .toggle-agenda {
  text-align: center;
}

.new-agenda-list-container .agenda-list-controls .toggle-agenda .fa {
  font-size: 22px;
  color: #333333;
  opacity: 0.5;
}

.new-agenda-list-container .agenda-list-controls .toggle-agenda .fa.fa-bookmark,
.new-agenda-list-container
  .agenda-list-controls
  .toggle-agenda.mixitup-control-active
  .fa.fa-bookmark-o {
  display: none;
}

.new-agenda-list-container .agenda-list-controls .toggle-agenda .fa.fa-bookmark-o,
.new-agenda-list-container
  .agenda-list-controls
  .toggle-agenda.mixitup-control-active
  .fa.fa-bookmark {
  display: block;
}

.new-agenda-list-container .agenda-list-controls .toggle-agenda.mixitup-control-active .fa {
  color: #337ab7;
  opacity: 1;
}

.new-agenda-list-container .agenda-list-controls .agenda-list-label {
  margin-top: 2px;
  font-size: 8px;
  color: #333333;
  opacity: 0.8;
  text-transform: uppercase;
  display: none;
}

/* SEARCH FILTER OVERLAY */

.new-agenda-search-filter-overlay {
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  right: 0;
  left: 0;
  z-index: 11;
  background-color: transparent;
  transform: translate3d(100%, 0, 0);
  transition: all 0.2s ease-out;
  height: 100vh;
  padding-bottom: env(safe-area-inset-top);
}

.new-agenda-search-filter-overlay.display {
  transform: translate3d(0, 0, 0);
}

.new-agenda-search-filter-overlay .agenda-overlay-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.new-agenda-search-filter-overlay .agenda-overlay-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #232b3f;
  color: #fff;
}

.new-agenda-search-filter-overlay .agenda-overlay-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  font-size: 1.2em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #232b3f;
  z-index: 2;
}

.agenda-overlay-header .filter-header-holder {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5px;
}

.new-agenda-list-container .filter-header-holder .filter-header-btn-controls {
  text-transform: none;
}

.new-agenda-list-container .apply-filters {
  border: 1px solid #337ab7;
  border-radius: 20px;
  padding: 6px 14px;
  background-color: #337ab7;
}

.new-agenda-list-container .clear-filters {
  padding: 6px 14px;
}

.new-agenda-list-container .clear-filters:hover,
.new-agenda-list-container .apply-filters:hover,
.new-agenda-list-container .clear-filters:focus,
.new-agenda-list-container .apply-filters:focus,
.new-agenda-list-container .clear-filters:active,
.new-agenda-list-container .apply-filters:active,
.new-agenda-list-container .clear-filters:active:hover,
.new-agenda-list-container .apply-filters:active:hover,
.new-agenda-list-container .clear-filters:active:focus,
.new-agenda-list-container .apply-filters:active:focus {
  color: #fff;
  box-shadow: none;
}

.new-agenda-search-filter-overlay .agenda-overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 44px;
  padding: 15px;
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

[data-has-notch].platform-web .new-agenda-search-filter-overlay .agenda-overlay-content {
  padding-bottom: calc(15px + 34px); /* For Fliplet Studio */
}

.new-agenda-search-filter-overlay .agenda-overlay-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  padding-left: 15px;
  font-size: 1.8em;
  line-height: 44px;
  z-index: 1;
  cursor: pointer;
  margin: 2px;
}

.new-agenda-list-container .new-agenda-search-filter-overlay .hidden-filter-controls,
.new-agenda-list-container .new-agenda-search-filter-overlay .hidden-search-controls {
  height: auto;
  overflow: initial;
  margin: 0;
}

.new-agenda-search-filter-overlay .hidden-filter-controls-search {
  padding: 0;
}

.new-agenda-search-filter-overlay .current-query-wrapper {
  position: relative;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  color: #ffffff;
  padding: 8px 34px 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1;
}

.new-agenda-search-filter-overlay .current-query-wrapper .clear-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.new-agenda-search-filter-overlay .hidden-filter-controls-filter {
  width: auto;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 10px 5px 10px 0;
  font-size: 14px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.new-agenda-search-filter-overlay .hidden-filter-controls-filter:hover,
.new-agenda-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(255, 255, 255, 0.7);
}

.new-agenda-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  background-color: #337ab7;
  color: #ffffff;
  border-color: #337ab7;
}

.new-agenda-search-filter-overlay .hidden-filter-controls-filter:last-child {
  /*margin: 0;*/
}

.new-agenda-list-container .filters-header {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.new-agenda-search-filter-overlay .filter-holder {
  margin: 0 -15px;
}

.new-agenda-list-container .filter-holder .panel-group .panel {
  border: none;
  border-radius: 0;
  background-color: #364363;
  margin-top: 1px;
}

.new-agenda-list-container .filter-holder .panel-group .panel:first-child {
  margin-top: 0;
}

.new-agenda-list-container .filter-holder .panel-default > .panel-heading {
  color: #ffffff;
  background-color: #232b3f;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 15px;
  cursor: pointer;
  position: relative;
}

.new-agenda-list-container .filter-holder .panel-default > .panel-heading h4 {
  font-weight: normal;
}

.new-agenda-list-container .filter-holder .panel-default > .panel-heading .fa {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.5em;
}

.new-agenda-list-container .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

/* SEARCH & FILTER */

.new-agenda-list-container .section-top-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 600px;
  margin: 10px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 10;
}

.new-agenda-list-container .list-search-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.new-agenda-list-container .list-search-icon .fa {
  display: inline-block;
  font-size: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.new-agenda-list-container .list-search-icon .fa-search.active,
.new-agenda-list-container .list-search-icon .fa-sliders.active {
  display: none;
}

.new-agenda-list-container .list-search-cancel {
  display: none;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
}

.new-agenda-list-container .fa-times {
  text-decoration: none;
}

.new-agenda-list-container .list-search-cancel.active {
  display: inline-block;
}

.new-agenda-list-container .hidden-controls {
  margin: 0 auto;
  max-width: 600px;
}

.new-agenda-list-container .hidden-filter-controls,
.new-agenda-list-container .hidden-search-controls {
  height: 0;
  overflow: hidden;
}

.new-agenda-list-container .hidden-filter-controls-content {
  padding-bottom: 15px;
}

.new-agenda-list-container .hidden-filter-controls-search {
  padding: 18px;
}

.new-agenda-list-container .search-holder {
  width: 100%;
  position: relative;
}

.new-agenda-list-container .search-holder .fa {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #337ab7;
  width: 38px;
  height: 100%;
  font-size: 1.2em;
  line-height: 38px;
  text-align: center;
}

.search-holder .btn.search-btn {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 14px;
  height: 35px;
  line-height: 1.6;
  z-index: 1;
  border-radius: 40px;
  background-color: #eeeeee;
  color: #333333;
  border: none;
  padding: 8px 12px;
  transition: opacity 0.2s ease-out;
}

.search-holder .btn.search-btn:focus,
.search-holder .btn.search-btn:hover,
.search-holder .btn.search-btn:active:focus,
.search-holder .btn.search-btn:active:hover {
  border-radius: 40px;
}

.search-holder .search-feed:focus ~ .btn.search-btn,
.search-holder .search-feed:valid ~ .btn.search-btn {
  opacity: 1;
  pointer-events: all;
}

.search-holder .search-feed:focus ~ .btn.search-btn,
.search-holder .search-feed:focus ~ .btn.search-btn:hover,
.search-holder .search-feed:focus ~ .btn.search-btn:active,
.search-holder .search-feed:focus ~ .btn.search-btn:active:hover {
  border: none;
  background-color: #eeeeee;
}

.search-holder .btn.search-btn:hover,
.search-holder .btn.search-btn:active,
.search-holder .btn.search-btn:active:hover {
  border: none;
  background-color: #eeeeee;
}

.new-agenda-list-container .search-holder .search-btn.searching-btn {
  transition: all 0.15s ease-out;
  pointer-events: none;
}

.new-agenda-list-container .search-holder .search-btn.searching-btn,
.new-agenda-list-container.searching .search-holder .search-btn {
  display: none;
  transition: all 0.15s ease-out;
}

.new-agenda-list-container.searching .search-holder .search-btn.searching-btn {
  display: block;
}

.new-agenda-list-container .search-holder .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 77px 8px 40px;
  height: auto;
}

.new-agenda-list-container .search-holder .form-control:focus {
  border-color: #337ab7;
}

.new-agenda-list-container .hidden-filter-controls-search .search-query-holder {
  width: 100%;
  display: none;
  align-items: center;
  color: #aaaaaa;
  font-size: 14px;
}

.new-agenda-list-container .has-query .hidden-filter-controls-search .search-query-holder {
  display: block;
}

.new-agenda-list-container .current-query-wrapper {
  position: relative;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  color: #ffffff;
  padding: 8px 34px 8px 15px;
  border-radius: 20px;
  line-height: 1;
}

.new-agenda-list-container .current-query {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 185px);
  display: inline-block;
  vertical-align: baseline;
}

.new-agenda-list-container .current-query-wrapper .clear-search {
  position: absolute;
  right: 0;
  top: -2px;
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.new-agenda-list-container .hidden-filter-controls-label {
  font-size: 14px;
  color: #aaaaaa;
  padding: 10px 18px 5px;
}

.new-agenda-list-container .hidden-filter-controls-label span {
  font-weight: bold;
  text-transform: capitalize;
}

.new-agenda-list-container .hidden-filter-controls-filter-container {
  width: 100%;
  display: flex;
}

.new-agenda-list-container .hidden-filter-controls-filter-wrapper {
  padding: 0 15px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.new-agenda-list-container .hidden-filter-controls-filter {
  width: auto;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 2px 5px 7px 0;
  font-size: 14px;
}

.new-agenda-list-container .hidden-filter-controls-filter.mixitup-control-active {
  background-color: #337ab7;
  color: #ffffff;
  border-color: #337ab7;
}

.new-agenda-list-container .hidden-filter-controls-filter:last-child {
  margin-right: 15px;
}

.section-top-wrapper .toggle-bookmarks .fa.fa-bookmark,
.section-top-wrapper .toggle-bookmarks.mixitup-control-active .fa.fa-bookmark-o {
  display: none;
}

.section-top-wrapper .toggle-bookmarks .fa.fa-bookmark-o,
.section-top-wrapper .toggle-bookmarks.mixitup-control-active .fa.fa-bookmark {
  display: block;
}

/* DATE SELECTOR */
.new-agenda-list-container .agenda-date-selector {
  display: flex;
  padding: 10px 0 0;
  background-color: #ffffff;
  z-index: 9;
}

[data-view="search-results"] .new-agenda-list-container .agenda-date-selector,
[data-view="search-results"] .new-agenda-list-container .agenda-list-holder {
  display: none;
}

.new-agenda-list-container .agenda-date-selector ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
}

.new-agenda-list-container .agenda-date-selector ul.is-panning {
  overflow-x: hidden;
}

.new-agenda-list-container .agenda-date-selector ul li {
  width: 20%;
  padding: 0 10px;
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  color: rgba(51, 51, 51, 0.5);
  cursor: pointer;
  text-transform: uppercase;
}

.new-agenda-list-container .agenda-date-selector ul li .day {
  font-size: 4.5em;
  line-height: 1;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.7);
}

.new-agenda-list-container .agenda-date-selector ul li.active {
  cursor: default;
  pointer-events: none;
  color: rgba(51, 122, 183, 0.5);
}

.new-agenda-list-container .agenda-date-selector ul li.active .day {
  color: rgba(51, 122, 183, 1);
}

.new-agenda-list-container .agenda-date-selector ul li.placeholder {
  color: rgba(51, 51, 51, 0.1);
  pointer-events: none;
  cursor: default;
}

.new-agenda-list-container .agenda-date-selector ul li.placeholder .day {
  color: rgba(51, 51, 51, 0.1);
}

/* AGENDA LIST */
.new-agenda-list-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  z-index: 0;
  -webkit-transition: z-index 0s linear;
  -ms-transition: z-index 0s linear;
  transition: z-index 0s linear;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.has-push-menu .new-agenda-list-container,
.has-overlay-menu .new-agenda-list-container,
.has-slide-menu .new-agenda-list-container {
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.new-agenda-list-container.overlay-active {
  /* Cover circle menu toggle and bottom menu bar when filter overlay is active  */
  z-index: 1010;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.new-agenda-list-container .agenda-cards-wrapper {
  -webkit-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[data-view="search-results"] .new-agenda-list-container .agenda-cards-wrapper {
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  opacity: 0;
  pointer-events: none;
}

.new-agenda-list-container .agenda-list-day-holder {
  display: none;
  font-size: 16px;
  padding: 15px;
  margin: 0 auto;
  width: 100%;
  overflow: visible;
  vertical-align: top;
}

.new-agenda-list-container .agenda-list-day-holder.active {
  display: block;
}

.fl-with-bottom-menu .new-agenda-list-container .agenda-list-day-holder {
  padding-bottom: 15px;
}

.new-agenda-list-container
  .agenda-date-selector.is-panning
  ~ .agenda-cards-wrapper
  .agenda-list-day-holder {
  overflow: hidden;
}

.new-agenda-list-container
  .agenda-list-controls
  ~ .agenda-cards-wrapper
  .agenda-list-day-holder
  .agenda-list-card-holder,
.new-agenda-list-container.has-add-entry
  .agenda-cards-wrapper
  .agenda-list-day-holder
  .agenda-list-card-holder,
.new-agenda-list-container.has-add-entry .search-results,
.new-agenda-list-container .agenda-list-controls ~ .search-results-wrapper .search-results {
  /* My Agenda (Legacy) */
  /* Add Entry */
  padding-bottom: 65px;
}

.new-agenda-list-container .loading-holder {
  text-align: center;
  color: #333333;
  opacity: 0.5;
  cursor: pointer;
}

.new-agenda-list-container.ready .loading-holder {
  display: none;
}

.new-agenda-list-container .agenda-list-card-holder {
  outline: none !important;
  max-width: 600px;
  margin: 0 auto;
}

.new-agenda-list-container .agenda-item-empty-state {
  display: none;
  text-align: center;
  font-size: 16px;
  color: #dddddd;
}

.new-agenda-list-container .agenda-list-card-holder.empty + .agenda-item-empty-state {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333333;
  opacity: 0.5;
}

.new-agenda-list-container .agenda-list-card-holder.mixing:after {
  display: none;
}

/* CARDS */

.new-agenda-list-container .agenda-list-item {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.15s ease-out, opacity 0.2s ease-out;
  opacity: 1;
  margin-bottom: 20px;
  white-space: normal;
}

.no-touchevents .new-agenda-list-container .agenda-list-item:active,
.no-touchevents .new-agenda-list-container .agenda-list-item:focus,
.no-touchevents .new-agenda-list-container .agenda-list-item:active:focus,
.new-agenda-list-container .agenda-list-item.hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.new-agenda-list-container .agenda-list-item:last-child {
  margin-bottom: 0;
}

.new-agenda-list-container.loading .agenda-list-item {
  opacity: 0;
}

.new-agenda-list-container .agenda-list-item.open {
  border-radius: 0;
  overflow: visible;
}

.new-agenda-list-container .agenda-list-item-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  transition: border-radius 0.15s ease;
  border-radius: 20px;
  cursor: pointer;
}

.new-agenda-list-container .agenda-list-item.open .agenda-list-item-content {
  z-index: 11 !important;
  background: #ffffff;
  border-radius: 0px;
  cursor: default;
}

.new-agenda-list-container .agenda-list-item-content .container-fluid {
  max-width: 600px;
  margin: 0 auto;
}

/* CARD CONTENT */

.new-agenda-list-container .agenda-list-item-content .slide-under {
  position: absolute;
}

.new-agenda-list-container .agenda-list-item-content .banner {
  position: relative;
  height: 412px;
  width: 100%;
  padding: 15px;
  background-size: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.new-agenda-list-container .agenda-list-item.open .agenda-list-item-content .banner {
  border-radius: 0;
}

.new-agenda-list-container .agenda-item-inner-content {
  padding: 15px 34px 15px 15px;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.new-agenda-list-container .agenda-list-item.open .agenda-item-inner-content {
  align-items: flex-start;
  padding: 15px;
}

.new-agenda-list-container .agenda-list-item .slide-over {
  top: initial;
  padding: 0;
  z-index: 1;
  height: 100%;
  background-color: transparent;
}

.new-agenda-list-container .agenda-list-item.open .slide-over {
  overflow: auto;
}

.new-agenda-list-container .agenda-list-item.open .slide-over .agenda-item-inner-content {
  padding: 45px 15px;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

[data-has-notch].platform-web
  .new-agenda-list-container
  .agenda-list-item.open
  .slide-over
  .agenda-item-inner-content {
  padding-bottom: calc(20px + 34px); /* For Fliplet Studio */
}

.new-agenda-list-container .slide-over .agenda-item-inner-content .agenda-item-info-holder {
  min-width: 60px;
  width: 60px;
  margin-right: 15px;
  text-align: center;
}

.new-agenda-list-container .slide-over .agenda-item-inner-content .agenda-item-time {
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.4);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.new-agenda-list-container .slide-over .agenda-item-inner-content .agenda-item-time.line {
  font-size: 12px;
  line-height: 1;
}

.new-agenda-list-container .slide-over .agenda-item-inner-content .agenda-item-content-holder {
  width: calc(100% - 60px);
}

.new-agenda-list-container .slide-over .agenda-item-inner-content h2.agenda-item-title,
.agenda-detail-overlay .agenda-item-inner-content h2.agenda-item-title {
  position: relative;
  margin-top: 0;
  line-height: 1.2em;
  margin-bottom: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.new-agenda-list-container .slide-over .agenda-item-inner-content h2.agenda-item-title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.agenda-detail-overlay .agenda-item-inner-content h2.agenda-item-title {
  font-size: 27px;
}

.new-agenda-list-container
  .agenda-list-item.open
  .slide-over
  .agenda-item-inner-content
  h2.agenda-item-title:after,
.agenda-detail-overlay .agenda-item-inner-content h2.agenda-item-title:after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  background-color: #337ab7;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.new-agenda-list-container .agenda-list-item.open .slide-over .agenda-item-inner-content h2,
.agenda-detail-overlay .agenda-item-inner-content h2.agenda-item-title {
  margin-bottom: 20px;
}

.new-agenda-list-container .slide-over .agenda-item-inner-content .agenda-item-session-location,
.agenda-detail-overlay .agenda-item-inner-content .agenda-item-session-location {
  font-size: 0.9em;
  line-height: 1.4;
  color: rgba(51, 51, 51, 0.6);
  white-space: normal;
}

.new-agenda-list-container
  .slide-over
  .agenda-item-inner-content
  .agenda-item-session-location
  .agenda-item-location {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-agenda-list-container
  .agenda-list-item.open
  .agenda-item-inner-content
  .agenda-item-session-location
  .agenda-item-location,
.agenda-detail-overlay
  .agenda-item-inner-content
  .agenda-item-session-location
  .agenda-item-location {
  margin-bottom: 5px;
  font-size: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.new-agenda-list-container
  .agenda-list-item.open
  .agenda-item-inner-content
  .agenda-item-session-location
  .agenda-item-start-date-time,
.agenda-detail-overlay
  .agenda-item-inner-content
  .agenda-item-session-location
  .agenda-item-start-date-time {
  display: block;
  margin: 0 0 4px 0;
}

.new-agenda-list-container .slide-over .agenda-item-inner-content .agenda-item-time-date,
.agenda-detail-overlay .agenda-item-inner-content .agenda-item-time-date {
  color: #999999;
  font-size: 0.9em;
  line-height: 1.4;
}

.new-agenda-list-container .slide-over .agenda-item-inner-content .agenda-item-description,
.agenda-detail-overlay .agenda-item-inner-content .agenda-item-description {
  font-size: 0.9em;
  line-height: 1.4;
}

.new-agenda-list-container
  .agenda-list-item.open
  .slide-over
  .agenda-item-inner-content
  .agenda-item-description,
.agenda-detail-overlay .agenda-item-inner-content .agenda-item-description {
  font-size: 1em;
  line-height: 1.6;
}

.new-agenda-list-container
  .agenda-list-item.open
  .agenda-item-inner-content
  .agenda-item-description,
.agenda-detail-overlay .agenda-item-inner-content .agenda-item-description {
  margin-top: 20px;
}

.new-agenda-list-container
  .agenda-list-item:not(.open)
  .slide-over
  .agenda-item-inner-content
  .agenda-item-description {
  overflow: hidden;
  display: none;
  color: #999999;
}

.new-agenda-list-container
  .agenda-list-item.open
  .agenda-item-inner-content
  .agenda-item-info-holder,
.new-agenda-list-container
  .agenda-list-item:not(.open)
  .slide-over
  .agenda-item-inner-content
  .agenda-item-time-date,
.new-agenda-list-container
  .agenda-list-item:not(.open)
  .slide-over
  .agenda-item-inner-content
  .agenda-item-session,
.new-agenda-list-container
  .slide-over
  .agenda-item-inner-content
  .agenda-item-session-location
  .agenda-item-start-date-time {
  display: none;
}

.new-agenda-list-container .search-results-wrapper {
  margin: 0 auto;
  margin-top: 0;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
}

[data-view="search-results"] .new-agenda-list-container .search-results-wrapper {
  -webkit-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
  pointer-events: all;
}

.new-agenda-list-container .search-results-list-date {
  font-weight: normal;
  font-size: 14px;
  padding-left: 8px;
}

.new-agenda-list-container .search-results-holder {
  padding-bottom: 15px;
}

.new-agenda-list-container .search-results {
  max-width: 600px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.new-agenda-list-container .search-results.no-results {
  opacity: 0.5;
  text-align: center;
}

.new-agenda-list-container .no-results-holder {
  text-align: center;
  color: #ddd;
  cursor: default;
}

.new-agenda-list-container[data-view="loop"] .no-results ~ .no-results-holder,
.new-agenda-list-container.no-results[data-view="loop"] .no-results-holder {
  display: block;
}

.new-agenda-list-container .results-empty-bookmarks,
.new-agenda-list-container.show-bookmarks .results-empty,
.new-agenda-list-container .results-empty-filtering,
.new-agenda-list-container .results-empty-searching {
  display: none;
}

.new-agenda-list-container.show-bookmarks .results-empty-bookmarks {
  display: block;
}

.new-agenda-list-container.is-filtering .results-empty-filtering,
.new-agenda-list-container.is-searching .results-empty-searching {
  display: inline;
}

/* CLOSE BUTTON */

.new-agenda-list-container .agenda-list-item .agenda-item-close-btn {
  position: fixed;
  right: 15px;
  top: 15px;
  top: calc(15px + env(safe-area-inset-top));
  height: 38px;
  width: 38px;
  line-height: 36px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #337ab7;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}

.new-agenda-list-container .agenda-list-item.open .agenda-item-close-btn {
  z-index: 11;
  opacity: 0.9;
  visibility: visible;
}

/* BOOKMARK */
.new-agenda-list-container .bookmark-wrapper,
.agenda-detail-overlay .bookmark-wrapper {
  line-height: 1;
  margin: 10px;
  font-size: 12px;
}

.new-agenda-list-container .agenda-list-item.open .bookmark-wrapper,
.agenda-detail-overlay .bookmark-wrapper {
  display: inline-block;
  padding: 0;
}

.new-agenda-list-container .agenda-list-item:not(.open) .bookmark-wrapper .fa-bookmark-o:after,
.new-agenda-list-container .agenda-list-item:not(.open) .bookmark-wrapper .fa-bookmark:after {
  display: none;
}

.agenda-item-bookmark .agenda-item-bookmark-holder .bookmark-wrapper .fa-bookmark-o,
.agenda-item-bookmark .agenda-item-bookmark-holder .bookmark-wrapper .fa-bookmark {
  font-size: 25px;
}

.new-agenda-list-container .agenda-item-bookmark-holder,
.agenda-detail-overlay .agenda-item-bookmark-holder {
  color: rgba(51, 51, 51, 0.5);
  cursor: pointer;
}

.new-agenda-list-container .agenda-list-item:not(.open) .agenda-item-bookmark-holder {
  position: absolute;
  right: 0;
  bottom: 0;
}

.agenda-detail-overlay .bookmark-wrapper {
  display: none;
}

.agenda-detail-overlay .not-bookmarked .bookmark-wrapper.btn-bookmark,
.agenda-detail-overlay .bookmarked .bookmark-wrapper.btn-bookmarked {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new-agenda-list-container .agenda-item-bookmark-holder .fa-bookmark-o,
.new-agenda-list-container .bookmark-wrapper .fa-bookmark-o,
.agenda-detail-overlay .agenda-item-bookmark-holder .fa-bookmark-o,
.agenda-detail-overlay .bookmark-wrapper .fa-bookmark-o {
  color: rgba(51, 51, 51, 0.2);
}

.new-agenda-list-container .bookmark-wrapper .fa-bookmark,
.agenda-detail-overlay .bookmark-wrapper .fa-bookmark {
  color: #337ab7;
  display: flex;
  align-items: center;
}

.agenda-item-bookmark {
  display: flex;
}

.agenda-item-bookmark.more-buttons {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.agenda-item-bookmark.more-buttons .bookmark-wrapper .fa-bookmark-o:after,
.agenda-item-bookmark.more-buttons .bookmark-wrapper .fa-bookmark-o:after {
  margin-left: 0;
}

.agenda-item-bookmark.more-buttons .bookmark-wrapper .fa-bookmark:after,
.agenda-item-bookmark.more-buttons .bookmark-wrapper .fa-bookmark:after {
  margin-left: 0;
}

.agenda-item-bookmark.more-buttons .agenda-item-bookmark-holder {
  display: none;
  align-items: center;
  min-width: 56px;
}

.agenda-item-bookmark.more-buttons .agenda-item-bookmark-holder.not-bookmarked,
.agenda-item-bookmark.more-buttons .agenda-item-bookmark-holder.bookmarked {
  display: flex;
}

.agenda-item-bookmark.more-buttons .agenda-item-bookmark-holder .bookmark-wrapper span {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agenda-item-bookmark.more-buttons .session-button {
  min-width: 56px;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
  line-height: 1;
  cursor: pointer;
}

.agenda-item-bookmark.more-buttons .session-button .fa {
  color: rgba(51, 51, 51, 0.2);
  font-size: 25px;
}

.dynamic-list-controls {
  display: none;
}

.agenda-list-item.open .dynamic-list-controls {
  display: block;
}

.agenda-item-detail-label {
  font-size: 12px;
  opacity: 0.5;
}

@media screen and (min-width: 640px) {
  .new-agenda-list-container .agenda-list-item.open .slide-over .agenda-item-inner-content {
    padding: 40px;
  }

  .new-agenda-list-container .agenda-list-item.open .agenda-list-item-content {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px 0;
    overflow: hidden;
  }

  .new-agenda-list-container .agenda-list-item.open .slide-over {
    height: auto;
    border-radius: 20px;
  }
}

/** OVERLAY **/
.agenda-detail-overlay.open .dynamic-list-controls {
  display: block;
}

.agenda-detail-overlay {
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  pointer-events: all;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
  /*-webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);*/
}

.agenda-detail-overlay.open {
  visibility: visible;
  opacity: 1;
  /*-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
}

.agenda-detail-overlay .agenda-detail-overlay-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.agenda-detail-overlay .agenda-detail-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.agenda-detail-overlay .agenda-detail-overlay-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
}

.agenda-detail-overlay-panel .agenda-detail-overlay-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: transparent !important;
}

.agenda-detail-overlay-wrapper .agenda-detail-overlay-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #333333;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 13;
}

.agenda-detail-overlay-wrapper .agenda-detail-overlay-close.go-previous-screen {
  font-size: 2em;
}

.agenda-detail-overlay-panel .agenda-detail-overlay-content {
  height: 100%;
  overflow: auto;
  padding: 60px 15px 15px 15px;
  word-break: break-word;
}

.agenda-detail-overlay .agenda-detail-overlay-panel {
  z-index: 1;
}

.agenda-detail-overlay-close.tablet {
  display: none;
}

@media screen and (min-width: 640px) {
  .agenda-detail-overlay .agenda-detail-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 40px 0;
    z-index: 1;
  }

  .agenda-detail-overlay .agenda-detail-overlay-panel {
    position: relative;
    max-width: 600px;
    margin: auto auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 20px;
  }

  .agenda-detail-wrapper .agenda-list-detail-image-wrapper {
    position: relative;
    width: auto;
  }

  .agenda-detail-overlay-panel .agenda-detail-overlay-content,
  .agenda-detail-wrapper .agenda-list-detail-content-wrapper {
    padding: 0;
  }

  .agenda-detail-overlay-panel .agenda-detail-overlay-content {
    padding: 40px;
  }

  .agenda-detail-wrapper .agenda-list-detail-content-wrapper,
  .agenda-detail-overlay.ready .agenda-detail-wrapper .agenda-list-detail-content-wrapper {
    top: 0;
  }

  .agenda-detail-wrapper .agenda-list-detail-content-scroll-wrapper {
    position: relative;
    padding: 40px;
  }
}

.agenda-detail-overlay-wrapper .agenda-detail-overlay-close .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 0.8em !important;
}

.agenda-detail-overlay-wrapper .agenda-detail-overlay-close .fa-times-thin::before {
  content: "\002573";
}

/* IE11 layout */
@media screen and (-ms-high-contrast: none) {
  .agenda-detail-overlay-wrapper .agenda-detail-overlay-close .fa-times-thin {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .agenda-detail-overlay-wrapper .agenda-detail-overlay-close .win7.fa-times-thin {
    padding-top: 2px;
    padding-bottom: 1px;
    font-weight: lighter;
    font-size: 1.2em !important;
  }

  .agenda-detail-overlay-wrapper .agenda-detail-overlay-close .win7.fa-times-thin::before {
    content: "\2715";
  }

  .search-holder .btn.search-btn {
    height: 32px;
    padding: 6px 12px;
  }

  .new-agenda-list-container {
    width: 100%;
  }

  .new-agenda-list-container .agenda-date-selector,
  .new-agenda-list-container .section-top-wrapper {
    position: relative;
    top: 0 !important;
  }

  .new-agenda-list-container .agenda-date-selector {
    width: 100vw;
  }

  .new-agenda-list-container .section-top-wrapper {
    margin-top: 10px;
    padding: 0 10px;
    left: auto;
    right: auto;
  }
}

/* Safari layout */
@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .agenda-detail-overlay-wrapper .agenda-detail-overlay-close .fa-times-thin {
      padding-top: 1px;
      padding-bottom: 0px;
    }
  }
}

/* For native devices */
.native.android .agenda-detail-overlay-wrapper .agenda-detail-overlay-close .fa-times-thin {
  padding-top: 5px;
}

.native.ios .agenda-detail-overlay-wrapper .agenda-detail-overlay-close .fa-times-thin {
  padding-top: 1px;
}

.mode-interact [data-dynamic-lists-id] {
  min-height: 32px;
}

/* For MS Edge */
@supports (-ms-ime-align: auto) {
  .agenda-detail-overlay-wrapper .agenda-detail-overlay-close .fa-times-thin {
    padding-top: 1px;
    padding-bottom: 3px;
  }
}

/* For Firefox */
@-moz-document url-prefix() {
  .agenda-detail-overlay-wrapper .agenda-detail-overlay-close .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 5px;
  }

  .no-windows .agenda-detail-overlay-wrapper .agenda-detail-overlay-close .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

/* For Android Chrome browser*/
.android.no-native .agenda-detail-overlay-wrapper .agenda-detail-overlay-close .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 2px;
}


/* css/layout-css/small-h-card-style.upload.css */
.mode-interact .new-small-h-card-list-container {
  pointer-events: none;
}

.lock {
  overflow: hidden !important;
}

/* List */
.new-small-h-card-list-container .loading-data,
.new-small-h-card-list-container.no-results .no-results-holder {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  text-align: center;
  color: #ddd;
}

.new-small-h-card-list-container.ready .loading-data {
  display: none;
}

.new-small-h-card-list-container .small-h-card-list-wrapper {
  width: 100%;
  min-height: 156px;
  margin: 15px 0 40px 0;
  display: none;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.new-small-h-card-list-container.ready .small-h-card-list-wrapper {
  display: flex;
}

.lock .new-small-h-card-list-container .small-h-card-list-wrapper {
  overflow-x: visible;
}

.new-small-h-card-list-container .small-h-card-list-item {
  padding: 0 0 0 15px;
  width: auto;
  cursor: pointer;
}

.new-small-h-card-list-container .small-h-card-list-item:first-child {
  padding: 0;
}

.new-small-h-card-list-container .small-h-card-list-image {
  width: 100px;
  height: 120px;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 10px 0;
  cursor: pointer;
  position: relative;
}

.lock .new-small-h-card-list-container .small-h-card-list-image {
  cursor: pointer;
}

.new-small-h-card-list-container .small-h-card-list-image .small-h-card-list-detail-image,
.new-small-h-card-list-container .small-h-card-list-image .small-h-card-list-detail-wrapper {
  border-radius: 15px;
}

.new-small-h-card-list-container .small-h-card-list-image .small-h-card-list-detail-wrapper.open .small-h-card-list-detail-image,
.new-small-h-card-list-container .small-h-card-list-image .small-h-card-list-detail-wrapper.open {
  border-radius: 0;
}

.new-small-h-card-list-container .small-h-card-list-item-text {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}

.no-touchevents .new-small-h-card-list-container .small-h-card-list-item:active .small-h-card-list-image,
.no-touchevents .new-small-h-card-list-container .small-h-card-list-item:focus .small-h-card-list-image,
.no-touchevents .new-small-h-card-list-container .small-h-card-list-item:active:focus .small-h-card-list-image,
.new-small-h-card-list-container .small-h-card-list-item.hover .small-h-card-list-image {
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.new-small-h-card-list-container .small-h-card-list-image .small-h-card-list-detail-wrapper.open .small-h-card-list-detail-image {
  border-radius: 0;
}

.new-small-h-card-list-container .small-h-card-list-detail-image-wrapper,
.small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(51,51,51,0.1);
  background-color: rgba(51,51,51,0.04);
}

.small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper {
  height: 70vh;
}

.new-small-h-card-list-container .small-h-card-list-detail-image-wrapper .fa,
.small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
}

.small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper .fa {
  height: 70vh;
}

.new-small-h-card-list-container .open .small-h-card-list-detail-image-wrapper .fa,
.small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper .fa {
  font-size: 8em;
}

/* DIRECTORY DETAIL VIEW */

.new-small-h-card-list-container .small-h-card-list-detail-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.new-small-h-card-list-container .small-h-card-list-detail-image,
.small-h-card-detail-wrapper .small-h-card-list-detail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-size: cover;
}

.small-h-card-detail-wrapper .small-h-card-list-detail-image {
  height: 70vh;
}

.new-small-h-card-list-container .small-h-card-list-detail-image.open {
  width: 100vw;
  height: 70vh;
}

.new-small-h-card-list-container .small-h-card-list-detail-close-btn {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 38px;
  width: 38px;
  line-height: 36px;
  font-size: 24px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  color: #333333;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 13;
  pointer-events: none;
}

.new-small-h-card-list-container .small-h-card-list-detail-close-btn.open {
  opacity: 1;
  pointer-events: all;
}

.new-small-h-card-list-container .small-h-card-list-detail-content-scroll-wrapper,
.small-h-card-detail-wrapper .small-h-card-list-detail-content-scroll-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 12;
  overflow: auto;
  transition: all 0.2s ease-out;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.new-small-h-card-list-container .small-h-card-list-detail-content-scroll-wrapper.open,
.small-h-card-detail-wrapper .small-h-card-list-detail-content-scroll-wrapper {
  height: 100%;
}

.new-small-h-card-list-container .small-h-card-list-detail-content-wrapper,
.small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper {
  top: calc(100vw - 20px);
  position: relative;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  padding: 40px 15px 20px 15px;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

[data-has-notch].platform-web .new-small-h-card-list-container .small-h-card-list-detail-content-wrapper,
[data-has-notch].platform-web .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper {
  padding-bottom: calc(20px + 34px); /* For Fliplet Studio */
}

.small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper {
  top: 20px;
}

.small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper + .small-h-card-list-detail-content-scroll-wrapper .small-h-card-list-detail-content-wrapper {
  top: calc(100vw + 20px);
  transition: top 0.2s ease-out;
}

.small-h-card-detail-overlay.ready .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper {
  top: 20px;
}

.small-h-card-detail-overlay.ready .small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper + .small-h-card-list-detail-content-scroll-wrapper .small-h-card-list-detail-content-wrapper {
  top: calc(100vw - 20px);
}

.new-small-h-card-list-container .small-h-card-list-detail-edit-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  height: 60px;
  width: 60px;
  opacity: 0.3;
}

.small-h-card-detail-overlay .small-h-card-list-detail-name {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
  color: #333333;
  font-weight: 700;
  word-wrap: break-word;
  position: relative;
}

.small-h-card-detail-overlay .small-h-card-list-detail-name:after {
  content: '';
  display: block;
  width: 60%;
  height: 4px;
  background-color: #337ab7;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.small-h-card-detail-overlay .small-h-card-list-detail-role {
  margin: 0 0 5px 0;
  font-size: 24px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 500;
}

.small-h-card-detail-overlay .small-h-card-list-detail-location {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.4);
  font-weight: 500;
}

.small-h-card-detail-overlay .small-h-card-list-detail-buttons-wrapper {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.small-h-card-detail-overlay .small-h-card-list-detail-button {
  width: 60px;
  margin: 0 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.small-h-card-detail-overlay .small-h-card-list-detail-button a,
.small-h-card-detail-overlay .small-h-card-list-detail-button a:hover,
.small-h-card-detail-overlay .small-h-card-list-detail-button a:focus
.small-h-card-detail-overlay .small-h-card-list-detail-button a:active,
.small-h-card-detail-overlay .small-h-card-list-detail-button a:active:hover,
.small-h-card-detail-overlay .small-h-card-list-detail-button a:active:focus {
  color: #333333;
  text-decoration: none;
}

.small-h-card-detail-overlay .small-h-card-list-detail-button .send-message {
  cursor: pointer;
}

.small-h-card-detail-overlay .small-h-card-list-detail-button-image {
  color: rgba(51, 51, 51, 0.3);
  text-align: center;
  font-size: 35px;
}

.small-h-card-detail-overlay .small-h-card-list-detail-button-text {
  color: rgba(51, 51, 51, 0.5);
  font-size: 10px;
  text-align: center;
}

.small-h-card-detail-overlay .small-h-card-list-detail-label {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

.dynamic-list-controls {
  display: none;
}

.small-h-card-list-detail-wrapper.open .dynamic-list-controls {
  display: block;
}

.small-h-card-list-detail-wrapper .small-card-details-holder {
  display: none;
}

.small-h-card-list-detail-wrapper.open .small-card-details-holder {
  display: block;
}

@media screen and (min-width: 640px) {
  .new-small-h-card-list-container .small-h-card-list-image {
    width: 180px;
    height: 216px;
  }

  .new-small-h-card-list-container .small-h-card-list-detail-wrapper.open {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .new-small-h-card-list-container .small-h-card-list-detail-wrapper.open {
    padding: 40px 0;
    overflow: auto;
  }

  .new-small-h-card-list-container .open .small-h-card-list-detail-image-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }

  .new-small-h-card-list-container .small-h-card-list-image .small-h-card-list-detail-wrapper.open .small-h-card-list-detail-image {
    border-radius: 20px 20px 0 0;
  }

  .new-small-h-card-list-container .small-h-card-list-detail-close-btn {
    position: fixed;
  }

  .new-small-h-card-list-container .small-h-card-list-detail-content-scroll-wrapper.open {
    height: auto;
    position: relative;
  }

  .new-small-h-card-list-container .open .small-h-card-list-detail-content-wrapper {
    top: auto;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
  }
}

/** OVERLAY **/
.small-h-card-detail-overlay.open .dynamic-list-controls {
  display: block;
}

.small-h-card-detail-overlay {
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  pointer-events: all;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
  /*-webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);*/
}

.small-h-card-detail-overlay.open {
  visibility: visible;
  opacity: 1;
  /*-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
}

.small-h-card-detail-overlay .small-h-card-detail-overlay-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
}

.small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.small-h-card-detail-overlay .small-h-card-detail-overlay-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
}

.small-h-card-detail-overlay-panel .small-h-card-detail-overlay-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: transparent !important;
}

.small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-size: 24px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  color: #333333;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 13;
}

.small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close.go-previous-screen {
  font-size: 2em;
}

.small-h-card-detail-overlay-panel .small-h-card-detail-overlay-content {
  height: 100%;
  overflow: auto;
  padding: 40px 15px 15px 15px;
  word-break: break-word;
}

.small-h-card-detail-label {
  opacity: 0.5;
  font-size: 1em;
  margin-bottom: 4px;
}

.small-h-card-detail-value {
  font-size: 1.15em;
  margin-bottom: 25px;
}

.small-h-card-detail-overlay-close.tablet {
  display: none;
}

.small-h-card-detail-overlay .small-h-card-detail-overlay-panel {
  z-index: 1;
}

@media screen and (min-width: 640px) {
  .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 40px 0;
    z-index: 1;
  }

  .small-h-card-detail-overlay .small-h-card-detail-overlay-panel {
    position: relative;
    max-width: 600px;
    margin: auto auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 20px;
  }

  .small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper {
    position: relative;
    width: auto;
  }

  .small-h-card-detail-overlay-panel .small-h-card-detail-overlay-content,
  .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper {
    padding: 0;
  }

  .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper,
  .small-h-card-detail-overlay.ready .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper,
  .small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper + .small-h-card-list-detail-content-scroll-wrapper .small-h-card-list-detail-content-wrapper,
  .small-h-card-detail-overlay.ready .small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper + .small-h-card-list-detail-content-scroll-wrapper .small-h-card-list-detail-content-wrapper {
    top: 0;
    padding: 20px 15px;
  }

  .small-h-card-detail-overlay.ready .small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper + .small-h-card-list-detail-content-scroll-wrapper .small-h-card-list-detail-content-wrapper {
    padding: 40px;
    border-radius: 0;
  }

  .small-h-card-detail-wrapper .small-h-card-list-detail-content-scroll-wrapper {
    position: relative;
  }

  .small-h-card-detail-overlay .small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper ~ .small-h-card-list-detail-content-scroll-wrapper .small-h-card-list-detail-content-wrapper {
    padding: 40px;
  }
}

.small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 0.8em !important;
}

.small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .fa-times-thin::before {
  content: '\002573';
}

/* IE11 layout */
@media screen and (-ms-high-contrast: none) {
  .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .fa-times-thin {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .win7.fa-times-thin {
    padding-top: 2px;
    padding-bottom: 1px;
    font-weight: lighter;
    font-size: 1.2em !important;
  }

  .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .win7.fa-times-thin::before {
    content: '\2715';
  }

}

/* Safari layout */
@media not all and (min-resolution:.001dpcm) {
  @media {
    .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .fa-times-thin {
      padding-top: 1px;
      padding-bottom: 0px;
    }
  }
}

/* For native devices */
.native.android .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .fa-times-thin {
  padding-top: 5px;
}

.native.ios .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .fa-times-thin {
  padding-top: 1px;
}

.mode-interact [data-dynamic-lists-id] {
  min-height: 32px;
}

/* For MS Edge */
@supports (-ms-ime-align:auto) {
  .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .fa-times-thin {
    padding-top: 1px;
    padding-bottom: 3px;
  }
}

/* For Firefox */
@-moz-document url-prefix() {
  .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 5px;
  }

  .no-windows .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

/* For Android Chrome browser*/
.android.no-native .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-close .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 2px;
}


/* css/layout-css/simple-list-style.upload.css */
.mode-interact .simple-list-container {
  pointer-events: none;
}

.lock {
  overflow: hidden !important;
}

/* SEARCH FILTER OVERLAY */
.simple-list-search-filter-overlay {
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  right: 0;
  left: 0;
  z-index: 11;
  background-color: transparent;
  transform: translate3d(100%, 0, 0);
  transition: all 0.2s ease-out;
  height: 100vh;
  padding-bottom: env(safe-area-inset-top);
}

.simple-list-search-filter-overlay.display {
  transform: translate3d(0, 0, 0);
}

.simple-list-search-filter-overlay .simple-list-overlay-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.simple-list-search-filter-overlay .simple-list-overlay-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #232b3f;
  color: #fff;
}

.simple-list-search-filter-overlay .simple-list-overlay-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  font-size: 1.2em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #232b3f;
  z-index: 2;
}

.simple-list-overlay-header .filter-header-holder {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5px;
}

.simple-list-container .filter-header-holder .filter-header-btn-controls {
  text-transform: none;
}

.simple-list-container .apply-filters {
  border: 1px solid #337ab7;
  border-radius: 20px;
  padding: 6px 14px;
  background-color: #337ab7;
}

.simple-list-container .clear-filters {
  padding: 6px 14px;
}

.simple-list-container .clear-filters:hover,
.simple-list-container .apply-filters:hover,
.simple-list-container .clear-filters:focus,
.simple-list-container .apply-filters:focus,
.simple-list-container .clear-filters:active,
.simple-list-container .apply-filters:active,
.simple-list-container .clear-filters:active:hover,
.simple-list-container .apply-filters:active:hover,
.simple-list-container .clear-filters:active:focus,
.simple-list-container .apply-filters:active:focus {
  color: #fff;
  box-shadow: none;
}

.simple-list-search-filter-overlay .simple-list-overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 44px;
  padding: 15px;
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

[data-has-notch].platform-web .simple-list-search-filter-overlay .simple-list-overlay-content {
  padding-bottom: calc(15px + 34px); /* For Fliplet Studio */
}

.simple-list-search-filter-overlay .simple-list-overlay-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  padding-left: 15px;
  font-size: 1.8em;
  line-height: 44px;
  z-index: 1;
  cursor: pointer;
  margin: 2px;
}

.simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls,
.simple-list-container .simple-list-search-filter-overlay .hidden-search-controls {
  height: auto;
  overflow: initial;
  margin: 0;
}

.simple-list-search-filter-overlay .hidden-filter-controls-search {
  padding: 0;
}

.simple-list-search-filter-overlay .current-query-wrapper {
  position: relative;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  color: #ffffff;
  padding: 8px 34px 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1;
}

.simple-list-search-filter-overlay .current-query-wrapper .clear-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.simple-list-search-filter-overlay .hidden-filter-controls-filter {
  width: auto;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 10px 5px 10px 0;
  font-size: 14px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.simple-list-search-filter-overlay .hidden-filter-controls-filter:hover,
.simple-list-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(255, 255, 255, 0.7);
}

.simple-list-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  background-color: #337ab7;
  color: #ffffff;
  border-color: #337ab7;
}

.simple-list-search-filter-overlay .hidden-filter-controls-filter:last-child {
  margin: 0;
}

.simple-list-container .filters-header {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.simple-list-search-filter-overlay .filter-holder {
  margin: 0 -15px;
}

.simple-list-container .filter-holder .panel-group .panel {
  border: none;
  border-radius: 0;
  background-color: #364363;
  margin-top: 1px;
}

.simple-list-container .filter-holder .panel-group .panel:first-child {
  margin-top: 0;
}

.simple-list-container .filter-holder .panel-default > .panel-heading {
  color: #ffffff;
  background-color: #232b3f;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 15px;
  cursor: pointer;
  position: relative;
}

.simple-list-container .filter-holder .panel-default > .panel-heading h4 {
  font-weight: normal;
}

.simple-list-container .filter-holder .panel-default > .panel-heading .fa {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.5em;
}

.simple-list-container .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

/* SEARCH / FILTERS */
.simple-list-container {
  max-width: 600px;
  margin: 0 auto;
}

.simple-list-container .section-top-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.simple-list-container .list-search-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.simple-list-container .list-search-icon .fa {
  display: inline-block;
  font-size: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.simple-list-container .list-search-icon li[data-sort-order] .fa {
  display: none;
}

.simple-list-container .list-search-icon li[data-sort-order="none"] .fa.fa-sort,
.simple-list-container .list-search-icon li[data-sort-order="asc"] .fa.fa-sort-asc,
.simple-list-container .list-search-icon li[data-sort-order="desc"] .fa.fa-sort-desc {
  display: inline-block;
}

.simple-list-container .list-search-icon .fa-search.active,
.simple-list-container .list-search-icon .fa-sliders.active {
  display: none;
}

.simple-list-container .list-search-cancel {
  display: none;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
}

.simple-list-container .fa-times {
  text-decoration: none;
}

.simple-list-container .list-search-cancel.active {
  display: inline-block;
}

.simple-list-container .hidden-filter-controls,
.simple-list-container .hidden-search-controls {
  height: 0;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.simple-list-container .hidden-filter-controls-content {
  padding-bottom: 15px;
}

.simple-list-container .hidden-filter-controls-search {
  padding: 18px;
}

.simple-list-container .search-holder {
  width: 100%;
  position: relative;
}

.simple-list-container .search-holder .fa.fa-search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #337ab7;
  width: 38px;
  height: 100%;
  font-size: 1.2em;
  line-height: 38px;
  text-align: center;
}

.simple-list-container .search-holder .btn.search-btn {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 14px;
  height: 35px;
  line-height: 1.6;
  z-index: 1;
  border-radius: 40px;
  background-color: #eeeeee;
  color: #333333;
  border: none;
  padding: 8px 12px;
  transition: opacity 0.2s ease-out;
}

.simple-list-container .search-holder .btn.search-btn:focus,
.simple-list-container .search-holder .btn.search-btn:hover,
.simple-list-container .search-holder .btn.search-btn:active:focus,
.simple-list-container .search-holder .btn.search-btn:active:hover {
  border-radius: 40px;
}

.simple-list-container .search-holder .search-feed:focus ~ .btn.search-btn,
.simple-list-container .search-holder .search-feed:valid ~ .btn.search-btn {
  opacity: 1;
  pointer-events: all;
}

.simple-list-container .search-holder .search-feed:focus ~ .btn.search-btn,
.simple-list-container .search-holder .search-feed:focus ~ .btn.search-btn:hover,
.simple-list-container .search-holder .search-feed:focus ~ .btn.search-btn:active,
.simple-list-container .search-holder .search-feed:focus ~ .btn.search-btn:active:hover {
  border: none;
  background-color: #eeeeee;
}

.simple-list-container .search-holder .btn.search-btn:hover,
.simple-list-container .search-holder .btn.search-btn:active,
.simple-list-container .search-holder .btn.search-btn:active:hover {
  border: none;
  background-color: #eeeeee;
}

.simple-list-container .search-holder .search-btn.searching-btn {
  transition: all 0.15s ease-out;
  pointer-events: none;
}

.simple-list-container .search-holder .search-btn.searching-btn,
.simple-list-container.searching .search-holder .search-btn {
  display: none;
  transition: all 0.15s ease-out;
}

.simple-list-container.searching .search-holder .search-btn.searching-btn {
  display: block;
}

.simple-list-container .search-holder .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 77px 8px 40px;
  height: auto;
}

.simple-list-container .search-holder .form-control:focus {
  border-color: #337ab7;
}

.simple-list-container .hidden-filter-controls-search .search-query-holder {
  width: 100%;
  display: none;
  align-items: center;
  color: #aaaaaa;
  font-size: 14px;
}

.simple-list-container .search-results .hidden-filter-controls-search .search-query-holder {
  display: block;
}

.simple-list-container .current-query-wrapper {
  position: relative;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  color: #ffffff;
  padding: 8px 34px 8px 15px;
  border-radius: 20px;
  line-height: 1;
}

.simple-list-container .current-query {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 185px);
  display: inline-block;
  vertical-align: baseline;
}

.simple-list-container .current-query-wrapper .clear-search {
  position: absolute;
  right: 0;
  top: -2px;
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.simple-list-container .hidden-filter-controls-label {
  font-size: 14px;
  color: #aaaaaa;
  padding: 0 0 5px;
}

.simple-list-container .hidden-filter-controls-filter-container + .hidden-filter-controls-label {
  padding-top: 10px;
}

.simple-list-container .hidden-filter-controls-label span {
  font-weight: bold;
  text-transform: capitalize;
}

.simple-list-container .hidden-filter-controls-filter-container {
  width: 100%;
  display: flex;
}

.simple-list-container .hidden-filter-controls-filter-wrapper {
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.simple-list-container .hidden-filter-controls-filter {
  width: auto;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 2px 5px 7px 2px;
  font-size: 14px;
}

.simple-list-container .hidden-filter-controls-filter.mixitup-control-active {
  background-color: #337ab7;
  color: #ffffff;
  border-color: #337ab7;
}

.simple-list-container .hidden-filter-controls-filter:last-child {
  margin-right: 15px;
}

.simple-list-container .limit-entries-text {
  padding-top: 20px;
  text-align: center;
  opacity: 0.5;
}

.simple-list-container .back-button-holder {
  text-align: center;
}

.simple-list-back-button {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.simple-list-search-filter-overlay.overlay-active {
  /* Cover circle menu toggle and bottom menu bar when filter overlay is active  */
  z-index: 1010;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (min-width: 640px) {
  .simple-list-back-button {
    display: inline-block;
  }
}

/* LIST ITEMS */
.simple-list-wrapper {
  padding: 15px 0 0;
}

.simple-list-item {
  cursor: pointer;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding: 10px 24px 10px 86px;
  position: relative;
  min-height: 91px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.simple-list-item:last-child {
  border-bottom: none;
}

.simple-list-item.no-image {
  padding: 10px 44px 10px 0;
}

.simple-list-item .list-item-image {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.simple-list-item .list-item-title,
.simple-list-item .list-item-description,
.simple-list-item .list-item-subtitle {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

html.ie11 .simple-list-item .list-item-description {
  max-height: 4.4em;
}

.simple-list-item .list-item-title {
  font-size: 18px;
}

.simple-list-item .list-item-description {
  font-size: 16px;
  opacity: 0.7;
}

.simple-list-item .list-item-subtitle {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.4);
}

.list-item-description + .list-item-subtitle {
  margin-top: 0.5em;
}

.list-item-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  font-size: 2em;
  text-align: right;
}

.loading-holder,
.no-results-holder,
.no-bookmarks-holder {
  text-align: center;
  color: #dddddd;
  cursor: default;
  padding: 15px 0 0;
}

.ready .loading-holder,
.loading .limit-entries-text,
.filtering .limit-entries-text,
.searching .limit-entries-text,
.no-results-holder,
.no-bookmarks-holder {
  display: none;
}

.simple-list-container .no-results ~ .no-results-holder,
.simple-list-container .no-bookmarks-holder.show,
.simple-list-container.no-results .no-results-holder {
  display: block;
}

/** OVERLAY **/
.dynamic-list-controls {
  display: none;
}

.simple-list-detail-overlay.open .dynamic-list-controls {
  display: block;
}

.simple-list-detail-overlay {
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  pointer-events: all;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
  /*-webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);*/
}

.simple-list-detail-overlay.open {
  visibility: visible;
  opacity: 1;
  /*-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
}

.simple-list-detail-overlay .simple-list-detail-overlay-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.simple-list-detail-overlay .simple-list-detail-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.simple-list-detail-overlay .simple-list-detail-overlay-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
}

.simple-list-detail-overlay-panel .simple-list-detail-overlay-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #ffffff;
}

.simple-list-detail-overlay-heading .simple-list-detail-overlay-close {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 1.5em;
  cursor: pointer;
}

.simple-list-detail-overlay-heading .simple-list-detail-overlay-close.go-previous-screen {
  font-size: 2em;
}

.simple-list-detail-overlay-panel .simple-list-detail-overlay-content {
  height: 100%;
  overflow: auto;
  padding: 40px 15px 15px 15px;
  word-break: break-word;
}

.simple-list-detail-label {
  opacity: 0.5;
  font-size: 1em;
  margin-bottom: 4px;
}

.simple-list-detail-value {
  font-size: 1.15em;
  margin-bottom: 25px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.simple-list-detail-overlay-close.tablet {
  display: none;
}

/* COMMENTS */

.simple-list-comment-panel {
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  z-index: 1010;
  cursor: default;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: all 0.2s ease-out;
}

.simple-list-comment-panel.open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.simple-list-comment-panel .simple-list-comment-panel-header {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 15px 0;
  z-index: 5;
}

.simple-list-comment-panel .simple-list-comment-panel-title {
  margin: 0 auto;
  max-width: 250px;
  text-align: center;
  text-transform: uppercase;
}

.simple-list-comment-panel .simple-list-comment-close-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}

.simple-list-comment-panel .comments-offline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.4);
  padding: 6px 0;
  z-index: 4;
  text-align: center;
  transition: top 0.2s ease-out;
}

.simple-list-comment-panel.offline .comments-offline {
  top: 54px;
}

.simple-list-comment-panel .simple-list-comment-area {
  height: calc(100% - 159px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 15px;
  margin: 54px 0 105px;
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 1;
}

[data-has-notch].platform-web .simple-list-comment-panel .simple-list-comment-area {
  padding-bottom: calc(109px + 34px); /* For Fliplet Studio */
}

.simple-list-comment-panel.typing .simple-list-comment-area {
  padding-bottom: 0;
}

.simple-list-comment-panel .simple-list-comment-input-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 15px 15px 15px;
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  background: #ffffff;
  z-index: 3;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

[data-has-notch].platform-web .simple-list-comment-panel .simple-list-comment-input-holder {
  padding-bottom: calc(15px + 34px); /* For Fliplet Studio */
}

.simple-list-comment-panel.typing .simple-list-comment-input-holder {
  padding-bottom: 15px;
}

.simple-list-comment-panel.offline .simple-list-comment-input-holder .btn {
  pointer-events: none;
  opacity: 0.3;
}

.simple-list-comment-panel .simple-list-comment-input-holder .save,
.simple-list-comment-panel .simple-list-comment-input-holder .cancel,
.simple-list-comment-panel .simple-list-comment-input-holder.editing .comment {
  display: none;
}

.simple-list-comment-panel .simple-list-comment-input-holder.editing .save,
.simple-list-comment-panel .simple-list-comment-input-holder.editing .cancel,
.simple-list-comment-panel .simple-list-comment-input-holder .comment {
  display: block;
}

.simple-list-comment-panel .simple-list-comment-input-holder .cancel,
.simple-list-comment-panel .simple-list-comment-input-holder .cancel:hover,
.simple-list-comment-panel .simple-list-comment-input-holder .cancel:focus,
.simple-list-comment-panel .simple-list-comment-input-holder .cancel:active:hover,
.simple-list-comment-panel .simple-list-comment-input-holder .cancel:active:focus {
  margin-right: 10px;
  color: rgba(51, 51, 51, 0.7);
}

.simple-list-comment-panel .simple-list-comment-input-holder .btn.comment,
.simple-list-comment-panel .simple-list-comment-input-holder .btn.save {
  border: 1px solid rgba(51, 51, 51, 0.3);
  background-color: transparent;
  color: rgba(51, 51, 51, 0.3);
  pointer-events: none;
}

.simple-list-comment-panel .simple-list-comment-input-holder .btn.comment:active,
.simple-list-comment-panel .simple-list-comment-input-holder.btn.comment:focus,
.simple-list-comment-panel .simple-list-comment-input-holder .btn.save:active,
.simple-list-comment-panel .simple-list-comment-input-holder .btn.save:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.simple-list-comment-panel .simple-list-comment-input-holder.ready .btn.save,
.simple-list-comment-panel .simple-list-comment-input-holder.ready .btn.comment {
  border: 1px solid #337ab7;
  background-color: #337ab7;
  color: #ffffff;
  pointer-events: all;
}

.simple-list-comment-panel .input-second-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}

.simple-list-comment-panel .fl-individual-comment {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 -15px 20px;
}

.simple-list-comment-panel .top-comment-holder {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 0 15px 0 69px;
  background-color: #ffffff;
}

.simple-list-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(51, 51, 51, 0.08);
}

.simple-list-comment-panel .loading-comment {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}

.simple-list-comment-panel .fl-comment-thumb {
  position: absolute;
  left: 15px;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e9e9e9;
  overflow: hidden;
}

.simple-list-comment-panel .fl-comment-thumb .fl-comment-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.simple-list-comment-panel .fl-comment-thumb .fa {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  opacity: 0.2;
  z-index: 1;
}

.simple-list-comment-panel .fl-comment-user {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.simple-list-comment-panel .fl-comment-user .separator {
  margin: 0 10px;
  font-size: 6px;
  opacity: 0.4;
}

.simple-list-comment-panel .fl-comment-user span {
  font-weight: normal;
  font-size: 14px;
  opacity: 0.5;
}

.simple-list-comment-panel .fl-comment-value {
  cursor: pointer;
}

.simple-list-comment-panel textarea[data-comment-body] {
  resize: none;
  font-size: 16px;
  max-height: 155px;
  word-wrap: break-word;
  overflow: auto;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  color: #333333;
}

.simple-list-comment-panel textarea[data-comment-body]:focus,
.simple-list-comment-panel textarea[data-comment-body]:active:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.simple-list-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  top: auto !important;
  bottom: 100px;
  left: 0 !important;
  right: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.simple-list-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu > .active > a {
  background-color: #337ab7;
  color: #ffffff;
}

.typeahead.dropdown-menu li a {
  display: flex;
  align-items: center;
}

.mention_name {
  font-size: 12px;
}

.mention_username {
  font-size: 12px;
  opacity: 0.5;
  margin-left: 5px;
}

.mention_image {
  float: left;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 20px;
}

.active .mention_username {
  color: #ffffff;
}

.simple-list-container .simple-list-social-holder .simple-list-like-wrapper,
.simple-list-detail-overlay .simple-list-overlay-social-holder .simple-list-like-wrapper,
.simple-list-container .simple-list-social-holder .simple-list-bookmark-holder,
.simple-list-detail-overlay .simple-list-overlay-social-holder .simple-list-bookmark-holder,
.simple-list-container .simple-list-social-holder .simple-list-comment-holder,
.simple-list-detail-overlay .simple-list-overlay-social-holder .simple-list-comment-holder {
  position: relative;
  cursor: pointer;
}

.simple-list-container .simple-list-bookmark-holder,
.simple-list-detail-overlay .simple-list-bookmark-holder {
  margin-left: 15px;
}

.simple-list-container .simple-list-comment-holder,
.simple-list-detail-overlay .simple-list-comment-holder {
  margin-left: 10px;
}

.simple-list-container .simple-list-comment-holder .count:empty ~ i,
.simple-list-detail-overlay .simple-list-comment-holder .count:empty ~ i {
  margin-left: 5px;
}

.simple-list-container .simple-list-like-holder .fa,
.simple-list-container .simple-list-like-wrapper .fa,
.simple-list-container .simple-list-bookmark-holder .fa,
.simple-list-container .simple-list-bookmark-wrapper .fa,
.simple-list-container .simple-list-comment-holder .fa,
.simple-list-container .simple-list-comment-holder span,
.simple-list-detail-overlay .simple-list-like-holder .fa,
.simple-list-detail-overlay .simple-list-like-wrapper .fa,
.simple-list-detail-overlay .simple-list-bookmark-holder .fa,
.simple-list-detail-overlay .simple-list-bookmark-wrapper .fa,
.simple-list-detail-overlay .simple-list-comment-holder .fa,
.simple-list-detail-overlay .simple-list-comment-holder span {
  color: rgba(51, 51, 51, 0.5);
}

.simple-list-detail-overlay .simple-list-like-wrapper,
.simple-list-detail-overlay .simple-list-bookmark-wrapper {
  display: none;
}

.simple-list-detail-overlay .not-liked .simple-list-like-wrapper.btn-like,
.simple-list-detail-overlay .liked .simple-list-like-wrapper.btn-liked,
.simple-list-detail-overlay .not-bookmarked .simple-list-bookmark-wrapper.btn-bookmark,
.simple-list-detail-overlay .bookmarked .simple-list-bookmark-wrapper.btn-bookmarked {
  display: block;
}

.simple-list-container .simple-list-comment-holder .fa-comment-o,
.simple-list-detail-overlay .simple-list-comment-holder .fa-comment-o {
  line-height: 0;
}

.simple-list-container .simple-list-social-holder .simple-list-comment-holder .comment-label {
  display: none;
}

.simple-list-container .simple-list-item .simple-list-social-holder,
.simple-list-detail-overlay .simple-list-overlay-social-holder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
}

.simple-list-container .simple-list-item .simple-list-social-holder {
  margin-top: 10px;
}

.simple-list-detail-overlay .simple-list-overlay-inner-holder.has-edit-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.simple-list-container .simple-list-like-wrapper .fa-heart,
.simple-list-detail-overlay .simple-list-like-wrapper .fa-heart {
  color: #ed4956;
}

.simple-list-container .simple-list-bookmark-wrapper .fa-bookmark,
.simple-list-detail-overlay .simple-list-bookmark-wrapper .fa-bookmark {
  color: #337ab7;
}

.simple-list-container .simple-list-like-wrapper span,
.simple-list-container .simple-list-comment-holder span.count,
.simple-list-detail-overlay .simple-list-like-wrapper span,
.simple-list-detail-overlay .simple-list-comment-holder span.count {
  opacity: 0.3;
  font-size: 12px;
  line-height: 24px;
  margin-right: 4px;
}

.simple-list-detail-overlay .simple-list-detail-overlay-panel {
  z-index: 1;
}

.simple-list-container .simple-list-comment-holder span.count,
.simple-list-detail-overlay .simple-list-comment-holder span.count {
  margin-right: 0;
}

.simple-list-comment-holder i.comment-placeholder {
  margin-left: 5px;
}

@media screen and (min-width: 640px) {
  .simple-list-detail-overlay .simple-list-detail-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 40px 0;
    z-index: 1;
  }

  .simple-list-detail-overlay .simple-list-detail-overlay-panel {
    position: relative;
    max-width: 600px;
    margin: auto auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .simple-list-detail-overlay-panel .simple-list-detail-overlay-content {
    padding: 40px;
  }
}

.simple-list-container.loading .simple-list-wrapper {
  opacity: 0;
}

.simple-list-container.ready .simple-list-wrapper {
  opacity: 1;
}

.simple-list-detail-overlay-close .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 0.8em !important;
}

.simple-list-detail-overlay-close .fa-times-thin::before {
  content: "\002573";
}

/* IE11 layout */
@media screen and (-ms-high-contrast: none) {
  .simple-list-detail-overlay-close .fa-times-thin {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .simple-list-detail-overlay-close .win7.fa-times-thin {
    padding-top: 2px;
    padding-bottom: 1px;
    font-weight: lighter;
    font-size: 1.2em !important;
  }

  .simple-list-detail-overlay-close .win7.fa-times-thin::before {
    content: "\2715";
  }
}

/* Safari layout */
@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .simple-list-detail-overlay-close .fa-times-thin {
      padding-top: 1px;
      padding-bottom: 0px;
    }
  }
}

/* For native devices */
.native.android .simple-list-detail-overlay-close .fa-times-thin {
  padding-top: 5px;
}

.native.ios .simple-list-detail-overlay-close .fa-times-thin {
  padding-top: 1px;
}

.mode-interact [data-dynamic-lists-id] {
  min-height: 32px;
}

/* For MS Edge */
@supports (-ms-ime-align: auto) {
  .simple-list-detail-overlay-close .fa-times-thin {
    padding-top: 1px;
    padding-bottom: 3px;
  }
}

/* For Firefox */
@-moz-document url-prefix() {
  .simple-list-detail-overlay-close .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 5px;
  }

  .no-windows .simple-list-detail-overlay-close .fa-times-thin {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

/* For Android Chrome browser*/
.android.no-native .simple-list-detail-overlay-close .fa-times-thin {
  padding-top: 2px;
  padding-bottom: 2px;
}
