.global-header-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  display: inline-block;
  position: relative;
  top: 10px;
  right: 4px;
}
.global-header-avatar img {
  width: 100%;
  height: auto;
  display: block;
}

table.has-middle-aligned-content td {
  vertical-align: middle !important;
}

thead.has-top-border {
  border-top: 1px solid #ddd;
}

div.dataTables_length {
  text-align: right;
}

select.form-control.form-control-sm {
  height: 40px;
  font-size: 13px;
}

.panel-heading-description {
  color: #404040;
  font-weight: normal;
  font-size: 13px;
  padding-top: 6px;
  margin-bottom: 0;
}

.panel-group.has-save-actions-bar.has-spacer {
  background: none;
  display: flex;
  flex-flow: column;
}
.panel-group.has-save-actions-bar .panel {
  box-shadow: none;
}
.panel-group.has-save-actions-bar .panel-body {
  padding-bottom: 48px;
}

.panel.is-spacer {
  display: flex;
  flex: 1 1 auto;
}

.section-divider {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 30px -20px;
}

.is-panel-support-link {
  font-size: 15px;
  padding: 0 20px 0 0 !important;
  text-align: right;
}
.is-panel-support-link:not(span):hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .is-panel-support-link {
    text-align: left;
    padding: 0 20px 20px 47px !important;
    margin-top: -20px;
  }
}

.mdi.is-large {
  font-size: 15px;
  position: relative;
  top: 1px;
  margin-right: 1px;
}

h1.has-bottom-margin,
h2.has-bottom-margin,
h3.has-bottom-margin,
h4.has-bottom-margin,
h5.has-bottom-margin,
h6.has-bottom-margin {
  margin-bottom: 16px;
}

.tooltip-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 6px;
  justify-content: center;
  align-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #404040;
  max-width: 140px;
}
.tooltip-grid .status-circle {
  margin: 4px auto;
}

.tag-xs.has-replies {
  position: relative;
}
.tag-xs.has-replies:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #f1b73f;
  top: 6px;
  left: -12px;
  display: block;
  border-radius: 50%;
}

h1.has-line,
h2.has-line,
h3.has-line,
h4.has-line,
h5.has-line,
h6.has-line {
  position: relative;
}
h1.has-line:before,
h2.has-line:before,
h3.has-line:before,
h4.has-line:before,
h5.has-line:before,
h6.has-line:before {
  z-index: 10;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}
h1.has-line span,
h2.has-line span,
h3.has-line span,
h4.has-line span,
h5.has-line span,
h6.has-line span {
  display: inline-block;
  padding: 4px 12px 4px 0;
  background: #fff;
  position: relative;
  z-index: 10;
}

.has-margin-top-16 {
  margin-top: 16px !important;
}

.has-margin-bottom-16 {
  margin-bottom: 16px !important;
}

.has-margin-left-16 {
  margin-left: 16px !important;
}

.has-margin-right-16 {
  margin-right: 16px !important;
}

.has-margin-top-12 {
  margin-top: 12px !important;
}

.has-margin-bottom-12 {
  margin-bottom: 12px !important;
}

.has-margin-left-12 {
  margin-left: 12px !important;
}

.has-margin-right-12 {
  margin-right: 12px !important;
}

.has-margin-top-8 {
  margin-top: 8px !important;
}

.has-margin-bottom-8 {
  margin-bottom: 8px !important;
}

.has-margin-left-8 {
  margin-left: 8px !important;
}

.has-margin-right-8 {
  margin-right: 8px !important;
}

.has-margin-top-24 {
  margin-top: 24px !important;
}

.has-margin-bottom-24 {
  margin-bottom: 24px !important;
}

.has-margin-left-24 {
  margin-left: 24px !important;
}

.has-margin-right-24 {
  margin-right: 24px !important;
}

.scroll-box {
  max-height: 350px;
  background: #eff1f4;
  overflow-y: scroll;
  padding: 10px;
  margin-bottom: 10px;
}

.level {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.level .level-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.level .level-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.level.is-compact {
  justify-content: flex-start;
}

.level.is-top-aligned {
  align-items: flex-start;
}

.level-item {
  flex: 1;
}

.level-item:not(:last-child) {
  margin-right: 18px;
}

.level.is-right-aligned {
  justify-content: flex-end;
}

.level.is-grid {
  flex-wrap: wrap;
  align-items: flex-start;
}

.level.is-grid .level-item {
  flex: 1 0 calc(49% - 32px);
  margin-right: 32px;
}

.level.is-grid .level-item label {
  padding-right: 18px;
}

.level-item.should-not-grow {
  flex: 0 1;
}

.should-not-shrink {
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .level:not(.is-mobile) {
    display: block;
  }

  .level-item {
    margin-bottom: 8px;
  }
}
.page-head .tag,
.page-head a.tag {
  font-size: inherit;
}

.be-left-sidebar .sidebar-elements > li > a > .tag-special {
  margin-top: 8px;
}

.tag,
a.tag {
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
  line-height: 13px;
  font-size: 13px;
}
.tag.is-spaced,
a.tag.is-spaced {
  margin-right: 3px;
}

.tag-secondary,
a.tag-secondary {
  color: #ffffff;
  background-color: #bfbdbf;
}

.tag.tag-sm {
  padding: 4px 6px;
  font-size: 11px;
}

.tag.tag-xs {
  font-size: 10px;
  width: 16px;
  height: 16px;
  padding: 0;
  text-align: center;
  line-height: 16px;
}

.tag.tag-special {
  background: #ef456d;
  color: #fff !important;
}

.page-head-title .tag.tag-special {
  position: relative;
  top: -4px;
  left: 10px;
  font-size: 14px;
  padding: 6px 8px;
}

.tag-secondary a {
  text-decoration: underline;
  color: #fff;
}

.tag.tag-primary {
  background: #58c1d6;
  color: #ffffff;
}

.tag-alert,
a.tag-alert {
  background: #ff4922;
  color: #ffffff;
}

a.tag-alert:hover {
  background: #d52600;
}

.tag-negative,
a.tag-negative,
.tag.is-replied {
  background: #ca5846;
  color: #ffffff;
}

.tag-info,
a.tag-info,
.tag.is-new {
  background: #f1b73f;
  color: #ffffff;
}

.tag-success,
.tag-positive,
.tag.is-closed,
a.tag-success,
a.tag-positive {
  background: #34a853;
  color: #ffffff;
}

.tag.is-open {
  background: #0395a6;
  color: #ffffff;
}

.tag.tag-transparent:first-child {
  padding-left: 0;
}

.tag-transparent,
a.tag-transparent {
  background: none;
}

.tag-facebook,
a.tag-facebook {
  background: #495890;
  color: #ffffff;
}

.tag.tag-bold {
  background-color: #808080;
  color: #fff;
}

.circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 24px;
  display: block;
}
.circle.is-replied {
  background: #ca5846;
}

.allstate-menu .al-hide {
  display: none !important;
}

.modal.has-status-bar .modal-body {
  padding: 10px 24px 20px;
}
.modal.has-status-bar .modal-dialog .modal-content {
  padding-top: 56px;
}
.modal.has-status-bar .modal-dialog .close-filters-icon {
  top: 76px;
}
.modal.has-status-bar .modal-status-bar {
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  align-items: center;
  align-content: center;
}
.modal.has-status-bar .modal-status-bar .is-status-icon {
  position: relative;
  top: -3px;
}
.modal.has-status-bar .modal-status-bar .level-item {
  max-width: 20%;
  margin-bottom: 0;
}
.modal.has-status-bar .modal-status-bar .level-item:last-child {
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .modal.has-status-bar .modal-status-bar {
    font-size: 18px;
  }
  .modal.has-status-bar .modal-status-bar .level-item {
    display: none;
    max-width: 100%;
  }
  .modal.has-status-bar .modal-status-bar .level-item:first-child {
    display: flex;
  }
}
.modal.has-status-bar .modal-header {
  position: absolute;
  width: 100%;
  top: 0;
  height: 56px;
  background: #58c1d6;
  padding: 0px 30px;
  color: #fff;
}

.mobile-location-bar {
  position: relative;
}
.mobile-location-bar .quick-links-nav {
  margin: 0;
}
.mobile-location-bar .quick-links-icon {
  flex: 0 0 30px;
}
.mobile-location-bar .quick-links-icon .dropdown-toggle {
  padding: 0;
}
.mobile-location-bar .level .level-item {
  margin: 0;
}

.quick-links-container a.dropdown-toggle {
  font-size: 16px !important;
}
.quick-links-container a.dropdown-toggle > span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #58c1d6;
}
@media screen and (max-width: 767px) {
  .quick-links-container a.dropdown-toggle > span {
    width: 42px;
    height: 42px;
  }
}
.quick-links-container a.dropdown-toggle .mdi-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .quick-links-container .nav > li {
    position: static;
  }
  .quick-links-container .quick-links-nav.nav .open > a:focus, .quick-links-container .quick-links-nav.nav .open > a:hover,
.quick-links-container .nav .open > a:hover:focus,
.quick-links-container .nav .open > a:hover:hover,
.quick-links-container .nav .open > a:focus,
.quick-links-container .nav .open > a:hover,
.quick-links-container .nav > li > a:hover:focus,
.quick-links-container .nav > li > a:hover:hover,
.quick-links-container .nav > li > a:focus,
.quick-links-container .nav > li > a:hover {
    background-color: transparent;
  }
  .quick-links-container .navbar-nav .open .dropdown-menu.quicklinks-dropdown-menu {
    position: absolute;
    width: calc(100% - 24px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  }
  .quick-links-container .navbar-nav .open .dropdown-menu.quicklinks-dropdown-menu:before, .quick-links-container .navbar-nav .open .dropdown-menu.quicklinks-dropdown-menu:after {
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    content: "";
    display: inline-block;
    left: 42px;
    margin-left: -6px;
    position: absolute;
  }
  .quick-links-container .navbar-nav .open .dropdown-menu.quicklinks-dropdown-menu:before {
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    border-bottom-color: #e3e3e3;
    margin-left: -7px;
    top: -9px;
  }
}
.quick-links-container .quick-links {
  padding: 16px 16px 8px 16px;
  width: 320px;
  left: -130px;
}
.quick-links-container .quick-links .title {
  margin-top: 6px;
  margin-bottom: 16px;
}
.quick-links-container .quick-links .btn {
  margin-left: 10px;
}
.quick-links-container .quick-links:before, .quick-links-container .quick-links:after {
  left: 50% !important;
}
@media screen and (max-width: 767px) {
  .quick-links-container .quick-links:before, .quick-links-container .quick-links:after {
    left: calc(100% - 30px) !important;
  }
}
.quick-links-container .quick-links .quick-link-copy-icon {
  margin-left: 6px;
  font-size: 16px;
}

.selectize-search-wrapper {
  text-align: left;
  width: 200px;
}
.selectize-search-wrapper .selectize-input,
.selectize-search-wrapper .selectize-control {
  line-height: 1;
}
.selectize-search-wrapper .selectize-dropdown-content {
  display: block !important;
}
.selectize-search-wrapper .selectize-dropdown-content > div {
  display: block;
  width: 100%;
}
.selectize-search-wrapper .selectize-control {
  font-size: 13px;
  text-align: left !important;
}
.selectize-search-wrapper .selectize-control > .selectize-input {
  padding: 10px 30px 10px 12px;
}

html .selectize-dropdown-content > div {
  background-color: #fff;
}
html .selectize-dropdown-content > div:hover {
  background-color: #eee;
}

.is-sub-table {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
}
.is-sub-table .level-item {
  margin-bottom: 8px;
}
.is-sub-table .level-item:nth-child(odd) {
  flex: 0 0 50px;
  width: 50px;
}
.is-sub-table .level-item:nth-child(even) {
  flex: 0 0 80%;
  margin-right: 0;
}
.is-sub-table .no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 80%;
}

.filters.is-empty {
  margin-top: -52px;
}
@media screen and (max-width: 767px) {
  .filters.is-empty {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .is-block-mobile {
    display: block !important;
  }
}

#custom-notification-table .fb-btn-box {
  margin-bottom: 10px;
}
#custom-notification-table .fb-btn-box > span > img {
  margin: -8px;
  margin-right: 5px;
  height: 29px;
  width: 29px;
  border-radius: 4px;
}
#custom-notification-table .tag-star b {
  font-size: 1.4em;
}

