.input__block_recommended_value {
  border: solid 2px #36cf7d;
}

.input__block_maximum_value {
  border: solid 2px #c69f01;
}

.input__block_disabled {
  background-color: #e3e3e3;
}

.dashboard_adding__label_maximum_value {
  color: #c69f01;
}

icp_title__label {
  color: #c69f01;
  position: absolute;
  width: 391px;
  height: 41px;
  left: 15px;
  top: 15px;
}

.facebook_legend {
  font-size: 80%;
  padding-bottom: 10px;
}

.block_preview {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}

.block_preview video {
  width: 100%;
}

.solutions > .container {
  max-width: 110rem;
}

.solutions h1 {
  margin: 1rem 0 2rem 0;
}

.solutions__item {
  padding-top: 5rem;
  width: 100%;
  position: relative;
  clear: both;
  font-family: 'SFProText-Regular', sans-serif;
  color: rgba(44, 32, 48, 0.6);
  font-size: 19px;
  font-size: calc(15px + (19 - 15) * ((100vw - 480px) / (1199 - 480)));
  line-height: 1.3;
  overflow: auto;
}

.solutions__item h2,
.solutions__features h2,
.solutions__features h3 {
  font-family: 'SFProText-Bold', sans-serif;
  font-weight: 400;
  color: #2c2030;
}

.cc-revoke {
  display: none !important;
}

.solutions__item h2,
.solutions__features h2 {
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.solutions__item img {
  width: 38%;
  float: left;
  margin: 0 2rem 2rem 0;
}

.solutions__item:nth-child(even) img {
  float: right;
  margin: 0 0 2rem 2rem;
}

.solutions__item + .solutions__item {
  padding-top: 6.5rem;
}

.block_switch__toggle_bg_blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5260f9;
  transition: all 0.2s ease;
}

.solutions__item + .solutions__item:before {
  display: block;
  content: '';
  left: 0;
  right: 0;
  height: 3px;
  top: 1rem;
  position: absolute;
  background-color: rgba(144, 33, 255, 1);
  background-image: linear-gradient(135deg, rgba(144, 33, 255, 1) 0%, rgba(59, 91, 255, 1) 100%);
}

.solutions__features {
  border-top: 3px dashed #2c2030;
  margin: 6rem 0 4rem 0;
}

.solutions__features_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.solutions__features_row p {
  font-size: 0.85em;
}

.solutions__features h2 {
  margin: 7rem 0 3rem 0;
}

.solutions__features h3 {
  margin: 2.2rem 0 0.3rem 0;
  font-size: 0.95em;
}

.solutions__features_row img {
  margin-top: 4rem;
  height: 6vw;
}

.solutions__features_row div {
  text-align: center;
  max-width: 20%;
}

.solutions__ctas {
  margin: 5rem 0 0 0;
  display: flex;
  justify-content: center;
}

.option_list {
  height: 200px;
  overflow: auto;
}

.option_list_outreach_selector {
  width: 120px;
  height: 167px;
  overflow: auto;
}

.option_list_outreach {
  width: 120px !important;
}

.report-title {
  font-size: 1.6rem;
  margin-left: 0.6em;
}

.article ol {
  list-style-position: inside;
}

.article ol.latin {
  list-style-type: lower-latin;
}

.article ol.roman {
  list-style-type: lower-roman;
}

.article ol.decimal {
  list-style-type: decimal;
}

.article ol ol {
  margin-left: 1.5em;
}

.article ul li,
.article ol li {
  margin-top: 1em;
}

.article ul + p,
.article ol + p {
  margin-top: 1em;
}

.article ul + h3,
.article ol + h3,
.article p + h3 {
  margin-top: 1.5em;
}

blockquote {
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin: 1.3em 0;
  padding: 1.5em;
  position: relative;
  font-size: 24px;
  font-size: 2.3rem;
  color: #36cf7d;
}

blockquote:after {
  content: '\201D';
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
}

blockquote:before {
  content: '\201C';
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: -10px;
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
}

.block_credit_card {
  margin: auto;
}

.block_billing_address {
  padding: 2.5rem;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  margin: auto;
}

.block_billing_address .address-item {
  margin: 0 5px;
  display: inline-block;
}

.block_billing_address .form__row {
  display: flex;
}

.creative__status {
  position: absolute;
  right: 15px;
  top: 5px;
}

.campaign__status_active {
  color: #3eeb8e;
}

.campaign__status_paused {
  color: #aaa0ae;
}

.campaign__status_insufficient_funds {
  color: #a8b0ff;
}

.campaign_list__link {
  margin-left: 15px;
  font-size: 0.9em;
}

.campaign__status_description {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  font-family: 'SFProText-Bold', sans-serif;
  font-weight: 400;
}

.campaign_list__status_active,
.creative__status_green {
  color: #36cf7d;
}

.campaign_list__status_paused,
.creative__status_grey {
  color: #7c757f;
}

.campaign_list__status_archived {
  color: #69636c;
}

.campaign_list__status_trial_ended,
.warning_text_color,
.creative__status_blue,
.behavior_text {
  color: #5160f9;
}

.campaign_list__stop_date {
  font-size: 0.6em;
}

.creative__status_red {
  color: #e66666;
}

.creative__missing_status_red {
  color: #e66666;
  font-size: 1.4rem;
}

.campaign__list_item {
  display: block;
  text-decoration: none;
}

.campaign__list_item:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.campaign__list_item h4 {
  color: #353748;
  opacity: 0.6;
  display: inline;
  white-space: normal;
  word-break: break-all;
}

.campaign__list_item:hover h4 {
  opacity: 1;
}

.campaign__list_item .campaign__list_item_tooltip {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 8px;
  font-size: 1.4rem;

  position: absolute;
  z-index: 1;
  top: -35px;
  right: 10px;

  opacity: 0;
  transition: opacity 0.3s;
}

.campaign__list_item:hover .campaign__list_item_tooltip {
  visibility: visible;
  opacity: 1;
}

.button_tooltip {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 8px;
  font-size: 1.4rem;

  position: absolute;
  z-index: 1;
  top: 90px;
  right: 60px;

  opacity: 0;
  transition: opacity 0.3s;
}

.button_with_tooltip:hover .button_tooltip {
  visibility: visible;
  opacity: 1;
}

.campaign__list_item .link {
  text-decoration: underline;
}