.custom-notification-modal .level.is-grid[data-type=review-sites] .level-item label {
  padding-right: 18px;
}
.custom-notification-modal .step-form-content input.form-control {
  max-width: 400px;
}
.custom-notification-modal [data-step-id="4"] .level.is-grid {
  flex-direction: column;
  max-height: 160px;
}
@media screen and (max-width: 767px) {
  .custom-notification-modal [data-step-id="4"] .level.is-grid {
    max-height: initial;
  }
}
.custom-notification-modal .tag-list-wrapper {
  max-width: 464px;
}
.custom-notification-modal .tag-list-wrapper .tag-list-container {
  margin-top: 15px;
}
.custom-notification-modal .value-placeholder {
  padding-left: 18px;
  margin-top: 6px;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  padding-right: 18px;
}
.custom-notification-modal .multi-select-wrapper {
  margin-top: 8px;
}
.custom-notification-modal .form-group.has-controls {
  margin-top: 8px;
}
.custom-notification-modal .form-group.has-controls .is-controls {
  margin-bottom: 8px;
}
.custom-notification-modal .settings-step {
  margin-bottom: 16px;
  margin-top: 30px;
}
.custom-notification-modal .settings-step.has-select-menu-in-title.is-active:after {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .custom-notification-modal .settings-step.has-select-menu-in-title.is-active:after {
    top: -4px;
  }
}

.user-avatar-thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.user-avatar-column {
  width: 40px !important;
  padding-left: 8px !important;
  padding-right: 0 !important;
}

.checkbox-column {
  width: 30px;
}

.grid {
  display: grid;
  column-gap: 32px;
  grid-template-columns: 60px calc(100% - 60px);
}

.grid-item {
  margin-bottom: 4px;
}
.grid-item:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}

.is-data {
  overflow: hidden;
}

.manage-users-table .form-inline {
  margin-top: 0;
}

.sub-permissions {
  margin-bottom: 14px;
  margin-top: -2px;
}

.view-more-permissions {
  position: relative;
  padding-left: 12px;
}
.view-more-permissions.is-active .mdi {
  transform: rotate(90deg);
}
.view-more-permissions.is-active .hide-when-is-active {
  display: none;
}
.view-more-permissions.is-active .show-when-is-active {
  display: inline;
}
.view-more-permissions .show-when-is-active {
  display: none;
}
.view-more-permissions .mdi {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 21px;
  top: -2px;
}

.user-role-permissions-panel .level.is-grid .level-item {
  flex: 1 0 calc(49% - 92px);
  margin-right: 92px;
}
@media (max-width: 480px) {
  .user-role-permissions-panel .level.is-grid .level-item {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .user-role-permissions-panel.accordion .panel .panel-heading a {
    padding-right: 4px !important;
  }
}

.assign-all-entities-wrapper {
  padding: 10px 10px 0 14px;
}

.user-role-permissions-panel .level.is-grid .level-item:nth-child {
  flex: 1 0 calc(49% - 92px);
  margin-right: 92px;
}

#current-users-table_filter {
  position: relative;
  left: -4px;
}
#current-users-table_filter.dataTables_filter {
  padding-bottom: 0;
}
#current-users-table_filter .form-control {
  width: 100%;
  max-width: 260px;
}
@media (max-width: 480px) {
  #current-users-table_filter .form-control {
    width: 80px;
  }
}
#current-users-table_filter label {
  width: 100%;
}

.user-profile-image-container {
  width: 96px;
  height: 96px;
  background: #eee;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.user-profile-image-container img {
  width: 96px;
  height: 96px;
}
.is-placeholder .user-profile-image-container img {
  width: 75px;
  height: auto;
}

.js-gfs-multi-select-options .data-type-label {
  display: none;
}

.cropper-view-box,
.cropper-face {
  border-radius: 50%;
}

.profile-image-crop-container {
  max-height: 500px;
  min-height: 300px;
  margin-top: 4px;
  margin-bottom: 20px;
}
.profile-image-crop-container img {
  display: block;
  margin: 0 auto;
}

.profile-image-file-select {
  width: 0;
  height: 0;
  overflow: hidden;
}

.js-edit-photo-modal img {
  max-width: 100%;
}

.is-arrow-list {
  font-weight: bold;
  list-style: none;
  padding: 0 0 0 16px;
}
.is-arrow-list li {
  margin-bottom: 8px;
  position: relative;
}
.is-arrow-list li:before {
  content: "";
  display: block;
  background: transparent;
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -1px;
  transform: translateY(-50%) rotate(90deg);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #404040;
}

.cropper-crop-box:before {
  content: "";
  display: block;
  border: 3px solid #515bd4;
  width: 52.3%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  pointer-events: none;
  z-index: 100;
}
.cropper-crop-box:after {
  content: "";
  display: block;
  border: 3px solid #db4337;
  width: 70%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  pointer-events: none;
  z-index: 100;
}

.customize-background-buttons .clear-background-image-btn {
  position: static;
  right: initial;
  bottom: initial;
}

.clear-background-image-btn {
  position: absolute;
  bottom: 10px;
  right: 14px;
  z-index: 40;
}

.cropper-view-box {
  outline-width: 2px !important;
  border: 1px solid #39f;
}

.legend-item {
  font-size: 12px !important;
}
.legend-item.is-instagram:after {
  background-color: #515bd4;
}
.legend-item.is-google:after {
  background-color: #db4337;
}
.legend-item.is-default:after {
  background-color: #39f;
}

.download-social-graphic-button {
  font-weight: bold;
  display: inline-block;
}
.download-social-graphic-button .download-graphic-icon {
  font-size: 18px;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .download-social-graphic-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .dimensions-text {
    font-size: 10px;
  }
}

.theme-background-image-file-select {
  width: 0;
  height: 0;
  overflow: hidden;
}

.customize-theme-text {
  padding-right: 8px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}
.customize-theme-text:after {
  content: "";
  width: 1px;
  background: #404040;
  height: calc(100% - 8px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .customize-theme-text:after {
    content: none;
  }
}

.social-share-settings-button-container {
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .social-share-settings-button-container {
    margin-bottom: -10px;
  }
}
.social-share-top-row {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .social-share-top-row {
    margin-top: 0;
  }
}
.social-share-channel-list {
  margin: 0 20px;
}
.social-share-channel-list:first-child {
  padding-top: 0;
}
.social-share-channel-list-icon {
  color: #fff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 100%;
  font-size: 15px;
  margin-right: 6px;
  text-align: center;
  margin-top: -1px;
}
.social-share-channel-list-icon.google-logo {
  border: 1px solid #ccc;
}
.social-share-channel-list input[type=checkbox]:disabled + label {
  opacity: 0.25;
}
.social-share-channel-list input[type=checkbox]:disabled + label:before {
  display: none;
}
.social-share-section-title {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .social-share-section-title {
    margin-bottom: 10px;
  }
}
.social-share-feedback {
  border: 2px solid #dddddd;
  background: #dddddd;
  box-sizing: content-box;
  margin-bottom: 16px;
  position: relative;
  max-width: 100%;
  min-height: 130px;
}
@media screen and (max-width: 767px) {
  .social-share-feedback {
    height: auto !important;
  }
}
.social-share-feedback img {
  max-width: 100%;
  height: auto;
}
.social-share-feedback.be-loading.be-loading-active:before {
  content: "Generating Image...";
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  transform: translateX(-50%) translateY(calc(-50% + 48px));
  font-size: 14px;
  z-index: 200;
}
.social-share-platform-select {
  display: flex;
  align-items: center;
  max-width: 604px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .social-share-platform-select {
    max-width: 100%;
  }
  .social-share-platform-select .btn-tooltip {
    display: inline-block;
  }
}
.social-share-platform-select label,
.social-share-platform-select p {
  margin: 0;
}
.social-share-platform-select label {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .social-share-platform-select label,
.social-share-platform-select select {
    margin-right: 5px;
    max-width: 110px;
  }
}
.social-share-platform-select .form-group:first-child {
  flex-shrink: 0;
}
.social-share-content-editor {
  margin-bottom: 40px;
}
.social-share-theme-picker {
  display: grid;
  grid-template-columns: repeat(5, 60px);
  gap: 10px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .social-share-theme-picker {
    gap: 8px;
    grid-template-columns: repeat(5, 50px);
    margin-bottom: 40px;
    justify-content: center;
  }
}
.social-share-theme-circle-wrapper {
  font-size: 20px;
  text-align: center;
  line-height: 60px;
}
.social-share-auth-modal .modal-body {
  padding: 0;
}
.social-share-auth-modal-content .btn {
  margin-top: 12px;
}
.social-share-auth-modal-content .level {
  padding: 30px 50px;
}
.social-share-auth-modal-content div.level:nth-of-type(even) {
  background: #eee;
}
.social-share-auth-modal-content .mdi-check {
  font-size: 18px;
  line-height: 25px;
  height: 25px;
  width: 25px;
  margin-right: 5px;
  color: white;
  background: green;
  border-radius: 100%;
}
.social-share-auth-modal-logo {
  max-width: 150px;
}
@media screen and (max-width: 991px) {
  .social-share-theme-modal.modal-body {
    padding: 10px 30px 20px;
  }
}
.social-share-theme-modal-preview {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  padding-top: 53%;
  border: 1px solid #ddd;
  background-size: cover;
  background-position: center;
}
.social-share-theme-modal-preview-text {
  width: 100%;
  padding: 0 20%;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  margin: 0;
}
.social-share-theme-modal-preview-text.is-small {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.social-share-theme-modal-preview-text.is-medium {
  font-size: 2rem;
  line-height: 3rem;
}
.social-share-theme-modal-preview-text.is-large {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
.social-share-theme-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.social-share-theme-modal-overlay.is-dark {
  background-color: rgba(0, 0, 0, 0.6);
}
.social-share-theme-modal-overlay.is-light {
  background-color: rgba(255, 255, 255, 0.6);
}
.social-share-theme-modal-select {
  display: grid;
  grid-template-rows: 60px 60px 60px 60px 60px;
  grid-auto-flow: column;
  justify-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .social-share-theme-modal-select {
    grid-template-rows: initial;
    grid-template-columns: repeat(5, 60px);
    justify-content: space-evenly;
    gap: 8px;
    grid-auto-flow: row;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .social-share-theme-modal-select {
    grid-template-columns: repeat(5, 50px);
  }
}
.social-share-theme-modal-select .js-add-new-theme:after {
  background: url(../img/social-sharing/add-theme-plus-icon.svg) no-repeat center;
  background-size: 30px auto;
  left: -1px;
}
.social-share-theme-modal-controls {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 141px 125px 118px;
  justify-content: space-between;
  row-gap: 20px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .social-share-theme-modal-controls {
    grid-template-columns: 141px 141px;
  }
  .social-share-theme-modal-controls div[class*=mobile-span-2] {
    grid-column: span 2;
  }
}
@media (max-width: 480px) {
  .social-share-theme-modal-controls {
    grid-template-columns: 141px;
  }
  .social-share-theme-modal-controls div[class*=mobile-span-2] {
    grid-column: span 1;
  }
}
.social-share-theme-modal-controls div[class*=level-item] {
  margin-right: unset;
}
.social-share-theme-modal-controls label.has-margin-right {
  margin-right: 5px;
}
@media (max-width: 480px) {
  .social-share-theme-modal-controls select {
    margin-bottom: 15px;
  }
}
.social-share-theme-modal .is-modal-icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 50px;
  border-radius: 100%;
  background: #eee;
}
.social-share-theme-modal .color-holder {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .social-share-theme-modal .color-holder {
    float: none;
    display: inline-block;
  }
}
.social-share-circle {
  display: block;
  position: relative;
  padding: 0 5px;
  height: 60px;
  width: 60px;
  background-size: cover;
  border-radius: 100%;
  cursor: pointer;
}
.social-share-circle span {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .social-share-circle {
    height: 48px;
    width: 48px;
    line-height: 48px;
  }
}
.social-share-circle.is-active:before, .social-share-circle:hover:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  border: 2px solid #58c1d6;
  border-radius: 100%;
  height: 66px;
  width: 66px;
}
@media screen and (max-width: 767px) {
  .social-share-circle.is-active:before, .social-share-circle:hover:before {
    top: -2px;
    left: -2px;
    height: 52px;
    width: 52px;
    border: 1px solid #58c1d6;
  }
}
.social-share-circle.is-small {
  font-size: 1.5rem;
}
.social-share-circle.is-medium {
  font-size: 2rem;
}
.social-share-circle.is-large {
  font-size: 2.5rem;
}
.social-share-circle.has-white-background:after {
  display: block;
  content: "";
  border: 1px solid #dddddd;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.social-share-circle.has-overlay {
  position: relative;
}
.social-share-circle.has-overlay:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}
.social-share-circle.has-overlay.is-dark:after {
  background: black;
}
.social-share-circle.has-overlay.is-light:after {
  background: #fff;
}
.social-share-circle.is-icon-circle {
  height: 58px;
  width: 58px;
  font-size: 20px;
  text-align: center;
  line-height: 58px;
  color: #58c1d6;
  border: 1px solid #58c1d6;
}
@media screen and (max-width: 767px) {
  .social-share-circle.is-icon-circle {
    line-height: 48px;
    height: 48px;
    width: 48px;
  }
}
.social-share-circle.is-icon-circle:before {
  top: -5px;
  left: -5px;
}
@media screen and (max-width: 767px) {
  .social-share-circle.is-icon-circle:before {
    top: -3px;
    left: -3px;
  }
}
.social-share-circle.is-icon-circle.is-plus {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .social-share-circle.is-icon-circle.is-plus {
    font-size: 25px;
  }
}
.social-share-auth-link {
  color: #58c1d6;
}
.social-share-auth-link span {
  color: #333;
}

@media (max-width: 480px) {
  .text-left-mobile {
    text-align: left;
  }
}

.js-add-new-theme:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../img/social-sharing/add-theme-icon.svg) no-repeat center;
  background-size: 30px auto;
}

.customize-background-buttons {
  position: absolute;
  bottom: 10px;
  right: 14px;
  z-index: 40;
}

.image-crop-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background: #ddd;
}
.image-crop-container .cropper-view-box,
.image-crop-container .cropper-face {
  border-radius: 0;
}

.crop-channel-selectors {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 42px;
  z-index: 200;
}
.crop-channel-selectors .crop-image-icon {
  cursor: pointer;
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  border-radius: 50%;
  position: relative;
}
.crop-channel-selectors .crop-image-icon img {
  width: 100%;
  height: auto;
}
.crop-channel-selectors .crop-image-icon:hover:before, .crop-channel-selectors .crop-image-icon.is-active:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  border: 2px solid #58c1d6;
  border-radius: 100%;
  height: 48px;
  width: 48px;
}

.spaced-content {
  padding-bottom: 10px;
}

.social-sharing-settings-item {
  margin-bottom: 16px;
  display: flex;
  margin-left: 16px;
}
@media screen and (max-width: 991px) {
  .social-sharing-settings-item {
    display: block;
    margin-left: 0;
  }
}
.social-sharing-settings-item .social-sharing-settings-content {
  padding-right: 20px;
  width: 240px;
}
@media screen and (max-width: 991px) {
  .social-sharing-settings-item .social-sharing-settings-content {
    width: 100%;
    padding-left: 20px;
    text-align: center;
  }
}
.social-sharing-settings-item .social-sharing-preview {
  font-size: 16px;
  display: flex;
  width: 100%;
  max-width: 630px;
  min-height: 334px;
  background: #144374;
  margin-top: 30px;
  position: relative;
  color: #fff;
  padding: 72px 50px;
  position: relative;
  z-index: 10;
}
.social-sharing-settings-item .social-sharing-preview:before {
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  background: #fff;
  transform: rotate(45deg) skew(-6deg, -6deg);
  top: 74px;
  left: -30px;
  position: absolute;
  border-radius: 3px;
}
@media screen and (max-width: 991px) {
  .social-sharing-settings-item .social-sharing-preview:before {
    top: -16px;
    left: calc(50% - 4px);
    transform: rotate(45deg) skew(-6deg, -6deg) translateX(-50%);
  }
}
.social-sharing-settings-item .social-sharing-preview .social-sharing-preview-review-content {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.social-sharing-settings-item .social-sharing-preview .social-sharing-preview-review-author {
  font-size: 14px;
  font-style: italic;
}
.social-sharing-settings-item .social-sharing-preview .social-sharing-preview-header {
  margin-bottom: 28px;
  position: relative;
  height: 40px;
  margin-bottom: 32px;
}
.social-sharing-settings-item .social-sharing-preview .social-sharing-preview-review-source-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
}
.social-sharing-settings-item .social-sharing-preview .social-sharing-preview-review-source-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: auto;
}
.social-sharing-settings-item .social-sharing-preview .social-sharing-preview-rating-visual {
  position: absolute;
  top: -2px;
  right: 0;
  color: #f6b702;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social-sharing-settings-item .social-sharing-preview .social-sharing-preview-rating-visual li {
  margin-left: 4px;
}
.social-sharing-settings-item .social-sharing-preview .social-sharing-preview-rating-visual img {
  height: 42px;
  width: auto;
}
.social-sharing-settings-item .settings-icon-visual {
  border-radius: 100%;
  display: block;
  width: 98px;
  height: 98px;
  margin: 0 auto 16px;
}
.social-sharing-settings-item .settings-icon-visual img {
  width: 100%;
  height: auto;
}
.social-sharing-settings-item .settings-icon-visual img.is-spaced {
  padding: 10px;
}

.social-share-auto-modal p {
  margin: 3px 0 15px 3px;
}
.social-share-auto-modal .is-size-small {
  margin: 0 0 0 3px;
}
.social-share-auto-modal .step-confirmation .value-placeholder .social-share-theme-circle-wrapper {
  font-size: 10px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}
.social-share-auto-modal .step-confirmation .value-placeholder .social-share-theme-circle-wrapper .social-share-circle {
  height: 30px;
  width: 30px;
  cursor: auto;
}
.social-share-auto-modal .step-confirmation .value-placeholder .social-share-theme-circle-wrapper .is-small {
  font-size: 1.2rem;
}
.social-share-auto-modal .step-confirmation .value-placeholder .social-share-theme-circle-wrapper .is-medium {
  font-size: 1.5rem;
}
.social-share-auto-modal .step-confirmation .value-placeholder .social-share-theme-circle-wrapper .is-large {
  font-size: 1.8rem;
}
.social-share-auto-modal .step-confirmation .value-placeholder .social-share-theme-circle-wrapper .social-share-circle.is-active:before,
.social-share-auto-modal .step-confirmation .value-placeholder .social-share-theme-circle-wrapper .social-share-circle:hover:before {
  all: unset;
}

@media screen and (max-width: 767px) {
  .social-share-circle.is-active:before,
.social-share-circle:hover:before {
    top: -2px;
    left: -2px;
    height: 52px;
    width: 52px;
    border: 1px solid #58c1d6;
  }
}
.inbox-table-rating {
  display: flex;
  align-content: center;
  align-items: center;
}
.inbox-table-rating .inbox-table-rating-icon {
  padding-right: 14px;
}
.inbox-table-rating .inbox-table-rating-icon .rating-circle,
.inbox-table-rating .inbox-table-rating-icon .rating-image {
  margin: 0;
}

.selectize-control.js-user-list::before {
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: " ";
  z-index: 2;
  position: absolute;
  display: block;
  top: 12px;
  right: 34px;
  width: 16px;
  height: 16px;
  background: url(/img/spinner.gif);
  background-size: 16px 16px;
  opacity: 0;
}

.selectize-control.js-user-list.loading::before {
  opacity: 0.4;
}

.source-logo {
  display: inline-block;
  background-color: #fff;
}
.source-logo img {
  height: 42px;
  width: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.tickets-assigned-wrapper {
  margin-left: 0 !important;
  display: inline-block;
}
.tickets-assigned-wrapper div {
  margin-left: 0 !important;
}
.tickets-assigned-wrapper .selectize-search-wrapper {
  display: inline-block;
}

.is-arrows-icon.is-modal-icon {
  width: 60px;
  height: 66px;
  background: url(/assets/img/inbox/arrows-icon.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
}

#inbox-data-table_wrapper table.dataTable {
  margin-bottom: 0 !important;
}
#inbox-data-table_wrapper .be-datatable-footer {
  background: transparent;
}

.status-column {
  width: 30px;
}

.ticket-details-panel {
  position: relative;
  margin-bottom: 0;
}
.ticket-details-panel:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 33%;
  top: 0;
  background: #dedede;
}
@media screen and (max-width: 767px) {
  .ticket-details-panel {
    padding-bottom: 70px !important;
  }
  .ticket-details-panel:after {
    display: none;
  }
}

.ticket-container {
  display: grid;
  grid-template-columns: 33% auto;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .ticket-container {
    display: block;
  }
}
.ticket-container .ticket-meta-info {
  padding-bottom: 10px;
  padding-top: 8px;
}
.ticket-container .ticket-meta-info .level-item:first-child {
  max-width: 33%;
}
@media screen and (max-width: 767px) {
  .ticket-container .ticket-meta-info .level-item:first-child {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .ticket-container .ticket-meta-info .level-item strong {
    display: inline-block;
    width: 110px;
  }
}
.ticket-container .ticket-details {
  position: relative;
}
.ticket-container .ticket-details .panel-title {
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .ticket-container .ticket-details {
    margin-bottom: 32px;
  }
  .ticket-container .ticket-details:after {
    display: block;
    width: calc(100% + 40px);
    height: 1px;
    content: "";
    left: -20px;
    bottom: -16px;
    background: #dedede;
    position: absolute;
  }
}
.ticket-container .ticket-data {
  display: grid;
  grid-template-columns: 110px auto;
  grid-auto-rows: 40px;
  grid-gap: 4px;
  align-items: center;
}
.ticket-container .ticket-data dt,
.ticket-container .ticket-data dl {
  margin: 0;
}
.ticket-container .ticket-stars {
  margin-bottom: 2px;
}
.ticket-container .ticket-stars .mdi {
  font-size: 30px;
}
.ticket-container .ticket-content {
  padding-left: 40px;
  padding-right: 60px;
  line-height: 16px;
}
.ticket-container .ticket-content .ticket-feedback {
  padding-bottom: 10px;
}
.ticket-container .ticket-content .ticket-feedback p {
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .ticket-container .ticket-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.create-ticket-modal .ticket-modal-stats {
  max-width: 77%;
}
.create-ticket-modal .ticket-modal-stats .level-item:first-child {
  margin-right: 14px;
}
.create-ticket-modal .is-review-response-textarea {
  height: 118px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .create-ticket-modal .edit-signatures {
    display: block;
    margin-top: 8px;
  }
}

.table-description {
  padding: 4px 20px 4px;
  padding-bottom: 20px;
}
.table-description .level {
  align-items: flex-end;
}
.table-description p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .table-description {
    padding-bottom: 6px;
  }
}

.routing-rule-step {
  margin-bottom: 32px;
}
.routing-rule-step .form-group > label {
  position: relative;
  left: -14px;
}
.routing-rule-step.labels-step .gfs-multi-select-wrapper .form-group > label {
  left: 0;
}

.routing-rule-modal .gfs-multi-select-btn {
  width: 86px;
}

.routing-rule-visual {
  position: relative;
  padding-top: 20px;
}
.routing-rule-visual .mdi {
  cursor: pointer;
  position: relative;
  top: 2px;
}
.routing-rule-visual:after {
  height: 100%;
  width: 2px;
  background: #ddd;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 32px;
}
@media screen and (max-width: 767px) {
  .routing-rule-visual:after {
    left: 18px;
  }
}
.routing-rule-visual .routing-rule-item {
  position: relative;
  z-index: 5;
  padding-left: 70px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .routing-rule-visual .routing-rule-item {
    padding-left: 42px;
  }
}
.routing-rule-visual .routing-rule-item:before {
  display: block;
  width: 40px;
  height: 2px;
  background: #ddd;
  position: absolute;
  top: calc(50% - 1px);
  left: 32px;
  z-index: 0;
  content: "";
}
@media screen and (max-width: 767px) {
  .routing-rule-visual .routing-rule-item:before {
    top: calc(50% - 3px);
    left: 18px;
  }
}
.routing-rule-visual .routing-rule-item:after {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  content: attr(data-condition-operator);
}
@media screen and (max-width: 767px) {
  .routing-rule-visual .routing-rule-item:after {
    left: 4px;
    top: calc(50% - 2px);
  }
}
.routing-rule-visual .routing-rule-item:first-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .routing-rule-visual .routing-rule-item .level .level-item:last-child {
    width: 12px;
    flex-grow: 0;
  }
}
.routing-rule-visual .add-new-routing-rule {
  background: #fff;
  position: relative;
  z-index: 5;
}

tr:not(.is-read) td.bold-when-unread {
  font-weight: bold;
}

.tag-holder-wrapper {
  width: 90%;
  position: relative;
}