.article__values {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn--crm {
  background-color: #dc6f8a;
}

.btn--retarget {
  background-color: #31b0d5;
}

.btn--crm--syncing {
  background-color: #dedfe4;
}

.btn--yellow {
  background-color: #e7d157;
}

.btn--copy-creative {
  position: absolute;
  right: 20px;
}

.copy_campaign_select {
  overflow: hidden;
  text-overflow: ellipsis;
}

.copy_creative_select {
  overflow: hidden;
  text-overflow: ellipsis;
}

.creative_type_selector {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.campaign_copy_selector {
  width: 600px;
  padding-left: 20px;
  position: absolute;
  right: 260px;
}

.creative_copy_selector {
  width: 250px;
  padding-left: 20px;
  position: absolute;
  right: 10px;
}

.creative_type_selector__label {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.creative_type_selector > .btn {
  padding: 10px;
}

.icp_blocks {
  position: absolute;
  top: 90px;
}

.icp_active_campaigns {
  position: absolute;
  width: 350px;
  height: 120px;
  left: 25px;
  top: 55px;
  background: #ffffff;

  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  border-radius: 8px;
}

.icp_required {
  font-family: 'SFProText-Bold', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  vertical-align: middle;
  top: 15px;
}

.icp_hr {
  height: 1px;
  border-width: 0;
  color: rgb(227, 227, 227);
  background-color: rgb(227, 227, 227);
}

.icp_account_selector {
  position: absolute;
  width: 302px;
  height: 152px;
  left: 25px;
  top: 176px;
  background: #ffffff;
  max-width: inherit;

  box-sizing: border-box;
  border-radius: 8px;
}

.icp_headcount_selector {
  left: 665px;
}

.icp_industry_selector {
  left: 345px;
}

.icp_function_team_selector {
  top: 413px;
}

.icp_locations_selector {
  left: 985px;
}

.icp_stop_words_selector {
  top: 595px;
}
.block_accordion__item:after {
  content: none;
}
.block_accordion__item:not(:last-child):after {
  content: '';
}
#ads_normal_header .dashboard_element__info .link,
#ads_fixed_header .dashboard_element__info .link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.limit_audience {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 18px;
  /* padding: 3rem 0; */
  background: rgba(246, 246, 246, 0.8);
  padding: 1rem 0 2rem 0;
  align-items: center;
  color: #5d5f6d;
  /* background: #f6f6f6; */
  /* background: linear-gradient(rgba(246, 246, 246, 0), #f6f6f6, #f6f6f6); */
  z-index: 1000;
  margin-top: 1px;
}
.limit_audience > div {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.limit_audience .input__block {
  margin: 0 1rem;
}
.limit_audience input {
  -moz-appearance: textfield;
  font-size: 18px;
  width: 7.4rem;
}
.limit_audience input::-webkit-inner-spin-button,
.limit_audience input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.limit_audience .icp-tooltip-holder {
  top: -11rem;
  left: calc(-330px / 2);
}
.limit_audience .btn {
  padding: 1.6rem 6rem;
  margin-left: 1rem;
}
.limit_audience .targets__collected {
  color: #36cf7d;
}
.limit_audience .targets__status {
  color: #6d72dc;
}
.limit_audience > div > div:first-child:not(:last-child) {
  margin-right: 2rem;
}
.limit_audience > div > div:last-child:not(:first-child) {
  margin-left: 2rem;
}
.limit_audience .targets__collected svg {
  top: 3px;
  position: relative;
  margin-right: 1rem;
}
.limit_audience .input_file__btn {
  padding: 1.6rem 4rem 1.6rem 3rem;
}
.limit_audience .input_file__btn svg {
  margin-right: 1rem;
}

.limit_audience .tooltip-holder {
  position: relative;
  margin-left: 0.5rem;
}

.limit_audience_number {
  width: 12rem;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-style: normal;
  font-size: 2px;
  line-height: 29px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0007em;
  color: rgba(53, 55, 72, 0.6);
  margin: 0 1rem;
}

.account_firmographics {
  position: absolute;
  top: 121px;
  left: 30px;
  height: 25px;

  width: max-content;
  font-size: 20px;
  color: rgba(53, 55, 72, 0.8);
  font-weight: 700;
  letter-spacing: 0.0045em;
  font-family: 'SFProDisplay-Regular', sans-serif;
}

.icp_tooltip {
  white-space: initial;
  width: 290px;
  color: black;

  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.0045em;
  font-family: 'SFProText-Regular', sans-serif;
}

.buying_team_persona {
  position: absolute;
  top: 358px;
  left: 30px;

  width: max-content;
  font-size: 20px;
  color: rgba(53, 55, 72, 0.8);
  font-weight: 700;
  letter-spacing: 0.0045em;
  font-family: 'SFProDisplay-Regular', sans-serif;
}

.icp_name {
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
  color: rgba(53, 55, 72, 0.6);
}
.icp_name_edit {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: rgba(53, 55, 72, 0.8);
}

.article__values > div {
  margin-left: 2rem;
  text-align: center;
  width: 185px;
  font-size: 0.8em;
}

.article__values > div > img {
  width: 150px;
  height: auto;
  padding: 20px;
  border: none;
  background: none;
  float: none;
  margin: 0;
}

.article__values > div > h2 {
  clear: left;
}

.article__values > div:first-child {
  margin-left: 0;
}

.error_tooltip_left {
  left: -3rem;
  right: auto;
  transform: TranslateX(-100%);
}

.error_tooltip_dialog {
  transform: none;
  top: -5rem;
  right: -4rem;
}

.error_tooltip_up {
  transform: none;
  top: -5rem;
  right: 0rem;
}

.add_banner__img_full {
  width: 100%;
  height: 100%;
}

.add_banner_note {
  opacity: 1;
  font-size: 0.85em;
}

.add_banner__box.add_banner__video {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.add_banner__video video {
  max-width: 300px;
  max-height: 300px;
}

.popup-img-center {
  max-width: 700px;
  margin: auto;
  display: block;
}

.block_error_tooltip {
  max-width: 40rem;
}

.max_width_80 {
  max-width: 80rem;
}

.error_tooltip_father {
  position: relative;
}

.icon-icp {
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.3rem;
}

.block_error_tooltip__content {
  white-space: nowrap;
}

.home_triangle {
  background: url(../img/triangle.svg) no-repeat center;
  width: 12px;
  height: 16px;
  margin-left: -16px;
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 36px;
}

.back_home {
  background: url(../img/home.svg) no-repeat center;
  width: 30px;
  height: 32px;
  margin-left: -37px;
  display: block;
  opacity: 0.7;
  position: absolute;
  top: 28px;
}

.back_home:hover {
  opacity: 1;
}

.block_company_name .home_triangle {
  margin-left: -12px;
  top: 15px;
}

.home_triangle:hover {
  opacity: 1;
}

.header__nav {
  font-family: 'SFProText-Regular', sans serif;
  font-size: 1.6rem;
}

.header__item,
.header__btn {
  font-size: 16px;
}

#sticky-header {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  opacity: 0.96;
}

.header__item--grey::after,
.header__item--grey::before {
  background-color: inherit;
}

.contact_card .btn__label {
  font-size: inherit;
}

.page--blog .hero {
  min-height: 0;
  padding: 12rem 0 12rem 0;
}

.page--blog .hero__inner {
  padding: 5rem 0 6rem 0;
}

.page--article {
  background-color: #ffffff;
}

.page--article .hero {
  min-height: 12rem;
  padding: 0;
}

.customers__list > div {
  width: 180px;
  height: 80px;
}

.customers__list > div img {
  max-width: 150px;
}

.post_preview {
  text-decoration: none;
}

.post_preview__content p {
  color: #fff;
  line-height: 1.5;
}

.post_preview__bg .t-blue,
.post_preview__title .t-blue {
  color: #fd819f;
}

.t-green {
  color: #36cf7d;
}

.post_preview__link {
  text-decoration: underline;
}

.post_preview__title {
  padding: 0.6em 0 1.5em 0;
  font-size: 1.2em;
}

.posts__medialogo {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  max-height: 50px;
  max-width: 200px;
  padding: 10px;
  background-color: #ffffff;
  z-index: 1;
}

.post {
  position: relative;
}

.posts__item {
  text-decoration: none;
}

.post__content {
  height: 18em;
  position: relative;
  line-height: 1.2;
}

.post__link {
  display: inline-block;
  position: absolute;
  bottom: 1.2em;
  text-decoration: underline;
}

.footer__inner {
  background-color: #f6f6f6;
}

.footer__lists {
  max-width: 95rem;
  margin: auto;
}

.footer_list {
  font-size: 14rem;
  font-size: calc(12px + (15 - 12) * ((100vw - 480px) / (1199 - 480)));
  max-width: 80%;
}

.footer_list ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer__copy {
  font-size: 1.4rem;
  line-height: 1.3;
}

.form {
  font-size: 1.6rem;
}

.block_checkbox input:checked ~ .not_selectable {
  background-color: #dc6f8a;
  border-color: #dc6f8a;
}

.block_checkbox input:checked ~ .crm_checkbox {
  background-color: #dc6f8a;
  border-color: #dc6f8a;
}

.block_checkbox input:checked ~ .retarget_checkbox {
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.block_checkbox input:checked ~ .block_checkbox__box.intermediate {
  background-color: rgba(82, 96, 249, 0.3);
  border-color: #5260f9;
}

.block_checkbox input:checked ~ .creative_checkbox663EFF {
  background-color: #663eff;
  border-color: #663eff;
}

.block_checkbox input:checked ~ .creative_checkbox36CF7D {
  background-color: #36cf7d;
  border-color: #36cf7d;
}

.block_checkbox input:checked ~ .creative_checkboxDC6F8A {
  background-color: #dc6f8a;
  border-color: #dc6f8a;
}

.block_checkbox input:checked ~ .creative_checkbox5BB8E2 {
  background-color: #5bb8e2;
  border-color: #5bb8e2;
}

.block_checkbox input:checked ~ .creative_checkboxDEC033 {
  background-color: #dec033;
  border-color: #dec033;
}

.block_checkbox input:checked ~ .creative_checkbox9E7EA9 {
  background-color: #9e7ea9;
  border-color: #9e7ea9;
}

.block_checkbox input:checked ~ .creative_checkbox7C757F {
  background-color: #7c757f;
  border-color: #7c757f;
}

.block_checkbox.radio {
  display: block;
}

.block_checkbox.radio .block_checkbox__label {
  display: block;
  opacity: 1 !important;
}

.block_checkbox--gray {
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 0.8rem;
  line-height: 1;
  font-size: 1em;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-weight: 400;
}

.file_upload p {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-size: 1.3rem;
}

.filter_list {
  margin-top: 1.5em;
  overflow-y: auto;
  max-height: 430px;
}

.dragArea > * {
  margin: 0 0.5rem 0.5rem 0;
}

.target-list-name {
  position: relative;
  font-family: 'SFProText-Bold', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  display: inline;
}

.target-list-name__input {
  font-family: 'SFProText-Bold', sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

.select-radio-target-list {
  height: 300px;
  overflow: scroll;
  padding-left: 2em;
  margin-top: 1em;
}

.select--error {
  border: solid 2px #e66666;
  border-radius: 4px;
  margin-bottom: 0px;
}

.select__error_text {
  display: block;
  font-size: 1.4rem;
  font-size: 0.875em;
  margin-top: 0.5rem;
  color: #e66666;
}

.user_profile__url {
  font-size: 1.4rem;
  word-break: break-all;
  margin-top: 0.5rem;
  display: inline-block;
}

#tracker-script {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.fixed-header {
  position: fixed;
  top: 0;
  z-index: 98;
}

.absolute-header {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 98;
}

.dashboard_pricing__container.thx {
  height: 300px;
  display: flex;
}

.dashboard_pricing__container.thx h3 {
  margin: auto;
}

.billing_documents {
  display: flex;
  flex-wrap: wrap;
  padding: 2em;
  justify-content: center;
}

.billing_documents h3 {
  text-align: left;
  flex-basis: 100%;
}

.dashboard_pricing__container.column {
  line-height: 2em;
  padding: 2em;
}

.dashboard_pricing__container.column .row {
  width: 100%;
  color: #353748;
}

.dashboard_pricing__container.column .row .label {
  width: 20em;
  display: inline-block;
  text-align: left;
}

.dashboard_pricing__container.column .row .value {
  display: inline-block;
}

.dashboard_pricing__container.form {
  padding: 2em;
}

.dashboard_pricing__item.bpm {
  padding: 3rem 2rem 2rem;
  cursor: pointer;
}

.dashboard_pricing__item.bpm h4 {
  font-size: 3.8rem;
}

.dashboard_pricing__item.bpm p {
  font-size: 1.1em;
}

.dashboard_pricing__item.active {
  border: 3px solid #5160f9;
}

.dashboard_title {
  min-height: 43px;
}

.dashboard_section__content--user {
  align-self: flex-start;
  max-width: 45rem;
}

.checked_top {
  cursor: pointer;
  color: black;
  text-decoration: underline;
}

.unchecked_top {
  cursor: pointer;
  color: lightgray;
  opacity: 0.5%;
}

.dashboard_header__links {
  display: flex;
}

.dashboard_link {
  position: relative;
}

.dashboard_link__icon__counter {
  border: solid 1px #f1e39a;
  border-radius: 50%;
  background-color: #f1e39a;
  color: #353748;
  font-size: 1rem;
  width: 17px;
  height: 17px;
  margin-left: -10px;
  margin-top: -10px;
  text-align: center;
}

.dashboard_link__icon__counter_hundreds {
  border-radius: 60%;
  width: 25px;
}

.dashboard_link__icon__counter_thousands {
  border-radius: 75%;
  width: 35px;
}

.dashboard_content__sidebar {
  background-color: #f6f6f6;
}

.demo_tutorial_button {
  display: block;
  float: left;
  margin-right: 30px;
}

.shepherd-active .filters_container {
  padding: 1em;
}

.shepherd-active .dashboard .shepherd-enabled.shepherd-target {
  z-index: 1001;
}

.shepherd-element {
  z-index: 1001;
}

.shepherd-element .shepherd-content {
  background-color: #f6f6f6;
}

.guide-background {
  display: none;
}

.shepherd-active .guide-background {
  display: flex !important;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2rem;
}

.td_contact {
  white-space: nowrap;
}

hr + tr.tr {
  border-top: none;
}

.tr--red .td_contact {
  color: #e66666;
}

.tr--green {
  color: #36cf7d;
}

.td--red {
  color: #e66666;
}

.td--green {
  color: #36cf7d;
}

.td--grey {
  color: #aaa0ae;
}

.td--blue {
  color: #7e89f6;
}

.td--black {
  color: #353748;
}

.td--yellow {
  color: #d1b51e;
}

.tr--red-all {
  color: #e66666;
}

tr.tr--external-activity {
  color: #663eff;
  background-color: #e0d8ff;
  font-size: 0.85em;
}

tr.tr--external-activity:not(.tr--external-activity-header) {
  border-top: 0;
}

tr.tr--external-activity-header td {
  padding-left: 1em;
  padding-top: 0.5em;
  font-size: 0.85em;
}

.tr--external-activity a {
  color: #663eff;
}

.tr--external-activity > .td_time {
  padding-left: 1em;
}

.tr--external-activity > .td_time b {
  font-family: 'SFProDisplay-Regular';
}

.td_report {
  min-width: 8rem;
}
.td_report.td_activity {
  width: 70%;
}
.td_report > .box {
  justify-content: center;
}

.td_report > .box_left {
  justify-content: left;
  padding: 1rem;
}

.td_report > .box_left a {
  text-decoration: underline;
}
.td_report > .campaign__name {
  font-size: 20px;
  font-weight: 500;
  font-family: 'SFProDisplay-Medium', sans-serif;
  color: #5360f9;
  text-decoration: underline;
}
.td_report > .campaign__name:hover {
  text-decoration: none;
}
.td_status {
  width: 100px;
  max-width: 100px;
}

.td_creative_status {
  max-width: 100px;
  font-size: 1.5rem;
}

.td_company_title {
  max-width: 261px;
}

.td_creatives {
  max-width: 261px;
  font-family: 'SFProText-Semibold', sans-serif;
  font-weight: 400;
}
.campaign__name {
  /*text-transform: uppercase;*/
  font-weight: 600;
  color: #5260f9;
}

.block_table_creatives {
  overflow-x: inherit;
  overflow-y: hidden;
  width: 100%;
}

.td_imps {
  max-width: 80px;
  font-size: 2rem;
}

.td_full_time {
  width: 200px;
  max-width: 200px;
}

.td_activity span,
.td_activity a {
  white-space: normal;
}

.th_center > .box {
  padding: 2rem 1.2rem;
  justify-content: center;
  font-family: 'SFProDisplay-Normal', sans-serif;
  font-weight: normal;
}

.user_profile__pos {
  margin-bottom: 0.4rem;
}

.block_modal {
  z-index: 1010;
}

.modal-actions a.link {
  margin: auto 1em;
}

.form_new_password {
  margin: 8rem;
}

.results_total_row {
  color: #5260f9;
}

.contact_card__photo {
  max-width: 17rem;
  max-height: 17rem;
  width: 100%;
  height: 100%;
}

.contact_card a.contact_card__mail {
  font-size: 0.9em;
  margin-top: 0.5rem;
}

.loading_screen__inner {
  position: fixed;
}

.client_summary {
  display: flex;
}

.client_summary__empty {
  font-size: 2rem;
  text-align: center;
}

.client_summary__left {
  width: 75%;
}

.client_summary__right {
  width: 25%;
  padding: 1em;
  text-align: center;
}

.client_summary__column_header {
  font-weight: bold;
  margin-top: -35px;
  margin-bottom: 20px;
  font-size: 1.85rem;
  opacity: 0.6;
}

.td--bold {
  font-weight: bold;
}

.client_summary__column_row {
  width: 100%;
  display: flex;
  margin-top: 25px;
}

.client_summary__column_row_item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.client_summary__column_row_label {
  font-size: 1.4rem;
}

.client_summary__column_row_val {
  font-size: 2.1rem;
  font-family: 'SFProText-Bold', sans-serif;
}

.client_summary__column_row > .btn {
  margin: auto;
}

.client_graph__canvas {
  position: relative;
  height: 30rem;
}

.client_top_section {
  display: flex;
  font-size: 1.5rem;
}

.client_top_section .dashboard_title {
  margin-top: 15px;
  margin-bottom: 8px;
}

.client_top_section .flex_cell:after {
  background: none !important;
}

.client_top_section .flex_row {
  border-bottom: none;
}

.client_top_section__accounts {
  width: 50%;
  border-right: 1px solid #d8d8d8;
  padding-right: 1em;
}

.client_top_section__people {
  width: 50%;
  padding-left: 1em;
}

.campaigns_section .flex_row {
  border-bottom: none;
  padding: 0;
}

.campaigns_section .flex_row_header {
  border-bottom: none;
}

.campaigns_section .flex_cell:after {
  background: none !important;
}

.campaigns_report_link {
  flex-grow: 2;
  justify-content: flex-end;
  display: flex;
  margin-right: 20px;
}

.campaign_datepicker_block {
  display: flex;
}

.campaign_datepicker_block > .date-time-picker {
  margin: 0 15px;
  width: 200px;
}

.campaign_datepicker_block > a {
  margin: 0 20px 0 -30px;
  z-index: 50;
}

.campaign_datepicker_block > .date-time-picker input.field-input {
  height: 48px;
}

.campaign_datepicker_block a {
  font-size: 0.85em;
  text-decoration: none;
}

.block_accordion.no_overflow {
  overflow: visible;
}

.block_accordion__left.full {
  width: 100%;
}

.inbound-report-controls {
  margin-bottom: 12px;
  display: flex;
}

.retarget-header {
  margin-bottom: 4rem;
}

.retarget-report-header {
  display: inline;
}

.retarget-report-header.right {
  display: inline;
  float: right;
  flex-direction: column;
  align-items: flex-end;
}

.retarget-report-header > span:first-child {
  font-size: 2rem;
  font-family: 'SFProText-Bold', sans-serif;
}

.retarget-report-header > span:not(:first-child) {
  font-size: 2rem;
  margin-left: 5rem;
}

.retarget-report-controls {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.retarget-report-controls > span {
  font-size: 2rem;
  font-family: 'SFProText-Bold', sans-serif;
}

.retarget-url-modal > .block_modal__inner {
  overflow-y: scroll;
}

.icp_input_name {
  position: relative;
  display: block;
  width: 391px;
  height: 41px;
  left: 25px;
  top: 40px;

  font-family: 'SFProText-Regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  align-items: center;
  letter-spacing: 0.0007em;
  color: rgba(0, 0, 0, 0.65);
}

.icp-modal {
  padding: 3rem 3rem 0;
  top: 5vh;
  bottom: auto;
  height: auto;
  max-height: 90vh;
  /* height: calc(95vh - 5vh); */
  background: #f6f6f6;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  max-width: 1380px;
  overflow-y: auto;
}
.icp-modal .dashboard_adding__btns {
  position: relative;
}
.icp-modal .block_error_tooltip.icp_tooltip.error_tooltip_left {
  position: absolute;
  bottom: 7rem;
  width: 30rem;
  right: -150%;
  height: auto;
  top: auto;
  text-align: left;
  left: auto;
}

.icp-header-names {
  vertical-align: middle;
  position: relative;
  left: 10px;
  font-family: 'SFProText-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.0044em;
}

.icp-modal .form {
  width: 100%;
  /* overflow-y: auto; */
  z-index: 1;
}
.icp-modal .block_modal__close {
  z-index: 100;
  background: #f6f6f6;
}
.icp-modal .card {
  overflow: unset;
}
.card {
  border-radius: 0.8rem;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.icp-modal .card.input--error,
.icp-modal .input__block.input--error {
  box-shadow: 0 0 0 2px #e66666;
}
.icp-modal .card-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding: 1rem 2rem 1rem;
  font-size: 16px;
  font-family: 'SFProDisplay-Medium', sans-serif;
  color: #353748;
}

.icp-modal .vs__dropdown-toggle {
  border: none;
  padding: 1.6rem;
}
.icp-modal .vs__dropdown-menu {
  border: 1px solid #e3e3e3;
  border-top: none;
  margin-left: -1px;
  margin-right: -1px;
  width: 100%;
  box-sizing: content-box;
  max-height: 205px;
  z-index: 99;
  border-radius: 5px;
  box-shadow: none;
}
.icp-modal .vs__search,
.icp-modal .vs__search:focus {
  padding: 0;
  margin: 0 0.5rem;
  font-size: 15px;
  font-family: 'SFProText-Regular';
  font-weight: 400;
  color: #5d5f6d;
  opacity: 1;
}
.icp-modal .icp-list-name {
  font-size: 24px;
  color: rgba(93, 95, 109, 1);
}
.icp-modal-subtitle {
  margin: 4rem 0 2.6rem;
  font-family: 'SFProText-Bold', sans-serif;
  color: #353748;
  font-size: 20px;
  display: inline-block;
  position: relative;
}
.icp-modal-subtitle .link {
  position: relative;
  top: 0.5rem;
}

.icp-modal .icp-list-name::placeholder {
  color: rgba(53, 55, 72, 0.6);
}
.icp-tooltip-holder {
  padding: 1rem 2rem;
  box-shadow: 0 2px 20px 10px rgb(57 59 114 / 10%);
  border-radius: 3px;
  background-color: #fdfdfd;
  color: #e66666;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  z-index: 9999;
  left: calc(95% + 1rem);
}
.icp-modal .vs__search:focus,
.icp-modal .vs__search:hover {
  opacity: 0.6;
}
.icp-modal .vs__selected-options {
  padding: 0;
}
.select-search {
  width: 100%;
  text-align: center;
  padding: 0.9rem 5rem;
  font-size: 14px;
  opacity: 0.75;
}
.card > button,
.select-search button {
  background: #6d72dc;
  border-radius: 5px;
  color: #fafafa;
  padding: 0.6rem 2rem;
  font-size: 15px;
  font-family: 'SFProText-Regular';
  font-weight: 400;
}
.card > button {
  margin: 0 2rem 2rem;
}
.card .select-search > button {
  margin: 0.2rem 0 0 0.4rem;
}
.icp-modal .vs__deselect {
  height: 1.8rem;
  width: 1.8rem;
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjQzNS41MzNhLjg1Ljg1IDAgMDAtMS4xODkgMCAuODE3LjgxNyAwIDAwMCAxLjE2OUwzLjgxMiA1LjIxLjI0NiA4LjcxOGEuODE3LjgxNyAwIDAwMCAxLjE3Ljg1Ljg1IDAgMDAxLjE4OSAwTDUgNi4zNzhsMy41NjUgMy41MDhhLjg1Ljg1IDAgMDAxLjE4OSAwIC44MTguODE4IDAgMDAwLTEuMTdMNi4xODggNS4yMWwzLjU2Ni0zLjUwOGEuODE3LjgxNyAwIDAwMC0xLjE3Ljg1Ljg1IDAgMDAtMS4xODkgMEw1IDQuMDQyIDEuNDM1LjUzM3oiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjIiLz48L3N2Zz4=);
  background-position: right center;
  background-repeat: no-repeat;
}
.icp-modal .vs__deselect svg,
.icp-modal .form.form--edit .vs__deselect {
  display: none;
}
.icp-modal .vs__selected {
  background: #fff;
  border: 1px solid #eaeaea;
  margin: 0.4rem 0 0 0.4rem;
  padding: 0.6rem 1rem;
  font-size: 14px;
  font-weight: 500;
  color: #5d5f6d;
  font-family: 'SFProText-Medium';
  letter-spacing: -0.44 px;
}
.icp-modal .form .vs__actions {
  display: none;
}
@supports not (display: grid) {
  .icp-modal .form > .row {
    display: flex;
    align-items: start;
    padding: 0 2px;
  }
  .icp-modal .form > .row > * {
    flex: 0 0 calc((100% / 4) - (6rem / 4));
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .icp-modal .form > .row > *:nth-child(4n) {
    margin-right: 0;
  }
}
@supports (display: grid) {
  .icp-modal .form > .row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    align-items: flex-start;
    gap: 2rem;
    padding: 0 2px;
  }
}

.block_accordion__head.inactive {
  opacity: 0.5;
}

.account-based-report-controls {
  display: flex;
}

.account-based-report-controls > .input > .input__block {
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.account-based-report-controls > .date-time-picker {
  margin: 0 20px;
}

.account-report-controls {
  display: inline-block;
}

.target-activity-report-section {
  max-width: 99rem;
}

.target-activity-report-controls {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.target-activity-report-controls > .block_switch {
  margin: 0.5rem 2rem 0;
  display: inline-block;
}
.target-activity-report-controls > .date-time-picker {
  margin: 0;
  top: -0.75rem;
}

.datepicker--range {
  width: 250px !important;
}

.datepicker--range > .has-value > input#DateTimePicker {
  padding-top: 0px;
}

.cursor-default {
  cursor: default;
}

.dashboard_title > .date-time-picker {
  margin-top: -42px;
  margin-right: 0px;
}

@media (min-width: 480px) {
  .btn--big,
  .btn--primary,
  .btn--secondary,
  .footer__btn,
  .posts__more .btn {
    font-size: 20px;
  }
}

.btn--big,
.btn--primary,
.btn--secondary,
.footer__btn,
.posts__more .btn {
  font-size: 16px;
}

.btn--primary.purple {
  background-color: #5260f9;
}

.hero__title {
  font-size: calc(24px + (36 - 24) * ((100vw - 480px) / (1199 - 480)));
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.hero__subtitle {
  font-size: calc(18px + (30 - 18) * ((100vw - 480px) / (1199 - 480)));
}

.section_title {
  font-size: calc(18px + (30 - 18) * ((100vw - 480px) / (1199 - 480)));
}

.section {
  font-size: calc(12px + (18 - 12) * ((100vw - 480px) / (1199 - 480)));
}

.post {
  font-size: calc(12px + (16 - 12) * ((100vw - 480px) / (1199 - 480)));
}

.contact_card {
  font-size: calc(10px + (16 - 10) * ((100vw - 480px) / (1199 - 480)));
}

.contact_card__title {
  font-size: calc(12px + (18 - 12) * ((100vw - 480px) / (1199 - 480)));
}

.post_preview__content {
  font-size: calc(14px + (18 - 14) * ((100vw - 480px) / (1199 - 480)));
}

.hero__title {
  font-size: calc(24px + (36 - 24) * ((100vw - 480px) / (1199 - 480)));
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.hero__subtitle {
  font-size: calc(18px + (30 - 18) * ((100vw - 480px) / (1199 - 480)));
}

.section_title {
  font-size: calc(18px + (30 - 18) * ((100vw - 480px) / (1199 - 480)));
}

.section {
  font-size: calc(14px + (18 - 14) * ((100vw - 480px) / (1199 - 480)));
}

.post {
  font-size: calc(14px + (16 - 14) * ((100vw - 480px) / (1199 - 480)));
}

.contact_card {
  font-size: calc(12px + (16 - 12) * ((100vw - 480px) / (1199 - 480)));
}

.contact_card__title {
  font-size: calc(14px + (18 - 14) * ((100vw - 480px) / (1199 - 480)));
}

.post_preview__content {
  font-size: calc(14px + (20 - 14) * ((100vw - 480px) / (1199 - 480)));
}

.article__title {
  font-size: calc(22px + (30 - 22) * ((100vw - 480px) / (1199 - 480)));
}

.article__author_group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.article img.article__medialogo {
  display: block;
  float: right;
  margin: 0;
  max-width: 40%;
  height: auto;
  width: auto;
  background: none;
  border: none;
}

.article__avatar,
img.article__avatar {
  width: 54px;
  height: 54px;
  display: block;
  margin-right: 1rem;
  border-radius: 27px;
  border: 3px solid #663eff;
}

.article__hashtags {
  margin-top: 0.8rem;
}

.article__btns {
  max-width: 95rem;
}

.article__smm_container {
  position: fixed;
}

.article__smm {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;

  display: flex;
  position: absolute;
  top: 0;
  left: -5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform: TranslateX(-100%);
}

.article__smm > div {
  display: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 1.5rem;
}

.article__smm img {
  width: 30px;
  height: 30px;
  margin: 0 0 1.8rem 0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.75;
}

.article__smm img:hover {
  opacity: 1;
}

.article__smm_sticky {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.article__about_author {
  margin: 5rem 0 0 0;
  font-size: 0.8em;
  padding: 4rem 0 3rem 0;
  border-top: 1px solid rgba(44, 32, 48, 0.6);
  border-bottom: 1px solid rgba(44, 32, 48, 0.6);
}

img.article__about_author__smm {
  float: none;
  background: none;
  border: none;
  width: 25px;
  height: 25px;
  margin: 0 0 0 0.5em;
}

.article__big_avatar,
img.article__big_avatar {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  display: block;
  margin-right: 4rem;
  border: 5px solid #663eff;
}

.article__content {
  max-width: 95rem;
  padding: 6rem 9rem 6rem 9rem;
  font-size: calc(16px + (21 - 18) * ((100vw - 480px) / (1199 - 480)));
}

.article__seealso_section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.article__seealso {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  border: 2px solid #ececec;
  width: 32%;
  height: 20rem;
  display: block;
  padding: 2rem;
  position: relative;
  text-decoration: none;
}

.article__seealso_date {
  color: #ffffff;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 0.8em;
}

.article__seealso_title {
  color: #ffffff;
  font-weight: bold;
}

.article__seealso_title .t-blue {
  color: #fd819f;
}

article {
  font-family: 'Lora', Georgia, Cambria, 'Times New Roman', Times, serif;
  line-height: 1.6;
  margin-top: 1.5em;
  color: rgba(44, 32, 48, 0.8);
}

.article__img,
.article__img_left,
.article__img_right,
img.article__img,
img.article__img_left,
img.article__img_right {
  display: block;
  margin: 1.8em auto;
  float: none;
  width: 100%;
  height: auto;
  max-width: 770px;
  text-align: center;
  font-size: 0.8em;
}

.article__img img,
.article__img_left img,
.article__img_right img {
  width: 100%;
  height: auto;
}

.article__img_left,
img.article__img_left {
  float: left;
  width: 30%;
  margin-right: 2rem;
  margin-top: 0;
}

.article__img_right,
img.article__img_right {
  float: right;
  width: 30%;
  margin-left: 2rem;
  margin-top: 0;
}

.article {
  margin-top: 0;
}

.article h1 {
  font-size: 1.8em;
}

.article h2 {
  margin-top: 2rem;
}

.article h4 {
  color: rgba(44, 32, 48, 0.6);
}

.article__author {
  margin: 0.5em 0 0.8em 0;
  font-size: 0.85em;
}

.article__author span {
  white-space: nowrap;
}

ol.latin-list {
  list-style-type: upper-latin;
  margin-left: 3em;
  margin-bottom: 1em;
}

ol.latin-list li {
  margin-top: 1em;
}

.author-badge {
  margin-top: 1em;
}

.author-badge img {
  width: 225px;
  border-radius: 50%;
}

.select-styled {
  z-index: 97;
}

.select-options {
  display: block;
  z-index: 98;
}

.select-no-border {
  margin: -10px 0;
  color: black;
}

.select-no-border > .select-styled {
  border: 0;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.78);
  right: 0;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-no-border > .select-options > li {
  text-indent: 0;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  line-height: 35px;
}

.select-styled::after {
  right: 5px;
}

.block_checkbox.with_select {
  display: flex;
  height: 46px;
}

.block_checkbox.with_select > .block_checkbox__inner {
  display: flex;
}

.block_checkbox.with_select > .select {
  width: 80px;
  height: 30px;
  margin-left: 20px;
}

.block_checkbox.with_select > .select > .select-styled {
  color: #000;
}

.block_checkbox.with_select > .select > .select-styled::after {
  top: 10px;
}

.block_checkbox.with_select > .select > .select-styled.active::after {
  top: 15px;
}

.block_checkbox.with_select > .select > .select-options {
  top: 30px;
}

.block_checkbox.with_select > .select > .select-options > li {
  line-height: 30px;
}

.block_photo img.rectangle {
  border-radius: 0;
}

.t_section {
  height: calc(100vh - 350px);
  min-height: 550px;
}

.t_column {
  height: 36px;
  width: 141px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.retarget_button {
  width: 55px;
}

.retarget_status {
  font-size: 115%;
}

.retarget_span {
  font-size: 0.9em;
  cursor: pointer;
  color: #5260f9;
}

.retarget_span:hover {
  text-decoration: underline;
}

.t_column.content_center {
  text-align: center;
}

.t_column_220 {
  width: 220px;
}

.t_column_large {
  width: 300px;
}

.t_column_45 {
  width: 45%;
}

.t_column_full {
  width: 100%;
}

.t_link_right {
  display: inline-block;
  text-align: center;
  color: #5260f9;
  float: right;
}

.creative_sub_tab {
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}

.creative_sub_tab_active {
  text-decoration: underline;
}

.creative_video_sub_tab {
  color: gray;
  font-size: 90%;
  float: right;
  padding-right: 195px;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.t_row {
  padding-top: 12px;
  border-bottom: solid 1px #e3e3e3;
  flex-wrap: nowrap;
}

.t_row_header .t_column {
  white-space: normal;
  font-size: 1.4rem;
  opacity: 0.6;
}

.t_row_retarget {
  padding-right: 30px;
}

.t_sort_triangle {
  width: 10px;
  height: 10px;
  float: right;
  margin: 8px 7px;
}

.t_sort_triangle_desc {
  transition: transform 0.3s;
  transform-origin: center center;
  transform: rotate(-180deg);
}

.t_column_clickable:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.flex_row {
  display: flex;
  border-bottom: solid 1px rgba(53, 55, 72, 0.1);
  padding: 1.2rem 0;
}

.flex_row_header {
  display: flex;
  border-bottom: solid 1px rgba(53, 55, 72, 0.1);
  padding: 0.5em 0;
  opacity: 0.6;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1;
  color: #353748;
}

.flex_cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 1.2rem;
}

.flex_cell:first-child {
  padding-left: 0;
}

.flex_cell:not(.no-border):after {
  content: '';
  width: 1px;
  height: 100%;
  opacity: 0.2;
  background: #353748;
  position: absolute;
  top: 0;
  right: 0;
}

.flex_cell:last-child:after {
  content: none;
}

.flex_cell .photo {
  height: 4rem;
  width: 4rem;
  min-width: 4rem;
  line-height: 1;
  margin-left: 2px;
  margin-right: 1rem;
}

.flex_cell .photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.flex_cell .creative {
  height: 4rem;
  width: 4rem;
  min-width: 4rem;
  line-height: 1;
  margin-left: 2px;
  margin-right: 1rem;
}

.flex_cell .creative img {
  width: 100%;
  height: 100%;
  /*  border-radius: 10%;*/
  object-fit: cover;
}

.flex_cell span,
.flex_cell a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.flex_cell.content_center {
  justify-content: center;
}

.flex_cell_10 {
  flex-grow: 1;
  width: 10%;
}

.targeted_total span {
  overflow: visible;
}

.flex_cell_15 {
  flex-grow: 1;
  width: 15%;
}

.flex_cell_20 {
  flex-grow: 1;
  width: 20%;
}

.flex_cell_25 {
  flex-grow: 1;
  width: 25%;
}

.flex_cell_40 {
  flex-grow: 2;
  width: 40%;
}

.flex_cell_50 {
  flex-grow: 2;
  width: 50%;
}

.flex_cell_50p {
  flex-grow: 1;
  min-width: 50px;
  max-width: 50px;
}

.flex_cell_130p {
  flex-grow: 1;
  min-width: 130px;
  max-width: 130px;
}

.flex_cell_150p {
  flex-grow: 1;
  min-width: 150px;
  max-width: 150px;
}

.flex_cell_200p {
  flex-grow: 1;
  min-width: 200px;
  max-width: 200px;
}

.flex_cell_250p {
  flex-grow: 1;
  min-width: 250px;
  max-width: 250px;
}

.flex_cell_300p {
  flex-grow: 1;
  min-width: 300px;
  max-width: 300px;
}

.hr.no_margin {
  margin: 0;
}

@media (max-width: 1640px) {
  .dashboard_title > .date-time-picker > .datetimepicker {
    left: -150px;
  }
}

@media (min-width: 480px) {
  .btn--big,
  .btn--primary,
  .btn--secondary,
  .footer__btn,
  .posts__more .btn {
    font-size: 20px;
  }
}

@media (min-width: 1199px) {
  .contact_card,
  .post__content {
    font-size: 17px;
  }

  .article__content,
  .article__seealso_title,
  .solutions__item {
    font-size: 19px;
  }

  .post_preview__content {
    font-size: 24px;
  }

  .article__title {
    font-size: 30px;
  }

  .solutions__features img {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .post__content {
    height: auto;
    padding-bottom: 3.5em;
  }
}

@media only screen and (min-width: 600px) {
  .hidedesktop,
  img.hidedesktop {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .solutions h1 {
    margin: 0;
  }

  .solutions__item h2 {
    margin-bottom: 1rem;
  }

  .solutions__features h2 {
    margin-bottom: 0;
  }

  .solutions__features_row {
    flex-direction: column;
    align-items: center;
  }

  .solutions__item img {
    width: 100%;
  }

  .solutions__features_row div {
    max-width: 64%;
  }

  .solutions__features_row img {
    height: 12vw;
  }

  .solutions__item + .solutions__item:before {
    height: 2px;
    top: 2rem;
  }

  .nav {
    font-size: 1.6rem;
  }

  .article__img_left,
  .article__img_right,
  img.article__img_left,
  img.article__img_right {
    width: 100%;
    float: none;
  }

  .article__content {
    padding: 2rem;
  }

  .hidemobile,
  img.hidemobile {
    display: none;
  }

  .header__nav--without-burger {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .customers__list > div {
    width: 160px;
    height: 70px;
  }

  .article__values {
    flex-direction: column;
    align-items: center;
  }

  .article__post + .article__values {
    margin-top: 0;
  }

  .article__values > div {
    margin: 30px 0 0 0;
    width: auto;
  }

  .article__values > div > img {
    padding-bottom: 0;
  }

  .article__smm_container {
    bottom: 0;
    right: 0;
  }

  .article__smm {
    position: relative;
    transform: none;
    background-color: rgba(255, 255, 255, 0.8);
    flex-direction: row;
    padding: 8px;
    border-radius: 3px;
  }

  .article__smm img {
    margin: 0 1.5rem 0 0;
  }

  .article__smm > div {
    display: block;
  }

  .article__seealso:first-child {
    display: none;
  }

  .article__seealso {
    width: 49%;
    height: 15rem;
  }
}

.crm_item {
  display: inline-block;
  width: 100%;
}

.crm_link_right {
  float: right;
}

.flex_center_130 {
  display: flex;
  align-items: center;
  width: 130px;
}

.outreach_mapping_settings {
  display: inline-block;
  padding-top: 11px;
  padding-left: 25px;
  padding-bottom: 15px;
}

.common_crm_settings {
  vertical-align: top;
}

.found_targets {
  padding-left: 1em;
  color: #5260f9;
}

.account_score {
  line-height: 60px;
  width: 68px;
  height: 68px;
  font-size: 2.3rem;
  margin: 0px 20px 0.5rem 20px;
  text-align: center;
  border: 4px solid;
  border-radius: 50%;
  font-family: 'SFProText-Bold', sans-serif;
  background-color: #f6f6f6;
  min-width: 68px;
}

.target_score_tooltip {
  border: 1px solid #808080;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-size: 9px;
  text-align: center;
  margin-left: 3px;
  text-decoration: none;
  display: inline-block;
}

.target_score_tooltip:after {
  content: '?';
}

.target_score {
  line-height: 60px;
  width: 70px;
  min-width: 70px;
  height: 70px;
  font-size: 1.6em;
  margin: 10px 20px 5px 20px;
  text-align: center;
  border: 5px solid;
  border-radius: 50%;
  font-family: 'SFProText-Bold', sans-serif;
}

.target_score_text {
  text-align: center;
  color: #36cf7d;
  margin-bottom: 10px;
  font-family: 'SFProText-Bold', sans-serif;
}

.target_score_green {
  border-color: #36cf7d;
  color: #36cf7d;
}

.target_score_grey {
  border-color: #aaa0ae;
  color: #aaa0ae;
}

.target_score_blue {
  border-color: #7e89f6;
  color: #7e89f6;
}

.text_sup {
  vertical-align: super;
  font-size: 0.8em;
}

.text_sup_small {
  vertical-align: super;
  font-size: 0.6em;
}

.box--person .new {
  display: inline-block;
  margin-left: 1rem;
  font-family: 'SFProText-Semibold', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  color: #fff;
  text-align: center;
  width: 4rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2px;
  background-color: #36cf7d;
  min-width: 4rem;
}

.flex_cell .new {
  display: inline-block;
  margin-left: 1rem;
  font-family: 'SFProText-Semibold', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  color: #fff;
  text-align: center;
  width: 4rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2px;
  background-color: #36cf7d;
  min-width: 4rem;
}

.new__yellow {
  display: inline-block;
  margin-left: 1rem;
  font-family: 'SFProText-Semibold', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  color: #fff;
  text-align: center;
  width: 4rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2px;
  background-color: #d1b51e;
  min-width: 4rem;
}

.account-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  margin-right: 10px;
  color: white;
  background-color: grey;
}

.nav .link {
  color: inherit;
  display: inline-block;
}

.subscription_pricing__title {
  font-size: 1.8rem;
  font-family: 'SFProText-Bold', sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #353748;
}

.subscription_pricing__text {
  line-height: 1.6;
}

.icon-check-creatives {
  border-color: black;
  border-radius: 2px;
  width: 1.4em;
  height: 1em;
  fill: #fff;
}

#signup-data .input__error_text.input--error,
#formNewPassword .input__error_text.input--error {
  display: block;
}

#inputSignupWeakPasswordError {
  display: block;
  color: rgba(44, 32, 48, 0.6);
}
#inputSignupWeakPasswordError.input--error {
  color: #e66666;
}

.dashboard_element__title,
.dashboard_pricing__item h4 {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.dashboard_element__info {
  display: flex;
  min-width: 0;
}
.dashboard_element__info span {
  flex-shrink: 0;
}
#ads_normal_header .dashboard_element__content,
#ads_normal_header .dashboard_element__content {
  max-width: 87%;
}

.page--dashboard {
  background-attachment: fixed;
}
.empty__chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  color: #82838e;
}

.input .input__textarea,
.input .input__text {
  display: block;
  width: 100%;
  font-size: 1em;
  font-family: 'SFProDisplay-Medium', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Color Emoji';
  color: inherit;
  border: none;
  padding: 0;
  min-width: 100%;
  max-width: 100%;
}

#login-modal .block_modal__inner {
  max-width: 30%;
}
#login-modal .form__footer.jc-sb {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-items: stretch;
}
#login-modal hr.divider {
  height: 1px;
  background: #ccc;
  display: block;
  width: 100%;
  position: relative;
  overflow: visible;
  margin: 18px 0;
}
#login-modal hr.divider:before {
  content: 'OR';
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -9px;
  padding: 0 8px;
  background: #fff;
}
#login-modal #okta-login {
  width: 100%;
}
#login-modal #okta-login-button {
  border: 2px solid;
  color: #5260f9;
  background: none;
  margin: 1rem 0 2rem;
}
#login-form .btn {
  width: 100%;
}