.tag-holder {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.num-tags-context {
  position: absolute;
  top: 2px;
}

#inbox-data-table tr td:nth-child(2),
#inbox-data-table tr th:nth-child(2) {
  width: 8%;
}

#inbox-data-table tr td:nth-child(3),
#inbox-data-table tr th:nth-child(3) {
  width: 10px;
}

#inbox-data-table tr td:nth-child(4),
#inbox-data-table tr th:nth-child(4) {
  width: 12%;
}

#inbox-data-table tr td:nth-child(5),
#inbox-data-table tr th:nth-child(5) {
  width: 130px;
}

#inbox-data-table tr td:nth-child(7),
#inbox-data-table tr th:nth-child(7) {
  width: 10%;
}

#inbox-data-table tr td:nth-child(8),
#inbox-data-table tr th:nth-child(8) {
  width: 10%;
}

@media screen and (max-width: 1199px) {
  #inbox-data-table tr td:nth-child(2),
#inbox-data-table tr th:nth-child(2) {
    width: 10px;
  }

  #inbox-data-table tr td:nth-child(4),
#inbox-data-table tr th:nth-child(4) {
    width: 100px;
  }

  #inbox-data-table tr td:nth-child(6),
#inbox-data-table tr th:nth-child(6) {
    width: 200px;
  }

  #inbox-data-table tr td:nth-child(7),
#inbox-data-table tr th:nth-child(7) {
    width: 80px;
  }

  #inbox-data-table tr td:nth-child(8),
#inbox-data-table tr th:nth-child(8) {
    width: 80px;
  }
}
.container-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.wrapper-spinner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 40%;
  z-index: 1000;
}

.spinner {
  font-size: 100px;
}

.blur-spinner {
  filter: blur(1.5px);
}

.dataTables_wrapper tr.is-read {
  background: #f5f5f5;
}

.js-review-delete-confirmation-modal {
  z-index: 1500;
}

.review-item {
  margin-bottom: 30px;
}

.customer-profile-details h3 .tag {
  position: relative;
  top: -3px;
  margin-left: 6px;
}
.customer-profile-details .level {
  height: 32px;
}
@media screen and (max-width: 767px) {
  .customer-profile-details .level {
    height: auto;
  }
}
.customer-profile-details .level.notes-level {
  align-items: flex-start;
  height: auto;
}
.customer-profile-details .level.notes-level p {
  width: 400px;
  max-width: 80%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .customer-profile-details .level.notes-level p {
    width: auto;
    height: auto;
  }
}
.customer-profile-details .be-checkbox {
  margin-right: 12px;
}
.customer-profile-details .lifetime-engagement-scores .level-item {
  flex: 0 0 30px;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 767px) {
  .customer-profile-details .lifetime-engagement-scores .level-item {
    margin: 0 4px 8px 0;
  }
}
.customer-profile-details label.level-item {
  flex: 0 0 90px;
  font-weight: normal !important;
}

.experience-history-item {
  position: relative;
  min-height: 110px;
}
@media screen and (max-width: 767px) {
  .experience-history-item {
    min-height: auto !important;
  }
}
.experience-history-item .selectize-control > .selectize-input {
  border-color: transparent;
}
.experience-history-item .selectize-control.multi .selectize-input.has-items {
  padding: 0 5px;
}
.experience-history-item .selectize-control.multi .selectize-input > div {
  border-radius: 4px;
  line-height: 13px;
  padding: 6px 7px;
  font-size: 13px;
  color: #ffffff;
  background-color: #bfbdbf;
  position: relative;
}
.experience-history-item .selectize-control.multi .selectize-input:not(.input-active) > div:last-of-type:before {
  content: "+";
  font-size: 20px;
  color: #60c4d8;
  position: absolute;
  right: -20px;
  z-index: 100;
  pointer-events: none;
}
.experience-history-item .selectize-control.plugin-remove_button [data-value] .remove {
  padding-top: 6px;
}
.experience-history-item .experience-history-review-details {
  max-width: 70%;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .experience-history-item .experience-history-review-details {
    max-width: 100%;
    margin-left: 0;
  }
}
.experience-history-item .spaced-content {
  padding-bottom: 12px;
}
.experience-history-item .review-stats .stat-item {
  display: inline-block;
  padding-right: 42px;
}
@media screen and (max-width: 767px) {
  .experience-history-item .review-stats .stat-item {
    display: block;
    padding-bottom: 10px;
  }
}
.experience-history-item .review-data-grid {
  display: grid;
  grid-template-columns: 90px auto;
  grid-auto-rows: 28px;
  grid-gap: 8px;
  align-items: center;
}
.experience-history-item .review-data-grid dt,
.experience-history-item .review-data-grid dl {
  margin: 0;
}
.experience-history-item .details-panel {
  position: absolute;
  padding: 100px 24px;
  top: 14px;
  width: 25%;
  min-height: calc(100% + 14px);
  background: #f7f7f7;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .experience-history-item .details-panel .close-filters-icon {
    display: none;
  }
}
.experience-history-item .details-panel .delete-review-action {
  position: absolute;
  top: 24px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .experience-history-item .details-panel .delete-review-action {
    position: static;
    top: initial;
    left: initial;
    margin: 12px 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .experience-history-item .details-panel {
    width: calc(100% + 40px);
    margin: 0 -20px;
    position: static;
    border-left: 0;
    padding: 20px;
    top: initial;
    right: initial;
  }
}
.experience-history-item .is-view-history-btn {
  position: absolute;
  top: 80px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .experience-history-item .is-view-history-btn {
    position: static;
    margin: 12px 0;
  }
}
.experience-history-item .is-close-details-btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .experience-history-item .is-close-details-btn {
    position: static;
    transform: none;
    bottom: initial;
    left: initial;
    display: none;
  }
}

.spaced-content p:last-child {
  margin-bottom: 0;
}

.survey-scores-grid {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-gap: 4px 4px 12px;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .survey-scores-grid {
    grid-template-columns: 100%;
  }
}
.survey-scores-grid dt {
  font-weight: normal;
  padding-right: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.survey-scores-grid dt span {
  white-space: nowrap;
}
.survey-scores-grid dd {
  padding-bottom: 12px;
}
.survey-scores-grid dt {
  font-weight: bold;
  padding-bottom: 0;
}
.survey-scores-grid dt,
.survey-scores-grid dd {
  display: block;
  margin-bottom: 0;
}

.response-history .response_title {
  margin-bottom: 20px;
}

.response-item {
  position: relative;
  padding-left: 46px;
  padding-top: 6px;
}

.response-text.collapse {
  opacity: 0;
}

.response-text.collapse.in {
  opacity: 1;
}

.is-business-response > .response-icon {
  background: #eee;
}

.response-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #eee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.response-header {
  padding-bottom: 12px;
}

.response-text {
  line-height: 26px;
}
.response-text p:last-child {
  margin-bottom: 15px;
}

.response-item {
  margin-left: 184px;
}

.response-item:nth-child(4) {
  margin-left: 138px;
}

.response-item:nth-child(3) {
  margin-left: 92px;
}

.response-item:nth-child(2) {
  margin-left: 46px;
}

.response-item:nth-child(1) {
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .response-item {
    margin-left: 46px !important;
  }

  .response-item:first-child {
    margin-left: 0 !important;
  }
}
.experience-history-item .disabled > a,
.experience-history-item a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .is-block-mobile {
    display: block !important;
  }
}

#custom-notification-table .fb-btn-box {
  margin-bottom: 10px;
}
#custom-notification-table .fb-btn-box > span > img {
  margin: -8px;
  margin-right: 5px;
  height: 29px;
  width: 29px;
  border-radius: 4px;
}
#custom-notification-table .tag-star b {
  font-size: 1.4em;
}

.custom-notification-modal .level.is-grid[data-type=review-sites] .level-item label {
  padding-right: 18px;
}
.custom-notification-modal .step-form-content input.form-control {
  max-width: 400px;
}
.custom-notification-modal [data-step-id="4"] .level.is-grid {
  flex-direction: column;
  max-height: 160px;
}
@media screen and (max-width: 767px) {
  .custom-notification-modal [data-step-id="4"] .level.is-grid {
    max-height: initial;
  }
}
.custom-notification-modal .tag-list-wrapper {
  max-width: 464px;
}
.custom-notification-modal .tag-list-wrapper .tag-list-container {
  margin-top: 15px;
}
.custom-notification-modal .value-placeholder {
  padding-left: 18px;
  margin-top: 6px;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  padding-right: 18px;
}
.custom-notification-modal .multi-select-wrapper {
  margin-top: 8px;
}
.custom-notification-modal .form-group.has-controls {
  margin-top: 8px;
}
.custom-notification-modal .form-group.has-controls .is-controls {
  margin-bottom: 8px;
}
.custom-notification-modal .settings-step {
  margin-bottom: 16px;
  margin-top: 30px;
}
.custom-notification-modal .settings-step.has-select-menu-in-title.is-active:after {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .custom-notification-modal .settings-step.has-select-menu-in-title.is-active:after {
    top: -4px;
  }
}

.tag-list-wrapper {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .tag-list-wrapper {
    padding-left: 0;
  }
}
.tag-list-wrapper .help {
  margin-top: 4px;
}
.tag-list-wrapper .tag-list-container .tag {
  margin-right: 4px;
  margin-bottom: 2px;
  word-break: break-all;
}
.tag-list-wrapper .tag-list-container .tag .mdi-close {
  cursor: pointer;
  position: relative;
  top: 1px;
  left: 2px;
}

.dropdown-menu {
  z-index: 999999;
}

@font-face {
  font-family: "admin-icons";
  src: url("fonts/admin-icons.eot?7w14bc");
  src: url("fonts/admin-icons.eot?7w14bc#iefix") format("embedded-opentype"), url("fonts/admin-icons.ttf?7w14bc") format("truetype"), url("fonts/admin-icons.woff?7w14bc") format("woff"), url("fonts/admin-icons.svg?7w14bc#gfs-admin-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=admin-icon],
[class*=" admin-icon"] {
  font-family: "admin-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.is-static {
  position: static !important;
}

@media (max-width: 767px) {
  .main-content {
    -webkit-overflow-scrolling: auto;
  }
}
.admin-icon.has-circle-border {
  background: #efefef;
  border-radius: 50%;
  padding: 18px;
  display: inline-block;
}

.admin-icon-add-new-client {
  font-size: 34px;
  color: #58c1d6;
}

.admin-icon-add-new-client:before {
  content: "A";
}

.admin-icon-dashboard:before {
  content: "B";
  position: relative;
  top: -1px;
}

.be-left-sidebar .sidebar-elements > li > a .admin-icon {
  font-size: 18px;
  margin-left: 1px;
  margin-right: 11px;
}

hr {
  border-top-color: #dddddd;
}

.filters {
  padding-bottom: 22px;
  min-height: 52px;
}

.filters label {
  margin-right: 8px;
}

.btn-filter {
  margin-right: 22px;
  /*
    margin-top: 4px;
    margin-bottom: 4px;
    */
}

/* Sitewide Alert */
body.has-sitewide-alert .be-top-header {
  top: 40px;
}

.alert.is-sitewide-alert {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 25px;
}

body.has-sitewide-alert .alert.is-sitewide-alert .is-alert-icon {
  font-size: 20px;
  position: relative;
  top: 3px;
  right: 5px;
}

body.has-sitewide-alert .alert.is-sitewide-alert button.is-close-icon {
  top: 13px;
}

/* tables */
.authorization-settings-modal .be-datatable-footer {
  display: none;
}

.table-responsive tbody > tr > td {
  padding: 18px 10px;
}

table.has-left-padding td:first-child,
table.has-left-padding th:first-child {
  padding-left: 50px !important;
}

table.dataTable.has-left-padding thead th:first-child.sorting:after,
table.dataTable.has-left-padding thead th:first-child.sorting_asc:after,
table.dataTable.has-left-padding thead th:first-child.sorting_desc:after,
table.dataTable.has-left-padding thead th:first-child.sorting_asc_disabled:after,
table.dataTable.has-left-padding thead th:first-child.sorting_desc_disabled:after {
  left: 28px;
}

.panel-table thead tr th.sorting,
.panel-table thead tr th.sorting_asc,
.panel-table thead tr th.sorting_desc {
  padding-left: 28px;
}

.panel-table tr th:first-child,
.panel-table tr td:first-child {
  padding-left: 28px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  left: 8px;
  bottom: 10px !important;
}

.table:not(.has-middle-aligned-content) tbody td {
  vertical-align: top !important;
}

.review-text {
  padding: 0;
  word-break: break-word;
}

.filters-panel {
  position: relative;
}

.filter-tag {
  background: none;
  border: 1px solid #d9d9d9;
  color: #6b6b6b;
  margin: 4px 8px 4px 0;
  font-weight: normal;
  cursor: default;
}

.utility-buttons-wrapper .btn {
  margin-bottom: 4px;
  margin-top: 4px;
}

.filter-bucket {
  border-right: 1px solid #d9d9d9;
}

.filter-bucket:last-child {
  border-right: 0 none;
}

.filter-bucket:last-child .filter-bucket-inner {
  padding-right: 20px;
}

.close-filters-icon {
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #74bed6;
  text-align: center;
  z-index: 10;
  line-height: 24px;
  text-align: center;
}

.close-filters-icon i {
  font-size: 16px;
}

.filter-ctas {
  border-top: 1px solid #d9d9d9;
  padding: 10px 12px;
}

.filter-bucket-select {
  font-size: 13px;
  font-weight: 500;
  margin-top: -11px;
  margin-bottom: 10px;
}

.filter-bucket:first-of-type .filter-bucket-inner {
  padding-left: 16px;
}

.filter-bucket-inner {
  padding: 28px 0px 20px;
  height: 300px;
}

.filter-bucket .title {
  display: block;
  padding-bottom: 12px;
  font-weight: 500 !important;
  font-size: 13px !important;
}

.filter-bucket-options {
  max-height: 225px;
  overflow-y: scroll;
}

.filter-bucket-options.is-small {
  max-height: 175px;
}

.is-loading-wrapper {
  width: 100%;
  height: 40px;
  text-align: center;
  display: block;
}

.has-all-data .is-loading-wrapper {
  display: none;
}

.location-address {
  display: inline-block;
  font-weight: normal !important;
}

.filtering-by-label {
  display: none;
}

.filter-tag-list {
  display: none;
  display: inline;
}

.icon-social .icon-gfs {
  width: 38px;
  height: 38px;
  background: url("../img/GFS_logo-01.png") no-repeat;
  background-size: 100%;
  display: block;
}

td .icon-social {
  padding: 0 0 0 0;
  /* override style.css 5px top padding */
}

.icon-social .icon-nps {
  width: 38px;
  height: 38px;
  font-size: 2.5em;
  padding-top: 0;
  color: #f6c163;
  display: block;
}

.stars-rating {
  width: 110px;
}

label {
  font-weight: 700 !important;
}

.be-checkbox label {
  cursor: pointer;
}

.control-label {
  text-align: right;
  padding-top: 11px;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.form-control.form-inline {
  display: inline-block;
  width: auto;
  line-height: inherit;
  max-width: 100%;
}

select.form-control[disabled],
input[type=text][disabled],
input[type=number][disabled] {
  background-color: #fff !important;
  opacity: 0.4 !important;
}

.pagination-record-count {
  padding-top: 8px;
  padding-bottom: 8px;
}

.flush {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.remove-tag-icon {
  font-size: 18px;
  float: right;
  margin-left: 8px;
  margin-top: 6px;
  color: #74bed6;
  cursor: pointer;
}

.be-datatable-body.row {
  margin: 0 !important;
}

.be-datatable-body .col-sm-12 {
  padding: 0 !important;
}

.data-table-filters > div {
  padding-top: 10px;
}

.switch-button-dropdown {
  margin-top: -3px;
  margin-left: 4px;
}

/* TODO - the selectors on the stars in style.css seem very specific in overwriting. Code can be cleaned up */
.mdi-star-outline,
.mdi-star,
.mdi-star-half {
  font-size: 1.4em;
}

span.excellent {
  margin-right: 0px;
}

.operator-symbol {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -5px;
  color: #404040;
}

.total-col {
  padding: 25px 20px 0px 0px !important;
}

/* Background color for theme */
.be-left-sidebar .sidebar-elements > li ul {
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table-header-support-text {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.table > thead.is-top-aligned > tr > th {
  vertical-align: top;
}

.table > thead.is-top-aligned > tr > th:after {
  top: 13px;
  bottom: initial;
}

.t8 {
  width: 8%;
}

.t10 {
  width: 10%;
}

.t12 {
  width: 12%;
}

.t15 {
  width: 15%;
}

.t20 {
  width: 20%;
}

.t25 {
  width: 25%;
}

.t30 {
  width: 30%;
}

.t33 {
  width: 33%;
}

.t40 {
  width: 40%;
}

.be-right-navbar .page-title .header-location-address {
  font-size: 14px;
  float: left;
  margin-left: 12px;
  line-height: normal;
}

.be-right-navbar .page-title .tag {
  margin-left: 12px;
  float: left;
}

.be-top-header .navbar-header .is-text-branding.is-small.navbar-brand {
  font-size: 16px;
  line-height: 18px;
}

.be-top-header .navbar-header .is-text-branding.navbar-brand {
  background-image: none;
  line-height: 24px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.be-top-header .page-title {
  line-height: normal;
  position: absolute;
  top: 0;
  height: 75px;
  left: 235px;
  display: flex;
  align-items: center;
  padding-right: 240px !important;
}

.be-top-header .page-title .icon {
  float: left;
  margin-right: 10px;
}

.header-business-name {
  text-overflow: ellipsis;
  max-width: 418px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
}

.page-head .tag,
.page-head a.tag {
  font-size: inherit;
}

.tag,
a.tag {
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
  line-height: 13px;
  font-size: 13px;
}

.tag-secondary,
a.tag-secondary {
  color: #ffffff;
  background-color: #bfbdbf;
}

.tag.tag-sm {
  padding: 4px 6px;
  font-size: 11px;
}

.tag.tag-special {
  background: #ef456d;
  color: #fff !important;
}

.page-head-title .tag.tag-special {
  position: relative;
  top: -4px;
  left: 10px;
  font-size: 14px;
  padding: 6px 8px;
}

.tag-secondary a {
  text-decoration: underline;
  color: #fff;
}

.tag.tag-primary {
  background: #58c1d6;
  color: #ffffff;
}

.tag-alert,
a.tag-alert {
  background: #ff4922;
  color: #ffffff;
}

a.tag-alert:hover {
  background: #d52600;
}

.tag-negative,
a.tag-negative {
  background: #ca5846;
  color: #ffffff;
}

.tag-info,
a.tag-info {
  background: #f1b73f;
  color: #ffffff;
}

.tag-success,
.tag-positive,
a.tag-success,
a.tag-positive {
  background: #34a853;
  color: #ffffff;
}

.tag.tag-transparent:first-child {
  padding-left: 0;
}

.tag-transparent,
a.tag-transparent {
  background: none;
}

.tag-facebook,
a.tag-facebook {
  background: #495890;
  color: #ffffff;
}

.progress.is-small {
  height: 14px;
}

.progress.is-rounded {
  border-radius: 8px;
  overflow: visible;
}

.progress.is-rounded .progress-bar {
  border-radius: 8px;
}

.progress.has-labels {
  position: relative;
  margin: 0 60px 24px 50px;
}

.progress.has-labels:last-child {
  margin-bottom: 0;
}

.progress.has-labels .label-left,
.progress.has-labels .label-right {
  position: absolute;
  top: 0;
  font-size: 11px;
  display: block;
  width: 50px;
}

.progress.has-labels .label-left {
  left: -50px;
}

.progress.has-labels .label-right {
  right: -60px;
}

.panel-heading.has-sub-data {
  margin-bottom: -10px;
}

h3 {
  font-size: 19px;
}

.instructions {
  padding-left: 20px;
}

.instructions li {
  font-weight: bold;
  margin-top: 15px;
}

.instructions li p {
  font-size: 13px;
  font-weight: normal;
}

label {
  line-height: 21px;
}

.form-group.has-tag {
  margin-top: 20px;
}

label.has-description {
  margin-bottom: 0px;
}

.form-description {
  margin-bottom: 10px;
}

.filter-bucket-inner .location-id-tag {
  margin: 2px 0;
}

.left-nav .be-wrapper {
  padding-top: 75px;
}

textarea.form-control {
  margin-bottom: 4px;
}

.be-top-header .page-title {
  padding: 0 0 0 25px;
}

.be-top-header .navbar-nav > li > a {
  line-height: 75px;
}

.logo-is-portrait .be-top-header .navbar-header .navbar-brand {
  background-size: auto 66px;
}

.be-top-header .navbar-header .navbar-brand {
  height: 75px;
  line-height: 75px;
  background-image: url(../img/_GatherUp-Logo-REGISTERED/_SVG/GatherUP_Logo_Full-Color.svg);
  background-size: 158px auto;
  background-position: center;
}

.feedback-rating {
  padding: 0 0 0 0;
  text-align: center;
  line-height: 33px;
}

/* Reviews Report */
.facebook-review-source-ratings {
  font-size: 11px;
}

.facebook-review-source-ratings .tag {
  margin-left: 4px;
}

.review-source-label {
  display: inline-block;
  width: 100px;
  line-height: 16px;
}

/* Authorization Settings */
.accordion-header {
  height: 48px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

.panel-authorization-settings h3 {
  margin: 0 0 18px 0;
}

.authorization-connection-status {
  margin-top: 44px;
  margin-bottom: 20px;
  color: #56a958;
  font-size: 16px;
  font-weight: 700;
}

.authorization-connection-status .mdi-check-circle {
  font-size: 28px;
  position: relative;
  bottom: -4px;
}

.authorization-settings-logo {
  width: 192px;
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
}

[data-toggle=collapse].collapsed .is-to-close-collapse {
  display: none;
}

[data-toggle=collapse]:not(.collapsed) .is-to-open-collapse {
  display: none;
}

.facebook-page-image {
  width: 30px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.facebook-page-marker {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 12px;
  margin-left: 18px;
  font-size: 14px;
  color: #fff;
  background: #3b5998;
  padding: 3px;
  border-radius: 3px;
}

.no-facebook-page-icon.mdi {
  font-size: 36px;
  position: relative;
  color: #716d6f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.facebook-page-text {
  position: relative;
  padding-left: 40px;
  display: inline-block;
}

tr.is-expanded {
  height: 350px;
  transform: scale(1, 1);
  position: relative;
}

tr.is-expanded .show-when-closed {
  display: none;
}

tr .show-when-expanded {
  display: none;
}

tr.is-expanded .show-when-expanded {
  display: inline;
}

.is-expanded .table-location-search-wrapper {
  display: block;
  visibility: visible;
}

.table-location-search-wrapper .input-search {
  display: block;
}

.table-location-search-wrapper .gfs-multi-select {
  height: 150px;
  margin-top: 10px;
}

.table-location-search-wrapper .gfs-multi-select-search-container {
  margin-bottom: 10px;
}

.table-location-search-wrapper {
  display: none;
  visibility: hidden;
  position: absolute;
  width: 440px;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}

table.is-fullwidth {
  width: 100% !important;
}

.table-authorization-settings .mdi {
  margin-right: 6px;
}

.table-striped.table-stripes-start-white > tbody > tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

.table-striped.table-stripes-start-white > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped.table-stripes-start-grey > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}

.table-striped.table-stripes-start-grey > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.table tbody td.has-child-table {
  padding: 0 !important;
}

.panel-table tr .has-child-table td:first-child {
  padding-left: 50px !important;
}

.has-child-table .table {
  background-color: transparent;
}

.has-errors .authorization-status-icon {
  color: #ff4922;
}

.panel-authorization-settings .status-icon {
  font-size: 16px;
  position: relative;
  bottom: -2px;
}

/* Facebook Report Page */
.facebook-report-data-summary .tag {
  font-size: 16px;
}

.facebook-report-visual {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: #0396a6;
  margin: 24px auto;
}

.facebook-report-visual.is-small {
  width: 90px;
  height: 90px;
  margin: 0 auto 30px auto;
}

.facebook-report-visual.is-small .facebook-report-visual-data {
  line-height: 100px;
}

.facebook-report-visual-data {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 160px;
}

.facebook-report-visual.is-positive {
  background: #34a853;
}

.facebook-report-visual.is-negative {
  background: #ca5846;
}

.facebook-report-data {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.facebook-report-data .facebook-report-data-number {
  display: inline-block;
  padding-left: 4ppx;
  padding-right: 4px;
  vertical-align: top;
  margin-bottom: 28px;
}

/* Login page */
.be-splash-screen .be-wrapper {
  min-height: auto;
}

.splash-container {
  margin-top: 20px;
}

.site-login-logo {
  width: 180px;
  height: auto;
}

.login-tools {
  padding-top: 18px;
}

.login-submit {
  padding-top: 19px;
  margin-bottom: 18px;
}

.login-submit .btn {
  width: 100%;
  border-radius: 3px;
}

.login-forgot-password {
  line-height: 22px;
  text-align: right;
}

.login-back-link {
  display: inline-block;
  padding-top: 35px;
}

.label-meta {
  display: block;
}

.gfs-multi-select {
  border: 1px solid #eee;
  background: #fff;
  width: 100%;
  height: 300px;
  list-style-type: none;
  padding: 2px;
  margin: 0 0 10px;
  overflow: scroll;
}

.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
}

.caret-left {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
}

.btn-icon-holder {
  float: right;
  margin-right: 4px;
}

.btn-icon-holder span {
  margin-right: -1px;
  font-size: 14px;
}

.has-select-menu .gfs-multi-select {
  height: 246px;
}

.has-select-menu .select-menu {
  margin-bottom: 10px;
}

.gfs-multi-select li {
  padding: 8px 15px;
  display: block;
  cursor: pointer;
}

.gfs-multi-select li:hover {
  background-color: #eee;
}

.gfs-multi-select li.selected {
  background-color: #404040;
  color: #fff;
}

.gfs-multi-select-search-container {
  /*
    display: grid;
    grid-template-columns: auto 68px;
    */
  margin-bottom: -10px;
}

.filter-bucket-options .gfs-multi-select-search-container {
  margin-bottom: 12px;
  width: 92%;
}

.gfs-multi-select-search-container .column:first-child {
  padding-right: 8px;
}

.gfs-multi-select-search-container .btn {
  margin-top: 8px;
  width: 100%;
  font-size: 11px;
}

.gfs-multi-select-element {
  display: none;
}

.gfs-multi-select-btns {
  margin-top: 165px;
}

.gfs-multi-select-btn {
  width: 120px;
  text-align: left;
  margin-bottom: 8px;
  font-size: 10px;
  line-height: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}

.gfs-multi-select-btn.remove,
.gfs-multi-select-btn.has-right-aligned-arrows {
  text-align: right;
}

.gfs-multi-select-btn.remove .btn-icon-holder,
.gfs-multi-select-btn.has-right-aligned-arrows .btn-icon-holder {
  float: left;
}

.gfs-multi-select-btn-group {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.gfs-ms-search-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-size: 28px;
  color: #b3b3b3;
}

.gfs-ms-search-input {
  padding-left: 40px;
  background-color: #f5f5f5;
}

/* Accordion */
.accordion .panel .panel-collapse .panel-body {
  padding-left: 47px;
  padding-right: 47px;
}

.accordion .panel .panel-heading a {
  position: relative;
  padding-left: 46px;
  padding-right: 70px;
}

.accordion .panel .panel-heading a .mdi-chevron-down {
  position: absolute;
  top: 17px;
  left: 20px;
}

.accordion .panel.disabled > * {
  opacity: 0.3;
}

.accordion .panel.disabled {
  cursor: not-allowed !important;
}

.accordion .panel-title {
  font-weight: 400;
  font-size: 17px;
}

/* Alerts */
.alert-transparent {
  border: 1px solid #ddd;
}

.alert-info {
  background: #f5f5f5;
  color: #404040;
}

/* Panels */
.panel-footer {
  background: #fff;
  border-top: 1px solid #dedede;
  padding: 20px;
}

.panel-body.is-emphasized {
  padding: 70px 48px;
}

.panel-body.is-grey {
  background: #f4f3f4;
}

.panel-heading.has-grid {
  padding-bottom: 0;
}

.panel-heading.has-grid h3 {
  padding-top: 4px;
  padding-bottom: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.panel-body.has-top-border {
  border-top: 2px solid #dddddd;
  padding-top: 20px;
}

.panel-body.has-bottom-border {
  border-bottom: 1px solid #eeeeee;
}

.panel-body.has-extra-side-padding {
  padding-left: 47px;
  padding-right: 47px;
}

.panel-table .panel-body.has-top-border {
  padding-top: 0;
  border-top: 1px solid #dddddd;
}

/* Brand Report - Rating Scores */
.rating-masthead {
  max-width: 320px;
  margin: 20px auto;
}

.rating-masthead-score,
.rating-masthead-details {
  float: left;
  width: 50%;
}

.rating-masthead-details-item {
  text-align: left;
}

.rating-masthead-details-item-value,
.rating-masthead-details-item-label {
  display: block;
  width: 100%;
}

.rating-masthead-details-item-value {
  font-size: 30px;
  color: #404040;
  font-weight: 700;
  padding-right: 10px;
}

.rating-masthead-details-item-label {
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
}

.rating-masthead-score-badge {
  font-size: 48px;
  background: #0396a6;
  color: #ffffff;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  line-height: 100px;
  margin: 0 auto 8px auto;
  display: block;
}

.nps-calc {
  border-bottom: 0;
}

.nps-chart-legend {
  padding-bottom: 0;
}

.table-data {
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  list-style-type: none;
}

.table-data .icon-social span {
  line-height: 1;
}

.table-data .rating-score {
  float: left;
  display: inline-block;
  margin-top: 4px;
}

.table-data .mdi-star {
  margin-left: 4px;
}

.table-data .badge {
  float: right;
  font-size: 16px;
  height: 28px;
}

.table-data .icon-social {
  padding: 0 15px 0 0;
}

.table-data li {
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
  min-height: 46px;
  line-height: 30px;
}

.table-data li:last-child {
  border-bottom: 0px;
}

/* Default button updates */
.table .btn:not(.btn-tooltip) {
  margin-bottom: 4px;
}

.btn-big {
  padding: 20px 40px;
  border-radius: 6px;
}

.btn-default {
  border-color: #69b5c4;
  color: #69b5c4;
}

.mdi.is-large {
  font-size: 15px;
  position: relative;
  top: 1px;
  margin-right: 1px;
}

.btn-tooltip {
  background: #484d54;
  color: #fff;
  border-radius: 100%;
  box-shadow: none;
  border: 0 none;
  padding: 3px 6px;
  font-size: 10px;
  line-height: normal;
  font-weight: normal;
  position: relative;
  top: -2px;
  z-index: 10;
}

.btn-tooltip:hover {
  color: #fff;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Tooltip popup */
.tooltip-inner {
  max-width: 360px;
}

.tooltip.top .tooltip-inner {
  background-color: #fff !important;
  color: #404040 !important;
  padding: 20px !important;
  text-align: left;
}

.tooltip.top {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 0;
  margin-top: -18px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #fff !important;
  bottom: -12px;
  border-width: 12px 12px 0;
  margin-left: -12px;
}

.tooltip.top .tooltip-arrow:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  height: 24px;
  width: 24px;
  top: -30px;
  left: -12px;
  background: transparent;
  transform: rotate(45deg);
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

/* Agency dashboard page */
.news-and-updates-panel .social-list {
  float: right;
  font-size: 13px;
  margin-top: 6px;
  margin-right: 18px;
}

/* Status Circles on Agency Dashboard Page */
.status-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 10px;
  float: left;
  margin-top: 4px;
}

.status-circle-green {
  background-color: green;
}

.status-circle-yellow {
  background-color: #f1b740;
}

.status-circle-red {
  background-color: red;
}

.status-circle-pink {
  background-color: #df476b;
}

.btn-default:hover,
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  border-color: #3fa8bd;
}

/* Pagination button style updates to match new default button style */
.pagination > li > a,
.pagination > li > span,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus {
  border-color: #69b5c4;
  color: #69b5c4;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border-color: #bbb;
  color: #888;
  background-color: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #eae8ea;
  border-color: #413f41;
  color: #413f41;
}

.pagination > li > a:focus,
.pagination > li > span:focus {
  border-color: #3fa8bd;
  color: #69b5c4;
  background-color: #ffffff;
}

.paginate_button.disabled:not(.previous):not(.next) a {
  border: 0 none;
  background: none;
  padding: 18px 4px 0;
  color: #404040;
}

.be-datatable-footer {
  padding: 20px 3px;
}

.is-headerless tbody tr:first-child td {
  border-top-width: 2px;
}

/* Input file */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  padding: 0 10px;
  font-size: 13px;
  line-height: 28px;
  display: inline-block;
  cursor: pointer;
  color: #69b5c4 !important;
  /* Base style.css has an important rule on the label */
}

.inputfile + label.btn-primary {
  color: #fff !important;
  /* Base style.css has an important rule on the label */
}

.img-preview-fpo {
  text-align: center;
  line-height: 80px;
}

.img-preview-fpo.logo {
  line-height: 200px;
  padding-top: 0;
}

/* Color picker udpates */
.color-holder {
  position: relative;
  margin-bottom: 35px;
}

.color-holder span {
  position: absolute;
  bottom: -32px;
  left: 0px;
  font-size: 10px;
  margin-bottom: 15px;
  text-align: center;
  width: 48px;
}

/* Manage Users Data Table */
.users-table-assigned-to-label {
  font-weight: bold;
  display: inline-block;
  width: 95px;
}

/* Pagination sizing updates to match Wagner's latest design */
.pagination > li > a,
.pagination > li > span {
  font-size: 12px;
  padding: 8px 12px;
}

.pagination > li > a:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border-color: #b8b8b8;
  color: #404040;
  background-color: #fff;
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.entries-per-page-select select {
  background: #fff;
  min-width: 60px;
}

select.input-sm {
  line-height: 1;
}

.data-tables-search-wrapper .dataTables_filter {
  text-align: left !important;
}

.data-tables-entries-wrapper .dataTables_length {
  text-align: right !important;
}

/* Mobile Menu Updates */
.mobile-menu-toggle {
  display: none;
}

.mobile-location-bar {
  display: none;
  background: #fff;
  padding: 10px 18px;
}

.mobile-location-bar .tag {
  margin-left: 5px;
}

/* Modal */
.modal-dialog .close-filters-icon {
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  line-height: 36px;
}

.modal-dialog .close-filters-icon i {
  font-size: 22px;
}

.modal-body .row:last-child .form-group {
  margin-bottom: 20px;
}

.modal-dialog.modal-md {
  max-width: 820px;
  width: initial;
  margin: 80px auto;
}

.modal-cta,
.modal-heading,
.modal-description {
  margin-bottom: 18px;
}

.modal-content {
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.modal.has-scrollable-content .modal-body {
  max-height: 400px;
  overflow: scroll;
}

.modal-header.is-large {
  padding: 46px;
  border-bottom: 1px solid #ddd;
}

.modal-icon {
  width: 50px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.is-modal-icon {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .modal-lg.modal-dialog,
.modal-xl.modal-dialog {
    max-width: 100%;
    min-width: unset;
    padding: 0;
  }
}

.modal-xl {
  width: 1100px;
}

/* Text */
.text-nowrap {
  white-space: nowrap;
}

.table-text-lg {
  min-width: 200px;
}

.table-text-sm {
  min-width: 30px;
}

.table-text-md {
  min-width: 140px;
}

/* Customer Activity */
.rating-circle {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
  display: block;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #f1b73f;
}

.rating-circle > img {
  max-width: 100%;
  border-radius: 50%;
}

.rating-circle.is-green {
  background: #56a958;
}

.rating-circle.is-yellow {
  background: #f1b73f;
}

.rating-circle.is-red {
  background: #ca5846;
}

.rating-circle.is-transparent {
  background-color: transparent;
}

.no-rating-circle {
  width: 30px;
  height: 0px;
  line-height: 32px;
  font-size: 11px;
  text-align: center;
  display: block;
  margin: 0 auto 8px;
  border-radius: 50%;
}

.rating-image {
  display: block;
  margin: 0 auto 8px;
}

.rating-image img {
  max-width: 60px;
  max-height: 30px;
  width: auto;
  height: auto;
}

.is-filterable {
  padding-left: 28px !important;
}

th.is-filterable {
  padding-left: 28px !important;
}

.page-head-btn {
  margin-top: 20px;
}

.page-head-description {
  margin-top: 6px;
  line-height: 1.5em;
  font-size: 16px;
}

.page-head-description .tag {
  padding: 4px 6px;
}

.additional-header-link {
  display: inline-block;
  border-left: 1px solid #bfbdbf;
  padding-left: 10px;
  margin-left: 10px;
}

/* Auto Tag Settings */
.table .dropup .caret {
  border-bottom: initial;
  border-top: 4px dashed;
}

.input-field-support-text {
  position: absolute;
  bottom: -42px;
  left: 0;
}

.add-new-tag-wrapper {
  position: relative;
}

.settings-step {
  padding-left: 50px;
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
  display: none;
}

.settings-step h4 {
  margin: 0 0 0 -20px;
}

.settings-step.is-active,
.settings-step.is-complete {
  display: block;
}

.settings-step::after {
  content: "";
  display: block;
  position: absolute;
  font-family: "Material Icons";
  content: "\f301";
  top: -4px;
  left: 0;
  font-size: 21px;
  color: #58c1d6;
}

.settings-step.is-complete::after {
  content: "\f26b";
  color: #34a853;
}

.settings-step.is-complete .step-form-content,
.settings-step .step-confirmation {
  display: none;
}

.settings-step.is-complete .step-confirmation {
  display: block;
}

.is-size-small {
  font-size: 11px;
}

.has-label-right {
  position: relative;
}

.has-label-right .form-control {
  padding-right: 60px;
}

.has-label-right .tag {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 16px;
}

.has-half-gutter {
  margin-left: -8px;
  margin-right: -8px;
}

.has-half-gutter div[class^=col-],
has-half-gutter div[class*=" col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.customer-activity-metrics {
  margin-bottom: -16px;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.has-no-bottom-padding {
  padding-bottom: 0 !important;
}

.has-bottom-padding {
  padding-bottom: 20px;
}

.has-bottom-margin {
  margin-bottom: 20px;
}

.has-top-padding {
  padding-top: 20px;
}

.has-top-margin {
  margin-top: 20px;
}

.has-text-light {
  color: #bfbfbf;
}

.has-text-inactive {
  color: #6c6a6c;
}

.has-text-success,
.has-text-positive {
  color: #34a853;
}

.has-text-negative {
  color: #ca5846;
}

.has-text-alert {
  color: #ff4922;
}

.has-text-primary {
  color: #58c1d6;
}

.has-font-weight-normal {
  font-weight: 400 !important;
}

.has-font-weight-semibold {
  font-weight: 500;
}

.has-font-weight-bold {
  font-weight: 600 !important;
}

.customer-activity-metrics .box {
  height: 90px;
}

.customer-activity-metrics .box {
  background: #ffffff;
  padding: 14px;
  color: #6b6b6b;
  font-size: 10px;
  text-align: right;
  margin-bottom: 8px;
}

.customer-activity-metrics h5 {
  margin-top: 0;
  font-weight: 500;
}

/* What's New menu content */
.whats-new-wrapper {
  margin: 20px 20px 0;
  border-top: 1px solid #a9d2df;
  padding: 20px 20px 20px 26px;
  position: relative;
  bottom: 0;
  left: 0;
  will-change: scroll-position;
  transition: all 1s linear;
}

.is-whats-new-heading {
  display: block;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}

.whats-new-wrapper a {
  color: #fff;
  text-decoration: underline;
}

.whats-new-wrapper .status-circle {
  position: absolute;
  top: 20px;
  left: 4px;
}

.is-fixed {
  position: fixed !important;
}

/* Review Widget Settings */
.advanced-settings-toggle {
  color: #69b5c4;
  font-weight: bold;
  font-size: 12px;
  padding-top: 8px;
  display: inline-block;
  position: relative;
}

.advanced-settings-toggle .close-filters-icon {
  top: 0px;
  right: 0px;
}

.panel-heading.is-secondary {
  margin-top: 60px !important;
}

.panel-heading.is-secondary h4 a {
  background: #efefef;
  position: relative;
}

.panel-heading.is-secondary h4 a[aria-expanded=true] {
  background: #fff;
  border-top: 1px solid #dedede;
}

/*
.panel-heading.is-secondary h4 a[aria-expanded=true]:after {
    content: "";
    border: 0;
    background: #ddd;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1px;
}
*/
.panel-heading a .show-when-expanded {
  display: none;
}

.panel-heading a[aria-expanded=true] .show-when-expanded {
  display: inline-block;
}

.panel-heading a[aria-expanded=true] .show-when-closed {
  display: none;
}

.is-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.is-select-with-input {
  width: 100px;
}

.form-control.is-input-with-select {
  width: 70px;
}

.is-input-select {
  flex: 0 0 174px;
}

.is-edit-image-icon {
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
}

.is-edit-image-icon:hover .mdi {
  color: #58c1d6;
}

.has-edit-image-icon {
  position: relative;
}

.colorpicker {
  z-index: 1100;
}

.review-widget-settings-step > .collapse.in {
  padding-bottom: 80px;
}

.review-widget-settings-step.is-complete {
  border-bottom: 1px solid #dedede;
}

.review-widget-settings-step .panel-body > p {
  margin-bottom: 30px;
}

.review-widget-settings-step .form-group {
  margin-bottom: 40px;
}

.is-cta-alert {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 18px 28px;
  font-weight: bold;
  font-size: 17px;
}

.is-cta-alert p {
  display: flex;
  align-items: center;
}

.is-cta-alert button {
  margin-left: 12px;
  margin-top: 6px;
}

.intro-content-textarea {
  height: 300px;
}

.panel-save-actions {
  position: fixed;
  bottom: 0;
  right: 25px;
  width: calc(100% - 280px);
  min-height: 45px;
  padding: 16px 20px;
  background: #fff;
  border-top: 1px solid #dedede;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .panel-save-actions {
    width: calc(100% - 20px);
  }
}

.panel-group.has-save-actions-bar {
  min-height: 100vh;
  background: #fff;
}

.settings-edit-btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  margin: 0;
}

.btn-default .selected-theme-icon .mdi {
  color: #fff;
}

.is-complete .settings-edit-btn {
  display: inline-block;
}

.widget-theme-selection .btn {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  min-width: 80px;
}

.is-complete .settings-status-text {
  display: inline-block;
  font-weight: 600;
}

.settings-status-text {
  display: none;
  font-size: 11px;
  font-weight: 500;
}

.is-complete .settings-step-text {
  margin-bottom: 4px;
}

.settings-step-text {
  display: inline-block;
  padding-right: 10px;
}

.settings-status-text .mdi.icon {
  font-size: 20px !important;
  margin-right: 2px !important;
  transform: rotate(0) !important;
}

.widget-theme-selection {
  border: 2px solid #dadada;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px 20px;
  position: relative;
  height: 280px;
  overflow: hidden;
}

.widget-settings-select {
  max-width: 300px;
}

.widget-theme-selection .active-layout-show {
  display: none;
}

.widget-theme-selection.is-active-layout .active-layout-show {
  display: block;
}

.widget-theme-selection .show-when-selected {
  display: none;
}

.widget-theme-selection .show-when-not-selected {
  display: inline-block;
}

.widget-theme-selection.is-selected .show-when-selected {
  display: inline-block;
}

.widget-theme-selection.is-selected .show-when-not-selected {
  display: none;
}

.widget-theme-selection.is-selected {
  border-color: #55aa57;
}

.widget-theme-selection.is-selected .btn {
  background: #55aa57;
  position: relative;
  color: #fff;
  border-color: #55aa57;
}

.review-widget-settings-label {
  font-weight: normal !important;
  display: block;
}

.review-widget-settings-wrapper {
  position: relative;
}

.unpublished-changes-notice {
  position: absolute;
  top: -40px;
  right: 0;
}

.widget-theme-selection.is-full .widget-theme-preview-image {
  max-width: 40%;
}

.widget-theme-preview-image {
  max-width: 100%;
  width: 420px;
  margin: 0 auto;
  border: 1px solid #dadada;
  border-radius: 8px;
  display: block;
}

.widget-theme-selection-title {
  color: #4194a5;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  position: relative;
}

.widget-theme-selection-title .tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #404040;
  /* Custom color */
  color: #fff;
  /* Custom color */
}

.widget-theme-details {
  position: absolute;
  background: rgba(240, 240, 240, 0.9);
  padding: 18px 30px;
  border-top: 1px solid #dadada;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  font-size: 11px;
}

.widget-theme-details p {
  line-height: 17px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.row.is-emphasized {
  padding: 8px 30px;
}

.selected-theme-icon .mdi {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.has-no-white-space-wrap {
  white-space: nowrap;
}

/* Tag Review Widget */
.add-widget-panel {
  position: relative;
}

.switch-button-wrapper {
  position: relative;
  padding-left: 70px;
}

.switch-button-wrapper.is-small {
  padding-left: 56px;
  padding-bottom: 4px;
}

.switch-button-wrapper .switch-button {
  position: absolute;
  top: 0;
  left: 0;
}

.edit-widget-modal .gfs-multi-select {
  height: 190px;
}

.edit-widget-modal .form-group {
  margin-bottom: 30px;
}

/* Text Back Settings */
.fieldset-description {
  margin-bottom: 20px;
}

.fieldset {
  margin-bottom: 40px;
}

.fieldset .form-group {
  padding-left: 28px;
}

.fieldset select.form-inline {
  width: 300px;
  margin-right: 4px;
}

.fieldset input.is-small {
  width: 180px;
}

.textback-settings-fieldset .save-setting-link {
  font-weight: bold;
}

.btn.is-wide {
  padding-left: 18px;
  padding-right: 18px;
}

.textback-settings-fieldset .save-keyword-btn,
.textback-settings-fieldset .delete-keyword-btn {
  display: none;
}

.textback-settings-fieldset .is-edit-mode .save-keyword-btn,
.textback-settings-fieldset .is-edit-mode .delete-keyword-btn {
  display: inline-block;
}

.textback-settings-fieldset .is-edit-mode .add-keyword-btn {
  display: none;
}

.textarea-character-count-wrapper {
  position: relative;
}

.textarea-character-count-wrapper textarea {
  padding-right: 44px;
}

.textarea-character-count-overlay {
  position: absolute;
  bottom: 10px;
  right: 22px;
  font-size: 14px;
  font-weight: bold;
}

.keywords-list {
  margin-bottom: 20px;
}

.textback-settings-panel {
  position: relative;
}

.textback-visual-wrapper {
  position: absolute;
  top: 100px;
  padding-top: 50px;
  right: 10px;
  width: 290px;
  height: 570px;
  background: url(../img/textback-settings/textback-phone.svg) no-repeat top left;
  background-size: 100% auto;
  font-size: 11px;
  color: #a9a8a8;
}

.textback-visual-header,
.textback-visual-body {
  width: calc(100% - 50px);
  margin: 0px 25px;
}

.textback-visual-body {
  margin-top: 24px;
  height: 400px;
  overflow: hidden;
  padding: 0 4px;
}

.textback-visual-header {
  height: 80px;
  text-align: center;
  color: #3e3e3e;
}

.textback-visual-header .textback-visual-divider strong {
  background-color: #edeeee;
}

.textback-visual-body .textback-visual-divider {
  margin-bottom: 20px;
}

.textback-visual-divider {
  text-align: center;
  border-bottom: 1px solid #a9a8a8;
  transform: translateY(-6px);
  margin-bottom: 10px;
  color: #a9a8a8;
}

.textback-visual-divider strong {
  transform: translateY(8px);
  display: inline-block;
  background: #fff;
  padding: 0 8px;
  font-weight: 500;
}

.textback-visual-user-icon {
  width: 22px;
  height: auto;
}

.textback-visual-keywords {
  margin-bottom: 100px;
}

.textback-visual-keywords span {
  background: #58c1d6;
  border-radius: 6px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  padding: 6px 8px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.textback-visual-wrapper .textback-visual-bubble {
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  margin-right: 16px;
  color: #3e3e3e;
}

.list-with-checkmarks {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.list-with-checkmarks li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 14px;
}

.list-with-checkmarks li:before {
  content: "\f26b";
  display: block;
  position: absolute;
  font: normal normal normal 16px/1 "Material Icons";
  color: #34a853;
  left: 0px;
  font-weight: 700;
}

/* Selectize Adjustments */
.selectize-control {
  width: 100% !important;
}

.selectize-control > .selectize-input {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 2px;
  border-color: #d5d8de;
  border-top-color: #bdc0c7;
}

.selectize-control > .selectize-input.has-items {
  padding-top: 11px !important;
  padding-bottom: 10px !important;
}

.selectize-control > .selectize-input.focus {
  border-color: #0396a6;
  outline: 0;
  box-shadow: none;
}

.selectize-parent {
  position: relative;
}

.selectize-dropdown-content > div {
  background-color: #efefef;
}

/* Insights Report */
.powered-by-logo {
  float: right;
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.powered-by-logo span {
  display: block;
  margin-right: 4px;
  position: relative;
  top: 2px;
  font-size: 12px;
}

.powered-by-logo img {
  height: 24px;
  width: auto;
}

.insights-table-heading {
  /*
    display: flex;
    justify-content: space-between;
    align-items: center;
    */
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.insights-table-heading h4 {
  margin: 0;
  font-weight: 500;
}

.insights-table-heading .tabs ul {
  margin: 0;
}

.insights-graph {
  height: 500px;
  width: 100%;
  background: #eee;
  position: relative;
}

.insights-graph .no-pointer-events {
  text-shadow: 0px 3px 6px #000;
}

.no-pointer-events {
  pointer-events: none;
}

.insights-graph:before {
  content: "Loading...";
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.insights-graph-legend {
  margin-left: 80px;
  /* TODO - this is temporary spacing */
  margin-bottom: 12px;
}

.legend-item {
  display: inline-block;
  padding-left: 40px;
  font-size: 14px;
  position: relative;
  margin-right: 20px;
}

.legend-item:after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  background-color: #eee;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.legend-item.is-positive:after {
  background-color: #34a853;
}

.legend-item.is-negative:after {
  background-color: #ca5846;
}

.legend-item.is-average:after {
  background-size: 12px 6px;
}

.insights-graph-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.average-line {
  position: absolute;
  height: 5px;
  background-size: 32px 6px;
}

.average-line,
.legend-item.is-average:after {
  background-image: linear-gradient(to right, #0096a7 80%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-repeat: repeat-x;
}

.average-line-label {
  font-family: sans-serif;
  color: #0096a7;
  font-weight: bold;
  position: absolute;
  width: 26px;
  text-align: right;
}

.is-trend-arrow {
  font-size: 20px;
  display: inline-block;
  padding-left: 6px;
}

.leave-feedback-modal ul {
  margin-bottom: 20px;
}

/* Tabs */
.tabs ul {
  display: flex;
  align-content: center;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
  font-size: 12px;
  margin-bottom: 0;
}

.tabs li {
  display: block;
}

.tabs li + li {
  margin-left: -1px;
}

.tabs a {
  border: 1px solid #58c1d6;
  display: flex;
  padding: 4px 12px;
  color: #888;
  align-items: center;
}

.tabs li:not(.is-active) a:hover {
  color: #69b5c4;
}

.tabs li.is-active a {
  background: #58c1d6;
  color: #fff;
}

.is-not-animated {
  transition: none !important;
}

.tabs .is-tab-icon {
  height: 14px;
  width: auto;
  display: inline-block;
  margin-right: 6px;
}

/* Growl Notification Styles */
.growl-notification {
  display: flex;
  line-height: 18px;
  padding-right: 20px;
}

.growl-alert.alert .growl-close {
  font-size: 20px;
  top: 8px;
  right: 10px;
}

.growl-alert {
  z-index: 1060 !important;
}

.growl-icon {
  margin-right: 8px;
  font-size: 20px;
  position: relative;
  top: -1px;
}

@media screen and (min-width: 1200px) {
  .textback-visual-wrapper {
    left: 65%;
  }
}
@media screen and (min-width: 992px) {
  .is-one-fifth {
    width: 20% !important;
  }

  .is-two-fifths {
    width: 40% !important;
  }

  .is-three-fifths {
    width: 60% !important;
  }

  .is-four-fifths {
    width: 80% !important;
  }

  .review-widget-settings-step .form-group.needs-switch-button-alignment {
    margin-top: -2px;
    margin-bottom: 86px;
  }
}
@media screen and (max-width: 767px) {
  .customer-activity-metrics .box {
    height: auto;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .table-responsive {
    overflow: visible;
  }
}
.select-icons i {
  margin-left: 4px;
}

.select-icons a {
  color: #404040;
}

.edit-tag-keywords-modal .gfs-multi-select-search-container,
.add-customer-modal .gfs-multi-select-search-container {
  margin-bottom: 10px;
}

.add-customer-modal label {
  width: 100%;
}

.modal-selected-location-details {
  background: #efefef;
  padding: 12px;
  margin: 12px 0 20px 0;
  border-radius: 2px;
}

.modal-footer.text-center {
  text-align: center;
}

.modal.has-scrollable-content .modal-footer {
  border-top: 1px solid #dddddd;
}

.modal-header {
  padding: 24px 20px;
}

.modal-header-icon {
  color: #58c1d6;
  font-size: 44px;
  background: #eee;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
}

.is-two-column-count {
  column-count: 2;
}

.modal-success-icon {
  color: #34a853;
}

.success-modal .modal-heading {
  margin-top: 10px;
  margin-bottom: 16px;
}

.success-modal .modal-description {
  margin-bottom: 30px;
}

label.has-button {
  margin-top: 6px;
}

.add-new-keyword-wrapper {
  margin-bottom: 10px;
}

.add-new-keyword-wrapper .level-item:first-child {
  flex-grow: 5;
}

.keyword-edit-field {
  padding: 2px;
  border: 1px solid #ddd;
  display: none;
}

.is-edit-mode .keyword-edit-field {
  display: inline-block;
}

.is-edit-mode .keyword-label {
  display: none;
}

.has-edits {
  background: #8cd39f;
}

/* Material Design Icon Sizes */
.mdi-16 {
  font-size: 16px !important;
}

.mdi-18 {
  font-size: 18px !important;
}

.mdi-20 {
  font-size: 20px !important;
}

.mdi-24 {
  font-size: 24px !important;
}

body.modal-open {
  overflow: visible !important;
}

.replied-status-text-tag {
  background: #f47322;
  color: white !important;
  font-size: 13px;
  padding: 2px;
  margin: 5px 2px;
  border: none;
  border-radius: 2px;
}

.compare-key:after {
  content: "";
  display: block;
  clear: both;
}

.key-color {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px 15px 0 0;
}

.compare-key-name {
  float: left;
}

.compare-input {
  font-size: 13px;
}

#compare_container .row.compare-row {
  background: #eee;
}

#compare_container h3.compare-title {
  padding-bottom: 20px;
}

.compare-key {
  padding: 15px 0;
  margin: 0 20px;
}

.color-block {
  margin: 0 10px;
}

#compare-param-config[disabled],
#new-compare-elem[disabled] {
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .filter-bucket:nth-child(odd) {
    border-right: 0 none;
  }

  .gfs-multi-select-btn-group {
    width: 100%;
  }

  .gfs-multi-select-btn {
    width: 100%;
  }

  .gfs-ms-add-btns {
    float: none;
  }

  .header-location-address {
    display: none;
  }

  .filter-bucket-inner {
    padding: 28px 14px 20px;
  }

  .unpublished-changes-notice {
    top: -22px;
    left: 5px;
    right: initial;
  }
}
@media screen and (max-width: 991px) {
  .pull-sm-left {
    float: left !important;
  }

  .filter-bucket {
    border-right: 0 none;
  }

  .filter-bucket-inner {
    border-bottom: 1px solid #d9d9d9;
    padding: 28px 14px 20px;
    height: auto;
  }

  .filter-bucket:last-child .filter-bucket-inner {
    border: 0 none;
  }

  .gfs-multi-select-btns {
    margin-top: 0px;
  }

  .gfs-multi-select {
    height: 188px;
  }

  .gfs-multi-select-btn-group {
    width: 92px;
  }

  .gfs-multi-select-btn {
    width: 100%;
  }

  .gfs-multi-select-btn-group {
    width: 120px;
  }

  .gfs-multi-select-btn {
    width: 120px;
  }

  .gfs-ms-add-btns {
    float: right;
  }

  .entries-per-page-select {
    margin: 0 0 10px;
  }

  .review-text {
    width: 300px;
    white-space: normal;
  }

  .be-top-header .page-title {
    display: none;
  }

  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .btn-tooltip {
    display: none;
  }

  .filter-bucket-select {
    margin-top: 20px;
  }

  .textback-visual-wrapper {
    display: none;
  }

  .powered-by-logo {
    float: none;
    margin: 14px auto 0 -12px;
  }
}
@media screen and (max-width: 767px) {
  .colorpicker {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .pull-xs-left {
    float: left !important;
  }

  .pull-xs-right {
    float: right !important;
  }

  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .rating-masthead-details-item-value {
    padding-right: 0;
  }

  /* Mobile Menu Updates */
  /*
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin: 0;
    }
    */
  .be-top-header .navbar-header {
    display: block;
    width: 100%;
    background: #fff;
    overflow: hidden;
    transition: top 0.25s ease-in;
  }

  .be-top-header .navbar-header .navbar-brand {
    display: block;
    width: 100%;
    height: 54px;
    background-position: center;
    background-size: 150px auto;
  }

  .header-is-collapsed .left-nav .be-wrapper {
    padding-top: 60px;
    transition: padding-top 0.25s ease-out;
  }

  .be-top-header.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    transition: top 0.15s ease-in;
  }

  .left-nav .be-wrapper {
    padding-top: 114px;
    transition: padding-top 0.25s ease-in;
  }

  .be-top-header .be-right-navbar .navbar-nav {
    padding-left: 8px;
  }

  .be-top-header .be-right-navbar {
    position: static;
    top: inherit;
    right: inherit;
    left: inherit;
  }

  .be-top-header .navbar-nav > li > a {
    line-height: 60px;
  }

  .mobile-menu-toggle {
    display: block;
    position: relative;
    height: 60px;
    line-height: 78px;
    padding: 0 15px;
  }

  .mobile-menu-toggle span {
    color: #fff;
    font-size: 30px;
  }

  .mobile-location-bar {
    display: block;
  }

  .be-left-sidebar {
    border-top: 0;
    border-bottom: 0;
  }

  .mobile-menu-open {
    overflow: scroll;
    position: fixed;
    left: 0;
    z-index: 100;
  }

  .is-clipped {
    overflow: hidden;
  }

  .panel-body.has-top-border {
    margin-top: 10px;
  }

  /* Begin mobile adjustments for the collapsed header (where the logo is not visible) */
  .header-is-collapsed .be-wrapper {
    padding-top: 60px;
  }

  .be-right-navbar {
    transition: top 0.25s ease-in;
  }

  .header-is-collapsed .be-right-navbar {
    top: 0px;
    transition: top 0.25s ease-out;
  }

  .header-is-collapsed .navbar-fixed-top {
    top: -54px;
    transition: top 0.25s ease-out;
  }

  /* Begin mobile adjustments for a portrait logo */
  .logo-is-portrait .be-top-header .navbar-header .navbar-brand.navbar-brand {
    background-size: auto 66px;
    height: 88px;
  }

  .logo-is-portrait .left-nav .be-wrapper {
    padding-top: 148px;
  }

  .logo-is-portrait.header-is-collapsed .navbar-fixed-top {
    top: -88px;
  }

  .filter-bucket-inner {
    height: auto;
  }

  .authorization-connection-status {
    margin-top: 0;
  }

  .panel-body.is-emphasized {
    padding: 50px 24px;
  }

  .panel-save-actions {
    right: 15px;
  }

  .get-embed-code-alert {
    margin-bottom: 250px;
  }

  .row.is-emphasized {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 480px) {
  /* This properly positions the expanded dropdown menu for "account" info on mobile */
  .be-icons-nav > li.dropdown .dropdown-menu {
    top: initial;
  }

  .data-tables-search-wrapper .dataTables_filter .input-sm {
    width: 80px;
  }

  .fieldset .form-group {
    padding-left: 0;
  }

  .panel-save-actions {
    right: 10px;
  }

  .get-embed-code-alert p {
    flex-direction: column;
  }

  .panel-group.has-save-actions-bar {
    padding-bottom: 30px;
  }

  .widget-theme-details {
    flex-direction: column;
    align-items: center;
  }

  .widget-theme-selection .btn {
    min-width: 100px;
    margin-top: 10px;
    margin-left: 0;
  }
}
#review-response-container {
  position: relative;
}

#chat-gpt-feedback {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fef3f9;
  padding: 5px 15px 5px 10px;
  border-radius: 5px;
  border-left: 10px solid #c23565;
}
#chat-gpt-feedback a {
  text-decoration: underline;
}
#chat-gpt-feedback .mdi-help {
  color: #c23565;
  padding-right: 5px;
}
#chat-gpt-feedback .mdi-close {
  cursor: pointer;
  padding-left: 5px;
}

html.whitelabeled #chat-gpt-feedback {
  border-left-color: #444 !important;
  background-color: #eee !important;
}
html.whitelabeled #chat-gpt-feedback .mdi-help {
  color: #444 !important;
}

.icon-people {
  width: 24px;
  height: 24px;
  background-image: url("/img/people.svg#134") !important;
  background-position: 0 0;
  vertical-align: sub;
  display: inline-block;
  margin-right: 6px;
}