@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family="Inter":wght@100;300;400;500;700;900&display=swap");
:root {
  --theme-primary: #3c68ec;
  --theme-secondary: #ecf0fe;
  --theme-tertiary: #eeeeee;
  --theme-quaternary: #b7babf;
  --theme-text: #1c2538;
  --theme-link: #0079e8;
  --theme-link-hover: #ef343b;
  --theme-focus: #93c0ee;
  --theme-white: #ffffff;
  --theme-black: #000000;
  --theme-dark-gray: #333333;
  --theme-gray: #8a8b93;
  --theme-light-gray: #f8f8f8;
  --theme-green: #11c26d;
  --theme-yellow: #ffbf4b;
  --theme-red: #f3535e;
  --theme-transparent: transparent;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  /*font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "Inter",sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--theme-text);
  text-align: left;
  background-color: var(--theme-white);
  height: 100%;
}
:focus {
  outline: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.hidden {
  display: none !important;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.map-canvas img {
  max-width: none;
}
.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.alignleft {
  float: left !important;
}
.alignright {
  float: right !important;
}
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.overflow-hidden {
  overflow: hidden;
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.content-box {
  box-sizing: content-box;
}
a {
  color: var(--theme-link);
  text-decoration: none;
  background-color: var(--theme-transparent);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}
a:hover {
  color: var(--theme-link-hover);
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
.wysiwyg h1 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wysiwyg h2 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wysiwyg h3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wysiwyg h4 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wysiwyg h5 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wysiwyg h6 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wysiwyg p {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wysiwyg a {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.wysiwyg img {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}
.wysiwyg img.alignleft {
  margin: 24px 24px 24px 0;
}
.wysiwyg img.alignright {
  margin: 24px 0 24px 24px;
}
.wysiwyg blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  font-style: italic;
}
.wysiwyg blockquote p {
  margin-bottom: 0;
}
.wysiwyg hr {
  clear: both;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-bottom: 1px solid var(--theme-light-gray);
}
.wysiwyg hr.transparent {
  border-bottom-color: var(--theme-transparent);
}
.wysiwyg ul {
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
  list-style: inside disc;
}
.wysiwyg ul li {
  padding-left: 24px;
}
.wysiwyg ol {
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
  list-style: inside decimal;
}
.wysiwyg ol li {
  padding-left: 24px;
}
.wysiwyg table {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wysiwyg table th {
  padding: 12px 24px;
  background: var(--theme-light-gray);
  border: 1px solid var(--theme-light-gray);
}
.wysiwyg table td {
  padding: 12px 24px;
  border: 1px solid var(--theme-light-gray);
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-light-300.woff2") format("woff2"),
    url("../fonts/fa-light-300.woff") format("woff"),
    url("../fonts/fa-light-300.ttf") format("truetype"),
    url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-regular-400.woff2") format("woff2"),
    url("../fonts/fa-regular-400.woff") format("woff"),
    url("../fonts/fa-regular-400.ttf") format("truetype"),
    url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype"),
    url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fa-brands-400.woff") format("woff"),
    url("../fonts/fa-brands-400.ttf") format("truetype"),
    url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "";
}
.fa-abacus:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-acorn:before {
  content: "";
}
.fa-acquisitions-incorporated:before {
  content: "";
}
.fa-ad:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-adobe:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-air-conditioner:before {
  content: "";
}
.fa-air-freshener:before {
  content: "";
}
.fa-airbnb:before {
  content: "";
}
.fa-alarm-clock:before {
  content: "";
}
.fa-alarm-exclamation:before {
  content: "";
}
.fa-alarm-plus:before {
  content: "";
}
.fa-alarm-snooze:before {
  content: "";
}
.fa-album:before {
  content: "";
}
.fa-album-collection:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-alicorn:before {
  content: "";
}
.fa-alien:before {
  content: "";
}
.fa-alien-monster:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-slash:before {
  content: "";
}
.fa-alipay:before {
  content: "";
}
.fa-allergies:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-amp-guitar:before {
  content: "";
}
.fa-analytics:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-angel:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angry:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-ankh:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-apple-alt:before {
  content: "";
}
.fa-apple-crate:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-archway:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-arrow-alt-down:before {
  content: "";
}
.fa-arrow-alt-from-bottom:before {
  content: "";
}
.fa-arrow-alt-from-left:before {
  content: "";
}
.fa-arrow-alt-from-right:before {
  content: "";
}
.fa-arrow-alt-from-top:before {
  content: "";
}
.fa-arrow-alt-left:before {
  content: "";
}
.fa-arrow-alt-right:before {
  content: "";
}
.fa-arrow-alt-square-down:before {
  content: "";
}
.fa-arrow-alt-square-left:before {
  content: "";
}
.fa-arrow-alt-square-right:before {
  content: "";
}
.fa-arrow-alt-square-up:before {
  content: "";
}
.fa-arrow-alt-to-bottom:before {
  content: "";
}
.fa-arrow-alt-to-left:before {
  content: "";
}
.fa-arrow-alt-to-right:before {
  content: "";
}
.fa-arrow-alt-to-top:before {
  content: "";
}
.fa-arrow-alt-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-arrow-from-bottom:before {
  content: "";
}
.fa-arrow-from-left:before {
  content: "";
}
.fa-arrow-from-right:before {
  content: "";
}
.fa-arrow-from-top:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-square-down:before {
  content: "";
}
.fa-arrow-square-left:before {
  content: "";
}
.fa-arrow-square-right:before {
  content: "";
}
.fa-arrow-square-up:before {
  content: "";
}
.fa-arrow-to-bottom:before {
  content: "";
}
.fa-arrow-to-left:before {
  content: "";
}
.fa-arrow-to-right:before {
  content: "";
}
.fa-arrow-to-top:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-artstation:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-atlas:before {
  content: "";
}
.fa-atlassian:before {
  content: "";
}
.fa-atom:before {
  content: "";
}
.fa-atom-alt:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-award:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-axe:before {
  content: "";
}
.fa-axe-battle:before {
  content: "";
}
.fa-baby:before {
  content: "";
}
.fa-baby-carriage:before {
  content: "";
}
.fa-backpack:before {
  content: "";
}
.fa-backspace:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-bacon:before {
  content: "";
}
.fa-bacteria:before {
  content: "";
}
.fa-bacterium:before {
  content: "";
}
.fa-badge:before {
  content: "";
}
.fa-badge-check:before {
  content: "";
}
.fa-badge-dollar:before {
  content: "";
}
.fa-badge-percent:before {
  content: "";
}
.fa-badge-sheriff:before {
  content: "";
}
.fa-badger-honey:before {
  content: "";
}
.fa-bags-shopping:before {
  content: "";
}
.fa-bahai:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-balance-scale-left:before {
  content: "";
}
.fa-balance-scale-right:before {
  content: "";
}
.fa-ball-pile:before {
  content: "";
}
.fa-ballot:before {
  content: "";
}
.fa-ballot-check:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-banjo:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-barcode-alt:before {
  content: "";
}
.fa-barcode-read:before {
  content: "";
}
.fa-barcode-scan:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-basketball-hoop:before {
  content: "";
}
.fa-bat:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-bolt:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-slash:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battle-net:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-bed-alt:before {
  content: "";
}
.fa-bed-bunk:before {
  content: "";
}
.fa-bed-empty:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-bell-exclamation:before {
  content: "";
}
.fa-bell-on:before {
  content: "";
}
.fa-bell-plus:before {
  content: "";
}
.fa-bell-school:before {
  content: "";
}
.fa-bell-school-slash:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bells:before {
  content: "";
}
.fa-betamax:before {
  content: "";
}
.fa-bezier-curve:before {
  content: "";
}
.fa-bible:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-biking:before {
  content: "";
}
.fa-biking-mountain:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-biohazard:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-blanket:before {
  content: "";
}
.fa-blender:before {
  content: "";
}
.fa-blender-phone:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-blinds:before {
  content: "";
}
.fa-blinds-open:before {
  content: "";
}
.fa-blinds-raised:before {
  content: "";
}
.fa-blog:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-bone:before {
  content: "";
}
.fa-bone-break:before {
  content: "";
}
.fa-bong:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-book-alt:before {
  content: "";
}
.fa-book-dead:before {
  content: "";
}
.fa-book-heart:before {
  content: "";
}
.fa-book-medical:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-book-reader:before {
  content: "";
}
.fa-book-spells:before {
  content: "";
}
.fa-book-user:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-books:before {
  content: "";
}
.fa-books-medical:before {
  content: "";
}
.fa-boombox:before {
  content: "";
}
.fa-boot:before {
  content: "";
}
.fa-booth-curtain:before {
  content: "";
}
.fa-bootstrap:before {
  content: "";
}
.fa-border-all:before {
  content: "";
}
.fa-border-bottom:before {
  content: "";
}
.fa-border-center-h:before {
  content: "";
}
.fa-border-center-v:before {
  content: "";
}
.fa-border-inner:before {
  content: "";
}
.fa-border-left:before {
  content: "";
}
.fa-border-none:before {
  content: "";
}
.fa-border-outer:before {
  content: "";
}
.fa-border-right:before {
  content: "";
}
.fa-border-style:before {
  content: "";
}
.fa-border-style-alt:before {
  content: "";
}
.fa-border-top:before {
  content: "";
}
.fa-bow-arrow:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-bowling-pins:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-box-alt:before {
  content: "";
}
.fa-box-ballot:before {
  content: "";
}
.fa-box-check:before {
  content: "";
}
.fa-box-fragile:before {
  content: "";
}
.fa-box-full:before {
  content: "";
}
.fa-box-heart:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-box-tissue:before {
  content: "";
}
.fa-box-up:before {
  content: "";
}
.fa-box-usd:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-boxes-alt:before {
  content: "";
}
.fa-boxing-glove:before {
  content: "";
}
.fa-brackets:before {
  content: "";
}
.fa-brackets-curly:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-brain:before {
  content: "";
}
.fa-bread-loaf:before {
  content: "";
}
.fa-bread-slice:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-bring-forward:before {
  content: "";
}
.fa-bring-front:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-broom:before {
  content: "";
}
.fa-browser:before {
  content: "";
}
.fa-brush:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-buffer:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-bullseye-arrow:before {
  content: "";
}
.fa-bullseye-pointer:before {
  content: "";
}
.fa-burger-soda:before {
  content: "";
}
.fa-burn:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-burrito:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-bus-alt:before {
  content: "";
}
.fa-bus-school:before {
  content: "";
}
.fa-business-time:before {
  content: "";
}
.fa-buy-n-large:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-cabinet-filing:before {
  content: "";
}
.fa-cactus:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calculator-alt:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-day:before {
  content: "";
}
.fa-calendar-edit:before {
  content: "";
}
.fa-calendar-exclamation:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-star:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-calendar-week:before {
  content: "";
}
.fa-camcorder:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-alt:before {
  content: "";
}
.fa-camera-home:before {
  content: "";
}
.fa-camera-movie:before {
  content: "";
}
.fa-camera-polaroid:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-campfire:before {
  content: "";
}
.fa-campground:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-candle-holder:before {
  content: "";
}
.fa-candy-cane:before {
  content: "";
}
.fa-candy-corn:before {
  content: "";
}
.fa-cannabis:before {
  content: "";
}
.fa-capsules:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-car-alt:before {
  content: "";
}
.fa-car-battery:before {
  content: "";
}
.fa-car-building:before {
  content: "";
}
.fa-car-bump:before {
  content: "";
}
.fa-car-bus:before {
  content: "";
}
.fa-car-crash:before {
  content: "";
}
.fa-car-garage:before {
  content: "";
}
.fa-car-mechanic:before {
  content: "";
}
.fa-car-side:before {
  content: "";
}
.fa-car-tilt:before {
  content: "";
}
.fa-car-wash:before {
  content: "";
}
.fa-caravan:before {
  content: "";
}
.fa-caravan-alt:before {
  content: "";
}
.fa-caret-circle-down:before {
  content: "";
}
.fa-caret-circle-left:before {
  content: "";
}
.fa-caret-circle-right:before {
  content: "";
}
.fa-caret-circle-up:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-carrot:before {
  content: "";
}
.fa-cars:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cash-register:before {
  content: "";
}
.fa-cassette-tape:before {
  content: "";
}
.fa-cat:before {
  content: "";
}
.fa-cat-space:before {
  content: "";
}
.fa-cauldron:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cctv:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-centos:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-chair:before {
  content: "";
}
.fa-chair-office:before {
  content: "";
}
.fa-chalkboard:before {
  content: "";
}
.fa-chalkboard-teacher:before {
  content: "";
}
.fa-charging-station:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-chart-line-down:before {
  content: "";
}
.fa-chart-network:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-chart-pie-alt:before {
  content: "";
}
.fa-chart-scatter:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-check-double:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-cheese:before {
  content: "";
}
.fa-cheese-swiss:before {
  content: "";
}
.fa-cheeseburger:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-bishop-alt:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-clock:before {
  content: "";
}
.fa-chess-clock-alt:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-king-alt:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-knight-alt:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-pawn-alt:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-queen-alt:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-chess-rook-alt:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-double-down:before {
  content: "";
}
.fa-chevron-double-left:before {
  content: "";
}
.fa-chevron-double-right:before {
  content: "";
}
.fa-chevron-double-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-square-down:before {
  content: "";
}
.fa-chevron-square-left:before {
  content: "";
}
.fa-chevron-square-right:before {
  content: "";
}
.fa-chevron-square-up:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-chimney:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-chromecast:before {
  content: "";
}
.fa-church:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-city:before {
  content: "";
}
.fa-clarinet:before {
  content: "";
}
.fa-claw-marks:before {
  content: "";
}
.fa-clinic-medical:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-clipboard-list-check:before {
  content: "";
}
.fa-clipboard-prescription:before {
  content: "";
}
.fa-clipboard-user:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-cloud-drizzle:before {
  content: "";
}
.fa-cloud-hail:before {
  content: "";
}
.fa-cloud-hail-mixed:before {
  content: "";
}
.fa-cloud-meatball:before {
  content: "";
}
.fa-cloud-moon:before {
  content: "";
}
.fa-cloud-moon-rain:before {
  content: "";
}
.fa-cloud-music:before {
  content: "";
}
.fa-cloud-rain:before {
  content: "";
}
.fa-cloud-rainbow:before {
  content: "";
}
.fa-cloud-showers:before {
  content: "";
}
.fa-cloud-showers-heavy:before {
  content: "";
}
.fa-cloud-sleet:before {
  content: "";
}
.fa-cloud-snow:before {
  content: "";
}
.fa-cloud-sun:before {
  content: "";
}
.fa-cloud-sun-rain:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-clouds:before {
  content: "";
}
.fa-clouds-moon:before {
  content: "";
}
.fa-clouds-sun:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-club:before {
  content: "";
}
.fa-cocktail:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-code-commit:before {
  content: "";
}
.fa-code-merge:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-coffee-pot:before {
  content: "";
}
.fa-coffee-togo:before {
  content: "";
}
.fa-coffin:before {
  content: "";
}
.fa-coffin-cross:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-coin:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comet:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comment-alt-check:before {
  content: "";
}
.fa-comment-alt-dollar:before {
  content: "";
}
.fa-comment-alt-dots:before {
  content: "";
}
.fa-comment-alt-edit:before {
  content: "";
}
.fa-comment-alt-exclamation:before {
  content: "";
}
.fa-comment-alt-lines:before {
  content: "";
}
.fa-comment-alt-medical:before {
  content: "";
}
.fa-comment-alt-minus:before {
  content: "";
}
.fa-comment-alt-music:before {
  content: "";
}
.fa-comment-alt-plus:before {
  content: "";
}
.fa-comment-alt-slash:before {
  content: "";
}
.fa-comment-alt-smile:before {
  content: "";
}
.fa-comment-alt-times:before {
  content: "";
}
.fa-comment-check:before {
  content: "";
}
.fa-comment-dollar:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-comment-edit:before {
  content: "";
}
.fa-comment-exclamation:before {
  content: "";
}
.fa-comment-lines:before {
  content: "";
}
.fa-comment-medical:before {
  content: "";
}
.fa-comment-minus:before {
  content: "";
}
.fa-comment-music:before {
  content: "";
}
.fa-comment-plus:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-comment-smile:before {
  content: "";
}
.fa-comment-times:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-comments-alt:before {
  content: "";
}
.fa-comments-alt-dollar:before {
  content: "";
}
.fa-comments-dollar:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compass-slash:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-compress-alt:before {
  content: "";
}
.fa-compress-arrows-alt:before {
  content: "";
}
.fa-compress-wide:before {
  content: "";
}
.fa-computer-classic:before {
  content: "";
}
.fa-computer-speaker:before {
  content: "";
}
.fa-concierge-bell:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-construction:before {
  content: "";
}
.fa-container-storage:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-conveyor-belt:before {
  content: "";
}
.fa-conveyor-belt-alt:before {
  content: "";
}
.fa-cookie:before {
  content: "";
}
.fa-cookie-bite:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-corn:before {
  content: "";
}
.fa-cotton-bureau:before {
  content: "";
}
.fa-couch:before {
  content: "";
}
.fa-cow:before {
  content: "";
}
.fa-cowbell:before {
  content: "";
}
.fa-cowbell-more:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-creative-commons-zero:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-credit-card-blank:before {
  content: "";
}
.fa-credit-card-front:before {
  content: "";
}
.fa-cricket:before {
  content: "";
}
.fa-critical-role:before {
  content: "";
}
.fa-croissant:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-crop-alt:before {
  content: "";
}
.fa-cross:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-crow:before {
  content: "";
}
.fa-crown:before {
  content: "";
}
.fa-crutch:before {
  content: "";
}
.fa-crutches:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-curling:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-dagger:before {
  content: "";
}
.fa-dailymotion:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-debug:before {
  content: "";
}
.fa-deer:before {
  content: "";
}
.fa-deer-rudolph:before {
  content: "";
}
.fa-deezer:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-democrat:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-desktop-alt:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-dewpoint:before {
  content: "";
}
.fa-dharmachakra:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-dice-d10:before {
  content: "";
}
.fa-dice-d12:before {
  content: "";
}
.fa-dice-d20:before {
  content: "";
}
.fa-dice-d4:before {
  content: "";
}
.fa-dice-d6:before {
  content: "";
}
.fa-dice-d8:before {
  content: "";
}
.fa-dice-five:before {
  content: "";
}
.fa-dice-four:before {
  content: "";
}
.fa-dice-one:before {
  content: "";
}
.fa-dice-six:before {
  content: "";
}
.fa-dice-three:before {
  content: "";
}
.fa-dice-two:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-digging:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-digital-tachograph:before {
  content: "";
}
.fa-diploma:before {
  content: "";
}
.fa-directions:before {
  content: "";
}
.fa-disc-drive:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-disease:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-dizzy:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-do-not-enter:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dog:before {
  content: "";
}
.fa-dog-leashed:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-empty:before {
  content: "";
}
.fa-dolly-flatbed:before {
  content: "";
}
.fa-dolly-flatbed-alt:before {
  content: "";
}
.fa-dolly-flatbed-empty:before {
  content: "";
}
.fa-donate:before {
  content: "";
}
.fa-door-closed:before {
  content: "";
}
.fa-door-open:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-dove:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-drafting-compass:before {
  content: "";
}
.fa-dragon:before {
  content: "";
}
.fa-draw-circle:before {
  content: "";
}
.fa-draw-polygon:before {
  content: "";
}
.fa-draw-square:before {
  content: "";
}
.fa-dreidel:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-drone:before {
  content: "";
}
.fa-drone-alt:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drum:before {
  content: "";
}
.fa-drum-steelpan:before {
  content: "";
}
.fa-drumstick:before {
  content: "";
}
.fa-drumstick-bite:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-dryer:before {
  content: "";
}
.fa-dryer-alt:before {
  content: "";
}
.fa-duck:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-dumpster:before {
  content: "";
}
.fa-dumpster-fire:before {
  content: "";
}
.fa-dungeon:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-ear:before {
  content: "";
}
.fa-ear-muffs:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-eclipse:before {
  content: "";
}
.fa-eclipse-alt:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edge-legacy:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-egg:before {
  content: "";
}
.fa-egg-fried:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-elephant:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-h-alt:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ellipsis-v-alt:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-empty-set:before {
  content: "";
}
.fa-engine-warning:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-dollar:before {
  content: "";
}
.fa-envelope-open-text:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-equals:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-ethernet:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-evernote:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-square:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-alt:before {
  content: "";
}
.fa-expand-arrows:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expand-wide:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-evil:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-fan:before {
  content: "";
}
.fa-fan-table:before {
  content: "";
}
.fa-fantasy-flight-games:before {
  content: "";
}
.fa-farm:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-faucet:before {
  content: "";
}
.fa-faucet-drip:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-feather:before {
  content: "";
}
.fa-feather-alt:before {
  content: "";
}
.fa-fedex:before {
  content: "";
}
.fa-fedora:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-field-hockey:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-figma:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-file-certificate:before {
  content: "";
}
.fa-file-chart-line:before {
  content: "";
}
.fa-file-chart-pie:before {
  content: "";
}
.fa-file-check:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-file-contract:before {
  content: "";
}
.fa-file-csv:before {
  content: "";
}
.fa-file-download:before {
  content: "";
}
.fa-file-edit:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-exclamation:before {
  content: "";
}
.fa-file-export:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-file-import:before {
  content: "";
}
.fa-file-invoice:before {
  content: "";
}
.fa-file-invoice-dollar:before {
  content: "";
}
.fa-file-medical:before {
  content: "";
}
.fa-file-medical-alt:before {
  content: "";
}
.fa-file-minus:before {
  content: "";
}
.fa-file-music:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-file-plus:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-prescription:before {
  content: "";
}
.fa-file-search:before {
  content: "";
}
.fa-file-signature:before {
  content: "";
}
.fa-file-spreadsheet:before {
  content: "";
}
.fa-file-times:before {
  content: "";
}
.fa-file-upload:before {
  content: "";
}
.fa-file-user:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-files-medical:before {
  content: "";
}
.fa-fill:before {
  content: "";
}
.fa-fill-drip:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-film-alt:before {
  content: "";
}
.fa-film-canister:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-fingerprint:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-fire-alt:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-fire-smoke:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-firefox-browser:before {
  content: "";
}
.fa-fireplace:before {
  content: "";
}
.fa-first-aid:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-fish:before {
  content: "";
}
.fa-fish-cooked:before {
  content: "";
}
.fa-fist-raised:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-alt:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flag-usa:before {
  content: "";
}
.fa-flame:before {
  content: "";
}
.fa-flashlight:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flask-poison:before {
  content: "";
}
.fa-flask-potion:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-flower:before {
  content: "";
}
.fa-flower-daffodil:before {
  content: "";
}
.fa-flower-tulip:before {
  content: "";
}
.fa-flushed:before {
  content: "";
}
.fa-flute:before {
  content: "";
}
.fa-flux-capacitor:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-fog:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-download:before {
  content: "";
}
.fa-folder-minus:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-folder-plus:before {
  content: "";
}
.fa-folder-times:before {
  content: "";
}
.fa-folder-tree:before {
  content: "";
}
.fa-folder-upload:before {
  content: "";
}
.fa-folders:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-font-case:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-football-helmet:before {
  content: "";
}
.fa-forklift:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-fragile:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-french-fries:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-frosty-head:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-frown-open:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-function:before {
  content: "";
}
.fa-funnel-dollar:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-galaxy:before {
  content: "";
}
.fa-game-board:before {
  content: "";
}
.fa-game-board-alt:before {
  content: "";
}
.fa-game-console-handheld:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gamepad-alt:before {
  content: "";
}
.fa-garage:before {
  content: "";
}
.fa-garage-car:before {
  content: "";
}
.fa-garage-open:before {
  content: "";
}
.fa-gas-pump:before {
  content: "";
}
.fa-gas-pump-slash:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-ghost:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-gift-card:before {
  content: "";
}
.fa-gifts:before {
  content: "";
}
.fa-gingerbread-man:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-git-alt:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-glass:before {
  content: "";
}
.fa-glass-champagne:before {
  content: "";
}
.fa-glass-cheers:before {
  content: "";
}
.fa-glass-citrus:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glass-martini-alt:before {
  content: "";
}
.fa-glass-whiskey:before {
  content: "";
}
.fa-glass-whiskey-rocks:before {
  content: "";
}
.fa-glasses:before {
  content: "";
}
.fa-glasses-alt:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-globe-africa:before {
  content: "";
}
.fa-globe-americas:before {
  content: "";
}
.fa-globe-asia:before {
  content: "";
}
.fa-globe-europe:before {
  content: "";
}
.fa-globe-snow:before {
  content: "";
}
.fa-globe-stand:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-golf-club:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-google-pay:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-gopuram:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-gramophone:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-greater-than:before {
  content: "";
}
.fa-greater-than-equal:before {
  content: "";
}
.fa-grimace:before {
  content: "";
}
.fa-grin:before {
  content: "";
}
.fa-grin-alt:before {
  content: "";
}
.fa-grin-beam:before {
  content: "";
}
.fa-grin-beam-sweat:before {
  content: "";
}
.fa-grin-hearts:before {
  content: "";
}
.fa-grin-squint:before {
  content: "";
}
.fa-grin-squint-tears:before {
  content: "";
}
.fa-grin-stars:before {
  content: "";
}
.fa-grin-tears:before {
  content: "";
}
.fa-grin-tongue:before {
  content: "";
}
.fa-grin-tongue-squint:before {
  content: "";
}
.fa-grin-tongue-wink:before {
  content: "";
}
.fa-grin-wink:before {
  content: "";
}
.fa-grip-horizontal:before {
  content: "";
}
.fa-grip-lines:before {
  content: "";
}
.fa-grip-lines-vertical:before {
  content: "";
}
.fa-grip-vertical:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-guitar:before {
  content: "";
}
.fa-guitar-electric:before {
  content: "";
}
.fa-guitars:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-h1:before {
  content: "";
}
.fa-h2:before {
  content: "";
}
.fa-h3:before {
  content: "";
}
.fa-h4:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-hamburger:before {
  content: "";
}
.fa-hammer:before {
  content: "";
}
.fa-hammer-war:before {
  content: "";
}
.fa-hamsa:before {
  content: "";
}
.fa-hand-heart:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-hand-holding-box:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-hand-holding-magic:before {
  content: "";
}
.fa-hand-holding-medical:before {
  content: "";
}
.fa-hand-holding-seedling:before {
  content: "";
}
.fa-hand-holding-usd:before {
  content: "";
}
.fa-hand-holding-water:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-hand-middle-finger:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-hand-receiving:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-sparkles:before {
  content: "";
}
.fa-hand-spock:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-hands-heart:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-hands-usd:before {
  content: "";
}
.fa-hands-wash:before {
  content: "";
}
.fa-handshake:before {
  content: "";
}
.fa-handshake-alt:before {
  content: "";
}
.fa-handshake-alt-slash:before {
  content: "";
}
.fa-handshake-slash:before {
  content: "";
}
.fa-hanukiah:before {
  content: "";
}
.fa-hard-hat:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hat-chef:before {
  content: "";
}
.fa-hat-cowboy:before {
  content: "";
}
.fa-hat-cowboy-side:before {
  content: "";
}
.fa-hat-santa:before {
  content: "";
}
.fa-hat-winter:before {
  content: "";
}
.fa-hat-witch:before {
  content: "";
}
.fa-hat-wizard:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-head-side:before {
  content: "";
}
.fa-head-side-brain:before {
  content: "";
}
.fa-head-side-cough:before {
  content: "";
}
.fa-head-side-cough-slash:before {
  content: "";
}
.fa-head-side-headphones:before {
  content: "";
}
.fa-head-side-mask:before {
  content: "";
}
.fa-head-side-medical:before {
  content: "";
}
.fa-head-side-virus:before {
  content: "";
}
.fa-head-vr:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-headphones-alt:before {
  content: "";
}
.fa-headset:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-heart-broken:before {
  content: "";
}
.fa-heart-circle:before {
  content: "";
}
.fa-heart-rate:before {
  content: "";
}
.fa-heart-square:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-heat:before {
  content: "";
}
.fa-helicopter:before {
  content: "";
}
.fa-helmet-battle:before {
  content: "";
}
.fa-hexagon:before {
  content: "";
}
.fa-highlighter:before {
  content: "";
}
.fa-hiking:before {
  content: "";
}
.fa-hippo:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-hockey-mask:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-hockey-sticks:before {
  content: "";
}
.fa-holly-berry:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-home-alt:before {
  content: "";
}
.fa-home-heart:before {
  content: "";
}
.fa-home-lg:before {
  content: "";
}
.fa-home-lg-alt:before {
  content: "";
}
.fa-hood-cloak:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-horizontal-rule:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-horse:before {
  content: "";
}
.fa-horse-head:before {
  content: "";
}
.fa-horse-saddle:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hospital-alt:before {
  content: "";
}
.fa-hospital-symbol:before {
  content: "";
}
.fa-hospital-user:before {
  content: "";
}
.fa-hospitals:before {
  content: "";
}
.fa-hot-tub:before {
  content: "";
}
.fa-hotdog:before {
  content: "";
}
.fa-hotel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-house:before {
  content: "";
}
.fa-house-damage:before {
  content: "";
}
.fa-house-day:before {
  content: "";
}
.fa-house-flood:before {
  content: "";
}
.fa-house-leave:before {
  content: "";
}
.fa-house-night:before {
  content: "";
}
.fa-house-return:before {
  content: "";
}
.fa-house-signal:before {
  content: "";
}
.fa-house-user:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-hryvnia:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-humidity:before {
  content: "";
}
.fa-hurricane:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-ice-cream:before {
  content: "";
}
.fa-ice-skate:before {
  content: "";
}
.fa-icicles:before {
  content: "";
}
.fa-icons:before {
  content: "";
}
.fa-icons-alt:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-id-card-alt:before {
  content: "";
}
.fa-ideal:before {
  content: "";
}
.fa-igloo:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-image-polaroid:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-inbox-in:before {
  content: "";
}
.fa-inbox-out:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-industry-alt:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-info-square:before {
  content: "";
}
.fa-inhaler:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-instagram-square:before {
  content: "";
}
.fa-integral:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-intersection:before {
  content: "";
}
.fa-inventory:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-island-tropical:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itch-io:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-jack-o-lantern:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-jedi:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-jira:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-joint:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-journal-whills:before {
  content: "";
}
.fa-joystick:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-jug:before {
  content: "";
}
.fa-kaaba:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-kazoo:before {
  content: "";
}
.fa-kerning:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-key-skeleton:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-keynote:before {
  content: "";
}
.fa-khanda:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-kidneys:before {
  content: "";
}
.fa-kiss:before {
  content: "";
}
.fa-kiss-beam:before {
  content: "";
}
.fa-kiss-wink-heart:before {
  content: "";
}
.fa-kite:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-knife-kitchen:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-lambda:before {
  content: "";
}
.fa-lamp:before {
  content: "";
}
.fa-lamp-desk:before {
  content: "";
}
.fa-lamp-floor:before {
  content: "";
}
.fa-landmark:before {
  content: "";
}
.fa-landmark-alt:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-laptop-code:before {
  content: "";
}
.fa-laptop-house:before {
  content: "";
}
.fa-laptop-medical:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-lasso:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-laugh:before {
  content: "";
}
.fa-laugh-beam:before {
  content: "";
}
.fa-laugh-squint:before {
  content: "";
}
.fa-laugh-wink:before {
  content: "";
}
.fa-layer-group:before {
  content: "";
}
.fa-layer-minus:before {
  content: "";
}
.fa-layer-plus:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-leaf-heart:before {
  content: "";
}
.fa-leaf-maple:before {
  content: "";
}
.fa-leaf-oak:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-less-than:before {
  content: "";
}
.fa-less-than-equal:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-light-ceiling:before {
  content: "";
}
.fa-light-switch:before {
  content: "";
}
.fa-light-switch-off:before {
  content: "";
}
.fa-light-switch-on:before {
  content: "";
}
.fa-lightbulb:before {
  content: "";
}
.fa-lightbulb-dollar:before {
  content: "";
}
.fa-lightbulb-exclamation:before {
  content: "";
}
.fa-lightbulb-on:before {
  content: "";
}
.fa-lightbulb-slash:before {
  content: "";
}
.fa-lights-holiday:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-line-columns:before {
  content: "";
}
.fa-line-height:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-lips:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-list-music:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-location:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-location-circle:before {
  content: "";
}
.fa-location-slash:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-alt:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-lock-open-alt:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-loveseat:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-luchador:before {
  content: "";
}
.fa-luggage-cart:before {
  content: "";
}
.fa-lungs:before {
  content: "";
}
.fa-lungs-virus:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-mace:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-mail-bulk:before {
  content: "";
}
.fa-mailbox:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-mandolin:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-map-marked:before {
  content: "";
}
.fa-map-marked-alt:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-map-marker-alt-slash:before {
  content: "";
}
.fa-map-marker-check:before {
  content: "";
}
.fa-map-marker-edit:before {
  content: "";
}
.fa-map-marker-exclamation:before {
  content: "";
}
.fa-map-marker-minus:before {
  content: "";
}
.fa-map-marker-plus:before {
  content: "";
}
.fa-map-marker-question:before {
  content: "";
}
.fa-map-marker-slash:before {
  content: "";
}
.fa-map-marker-smile:before {
  content: "";
}
.fa-map-marker-times:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-marker:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mask:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-mdb:before {
  content: "";
}
.fa-meat:before {
  content: "";
}
.fa-medal:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-megaphone:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-meh-blank:before {
  content: "";
}
.fa-meh-rolling-eyes:before {
  content: "";
}
.fa-memory:before {
  content: "";
}
.fa-mendeley:before {
  content: "";
}
.fa-menorah:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-meteor:before {
  content: "";
}
.fa-microblog:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-alt:before {
  content: "";
}
.fa-microphone-alt-slash:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-microphone-stand:before {
  content: "";
}
.fa-microscope:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-microwave:before {
  content: "";
}
.fa-mind-share:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-hexagon:before {
  content: "";
}
.fa-minus-octagon:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-mistletoe:before {
  content: "";
}
.fa-mitten:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-mixer:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-mobile-android:before {
  content: "";
}
.fa-mobile-android-alt:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-monero:before {
  content: "";
}
.fa-money-bill:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-money-bill-wave:before {
  content: "";
}
.fa-money-bill-wave-alt:before {
  content: "";
}
.fa-money-check:before {
  content: "";
}
.fa-money-check-alt:before {
  content: "";
}
.fa-money-check-edit:before {
  content: "";
}
.fa-money-check-edit-alt:before {
  content: "";
}
.fa-monitor-heart-rate:before {
  content: "";
}
.fa-monkey:before {
  content: "";
}
.fa-monument:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-moon-cloud:before {
  content: "";
}
.fa-moon-stars:before {
  content: "";
}
.fa-mortar-pestle:before {
  content: "";
}
.fa-mosque:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mountain:before {
  content: "";
}
.fa-mountains:before {
  content: "";
}
.fa-mouse:before {
  content: "";
}
.fa-mouse-alt:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-mp3-player:before {
  content: "";
}
.fa-mug:before {
  content: "";
}
.fa-mug-hot:before {
  content: "";
}
.fa-mug-marshmallows:before {
  content: "";
}
.fa-mug-tea:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-music-alt:before {
  content: "";
}
.fa-music-alt-slash:before {
  content: "";
}
.fa-music-slash:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-narwhal:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-network-wired:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-not-equal:before {
  content: "";
}
.fa-notes-medical:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-octagon:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-oil-can:before {
  content: "";
}
.fa-oil-temp:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-om:before {
  content: "";
}
.fa-omega:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-orcid:before {
  content: "";
}
.fa-ornament:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-otter:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-outlet:before {
  content: "";
}
.fa-oven:before {
  content: "";
}
.fa-overline:before {
  content: "";
}
.fa-page-break:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-pager:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-paint-brush-alt:before {
  content: "";
}
.fa-paint-roller:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-pallet-alt:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-paragraph-rtl:before {
  content: "";
}
.fa-parking:before {
  content: "";
}
.fa-parking-circle:before {
  content: "";
}
.fa-parking-circle-slash:before {
  content: "";
}
.fa-parking-slash:before {
  content: "";
}
.fa-passport:before {
  content: "";
}
.fa-pastafarianism:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-paw-alt:before {
  content: "";
}
.fa-paw-claws:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-peace:before {
  content: "";
}
.fa-pegasus:before {
  content: "";
}
.fa-pen:before {
  content: "";
}
.fa-pen-alt:before {
  content: "";
}
.fa-pen-fancy:before {
  content: "";
}
.fa-pen-nib:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-pencil-paintbrush:before {
  content: "";
}
.fa-pencil-ruler:before {
  content: "";
}
.fa-pennant:before {
  content: "";
}
.fa-penny-arcade:before {
  content: "";
}
.fa-people-arrows:before {
  content: "";
}
.fa-people-carry:before {
  content: "";
}
.fa-pepper-hot:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-percentage:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-person-booth:before {
  content: "";
}
.fa-person-carry:before {
  content: "";
}
.fa-person-dolly:before {
  content: "";
}
.fa-person-dolly-empty:before {
  content: "";
}
.fa-person-sign:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-alt:before {
  content: "";
}
.fa-phone-laptop:before {
  content: "";
}
.fa-phone-office:before {
  content: "";
}
.fa-phone-plus:before {
  content: "";
}
.fa-phone-rotary:before {
  content: "";
}
.fa-phone-slash:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-phone-square-alt:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-photo-video:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-pi:before {
  content: "";
}
.fa-piano:before {
  content: "";
}
.fa-piano-keyboard:before {
  content: "";
}
.fa-pie:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-square:before {
  content: "";
}
.fa-pig:before {
  content: "";
}
.fa-piggy-bank:before {
  content: "";
}
.fa-pills:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-pizza:before {
  content: "";
}
.fa-pizza-slice:before {
  content: "";
}
.fa-place-of-worship:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-plane-alt:before {
  content: "";
}
.fa-plane-arrival:before {
  content: "";
}
.fa-plane-departure:before {
  content: "";
}
.fa-plane-slash:before {
  content: "";
}
.fa-planet-moon:before {
  content: "";
}
.fa-planet-ringed:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-plus-hexagon:before {
  content: "";
}
.fa-plus-octagon:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-podium:before {
  content: "";
}
.fa-podium-star:before {
  content: "";
}
.fa-police-box:before {
  content: "";
}
.fa-poll:before {
  content: "";
}
.fa-poll-h:before {
  content: "";
}
.fa-poll-people:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-poo-storm:before {
  content: "";
}
.fa-poop:before {
  content: "";
}
.fa-popcorn:before {
  content: "";
}
.fa-portal-enter:before {
  content: "";
}
.fa-portal-exit:before {
  content: "";
}
.fa-portrait:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-pray:before {
  content: "";
}
.fa-praying-hands:before {
  content: "";
}
.fa-prescription:before {
  content: "";
}
.fa-prescription-bottle:before {
  content: "";
}
.fa-prescription-bottle-alt:before {
  content: "";
}
.fa-presentation:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-print-search:before {
  content: "";
}
.fa-print-slash:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-project-diagram:before {
  content: "";
}
.fa-projector:before {
  content: "";
}
.fa-pump-medical:before {
  content: "";
}
.fa-pump-soap:before {
  content: "";
}
.fa-pumpkin:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-question-square:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-quran:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-rabbit:before {
  content: "";
}
.fa-rabbit-fast:before {
  content: "";
}
.fa-racquet:before {
  content: "";
}
.fa-radar:before {
  content: "";
}
.fa-radiation:before {
  content: "";
}
.fa-radiation-alt:before {
  content: "";
}
.fa-radio:before {
  content: "";
}
.fa-radio-alt:before {
  content: "";
}
.fa-rainbow:before {
  content: "";
}
.fa-raindrops:before {
  content: "";
}
.fa-ram:before {
  content: "";
}
.fa-ramp-loading:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-raspberry-pi:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-raygun:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-reacteurope:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-receipt:before {
  content: "";
}
.fa-record-vinyl:before {
  content: "";
}
.fa-rectangle-landscape:before {
  content: "";
}
.fa-rectangle-portrait:before {
  content: "";
}
.fa-rectangle-wide:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-redhat:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-refrigerator:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-remove-format:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-repeat:before {
  content: "";
}
.fa-repeat-1:before {
  content: "";
}
.fa-repeat-1-alt:before {
  content: "";
}
.fa-repeat-alt:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-republican:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-restroom:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-retweet-alt:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-ring:before {
  content: "";
}
.fa-rings-wedding:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-robot:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-rocket-launch:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-route:before {
  content: "";
}
.fa-route-highway:before {
  content: "";
}
.fa-route-interstate:before {
  content: "";
}
.fa-router:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-ruler:before {
  content: "";
}
.fa-ruler-combined:before {
  content: "";
}
.fa-ruler-horizontal:before {
  content: "";
}
.fa-ruler-triangle:before {
  content: "";
}
.fa-ruler-vertical:before {
  content: "";
}
.fa-running:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-rust:before {
  content: "";
}
.fa-rv:before {
  content: "";
}
.fa-sack:before {
  content: "";
}
.fa-sack-dollar:before {
  content: "";
}
.fa-sad-cry:before {
  content: "";
}
.fa-sad-tear:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-salad:before {
  content: "";
}
.fa-salesforce:before {
  content: "";
}
.fa-sandwich:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-satellite:before {
  content: "";
}
.fa-satellite-dish:before {
  content: "";
}
.fa-sausage:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-sax-hot:before {
  content: "";
}
.fa-saxophone:before {
  content: "";
}
.fa-scalpel:before {
  content: "";
}
.fa-scalpel-path:before {
  content: "";
}
.fa-scanner:before {
  content: "";
}
.fa-scanner-image:before {
  content: "";
}
.fa-scanner-keyboard:before {
  content: "";
}
.fa-scanner-touchscreen:before {
  content: "";
}
.fa-scarecrow:before {
  content: "";
}
.fa-scarf:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-scroll:before {
  content: "";
}
.fa-scroll-old:before {
  content: "";
}
.fa-scrubber:before {
  content: "";
}
.fa-scythe:before {
  content: "";
}
.fa-sd-card:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-search-dollar:before {
  content: "";
}
.fa-search-location:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-seedling:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-send-back:before {
  content: "";
}
.fa-send-backward:before {
  content: "";
}
.fa-sensor:before {
  content: "";
}
.fa-sensor-alert:before {
  content: "";
}
.fa-sensor-fire:before {
  content: "";
}
.fa-sensor-on:before {
  content: "";
}
.fa-sensor-smoke:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-shapes:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-all:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-sheep:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-shield-check:before {
  content: "";
}
.fa-shield-cross:before {
  content: "";
}
.fa-shield-virus:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-shipping-timed:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-shish-kebab:before {
  content: "";
}
.fa-shoe-prints:before {
  content: "";
}
.fa-shopify:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-shovel:before {
  content: "";
}
.fa-shovel-snow:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-shredder:before {
  content: "";
}
.fa-shuttle-van:before {
  content: "";
}
.fa-shuttlecock:before {
  content: "";
}
.fa-sickle:before {
  content: "";
}
.fa-sigma:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-signal-1:before {
  content: "";
}
.fa-signal-2:before {
  content: "";
}
.fa-signal-3:before {
  content: "";
}
.fa-signal-4:before {
  content: "";
}
.fa-signal-alt:before {
  content: "";
}
.fa-signal-alt-1:before {
  content: "";
}
.fa-signal-alt-2:before {
  content: "";
}
.fa-signal-alt-3:before {
  content: "";
}
.fa-signal-alt-slash:before {
  content: "";
}
.fa-signal-slash:before {
  content: "";
}
.fa-signal-stream:before {
  content: "";
}
.fa-signature:before {
  content: "";
}
.fa-sim-card:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-sink:before {
  content: "";
}
.fa-siren:before {
  content: "";
}
.fa-siren-on:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-skating:before {
  content: "";
}
.fa-skeleton:before {
  content: "";
}
.fa-sketch:before {
  content: "";
}
.fa-ski-jump:before {
  content: "";
}
.fa-ski-lift:before {
  content: "";
}
.fa-skiing:before {
  content: "";
}
.fa-skiing-nordic:before {
  content: "";
}
.fa-skull:before {
  content: "";
}
.fa-skull-cow:before {
  content: "";
}
.fa-skull-crossbones:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-slash:before {
  content: "";
}
.fa-sledding:before {
  content: "";
}
.fa-sleigh:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-sliders-h-square:before {
  content: "";
}
.fa-sliders-v:before {
  content: "";
}
.fa-sliders-v-square:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-smile-beam:before {
  content: "";
}
.fa-smile-plus:before {
  content: "";
}
.fa-smile-wink:before {
  content: "";
}
.fa-smog:before {
  content: "";
}
.fa-smoke:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-sms:before {
  content: "";
}
.fa-snake:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snooze:before {
  content: "";
}
.fa-snow-blowing:before {
  content: "";
}
.fa-snowboarding:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-snowflakes:before {
  content: "";
}
.fa-snowman:before {
  content: "";
}
.fa-snowmobile:before {
  content: "";
}
.fa-snowplow:before {
  content: "";
}
.fa-soap:before {
  content: "";
}
.fa-socks:before {
  content: "";
}
.fa-solar-panel:before {
  content: "";
}
.fa-solar-system:before {
  content: "";
}
.fa-sort:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-sort-alpha-down-alt:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-sort-alpha-up-alt:before {
  content: "";
}
.fa-sort-alt:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-sort-amount-down-alt:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-sort-amount-up-alt:before {
  content: "";
}
.fa-sort-circle:before {
  content: "";
}
.fa-sort-circle-down:before {
  content: "";
}
.fa-sort-circle-up:before {
  content: "";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-sort-numeric-down-alt:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-sort-numeric-up-alt:before {
  content: "";
}
.fa-sort-shapes-down:before {
  content: "";
}
.fa-sort-shapes-down-alt:before {
  content: "";
}
.fa-sort-shapes-up:before {
  content: "";
}
.fa-sort-shapes-up-alt:before {
  content: "";
}
.fa-sort-size-down:before {
  content: "";
}
.fa-sort-size-down-alt:before {
  content: "";
}
.fa-sort-size-up:before {
  content: "";
}
.fa-sort-size-up-alt:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-soup:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-spa:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-space-station-moon:before {
  content: "";
}
.fa-space-station-moon-alt:before {
  content: "";
}
.fa-spade:before {
  content: "";
}
.fa-sparkles:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-speaker:before {
  content: "";
}
.fa-speaker-deck:before {
  content: "";
}
.fa-speakers:before {
  content: "";
}
.fa-spell-check:before {
  content: "";
}
.fa-spider:before {
  content: "";
}
.fa-spider-black-widow:before {
  content: "";
}
.fa-spider-web:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-spinner-third:before {
  content: "";
}
.fa-splotch:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-spray-can:before {
  content: "";
}
.fa-sprinkler:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-square-root:before {
  content: "";
}
.fa-square-root-alt:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-squirrel:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-stackpath:before {
  content: "";
}
.fa-staff:before {
  content: "";
}
.fa-stamp:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-and-crescent:before {
  content: "";
}
.fa-star-christmas:before {
  content: "";
}
.fa-star-exclamation:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-star-half-alt:before {
  content: "";
}
.fa-star-of-david:before {
  content: "";
}
.fa-star-of-life:before {
  content: "";
}
.fa-star-shooting:before {
  content: "";
}
.fa-starfighter:before {
  content: "";
}
.fa-starfighter-alt:before {
  content: "";
}
.fa-stars:before {
  content: "";
}
.fa-starship:before {
  content: "";
}
.fa-starship-freighter:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-steak:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
.fa-steering-wheel:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-stocking:before {
  content: "";
}
.fa-stomach:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-stopwatch-20:before {
  content: "";
}
.fa-store:before {
  content: "";
}
.fa-store-alt:before {
  content: "";
}
.fa-store-alt-slash:before {
  content: "";
}
.fa-store-slash:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-stream:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-stretcher:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-stroopwafel:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-suitcase-rolling:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-sun-cloud:before {
  content: "";
}
.fa-sun-dust:before {
  content: "";
}
.fa-sun-haze:before {
  content: "";
}
.fa-sunglasses:before {
  content: "";
}
.fa-sunrise:before {
  content: "";
}
.fa-sunset:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-surprise:before {
  content: "";
}
.fa-suse:before {
  content: "";
}
.fa-swatchbook:before {
  content: "";
}
.fa-swift:before {
  content: "";
}
.fa-swimmer:before {
  content: "";
}
.fa-swimming-pool:before {
  content: "";
}
.fa-sword:before {
  content: "";
}
.fa-sword-laser:before {
  content: "";
}
.fa-sword-laser-alt:before {
  content: "";
}
.fa-swords:before {
  content: "";
}
.fa-swords-laser:before {
  content: "";
}
.fa-symfony:before {
  content: "";
}
.fa-synagogue:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-syringe:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-tablet-android:before {
  content: "";
}
.fa-tablet-android-alt:before {
  content: "";
}
.fa-tablet-rugged:before {
  content: "";
}
.fa-tablets:before {
  content: "";
}
.fa-tachometer:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tachometer-alt-average:before {
  content: "";
}
.fa-tachometer-alt-fast:before {
  content: "";
}
.fa-tachometer-alt-fastest:before {
  content: "";
}
.fa-tachometer-alt-slow:before {
  content: "";
}
.fa-tachometer-alt-slowest:before {
  content: "";
}
.fa-tachometer-average:before {
  content: "";
}
.fa-tachometer-fast:before {
  content: "";
}
.fa-tachometer-fastest:before {
  content: "";
}
.fa-tachometer-slow:before {
  content: "";
}
.fa-tachometer-slowest:before {
  content: "";
}
.fa-taco:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tally:before {
  content: "";
}
.fa-tanakh:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-tasks-alt:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-teeth:before {
  content: "";
}
.fa-teeth-open:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-telescope:before {
  content: "";
}
.fa-temperature-down:before {
  content: "";
}
.fa-temperature-frigid:before {
  content: "";
}
.fa-temperature-high:before {
  content: "";
}
.fa-temperature-hot:before {
  content: "";
}
.fa-temperature-low:before {
  content: "";
}
.fa-temperature-up:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-tenge:before {
  content: "";
}
.fa-tennis-ball:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-size:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-the-red-yeti:before {
  content: "";
}
.fa-theater-masks:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-theta:before {
  content: "";
}
.fa-think-peaks:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-thunderstorm:before {
  content: "";
}
.fa-thunderstorm-moon:before {
  content: "";
}
.fa-thunderstorm-sun:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-tiktok:before {
  content: "";
}
.fa-tilde:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-times-hexagon:before {
  content: "";
}
.fa-times-octagon:before {
  content: "";
}
.fa-times-square:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-tint-slash:before {
  content: "";
}
.fa-tire:before {
  content: "";
}
.fa-tire-flat:before {
  content: "";
}
.fa-tire-pressure-warning:before {
  content: "";
}
.fa-tire-rugged:before {
  content: "";
}
.fa-tired:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-toilet:before {
  content: "";
}
.fa-toilet-paper:before {
  content: "";
}
.fa-toilet-paper-alt:before {
  content: "";
}
.fa-toilet-paper-slash:before {
  content: "";
}
.fa-tombstone:before {
  content: "";
}
.fa-tombstone-alt:before {
  content: "";
}
.fa-toolbox:before {
  content: "";
}
.fa-tools:before {
  content: "";
}
.fa-tooth:before {
  content: "";
}
.fa-toothbrush:before {
  content: "";
}
.fa-torah:before {
  content: "";
}
.fa-torii-gate:before {
  content: "";
}
.fa-tornado:before {
  content: "";
}
.fa-tractor:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-traffic-cone:before {
  content: "";
}
.fa-traffic-light:before {
  content: "";
}
.fa-traffic-light-go:before {
  content: "";
}
.fa-traffic-light-slow:before {
  content: "";
}
.fa-traffic-light-stop:before {
  content: "";
}
.fa-trailer:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-tram:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-transporter:before {
  content: "";
}
.fa-transporter-1:before {
  content: "";
}
.fa-transporter-2:before {
  content: "";
}
.fa-transporter-3:before {
  content: "";
}
.fa-transporter-empty:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-trash-restore:before {
  content: "";
}
.fa-trash-restore-alt:before {
  content: "";
}
.fa-trash-undo:before {
  content: "";
}
.fa-trash-undo-alt:before {
  content: "";
}
.fa-treasure-chest:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-tree-alt:before {
  content: "";
}
.fa-tree-christmas:before {
  content: "";
}
.fa-tree-decorated:before {
  content: "";
}
.fa-tree-large:before {
  content: "";
}
.fa-tree-palm:before {
  content: "";
}
.fa-trees:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-triangle:before {
  content: "";
}
.fa-triangle-music:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-trophy-alt:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-truck-container:before {
  content: "";
}
.fa-truck-couch:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-truck-monster:before {
  content: "";
}
.fa-truck-moving:before {
  content: "";
}
.fa-truck-pickup:before {
  content: "";
}
.fa-truck-plow:before {
  content: "";
}
.fa-truck-ramp:before {
  content: "";
}
.fa-trumpet:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-turkey:before {
  content: "";
}
.fa-turntable:before {
  content: "";
}
.fa-turtle:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-tv-alt:before {
  content: "";
}
.fa-tv-music:before {
  content: "";
}
.fa-tv-retro:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-typewriter:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-ubuntu:before {
  content: "";
}
.fa-ufo:before {
  content: "";
}
.fa-ufo-beam:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-umbraco:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-umbrella-beach:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-unicorn:before {
  content: "";
}
.fa-union:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-unity:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-unsplash:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-ups:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-usb-drive:before {
  content: "";
}
.fa-usd-circle:before {
  content: "";
}
.fa-usd-square:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-alien:before {
  content: "";
}
.fa-user-alt:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-user-chart:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-user-cowboy:before {
  content: "";
}
.fa-user-crown:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-user-hard-hat:before {
  content: "";
}
.fa-user-headset:before {
  content: "";
}
.fa-user-injured:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-user-md-chat:before {
  content: "";
}
.fa-user-minus:before {
  content: "";
}
.fa-user-music:before {
  content: "";
}
.fa-user-ninja:before {
  content: "";
}
.fa-user-nurse:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-robot:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-user-shield:before {
  content: "";
}
.fa-user-slash:before {
  content: "";
}
.fa-user-tag:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-user-unlock:before {
  content: "";
}
.fa-user-visor:before {
  content: "";
}
.fa-users:before {
  content: "";
}
.fa-users-class:before {
  content: "";
}
.fa-users-cog:before {
  content: "";
}
.fa-users-crown:before {
  content: "";
}
.fa-users-medical:before {
  content: "";
}
.fa-users-slash:before {
  content: "";
}
.fa-usps:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-fork:before {
  content: "";
}
.fa-utensil-knife:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-utensils-alt:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-vacuum:before {
  content: "";
}
.fa-vacuum-robot:before {
  content: "";
}
.fa-value-absolute:before {
  content: "";
}
.fa-vector-square:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-vhs:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-vial:before {
  content: "";
}
.fa-vials:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-video-plus:before {
  content: "";
}
.fa-video-slash:before {
  content: "";
}
.fa-vihara:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-violin:before {
  content: "";
}
.fa-virus:before {
  content: "";
}
.fa-virus-slash:before {
  content: "";
}
.fa-viruses:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-voicemail:before {
  content: "";
}
.fa-volcano:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-volume:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-mute:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-slash:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vote-nay:before {
  content: "";
}
.fa-vote-yea:before {
  content: "";
}
.fa-vr-cardboard:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-wagon-covered:before {
  content: "";
}
.fa-walker:before {
  content: "";
}
.fa-walkie-talkie:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-wand:before {
  content: "";
}
.fa-wand-magic:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-warehouse-alt:before {
  content: "";
}
.fa-washer:before {
  content: "";
}
.fa-watch:before {
  content: "";
}
.fa-watch-calculator:before {
  content: "";
}
.fa-watch-fitness:before {
  content: "";
}
.fa-water:before {
  content: "";
}
.fa-water-lower:before {
  content: "";
}
.fa-water-rise:before {
  content: "";
}
.fa-wave-sine:before {
  content: "";
}
.fa-wave-square:before {
  content: "";
}
.fa-wave-triangle:before {
  content: "";
}
.fa-waveform:before {
  content: "";
}
.fa-waveform-path:before {
  content: "";
}
.fa-waze:before {
  content: "";
}
.fa-webcam:before {
  content: "";
}
.fa-webcam-slash:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-weight-hanging:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whale:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheat:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whistle:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wifi-1:before {
  content: "";
}
.fa-wifi-2:before {
  content: "";
}
.fa-wifi-slash:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wind:before {
  content: "";
}
.fa-wind-turbine:before {
  content: "";
}
.fa-wind-warning:before {
  content: "";
}
.fa-window:before {
  content: "";
}
.fa-window-alt:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-window-frame:before {
  content: "";
}
.fa-window-frame-open:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-windsock:before {
  content: "";
}
.fa-wine-bottle:before {
  content: "";
}
.fa-wine-glass:before {
  content: "";
}
.fa-wine-glass-alt:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-wizards-of-the-coast:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-wpressr:before {
  content: "";
}
.fa-wreath:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yammer:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yin-yang:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.main-site {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 240px;
}
.container {
  max-width: 1200px;
}
.svg-fill {
  transition: fill 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: fill;
}
.svg-stroke {
  transition: stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: stroke;
}
@media (min-width: 991.99px) {
  .main-site.sidebar-collapse {
    padding-left: 66px;
  }
}
@media (max-width: 991.98px) {
  .main-site {
    padding-top: 70px;
    padding-left: 0;
  }
}
.error {
  color: var(--theme-red) !important;
  border-color: var(--theme-red) !important;
}
.success {
  color: var(--theme-green) !important;
  border-color: var(--theme-green) !important;
}
.disabled {
  opacity: 0.3 !important;
  cursor: default !important;
}
button:focus {
  outline: none;
}
input.input-text,
select.select,
textarea.textarea {
  width: 100%;
  border-radius: 5px;
  height: 44px;
  border: 1px solid #e4eaec;
  background: var(--theme-white);
  padding: 0 14px;
  font-size: 14px;
  color: var(--theme-text);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}
input.input-text::placeholder,
select.select::placeholder,
textarea.textarea::placeholder {
  color: var(--theme-quaternary);
}
.file-custom {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}
textarea.textarea {
  display: block;
 /*  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "Inter",sans-serif;
  resize: none;
  height: 160px;
  padding-top: 11px;
  padding-bottom: 11px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: none;
}
textarea.textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}
textarea.textarea::-webkit-scrollbar-track {
  background: var(--theme-transparent);
}
textarea.textarea::-webkit-scrollbar-thumb {
  background-color: var(--theme-transparent);
  outline: none;
}
textarea.textarea::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
textarea.textarea::-webkit-scrollbar-corner {
  background: var(--theme-transparent);
}
select.select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 35px;
  background-image: url("../images/select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) 50%;
  background-size: 10px 6px;
}
select.select::-ms-expand {
  display: none;
}
.checkbox,
.multi-select-menuitem,
.pill,
.radio {
  display: block;
  margin-bottom: 10px;
}
.checkbox input,
.multi-select-menuitem input,
.pill input,
.radio input {
  display: none;
}
.checkbox input:checked + .label-span,
.checkbox input:checked + label,
.multi-select-menuitem input:checked + .label-span,
.multi-select-menuitem input:checked + label,
.pill input:checked + .label-span,
.pill input:checked + label,
.radio input:checked + .label-span,
.radio input:checked + label {
  color: var(--theme-black);
}
.checkbox input:checked + .label-span:before,
.checkbox input:checked + label:before,
.multi-select-menuitem input:checked + .label-span:before,
.multi-select-menuitem input:checked + label:before,
.pill input:checked + .label-span:before,
.pill input:checked + label:before,
.radio input:checked + .label-span:before,
.radio input:checked + label:before {
  background-color: var(--theme-primary);
  border-color: var(--theme-primary);
}
.checkbox input:disabled + .label-span,
.checkbox input:disabled + label,
.multi-select-menuitem input:disabled + .label-span,
.multi-select-menuitem input:disabled + label,
.pill input:disabled + .label-span,
.pill input:disabled + label,
.radio input:disabled + .label-span,
.radio input:disabled + label {
  opacity: 0.3;
  pointer-events: none;
}
.checkbox .label-span,
.checkbox label,
.multi-select-menuitem .label-span,
.multi-select-menuitem label,
.pill .label-span,
.pill label,
.radio .label-span,
.radio label {
  cursor: pointer;
  display: block;
  position: relative;
  margin: 0;
  padding-left: 34px;
  font-size: 14px;
  color: var(--theme-quaternary);
  -webkit-user-select: none;
  user-select: none;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color;
}
.checkbox .label-span:before,
.checkbox label:before,
.multi-select-menuitem .label-span:before,
.multi-select-menuitem label:before,
.pill .label-span:before,
.pill label:before,
.radio .label-span:before,
.radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--theme-tertiary);
  background: var(--theme-white) url("../images/checkbox.svg") 50%
    calc(50% - 1px) no-repeat;
  background-size: 13px 9px;
  border-radius: 50%;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, border-color;
}
.checkbox .label-span:before,
.checkbox label:before,
.multi-select-menuitem .label-span:before,
.multi-select-menuitem label:before {
  border-radius: 3px;
}
body > .ui-widget {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.pill label {
  padding-left: 42px;
}
.pill label:before {
  width: 32px;
  height: 20px;
  border-radius: 10px;
  background: var(--theme-tertiary);
}
.pill label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background: var(--theme-white);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.pill input:checked + label:before {
  background-color: var(--theme-primary);
  border-color: var(--theme-primary);
}
.pill input:checked + label:after {
  transform: translateX(12px);
}
a.button,
button.button,
input.button {
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  border: 1px solid var(--theme-primary);
  background: var(--theme-primary);
  color: var(--theme-white);
  text-align: center;
  padding: 10px 12px;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}
a.button:focus,
button.button:focus,
input.button:focus {
  outline: none;
}
a.button-secondary,
button.button-secondary,
input.button-secondary {
  border: 1px solid var(--theme-secondary);
  background: var(--theme-secondary);
  color: var(--theme-primary);
}
.button-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.button-icon svg {
  display: block;
  margin: 0;
}
button.button,
input.button {
  line-height: normal;
}
.drop.drop-opened .drop-block {
  display: block;
}
.drop-block {
  display: none;
  z-index: 500;
}
.box {
  display: none;
}
.box.visible {
  display: block;
  max-width: 100%;
}
.ui-datepicker-inline {
  margin-bottom: 12px;
}
.ui-datepicker-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.ui-datepicker-title {
  order: -1;
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  width: 23px;
  height: 23px;
  margin-left: 2px;
  background: #fefefe;
  border-radius: 6px;
}
.ui-datepicker-next:after,
.ui-datepicker-prev:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  width: 0;
  height: 0;
  border: 4.5px solid var(--theme-transparent);
  border-left-width: 6px;
  border-right-width: 6px;
  border-left-color: #d8d8d8;
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: border-color;
}
.ui-datepicker-next:hover:after,
.ui-datepicker-prev:hover:after {
  border-left-color: var(--theme-text);
}
.ui-datepicker {
  max-width: 300px;
  background: var(--theme-white);
  padding: 10px;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.ui-datepicker-inline {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.ui-datepicker-prev:after {
  left: 2px;
  border-left-color: var(--theme-transparent);
  border-right-color: #d8d8d8;
}
.ui-datepicker-prev:hover:after {
  border-left-color: var(--theme-transparent);
  border-right-color: var(--theme-text);
}
.ui-datepicker-calendar {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
}
.ui-datepicker-calendar thead {
  display: none;
}
.ui-datepicker-calendar td {
  padding: 0 0 6px;
}
.ui-datepicker-calendar td a {
  display: block;
  width: 27px;
  height: 27px;
  text-align: center;
  font-size: 13px;
  line-height: 27px;
  color: var(--theme-text);
  margin: 0 auto;
  background: #fefefe;
  border-radius: 6px;
}
.ui-datepicker-calendar td a.ui-priority-secondary {
  background: var(--theme-transparent);
  color: rgba(28, 37, 56, 0.5);
}
.ui-datepicker-calendar td a.ui-state-active {
  color: var(--theme-primary);
  background: rgba(60, 104, 236, 0.1);
}
.ui-datepicker-calendar td a:hover {
  color: var(--theme-primary);
}
.multi-select-container {
  display: block;
  position: relative;
  min-width: 155px;
}
.multi-select-menu {
  position: absolute;
  max-width: 100%;
  left: 0;
  top: 100%;
  z-index: 1;
  min-width: 100%;
  background: var(--theme-light-gray);
  border: 1px solid var(--theme-light-gray);
  display: none;
  border-radius: 10px;
  padding: 14px 14px 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.multi-select-menuitem {
  display: block;
}
.multi-select-menuitem--titled:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  margin: 0 0 0.25em -20px;
}
.multi-select-menuitem--titledsr:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}
.multi-select-presets {
  border-bottom: 1px solid #ddd;
}
.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}
.multi-select-button {
  display: block;
  height: 44px;
  font-size: 14px;
  line-height: 42px;
  padding-left: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: var(--theme-light-gray);
  border: 1px solid var(--theme-light-gray);
  border-radius: 10px;
  cursor: default;
  padding-right: 35px;
  background-image: url(../images/select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) 50%;
  background-size: 10px 6px;
}
.multi-select-container--open .multi-select-menu {
  display: block;
}
.multi-select-container--positioned .multi-select-menu {
  box-sizing: border-box;
}
.multi-select-container--positioned .multi-select-menu label {
  white-space: normal;
}
.files-pull {
  display: none;
}
.files-pull-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.files-pull-list-item {
  position: relative;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 96px;
  height: 96px;
  border-radius: 4px;
  background: var(--theme-white);
  border: 1px solid var(--theme-light-gray);
  cursor: default;
}
.files-pull-list-item-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.files-pull-list-item-remove svg {
  width: 16px;
  height: 16px;
  display: block;
}
.files-pull-list-item-remove g {
  opacity: 1 !important;
}
.files-pull-list-item-remove path {
  fill: var(--theme-white);
}
.files-pull-list-item-icon {
  position: absolute;
  left: 7px;
  top: 7px;
}
.files-pull-list-item-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.files-pull-list-item-icon path {
  fill: #b7babf;
}
.files-pull-list-item-name {
  position: absolute;
  left: 10px;
  top: 39px;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--theme-text);
  width: calc(100% - 20px);
}
.files-pull-list-item-size {
  color: var(--theme-gray);
  font-size: 11px;
  line-height: 11px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.Zebra_Tooltip {
  position: absolute;
  z-index: 8000;
  background: transparent;
}
.Zebra_Tooltip .Zebra_Tooltip_Message {
  position: relative;
  padding: 30px;
  width: 295px;
  font-size: inherit;
  text-align: left;
  font-weight: normal;
  line-height: inherit;
  border-radius: 11px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}
.Zebra_Tooltip .Zebra_Tooltip_Message img {
  display: block;
  width: 100%;
  height: auto;
}
.Zebra_Tooltip_Close {
  display: none !important;
}
.header-site {
  flex: 0 0 auto;
  max-width: 100%;
}
.footer-site {
  flex: 0 0 auto;
  max-width: 100%;
  padding: 20px 20px 20px;
}
.content-site {
  flex: 1 0 auto;
  max-width: 100%;

}
.content-site-overflow {
  max-height: calc(100vh - 120px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.content-site-overflow::-webkit-scrollbar {
  width: 6px;
  height: 0;
}
.content-site-overflow::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}
.content-site-overflow::-webkit-scrollbar-thumb {
  background: var(--theme-quaternary);
  border-radius: 3px;
  outline: none;
}
.content-site-overflow::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.content-site-overflow::-webkit-scrollbar-corner {
  background: var(--theme-transparent);
}
.content-site-gray {
  background: #fafafb;
}
@media (max-width: 991.98px) {
  .content-site-overflow {
    overflow: visible;
    max-height: none;
  }
}
.select-template {
  padding-top: 5px;
}
.select-template-header {
  margin-bottom: 20px;
}
.select-template-header-title {
  font-size: 18px;
  font-weight: 800;
}
.select-template-header-description {
  margin-top: 9px;
  font-size: 12px;
  color: var(--theme-gray);
}
.select-template-header-search {
  position: relative;
}
.select-template-header-search .campaigns-header-search-button {
  right: 0;
  top: 0;
}
.select-template-header-controls {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 22px;
}
.select-template-header-control {
  padding: 10px 10px 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.select-template-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.select-template-item {
  padding: 0 10px 20px;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
.select-template-item-edit {
  right: 25px;
  top: 15px;
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 3px;
}
.select-template-item-edit svg {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  display: block;
}
.select-template-item-edit:hover {
  background-color: var(--theme-secondary);
}
.select-template-item-category {
  display: inline-block;
  font-size: 12px;
  color: var(--theme-text);
  line-height: 18px;
  padding: 3px 6px;
  background: var(--theme-secondary);
  color: var(--theme-primary);
  border-radius: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
}
.select-template-item-category + .select-template-item-title {
  margin-top: 5px;
}
.select-template-item-title {
  display: block;
  font-weight: bold;
}
.select-template-item-description {
  display: block;
  margin-top: 12px;
  color: var(--theme-gray);
}
.select-template-link {
  font-size: 14px;
  line-height: 1.2;
  color: var(--theme-text);
  display: block;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
  padding: 18px 18px 20px;
}
.select-template-link:hover {
  color: var(--theme-primary);
  border-color: var(--theme-primary);
}
@media (max-width: 1199.98px) {
  .select-template-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 767.98px) {
  .select-template-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 521.98px) {
  .select-template-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.aspect-ratio {
  height: 0;
  padding-bottom: 35%;
}
.campaigns {
  padding: 5px 0 54px;
}
.campaigns-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.campaigns-header-info {
  flex-grow: 0.9;
  padding-right: 20px;
}
.campaigns-header-title {
  font-size: 18px;
  font-weight: 800;
}
.campaigns-header-description {
  margin-top: 9px;
  font-size: 12px;
  color: var(--theme-gray);
}
.campaigns-header-control {
  flex: 0 0 425px;
  max-width: 425px;
  padding: 6px 0 4px;
}
.campaigns-header-control-row {
  display: flex;
  align-items: flex-start;
  margin: 0 -5px;
}
.campaigns-header-search {
  padding: 5px;
  flex: 0 0 63.218%;
  max-width: 63.218%;
  position: relative;
}
.campaigns-header-search-text.input-text {
  padding-right: 44px;
}
.campaigns-header-search-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: var(--theme-transparent);
}
.campaigns-header-search-button svg {
  display: block;
  margin: 0 auto;
}
.campaigns-header-search-button:focus {
  outline: none;
}
.campaigns-header-select {
  flex: 0 0 36.782%;
  max-width: 36.782%;
  padding: 5px;
}
.campaigns-header-select-mobile {
  display: none;
}
.campaigns-list {
  padding-bottom: 10px;
}
.campaigns-row {
  display: flex;
  align-items: center;
  padding: 9px 19px;
  margin-bottom: 10px;
  border-radius: 0px;
  padding: 20px;
  padding-left:30px;
  background-color:#ffffff;
  border-bottom: 1px solid #eee;
}
.campaigns-col {
  padding-left: 20px;
  min-height: 1px;
}
.campaigns-col:first-child {
  padding-left: 0;
  flex-grow: 1;
  max-width: 100%;
}
.campaigns-col:nth-child(2) {
  flex: 0 0 16.8%;
  max-width: 16.8%;
}
.campaigns-col:nth-child(3) {
  flex: 0 0 125px;
  max-width: 125px;
}
.campaigns-col:nth-child(4) {
  flex: 0 0 137px;
  max-width: 137px;
}
.campaigns-col:nth-child(5) {
  flex: 0 0 137px;
  max-width: 137px;
}
.campaigns-col:nth-child(6) {
  flex: 0 0 12.95%;
  max-width: 12.95%;
}
.campaigns-col:nth-child(6) .campaign-tags {
  justify-content: flex-end;
}
.campaigns-col:nth-child(7) {
  flex: 0 0 44px;
  max-width: 44px;
}
.campaigns-caption {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.campaigns-title {
  padding: 1px 2px 0 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--theme-gray);
}
.campaigns-sorting {
  flex: 0 0 24px;
  max-width: 24px;
  margin-bottom: 2px;
  height: 20px;
  position: relative;
}
.campaigns-sorting-down,
.campaigns-sorting-up {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
}
.campaigns-sorting-down svg,
.campaigns-sorting-up svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.campaigns-sorting-down:hover .svg-fill,
.campaigns-sorting-up:hover .svg-fill {
  fill: var(--theme-primary);
}
.campaigns-sorting-down {
  top: auto;
  bottom: 0;
}
.campaign-title {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 3px;
}
.campaign-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.campaign-tag {
  display: block;
  margin: 4px;
  padding: 1px 9px;
  text-align: center;
  font-size: 12px;
  color: var(--theme-gray);
  background: var(--theme-light-gray);
  border: 1px solid var(--theme-tertiary);
  border-radius: 2px;
}
.campaign-tag:hover {
  color: var(--theme-primary);
}
.campaign-tag.green {
  font-weight: 600;
  color: var(--theme-white);
  background: var(--theme-green);
  border-color: var(--theme-green);
}
.campaign-date {
  font-size: 14px;
  color: var(--theme-quaternary);
}
.campaign-number {
  font-size: 20px;
  letter-spacing: 0.2px;
}
.campaign-number-title {
  display: none;
}
.campaign-more {
  position: relative;
}
.campaign-more-toggle {
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px 0;
}
.campaign-more-toggle svg {
  display: block;
  margin: 0 auto;
}
.campaign-more-toggle:hover .svg-fill {
  fill: var(--theme-primary);
}
.campaign-more-block {
  display: none;
  position: absolute;
  top: 0;
  right: 6px;
  padding: 10px 20px;
  background: var(--theme-white);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: .215rem;
  border:1px solid #e4eaec;
}
.campaign-more-nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.campaign-more-nav li a {
  display: block;
  position: relative;
  padding: 10px 0 10px 26px;
  font-size: 13px;
  line-height: 1.385;
  font-weight: 600;
  color: var(--theme-text);
}
.campaign-more-nav li a:hover {
  color: var(--theme-primary);
}
.campaign-more-nav li a:hover .svg-fill {
  fill: var(--theme-primary);
}
.campaign-more-nav-icon {
  position: absolute;
  left: 0;
  top: 11px;
  width: 16px;
  height: 16px;
}
.campaign-more-nav-icon svg {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .campaigns-col {
    padding-left: 10px;
  }
  .campaigns-col:nth-child(2),
  .campaigns-col:nth-child(3),
  .campaigns-col:nth-child(4),
  .campaigns-col:nth-child(5) {
    flex: 0 0 95px;
    max-width: 95px;
  }
  .campaigns-col:nth-child(6) {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .campaigns-col:nth-child(7) {
    flex: 0 0 34px;
    max-width: 34px;
  }
  .campaigns-title {
    letter-spacing: 0;
    text-transform: none;
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .campaigns-header {
    flex-wrap: wrap;
  }
  .campaigns-header-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .campaigns-header-control {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .campaigns-header-control-row {
    flex-wrap: wrap;
  }
  .campaigns-header-search {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .campaigns-header-select {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .campaigns-header-select-mobile {
    display: block;
  }
  .campaigns-row {
    position: relative;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .campaigns-row-caption {
    display: none;
  }
  .campaigns-col {
    padding-left: 0;
  }
  .campaigns-col:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    order: -2;
  }
  .campaigns-col:nth-child(2) {
    order: -3;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .campaigns-col:nth-child(3),
  .campaigns-col:nth-child(4),
  .campaigns-col:nth-child(5) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .campaigns-col:nth-child(6) {
    order: -1;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
  .campaigns-col:nth-child(6) .campaign-tags {
    justify-content: flex-start;
  }
  .campaigns-col:nth-child(7) {
    flex: 0 0 24px;
    max-width: 24px;
    position: absolute;
    top: 19px;
    right: 9px;
  }
  .campaign-title {
    font-size: 12px;
    padding-bottom: 6px;
    padding-right: 20px;
  }
  .campaign-tags {
    margin: 0 0 0 -5px;
  }
  .campaign-tag {
    margin: 0 0 5px 5px;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 3px;
  }
  .campaign-date {
    font-size: 11px;
    margin-bottom: 1px;
  }
  .campaign-number {
    text-align: center;
  }
  .campaign-number-title {
    display: block;
    text-align: center;
    font-size: 12px;
    color: var(--theme-quaternary);
    margin-bottom: 3px;
  }
}
.create-campaign-options {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.create-campaign-options-other .create-campaign-option {
  max-width: 100%;
}
.create-campaign-option {
  padding: 0 10px;
  max-width: 50%;
}
.create-campaign-option-back,
.create-campaign-option-next {
  width: 300px;
  max-width: 100%;
}
.create-campaign-option-back .button,
.create-campaign-option-next .button {
  width: 100%;
}
.create-campaign-option-next .button-icon {
  top: 0;
  margin-right: 0;
  margin-left: 8px;
  padding: 4px 0;
  width: 19px;
  height: 19px;
  background: var(--theme-white);
  border-radius: 50%;
}
.create-campaign-option-next .button-icon svg {
  margin: 0 auto;
}
.create-campaign-option-send {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
  width: 300px;
}
.create-campaign-option-send .button {
  width: 100%;
}
.create-campaign-option-save {
  margin-right: 18px;
  display: inline-block;
  vertical-align: top;
}
.create-campaign-option-save a {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  color: var(--theme-text);
  font-size: 14px;
  font-weight: bold;
  line-height: 41px;
}
.create-campaign-option-save a svg {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
}
.create-campaign-option-save a:hover {
  color: var(--theme-primary);
}
.create-campaign-option-save a:hover path {
  fill: var(--theme-primary);
}
.create-campaign-option-time {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.create-campaign-option-time-toggle {
  display: block;
  width: 41px;
  height: 41px;
  padding: 8px 0;
  position: relative;
}
.create-campaign-option-time-toggle-arrow {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 2px;
  width: 10px;
  height: 6px;
}
.create-campaign-option-time-toggle-arrow .svg-fill {
  fill: var(--theme-gray);
}
.create-campaign-option-time-toggle svg {
  display: block;
  margin: 0;
}
.create-campaign-option-time-toggle:hover .svg-fill {
  fill: var(--theme-primary);
}
.create-campaign-option-time-block {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--theme-white);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 8px 8px 0px 8px;
}
.create-campaign-option-time-menu {
  padding: 10px 20px;
}
.create-campaign-option-time-menu a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.385;
  font-weight: 600;
  color: var(--theme-text);
  white-space: nowrap;
}
.create-campaign-option-time-menu a:hover {
  color: var(--theme-primary);
}
.create-campaign-specific {
  display: none;
  padding: 12px;
  width: 249px;
}
.create-campaign-specific .ui-widget {
  left: auto;
  top: auto;
  position: relative;
}
.create-campaign-specific-title {
  font-size: 11px;
  line-height: 1.4;
  color: #a3a4ab;
  margin-bottom: 8px;
}
.create-campaign-specific-row-n {
  padding: 0 5px 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
.create-campaign-specific-row-m {
  padding-right: 5px;
  padding-bottom: 20px;
}
.create-campaign-specific-row {
  display: flex;
  margin: 0 -5px;
}
.create-campaign-specific-row input.input-text,
.create-campaign-specific-row select.select {
  text-align: center;
  border-radius: 6px;
  height: 32px;
  letter-spacing: -0.4px;
  padding: 0 2px;
  border-color: #f3f3f3;
  background-color: #fefefe;
}
.create-campaign-specific-row select.select {
  padding-left: 7px;
  padding-right: 25px;
  background-position: calc(100% - 9px) 50%;
}
.create-campaign-specific-row select.select.select-time {
  padding-left: 5px;
  background: #fefefe;
  padding-right: 5px;
}
.create-campaign-specific-time {
  flex: 0 0 61px;
  max-width: 61px;
  padding: 0 5px;
}
.create-campaign-specific-time-small {
  flex: 0 0 51px;
  max-width: 51px;
  padding: 0 5px;
}
.create-campaign-specific-period {
  flex: 0 0 75px;
  max-width: 75px;
  padding: 0 5px;
}
.create-campaign-specific-date {
  flex: 0 0 99px;
  max-width: 99px;
  padding: 0 5px;
}
.create-campaign-step {
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
}
.create-campaign-step-caption {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}
.create-campaign-step-number {
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  padding: 6px 0 5px;
  text-align: center;
  border: 1px solid var(--theme-tertiary);
  border-radius: 50%;
  position: relative;
}
.create-campaign-step-title {
  flex-grow: 1;
  max-width: calc(100% - 60px);
  padding-left: 13px;
}
.create-campaign-step-title-note {
  color: #bfbfbf;
}
.create-campaign-step-subtitle {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: var(--theme-gray);
}
.create-campaign-step.active .create-campaign-step-content {
  display: block;
}
.create-campaign-step.active .create-campaign-step-caption {
  color: var(--theme-primary);
}
.create-campaign-step.active .create-campaign-step-number {
  border-color: var(--theme-primary);
}
.create-campaign-step.completed .create-campaign-step-caption {
  color: var(--theme-primary);
  cursor: pointer;
  position: relative;
}
.create-campaign-step.completed .create-campaign-step-caption:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/down-gray.svg") 50% 50% no-repeat;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.create-campaign-step.completed.active .create-campaign-step-caption:before {
  transform: rotate(180deg);
}
.create-campaign-step.completed .create-campaign-step-number {
  border-color: var(--theme-primary);
  background: var(--theme-primary);
  box-shadow: 0px 2px 6px rgba(179, 195, 216, 0.3);
}
.create-campaign-step.completed .create-campaign-step-number:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 24px;
  height: 24px;
  background: transparent url("../images/check.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
}
.create-campaign-step-content {
  display: none;
  padding-top: 10px;
}
.create-campaign-step-subtitle {
  font-size: 12px;
  color: var(--theme-gray);
}
.create-campaign-name {
  padding-top: 24px;
  margin-bottom: 10px;
}
.create-campaign-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px -5px 0;
}
.create-campaign-tags-title {
  font-size: 12px;
  font-weight: bold;
  color: var(--theme-gray);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 6px 10px 4px 0;
}
.create-campaign-tags-pull {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.create-campaign-tags-item {
  padding: 5px 10px 5px 0;
}
.create-campaign-tags-new {
  flex-grow: 1;
  min-width: 200px;
  max-width: 100%;
  padding: 5px 10px 5px 0;
}
.create-campaign-tags-new-text {
  width: 100%;
  height: 32px;
  padding: 0 0 2px;
  font-size: 14px;
  color: var(--theme-text);
  border: 0;
  background: var(--theme-transparent);
  border-radius: 0;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color;
}
.create-campaign-tags-new-text::placeholder {
  color: var(--theme-quaternary);
}
.create-campaign-tag {
  position: relative;
  padding: 8px 35px 6px 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--theme-text);
  background: var(--theme-light-gray);
  border-radius: 16px;
}
.create-campaign-tag-delete {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 24px;
  height: 24px;
  padding: 4px 0;
}
.create-campaign-tag-delete svg {
  display: block;
  width: 16px;
  height: auto;
  margin: 0 auto;
}
.create-campaign-tag-delete:hover .svg-fill {
  fill: var(--theme-primary);
}
.create-campaign-goal {
  margin-bottom: 15px;
  position: relative;
  background: var(--theme-light-gray);
  border-radius: 10px;
}
.create-campaign-goal-toggle {
  display: block;
  position: relative;
  padding: 11px 35px 12px 15px;
  font-size: 14px;
  color: var(--theme-text);
}
.create-campaign-goal-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 10px;
  height: 6px;
  background: transparent url("../images/select.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.create-campaign-goal-toggle:hover {
  color: var(--theme-text);
}
.create-campaign-goal.drop-opened .create-campaign-goal-toggle {
  z-index: 501;
}
.create-campaign-goal.drop-opened .create-campaign-goal-toggle:before {
  transform: rotate(-180deg);
}
.create-campaign-goal-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 52px 14px 4px;
  background: var(--theme-white);
  border: 1px solid var(--theme-tertiary);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.create-campaign-goal-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.create-campaign-goal-radio {
  flex: 0 0 16.66666%;
  max-width: 16.66666%;
  padding: 0 4px 10px;
}
.create-campaign-goal-radio input {
  display: none;
}
.create-campaign-goal-radio input:checked + label {
  color: var(--theme-primary);
  border-color: var(--theme-primary);
}
.create-campaign-goal-radio input:checked + label .svg-fill {
  fill: var(--theme-primary);
}
.create-campaign-goal-radio input:disabled + label {
  opacity: 0.3;
  pointer-events: none;
}
.create-campaign-goal-item {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 15px 5px 13px;
  color: var(--theme-text);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, border-color;
}
.create-campaign-goal-icon {
  display: block;
  margin-bottom: 9px;
  height: 24px;
  color: #b7babf;
  font-size: 20px;
  line-height: 24px;
}
.create-campaign-goal-icon svg {
  display: block;
  margin: 0 auto;
}
.create-campaign-goal-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.create-campaign-segmentation {
  padding-top: 19px;
}
.create-campaign-segmentation-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.create-campaign-segmentation-tabs {
  flex: 1 1 auto;
  max-width: 100%;
  padding-right: 20px;
}
.create-campaign-segmentation-tabs ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.create-campaign-segmentation-tabs ul li {
  padding: 5px;
}
.create-campaign-segmentation-tabs ul li a {
  display: block;
  padding: 7px 15px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.385;
  color: var(--theme-gray);
  text-align: center;
  background: var(--theme-light-gray);
  border: 1px solid var(--theme-tertiary);
  border-radius: 17px;
  box-shadow: 0px 1px 20px rgba(211, 211, 211, 0.2);
}
.create-campaign-segmentation-tabs ul li.active a {
  font-weight: bold;
  color: var(--theme-white);
  background-color: var(--theme-yellow);
  border-color: var(--theme-yellow);
}
.create-campaign-segmentation-options {
  flex: 0 0 550px;
  max-width: 550px;
}
.create-campaign-segmentation-options-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.create-campaign-segmentation-option {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px 10px;
}
.create-campaign-segmentation-option .button {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 12px;
}
.create-campaign-segmentation-search {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px 10px;
  position: relative;
}
.create-campaign-segmentation-search-text.input-text {
  padding-right: 44px;
}
.create-campaign-segmentation-search-button {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: var(--theme-transparent);
}
.create-campaign-segmentation-search-button svg {
  display: block;
  margin: 0 auto;
}
.create-campaign-segmentation-search-button:focus {
  outline: none;
}
.create-campaign-segmentation-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  max-height: 168px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.create-campaign-segmentation-list::-webkit-scrollbar {
  width: 6px;
  height: 0;
}
.create-campaign-segmentation-list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}
.create-campaign-segmentation-list::-webkit-scrollbar-thumb {
  background: var(--theme-quaternary);
  border-radius: 3px;
  outline: none;
}
.create-campaign-segmentation-list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.create-campaign-segmentation-list::-webkit-scrollbar-corner {
  background: var(--theme-transparent);
}
.create-campaign-segmentation-checkbox {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px 20px;
}
.create-campaign-segmentation-checkbox input {
  display: none;
}
.create-campaign-segmentation-checkbox input:checked + label:before {
  background-color: var(--theme-green);
  border-color: var(--theme-green);
}
.create-campaign-segmentation-checkbox input:disabled + label {
  opacity: 0.3;
  pointer-events: none;
}
.create-campaign-segmentation-item {
  cursor: pointer;
  display: block;
  position: relative;
  margin: 0;
  padding: 16px 5px 15px 59px;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
  height:100%;
}
.create-campaign-segmentation-item:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 26px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--theme-tertiary);
  background: var(--theme-white) url("../images/checkbox.svg") 50%
    calc(50% - 1px) no-repeat;
  background-size: 13px 9px;
  border-radius: 50%;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, border-color;
}
.create-campaign-segmentation-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1px;
}
.create-campaign-segmentation-subtitle {
  display: block;
  font-size: 13px;
  color: var(--theme-gray);
}
.create-campaign-zoom {
  position: absolute;
  right: 20px;
  bottom: 81px;
  padding: 14px 8px 4px;
  width: 40px;
  background: var(--theme-white);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.create-campaign-zoom-minus,
.create-campaign-zoom-plus {
  display: block;
  margin-bottom: 7px;
  width: 24px;
  height: 24px;
  position: relative;
}
.create-campaign-zoom-minus:before,
.create-campaign-zoom-plus:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 14px;
  height: 2px;
  background: var(--theme-text);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color;
}
.create-campaign-zoom-minus:hover:after,
.create-campaign-zoom-minus:hover:before,
.create-campaign-zoom-plus:hover:after,
.create-campaign-zoom-plus:hover:before {
  background-color: var(--theme-primary);
}
.create-campaign-zoom-plus:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 5px;
  width: 2px;
  height: 14px;
  background: var(--theme-text);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color;
}
.create-campaign-automations {
  margin-bottom: 20px;
}
.create-campaign-automations-topline {
  margin-top: 40px !important;
  position: relative;
}
.create-campaign-automations-topline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  height: 40px;
  width: 1px;
  background: var(--theme-tertiary);
}
.create-campaign-automations-caption {
  position: relative;
  text-align: center;
  padding: 16px 34px 15px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
}
.create-campaign-automations-title {
  font-size: 14px;
  font-weight: bold;
}
.create-campaign-automations-subtitle {
  font-size: 13px;
  line-height: 1.54;
  color: var(--theme-gray);
}
.create-campaign-automations-more {
  position: absolute;
  top: 24px;
  right: 9px;
}
.create-campaign-automations-more-toggle {
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px 0;
}
.create-campaign-automations-more-toggle svg {
  display: block;
  margin: 0 auto;
}
.create-campaign-automations-more-toggle:hover .svg-fill {
  fill: var(--theme-primary);
}
.create-campaign-automations-add {
  padding-top: 40px;
  position: relative;
}
.create-campaign-automations-add:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 40px;
  width: 1px;
  background: var(--theme-tertiary);
}
.create-campaign-automations-add-button {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  padding: 17px 0;
  border: 1px solid var(--theme-tertiary);
  background: var(--theme-white);
  border-radius: 50%;
}
.create-campaign-automations-add-button svg {
  display: block;
  margin: 0 auto;
}
.create-campaign-automations-add-button .svg-fill {
  fill: var(--theme-text);
}
.create-campaign-automations-add-button:hover .svg-fill {
  fill: var(--theme-primary);
}
.create-campaign-automations-add-block {
  display: none;
}
.create-campaign-automations-add-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 310px;
  margin: 0 auto;
  padding: 10px 20px 9px;
  background: var(--theme-white);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.create-campaign-automations-add-item {
  flex: 1 1 0;
  max-width: 100%;
  padding: 10px 0;
}
.create-campaign-automations-add-item a {
  display: block;
  color: var(--theme-text);
  text-align: center;
}
.create-campaign-automations-add-item a:hover {
  color: var(--theme-primary);
}
.create-campaign-automations-add-item a:hover .svg-fill {
  fill: var(--theme-primary);
}
.create-campaign-automations-add-icon {
  display: block;
  height: 24px;
  margin-bottom: 10px;
}
.create-campaign-automations-add-icon svg {
  display: block;
  margin: 0 auto;
}
.create-campaign-automations-add-text {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.create-campaign-automations-condition,
.create-campaign-automations-delay {
  display: none;
  max-width: 260px;
  margin: 0 auto;
  padding: 20px 20px 10px;
  background: var(--theme-white);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.create-campaign-automations-condition-title,
.create-campaign-automations-delay-title {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.36;
  font-weight: bold;
}
.create-campaign-automations-condition-content,
.create-campaign-automations-delay-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 10px;
}
.create-campaign-automations-condition-content input.input-text,
.create-campaign-automations-condition-content select.select,
.create-campaign-automations-delay-content input.input-text,
.create-campaign-automations-delay-content select.select {
  text-align: center;
  border-radius: 6px;
  height: 32px;
  padding: 0 7px;
  border-color: #f3f3f3;
  background-color: #fefefe;
}
.create-campaign-automations-condition-content select.select,
.create-campaign-automations-delay-content select.select {
  padding-right: 25px;
  background-position: calc(100% - 9px) 50%;
}
.create-campaign-automations-condition-row,
.create-campaign-automations-delay-row {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px 10px;
}
.create-campaign-automations-condition-row .segment_val{
  flex:none;
  max-width:100%;
  padding:0px;
}
.create-campaign-automations-condition-col,
.create-campaign-automations-delay-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px 10px;
}
.create-campaign-automations-condition-options,
.create-campaign-automations-delay-options {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.create-campaign-automations-condition-option,
.create-campaign-automations-delay-option {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px 10px;
}
.create-campaign-automations-condition-option .button,
.create-campaign-automations-delay-option .button {
  width: 100%;
  font-size: 11px;
  padding: 7px 5px 8px;
  border-radius: 6px;
}
.create-campaign-automations-delay {
  max-width: 320px;
}
.create-campaign-automations-filled-start {
  border: 1px solid var(--theme-tertiary);
  color: var(--theme-text);
  font-size: 14px;
  line-height: 18px;
  padding: 15px;
  max-width: 200px;
  margin: 20px auto -1px;
  font-weight: bold;
  border-radius: 10px;
  background: var(--theme-white);
}
.create-campaign-automations-filled-content {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
.create-campaign-automations-filled-plus {
  position: relative;
  margin: 40px auto 0;
  width: 60px;
  height: 60px;
  padding: 17px 0;
  border: 1px solid var(--theme-tertiary);
  background: var(--theme-white);
  border-radius: 50%;
}
.create-campaign-automations-filled-plus:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  height: 40px;
  width: 1px;
  background: var(--theme-tertiary);
}
.create-campaign-automations-filled-plus svg {
  display: block;
  margin: 0 auto;
}
.create-campaign-automations-filled-plus .svg-fill {
  fill: var(--theme-text);
}
.create-campaign-automations-filled-item {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 17px 19px 17px 24px;
  position: relative;
  border: 1px solid var(--theme-red);
  background: var(--theme-white);
  border-radius: 8px;
}
.create-campaign-automations-filled-item:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 100%;
  height: 40px;
  width: 1px;
  background: var(--theme-tertiary);
}
.create-campaign-automations-filled-item .svg-fill {
  fill: var(--theme-red);
}
.create-campaign-automations-filled-item-yellow {
  border-color: var(--theme-yellow);
}
.create-campaign-automations-filled-item-yellow .svg-fill {
  fill: var(--theme-yellow);
}
.create-campaign-automations-filled-item-green {
  border-color: var(--theme-green);
}
.create-campaign-automations-filled-item-green .svg-fill {
  fill: var(--theme-green);
}
.create-campaign-automations-filled-icon {
  flex: 0 0 34px;
  max-width: 34px;
  padding-right: 10px;
}
.create-campaign-automations-filled-icon svg {
  display: block;
  margin: 0 auto;
}
.create-campaign-automations-filled-type {
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #a8b4bc;
}
.create-campaign-automations-filled-text {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1a2b34;
}
.create-campaign-automations-filled-drop {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  background: var(--theme-white);
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 130px;
}
.create-campaign-automations-filled-more {
  padding-left: 10px;
  position: relative;
}
.create-campaign-automations-filled-more-toggle {
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px 0;
}
.create-campaign-automations-filled-more-toggle svg {
  display: block;
  margin: 0 auto;
}
.create-campaign-automations-filled-more-toggle .svg-fill {
  fill: #a8b4bc;
}
.create-campaign-automations-filled-more-toggle:hover .svg-fill {
  fill: var(--theme-primary);
}
.create-campaign-automations-filled-row {
  display: flex;
  margin-top: 40px;
  position: relative;
}
.create-campaign-automations-filled-row:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  height: 40px;
  width: 1px;
  background: var(--theme-tertiary);
}
.create-campaign-automations-filled-row:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 25%;
  right: 25%;
  top: 0;
  height: 1px;
  background: var(--theme-tertiary);
}
.create-campaign-automations-filled-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.create-campaign-automations-filled-no,
.create-campaign-automations-filled-yes {
  display: block;
  position: relative;
  width: 54px;
  margin: -14px auto 0;
  padding: 4px 5px 5px;
  font-size: 14px;
  font-weight: bold;
  color: var(--theme-white);
  background: var(--theme-green);
  border-radius: 15px;
  z-index: 1;
}
.create-campaign-automations-filled-no {
  background: var(--theme-red);
}
@media (max-width: 1399.98px) {
  .create-campaign-goal-radio {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .create-campaign-option-back,
  .create-campaign-option-next,
  .create-campaign-option-send {
    width: 240px;
  }
  .create-campaign-option-save {
    margin-right: 0;
  }
  .create-campaign-option-save a {
    width: 41px;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
  }
}
@media (max-width: 1199.98px) {
  .create-campaign-goal-radio {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .create-campaign-segmentation-tabs {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .create-campaign-segmentation-options {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .create-campaign-segmentation-option {
    flex: 0 0 236px;
    max-width: 236px;
  }
  .create-campaign-segmentation-search {
    flex: 1 1 auto;
    max-width: calc(100% - 236px);
  }
  .create-campaign-segmentation-checkbox {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 767.98px) {
  .create-campaign-option:first-child {
    flex: 0 0 80px;
    max-width: 0 0 80px;
  }
  .create-campaign-option:nth-child(2) {
    flex: 0 0 calc(100% - 80px);
    max-width: 0 0 calc(100% - 80px);
    text-align: right;
  }
  .create-campaign-option:nth-child(2) > * {
    text-align: left;
  }
  .create-campaign-option-back {
    width: 80px;
  }
  .create-campaign-option-send {
    width: 110px;
    margin-left: 8px;
  }
  .create-campaign-tags-new {
    flex: 0 0 100%;
    min-width: 0;
  }
  .create-campaign-goal-list {
    max-height: 282px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .create-campaign-goal-list::-webkit-scrollbar {
    width: 6px;
    height: 0;
  }
  .create-campaign-goal-list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
  }
  .create-campaign-goal-list::-webkit-scrollbar-thumb {
    background: var(--theme-quaternary);
    border-radius: 3px;
    outline: none;
  }
  .create-campaign-goal-list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
  }
  .create-campaign-goal-list::-webkit-scrollbar-corner {
    background: var(--theme-transparent);
  }
  .create-campaign-goal-radio {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .create-campaign-segmentation-tabs {
    margin-bottom: 0;
  }
  .create-campaign-segmentation-option,
  .create-campaign-segmentation-search {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .create-campaign-segmentation-checkbox {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .create-campaign-automations-filled {
    margin: 0 -10px;
  }
  .create-campaign-automations-filled-plus {
    margin-top: 30px;
    width: 40px;
    height: 40px;
    padding: 11px 0;
  }
  .create-campaign-automations-filled-plus:before {
    height: 30px;
  }
  .create-campaign-automations-filled-plus svg {
    width: 16px;
    height: auto;
  }
  .create-campaign-automations-filled-item {
    margin-top: 30px;
    padding: 12px 9px 12px 14px;
  }
  .create-campaign-automations-filled-item:before {
    height: 30px;
  }
  .create-campaign-automations-filled-type {
    font-size: 11px;
  }
  .create-campaign-automations-filled-text {
    font-size: 12px;
  }
  .create-campaign-automations-filled-more {
    padding-left: 0;
  }
  .create-campaign-automations-filled-row {
    margin-top: 30px;
  }
  .create-campaign-automations-filled-row:before {
    height: 30px;
  }
  .create-campaign-automations-filled-no,
  .create-campaign-automations-filled-yes {
    width: 49px;
    margin-top: -12px;
    padding-bottom: 4px;
    font-size: 11px;
    border-radius: 12px;
  }
}
@media (max-width: 521.98px) {
  .create-campaign {
    margin-bottom: -10px;
  }
  .create-campaign-options {
    margin-left: -5px;
    margin-right: -5px;
  }
  .create-campaign-option {
    padding-left: 5px;
    padding-right: 5px;
  }
  .create-campaign-option-time-block {
    right: -71px;
    bottom: 100%;
    margin-bottom: 18px;
  }
  .create-campaign-specific {
    width: 280px;
    padding-left: 28px;
    padding-right: 27px;
  }
  .create-campaign-step {
    margin-bottom: 10px;
  }
  .create-campaign-step-caption {
    font-size: 15px;
    font-weight: bold;
  }
  .create-campaign-step-number {
    padding-top: 8px;
  }
  .create-campaign-tags-title {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .create-campaign-goal-block {
    padding-bottom: 6px;
  }
  .create-campaign-goal-list {
    max-height: 256px;
  }
  .create-campaign-goal-radio {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 8px;
  }
  .create-campaign-goal-item {
    padding: 15px;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .create-campaign-goal-icon {
    flex: 0 0 24px;
    max-width: 24px;
    margin-bottom: 0;
  }
  .create-campaign-goal-title {
    flex-grow: 1;
    max-width: calc(100% - 24px);
    padding-left: 10px;
  }
  .create-campaign-segmentation-list {
    max-height: 410px;
  }
  .create-campaign-segmentation-checkbox {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
  .create-campaign-automations {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .create-campaign-automations-caption {
    padding-top: 17px;
    padding-bottom: 14px;
  }
  .create-campaign-automations-title {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
  }
  .create-campaign-automations-subtitle {
    font-size: 12px;
  }
  .create-campaign-automations-add {
    padding-top: 30px;
  }
  .create-campaign-automations-add:before {
    height: 30px;
  }
  .create-campaign-automations-add-button {
    width: 40px;
    height: 40px;
    padding: 11px 0;
  }
  .create-campaign-automations-add-button svg {
    width: 16px;
    height: auto;
  }
  .create-campaign-automations-add-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.reports select.select {
  height: 48px;
}
.reports-header {
  display: flex;
  align-items: flex-start;
  padding: 5px 0 32px;
}
.reports-header-info {
  flex-grow: 1;
  padding-right: 20px;
}
.reports-header-title {
  font-size: 18px;
  font-weight: 800;
}
.reports-header-title-back {
  display: none;
}
.reports-header-description {
  margin-top: 9px;
  font-size: 12px;
  color: var(--theme-gray);
}
.reports-header-options {
  flex: 0 0 auto;
  max-width: 100%;
  padding-top: 13px;
}
.reports-header-back {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px 16px 10px 28px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-text);
}
.reports-header-back-icon {
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
}
.reports-header-back-icon svg {
  display: block;
  margin: 0;
}
.reports-header-back:hover {
  color: var(--theme-primary);
}
.reports-header-back:hover .svg-fill {
  fill: var(--theme-primary);
}
.reports-header-edit.button {
  vertical-align: top;
  padding-left: 24px;
  padding-right: 24px;
}
.reports-header-edit .button-icon {
  top: 2px;
}
.reports-header-edit .svg-fill {
  fill: var(--theme-primary);
}
.reports-graph {
  margin-bottom: 20px;
  padding: 19px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 5px;
  background-color: #ffffff;
}
.reports-graph-caption {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.reports-graph-title {
  flex-grow: 1;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.534;
  font-weight: bold;
}
.reports-graph-options {
  flex: 0 0 auto;
  max-width: 100%;
}
.reports-graph-option,
.reports-graph-option-actions {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  margin-left: 7px;
}
.reports-actions {
  margin-bottom: 20px;
  padding: 19px 19px 5px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 5px;
  background-color: #ffffff;
}
.reports-actions-caption {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.reports-actions-title {
  flex-grow: 1;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.534;
  font-weight: bold;
}
.reports-actions-options {
  flex: 0 0 auto;
  max-width: 100%;
}
.reports-actions-option {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  margin-left: 7px;
}
.reports-actions-list table {
  width: 100%;
}
.reports-actions-list table th {
  padding: 0 0 0 15px;
  border: 0;
  font-weight: normal;
}
.reports-actions-list table th:first-child {
  width: 40%;
  padding-left: 0;
}
.reports-actions-list table td {
  padding: 14px 0 14px 15px;
  border: 0;
  border-top: 1px solid var(--theme-tertiary);
  font-size: 15px;
  line-height: 1.334;
}
.reports-actions-list table td:first-child {
  font-size: 13px;
  line-height: 1.85;
  width: 40%;
  padding-left: 0;
}
.reports-actions-list table tbody tr:first-child td {
  border-top-color: transparent;
}
.reports-actions-list-caption {
  display: flex;
  align-items: center;
}
.reports-actions-list-title {
  font-size: 12px;
  line-height: 1.667;
  color: var(--theme-gray);
}
.reports-actions-tag {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 6px 3px 14px;
  position: relative;
  background: var(--theme-light-gray);
  border-radius: 4px;
}
.reports-actions-tag:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--theme-red);
}
.reports-actions-tag-yellow:before {
  background: var(--theme-yellow);
}
.reports-actions-tag-blue:before {
  background: var(--theme-primary);
}
.reports-sorting {
  flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
  position: relative;
}
.reports-sorting-down,
.reports-sorting-up {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
}
.reports-sorting-down svg,
.reports-sorting-up svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.reports-sorting-down:hover .svg-fill,
.reports-sorting-up:hover .svg-fill {
  fill: var(--theme-primary);
}
.reports-sorting-down {
  top: auto;
  bottom: 0;
}
.reports-action {
  display: none;
  margin-bottom: 20px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
}
.reports-action.active .reports-action-toggle:before {
  transform: rotate(-180deg);
}
.reports-action-toggle {
  display: block;
  position: relative;
  padding: 29px 59px 32px 29px;
}
.reports-action-toggle:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 29px;
  width: 24px;
  height: 24px;
  background: transparent url("../images/down-gray.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.reports-action-title {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  color: var(--theme-text);
}
.reports-action-block {
  display: none;
  margin-top: -11px;
  padding: 0 29px 4px;
}
.reports-action-sorting {
  margin-left: auto;
  width: 140px;
}
.reports-action-data table {
  width: 100%;
  table-layout: fixed;
}
.reports-action-data table td {
  padding: 16px 0;
  border: 0;
  font-size: 15px;
  color: var(--theme-text);
  border-top: 1px solid var(--theme-tertiary);
  text-align: right;
}
.reports-action-data table td:first-child {
  padding-right: 15px;
  font-size: 14px;
  color: var(--theme-gray);
  text-align: left;
}
.reports-action-data table tr:first-child td {
  border-top: 0;
}
.reports-audience {
  margin-bottom: 20px;
  padding: 19px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 5px;
  background-color: #ffffff;
}
.reports-audience-caption {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.reports-audience-title {
  flex-grow: 1;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.534;
  font-weight: bold;
}
.reports-audience-options {
  flex: 0 0 auto;
  max-width: 100%;
}
.reports-audience-option-show {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.reports-audience-option-show-label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 15px 6px 0 0;
  font-size: 12px;
  color: var(--theme-gray);
}
.reports-audience-option-show-select {
  display: inline-block;
  vertical-align: top;
  width: 70px;
}
.reports-audience-option-show-select select.select {
  padding-right: 25px;
}
.reports-audience-option-status {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  width: 140px;
}
.reports-audience-option-export {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}
.reports-audience-option-export .button {
  padding: 13px 20px 14px;
}
.reports-audience-list {
  margin-bottom: 20px;
}
.reports-audience-list table {
  width: 100%;
}
.reports-audience-list table td,
.reports-audience-list table th {
  border: 0;
  border-bottom: 1px solid var(--theme-tertiary);
}
.reports-audience-list table td:first-child,
.reports-audience-list table th:first-child {
  width: 74px;
  padding-left: 0;
}
.reports-audience-list table td:nth-child(3),
.reports-audience-list table th:nth-child(3) {
  width: 265px;
}
.reports-audience-list table td:nth-child(4),
.reports-audience-list table th:nth-child(4) {
  width: 235px;
}
.reports-audience-list table th {
  padding: 0 0 15px 15px;
  font-weight: normal;
}
.reports-audience-list table td {
  padding: 14px 0 13px 15px;
  font-size: 13px;
  color: var(--theme-gray);
}
.reports-audience-list table td:nth-child(2) {
  color: var(--theme-text);
  font-weight: 600;
}
.reports-audience-list-caption {
  display: flex;
  align-items: center;
}
.reports-audience-list-title {
  font-size: 12px;
  line-height: 1.667;
  color: var(--theme-gray);
}
.reports-audience-list-title-mobile {
  display: none;
}
.reports-pagination-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.reports-pagination-info {
  padding: 0 20px 2px 0;
  font-size: 12px;
  color: var(--theme-quaternary);
}
.reports-pagination-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.reports-pagination-list li a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 11px 4px 9px;
  font-size: 13px;
  color: var(--theme-text);
  text-align: center;
  border-radius: 6px;
}
.reports-pagination-list li a.reports-pagination-next,
.reports-pagination-list li a.reports-pagination-prev {
  padding: 8px 0;
}
.reports-pagination-list li a.reports-pagination-next svg,
.reports-pagination-list li a.reports-pagination-prev svg {
  display: block;
  margin: 0 auto;
}
.reports-pagination-list li a.reports-pagination-next {
  transform: rotate(-180deg);
}
.reports-pagination-list li a:hover {
  color: var(--theme-primary);
}
.reports-pagination-list li a:hover .svg-fill {
  fill: var(--theme-primary);
}
.reports-pagination-list li.active a {
  color: var(--theme-primary);
  background: var(--theme-secondary);
}
.reports-pagination-list li.active a.reports-pagination-next,
.reports-pagination-list li.active a.reports-pagination-prev {
  background: transparent;
}
@media (max-width: 1399.98px) {
  .reports-actions-list table td:first-child,
  .reports-actions-list table th:first-child {
    width: 30%;
  }
}
@media (max-width: 1199.98px) {
  .reports-actions-list table td,
  .reports-actions-list table th {
    padding-left: 10px;
  }
  .reports-actions-list table td:first-child,
  .reports-actions-list table th:first-child {
    width: 25%;
  }
  .reports-actions-list-title {
    font-size: 11px;
  }
  .reports-audience-list table td,
  .reports-audience-list table th {
    padding-left: 10px;
  }
  .reports-audience-list table td:nth-child(3),
  .reports-audience-list table td:nth-child(4),
  .reports-audience-list table th:nth-child(3),
  .reports-audience-list table th:nth-child(4) {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .reports-actions {
    display: none;
  }
  .reports-action {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .reports-header {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .reports-header-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .reports-header-title {
    padding-left: 44px;
    position: relative;
  }
  .reports-header-title-back {
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
  }
  .reports-header-title-back svg {
    display: block;
    margin: 0;
  }
  .reports-header-options {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
  }
  .reports-header-back {
    display: none;
  }
  .reports-header-edit {
    width: 100%;
  }
  .reports-graph-caption {
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .reports-graph-title {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px 13px;
    line-height: 1.5;
  }
  .reports-graph-options {
    display: flex;
    width: 100%;
  }
  .reports-graph-option-actions {
    display: none;
  }
  .reports-graph-option {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .reports-action-toggle {
    padding: 19px 39px 19px 19px;
  }
  .reports-action-toggle:before {
    top: 19px;
    right: 14px;
  }
  .reports-action-title {
    font-size: 13px;
    line-height: 1.85;
    font-weight: 800;
  }
  .reports-action-block {
    margin-top: 0;
    padding-top: 1px;
    padding-left: 19px;
    padding-right: 19px;
  }
  .reports-action-sorting {
    margin-left: 0;
    width: 100%;
  }
  .reports-action-data table td {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .reports-action-data table td:first-child {
    padding-right: 10px;
  }
  .reports-audience {
    padding-bottom: 14px;
  }
  .reports-audience-caption {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .reports-audience-title {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    font-size: 13px;
    line-height: 1.385;
    font-weight: 800;
    margin-bottom: 15px;
  }
  .reports-audience-options {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    max-width: calc(100% + 10px);
  }
  .reports-audience-option-show {
    padding: 0 10px 10px 0;
  }
  .reports-audience-option-status {
    flex-grow: 1;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-left: 0;
    width: auto;
  }
  .reports-audience-option-export {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .reports-audience-option-export .button {
    width: 100%;
  }
  .reports-audience-list {
    margin-bottom: 15px;
  }
  .reports-audience-list table td:first-child,
  .reports-audience-list table th:first-child {
    width: 40px;
  }
  .reports-audience-list table td:nth-child(3),
  .reports-audience-list table th:nth-child(3) {
    display: none;
  }
  .reports-audience-list table td:nth-child(4),
  .reports-audience-list table th:nth-child(4) {
    text-align: right;
  }
  .reports-audience-list table td:nth-child(4) .reports-audience-list-caption,
  .reports-audience-list table th:nth-child(4) .reports-audience-list-caption {
    justify-content: flex-end;
  }
  .reports-audience-list-title-desktop {
    display: none;
  }
  .reports-audience-list-title-mobile {
    display: block;
  }
  .reports-pagination {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .reports-pagination-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 15px;
    text-align: center;
  }
  .reports-pagination-list {
    margin: 0 -20px;
    justify-content: center;
  }
  .reports-pagination-mobile-hidden {
    display: none;
  }
}
.chat-body-preview {
  display: none;
  width: 100%;
  padding: 30px;
}
.chat-body-preview img {
  display: block;
  margin: 0 auto;
}
.chat-footer-specific {
  position: relative;
  margin-right: 30px;
}
.chat-footer-specific .chat-footer-left-button {
  height: 38px;
  margin-right: 0 !important;
}
.chat-footer-specific-block {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px;
  width: 300px;
  background: var(--theme-white);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 8px 8px 0px 8px;
}
@media (max-width: 850px) {
  .chat-footer-specific {
    margin-right: 8px;
  }
}
@media (max-width: 660px) {
  .chat-footer-specific .chat-footer-left-button {
    height: 36px;
  }
  .chat-footer-specific-block {
    right: -48px;
    bottom: 100%;
    margin-bottom: 12px;
    width: 280px;
    padding-left: 28px;
    padding-right: 27px;
  }
}
.create-new-segment.cmp-comments {
  width: 590px;
}
@media (max-width: 1400px) {
  .create-new-segment.cmp-comments {
    width: 100%;
  }
}
.chat-input-option {
  display: flex;
  align-items: center;
  padding: 3px 0 3px 19px;
  margin: 0 5px 10px;
  background: var(--theme-white);
  border: 1px solid var(--theme-tertiary);
  border-radius: 6px;
}
.chat-input-option-button {
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
  font-weight: bold;
  color: var(--theme-text);
}
.chat-input-option-button:hover {
  color: var(--theme-text);
}
.chat-input-option .campaign-more-toggle {
  width: 36px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.chat-input-option .campaign-more-toggle svg {
  width: 3px;
  height: auto;
}
.chat-input-option .campaign-more-block {
  right: -1px;
  top: -4px;
}
.chat-input-options {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 5px;
}
.chat-input-options-wrapper {
  margin-bottom: 12px;
  border-radius: 8px;
  background: var(--theme-light-gray);
}
.chat-input-options-wrapper .text-input {
  margin-bottom: 0 !important;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 660px) {
  .chat-input-options-wrapper {
    margin-bottom: 0;
  }
}
.newsletter-template {
  display: none;
  position: absolute;
  z-index: 2600;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-white);
}
.newsletter-template-caption {
  padding: 27px 20px 19px 58px;
  position: relative;
  font-size: 18px;
  line-height: 1.334;
  font-weight: 800;
}
.newsletter-template-close {
  position: absolute;
  left: 20px;
  top: 27px;
  width: 24px;
  height: 24px;
  padding: 5px 0;
}
.newsletter-template-close svg {
  display: block;
  margin: 0 auto;
}
.newsletter-template .chats-head {
  padding: 0 20px 20px;
  box-shadow: none;
  flex-wrap: nowrap;
}
.newsletter-template .add-action-templates-overflow {
  padding: 0 15px;
  margin-bottom: 0;
  height: calc(100vh - 219px);
}
.newsletter-template .add-action-button {
  padding: 20px;
}
@media (max-width: 991.98px) {
  .newsletter-template .add-action-template {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .newsletter-template .add-action-templates-overflow {
    height: calc(100vh - 289px);
  }
}
@media (max-width: 660px) {
  .newsletter-template {
    position: fixed;
    width: 100vw;
    height: 100vh;
  }
  .newsletter-template-caption {
    padding: 23px 44px 18px 22px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
  }
  .newsletter-template-close {
    opacity: 0.5;
    left: auto;
    top: 20px;
    right: 22px;
    width: 22px;
    height: 22px;
  }
  .newsletter-template-close svg {
    width: 12px;
    height: auto;
  }
  .newsletter-template .add-action-templates-overflow {
    padding-left: 20px;
    padding-right: 20px;
    height: calc(100vh - 219px);
  }
}
.newsletter-design {
  display: none;
  position: absolute;
  z-index: 2600;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-white);
  overflow: auto;
}
.newsletter-design::-webkit-scrollbar {
  width: 6px;
  height: 0;
}
.newsletter-design::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}
.newsletter-design::-webkit-scrollbar-thumb {
  background: var(--theme-quaternary);
  border-radius: 3px;
  outline: none;
}
.newsletter-design::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.newsletter-design::-webkit-scrollbar-corner {
  background: var(--theme-transparent);
}
.newsletter-design-caption {
  padding: 27px 20px 21px 58px;
  position: relative;
  font-size: 18px;
  line-height: 1.334;
  font-weight: 800;
}
.newsletter-design-close {
  position: absolute;
  left: 20px;
  top: 27px;
  width: 24px;
  height: 24px;
  padding: 5px 0;
}
.newsletter-design-close svg {
  display: block;
  margin: 0 auto;
}
.newsletter-design-tabs {
  padding: 0 20px 20px;
}
.newsletter-design-tabs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 5px;
  background: var(--theme-light-gray);
  border-radius: 10px;
}
.newsletter-design-tabs ul li {
  flex: 1 1 0;
  max-width: 100%;
}
.newsletter-design-tabs ul li.active .newsletter-design-tabs-link {
  color: var(--theme-primary);
  background: var(--theme-white);
  border-radius: 10px;
}
.newsletter-design-tabs ul li.active .svg-fill {
  fill: var(--theme-primary);
}
.newsletter-design-tabs-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-gray);
  padding: 11px 5px;
}
.newsletter-design-tabs-link:hover {
  color: var(--theme-gray);
}
.newsletter-design-tabs-icon {
  display: block;
  padding-right: 10px;
}
.newsletter-design-tabs-icon svg {
  display: block;
}
.newsletter-design-tabs-title {
  display: block;
  font-size: 13px;
  line-height: 1.31;
  font-weight: 800;
}
.newsletter-design-content {
  padding: 0 20px 12px 15px;
}
.newsletter-design-item {
  margin-bottom: 8px;
}
.newsletter-design-item-link {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
  color: var(--theme-text);
}
.newsletter-design-item-link:hover {
  color: var(--theme-primary);
}
.newsletter-design-item-link:hover .svg-fill {
  fill: var(--theme-primary);
}
.newsletter-design-item-icon {
  flex: 0 0 34px;
  max-width: 34px;
  padding-right: 9px;
}
.newsletter-design-item-icon svg {
  display: block;
}
.newsletter-design-item-title {
  flex-grow: 1;
  font-size: 13px;
  line-height: 1.31;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .newsletter-design-content {
    padding-left: 20px;
  }
}
@media (max-width: 660px) {
  .newsletter-design {
    position: fixed;
    width: 100vw;
    height: 100vh;
  }
  .newsletter-design-caption {
    padding: 23px 44px 18px 22px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
  }
  .newsletter-design-close {
    opacity: 0.5;
    left: auto;
    top: 20px;
    right: 22px;
    width: 22px;
    height: 22px;
  }
  .newsletter-design-close svg {
    width: 12px;
    height: auto;
  }
}
.sidebar-site {
  position: fixed;
  z-index: 2010;
  width: 240px;
  height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  background: var(--theme-primary);
  color: var(--theme-white);
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.sidebar-site a {
  color: var(--theme-white);
}
.sidebar-site-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2500;
  background: var(--theme-primary);
}
.sidebar-site-mobile a {
  color: var(--theme-white);
}
.sidebar-site-mobile .sidebar-header {
  padding-top: 0;
  padding-bottom: 0;
  height: 70px;
}
.sidebar-site::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.sidebar-site::-webkit-scrollbar-track {
  background: var(--theme-primary);
}
.sidebar-site::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: none;
}
.sidebar-site::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.sidebar-site::-webkit-scrollbar-corner {
  background: var(--theme-transparent);
}
.sidebar-top {
  flex: 1 0 auto;
  max-width: 100%;
}
.sidebar-bottom {
  flex: 0 0 auto;
  max-width: 100%;
}
.sidebar-header {
  padding: 24px 20px 40px 17px;
  display: flex;
  align-items: center;
}
.sidebar-header-navigation {
  padding-right: 13px;
}
.sidebar-header-navigation button {
  display: block;
  width: 27px;
  height: 27px;
  padding: 0;
  border: 0;
  background: var(--theme-transparent);
}
.sidebar-header-navigation button svg {
  display: block;
  margin: 0 auto;
}
.sidebar-header-navigation button:focus {
  outline: none;
}
.sidebar-header-logo {
  display: flex;
  align-items: center;
}
.sidebar-header-logo-icon {
  flex: 0 0 27px;
  max-width: 27px;
}
.sidebar-header-logo-icon svg {
  display: block;
}
.sidebar-header-logo-text {
  padding-left: 8px;
  font-size: 17px;
  font-weight: 800;
}
.sidebar-autor {
  margin: 0 20px 22px;
}
.sidebar-autor-link {
  line-height: 1.2;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--theme-white);
  padding: 10px 14px 8px 12px;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.06);
}
.sidebar-autor-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-autor-image {
  flex: 0 0 33px;
  max-width: 33px;
  border: 1px solid var(--theme-yellow);
  height: 33px;
  border-radius: 50%;
  padding: 2px;
}
.sidebar-autor-image img {
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  object-fit: cover;
}
.sidebar-autor-content {
  padding-left: 10px;
  flex-grow: 1;
}
.sidebar-autor-name {
  display: block;
  font-weight: 800;
}
.sidebar-autor-phone {
  padding-top: 6px;
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.sidebar-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-navigation-icon {
  position: absolute;
  left: 20px;
  top: 12px;
  position: absolute;
}
.sidebar-navigation-number {
  background: var(--theme-white);
  position: absolute;
  right: 16px;
  top: 16px;
  color: var(--theme-primary);
  font-size: 10px;
  font-weight: bold;
  padding: 0 9px;
  line-height: 18px;
  height: 18px;
  border-radius: 9px;
}
.sidebar-navigation-number.red {
  background-color: var(--theme-red);
  color: var(--theme-white);
}
.sidebar-navigation-drop {
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-bottom: -10px;
  vertical-align: middle;
  padding: 0 10px;
  display: inline-block;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-navigation-drop svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.sidebar-navigation > li {
  margin-bottom: 0px;
}
.sidebar-navigation > li > a {
  font-weight: 400;
  font-size: 14px;
  display: block;
  position: relative;
  padding: 16px 50px 16px 56px;
}
.sidebar-navigation > li > a:before {
  content: "";
  position: absolute;
  width: 10px;
  left: -5px;
  top: 12px;
  bottom: 12px;
  background-color: var(--theme-yellow);
  border-radius: 0 5px 5px 0;
  opacity: 0;
}
.sidebar-navigation > li > a:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
.sidebar-navigation > li.active > a {
  background-color: rgba(255, 255, 255, 0.03);
}
.sidebar-navigation > li.active > a:before {
  opacity: 1;
}
.sidebar-navigation > li.opened > a .sidebar-navigation-drop {
  transform: rotate(180deg);
}
.sidebar-navigation > li.opened > ul {
  display: block;
}
.sidebar-navigation > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 2px;
}
.sidebar-navigation > li > ul li > a {
  color: #555;
  font-weight: 600;
  font-size: 12px;
  display: block;
  position: relative;
  padding: 16px 50px 16px 56px;
}
.sidebar-navigation > li > ul li > a:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
@media (min-width: 991.99px) {
  .sidebar-site.collapse {
    width: 66px;
  }
  .sidebar-site.collapse .sidebar-autor-content,
  .sidebar-site.collapse .sidebar-autor-drop,
  .sidebar-site.collapse .sidebar-header-logo,
  .sidebar-site.collapse .sidebar-navigation-drop,
  .sidebar-site.collapse .sidebar-navigation-number {
    display: none;
  }
  .sidebar-site.collapse .sidebar-header {
    justify-content: center;
  }
  .sidebar-site.collapse .sidebar-autor-link {
    display: flex;
    justify-content: center;
  }
  .sidebar-site.collapse .sidebar-header-navigation {
    padding: 0;
  }
  .sidebar-site.collapse .sidebar-autor {
    margin: 0 5px;
  }
  .sidebar-site.collapse .sidebar-navigation > li > a {
    height: 51px;
    font-size: 0;
    white-space: nowrap;
    width: 66px;
    overflow: hidden;
    padding-right: 0;
  }
  .sidebar-site.collapse .sidebar-navigation > li > ul {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .sidebar-site {
    transform: translateX(-101%);
  }
  .sidebar-site-mobile {
    display: block;
  }
  .navigation-open {
    overflow: hidden;
  }
  .navigation-open .sidebar-site {
    width: 100%;
    transform: translateX(0);
  }
}
.leads-title {
  margin-bottom: 0;
}
@media screen and (max-width: 574px) {
  .leads-title {
    display: none;
  }
}
.leads .text-input,
.popup .text-input {
  border: none;
  background-color: var(--theme-light-gray);
  border-radius: 10px;
  padding-left: 47px;
  padding-right: 13px;
  display: inline-block;
  height: 48px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.leads .text-input::placeholder,
.popup .text-input::placeholder {
  color: var(--theme-gray);
}
.leads .text-input:hover,
.popup .text-input:hover {
  background-color: #e6e6e6;
}
.leads .text-input:focus,
.popup .text-input:focus {
  background-color: var(--theme-light-gray);
}
.popup .text-input {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 660px) {
  .popup .blue-button svg {
    margin-right: 8px;
  }
  .popup .blue-button-title {
    display: inline !important;
  }
}
.square-buttons {
  display: flex;
}
.square-buttons-button {
  margin-right: 8px;
}
.square-buttons-button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 660px) {
  .square-buttons-button {
    margin-right: 10px;
  }
}
@media screen and (max-width: 350px) {
  .square-buttons-button {
    margin-right: 6px;
  }
}
.square-button {
  height: 48px;
  width: 48px;
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  border-radius: 10px;
  background-color: var(--theme-secondary);
  position: relative;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.square-button:disabled {
  opacity: 0.5;
}
.square-button:disabled:hover {
  background-color: var(--theme-secondary);
}
.square-button:focus {
  outline: none;
}
.square-button:hover {
  background-color: #dde4fc;
}
.square-button:hover .square-button-help {
  opacity: 1;
}
.square-button:active {
  background-color: #c8d4fc;
}
.square-button--empty {
  border: 1px solid #eeeeee;
  background-color: transparent;
}
.square-button--empty:hover {
  background-color: var(--theme-secondary);
}
.square-button--empty:active {
  background-color: #dde4fc;
}
.square-button-label {
  background: var(--theme-red);
  border: 1px solid var(--theme-white);
  color: var(--theme-white);
  height: 16px;
  min-width: 16px;
  padding: 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  position: absolute;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 7px;
  right: 5px;
}
.square-button-help {
  position: absolute;
  bottom: 60px;
  left: 0;
  background-color: var(--theme-white);
  border: 1px solid #f3f3f3;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 19px;
  color: #31394a;
  min-width: max-content;
  max-width: 200px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.blue-button {
  background: var(--theme-primary);
  border-radius: 10px;
  height: 48px;
  min-height: 48px;
  padding: 0 26px;
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: var(--theme-white);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.blue-button:disabled {
  background-color: #e3e3e4;
  color: #757b86;
}
.blue-button:disabled:hover {
  background-color: #e3e3e4;
}
.blue-button:disabled path {
  fill: #abacb2;
}
.blue-button .file-uploaded {
  display: none;
}
.blue-button.success {
  background-color: #f5fce8;
  border: 1px solid rgba(153, 220, 19, 0.5);
  color: #99dc13;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blue-button.success .file-uploaded {
  display: block;
}
.blue-button.success .file-upload {
  display: none;
}
.blue-button.success:active,
.blue-button.success:hover {
  background-color: #f5fce8;
}
.blue-button--light {
  background-color: var(--theme-secondary);
  color: var(--theme-primary);
}
.blue-button:hover {
  background-color: #4c78fc;
}
.blue-button:active {
  background-color: var(--theme-primary);
}
@media screen and (max-width: 1170px) {
  .blue-button {
    padding: 0 14px;
  }
}
.blue-button:focus {
  outline: none;
}
.blue-button svg {
  margin-right: 16px;
}
.custom-checkbox {
  margin: 0;
  cursor: pointer;
}
.custom-checkbox-hiden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.custom-checkbox-hiden:checked + .custom-checkbox-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cdefs/%3E%3Cpath fill='%233C68EC' d='M13 .5H3A2.5 2.5 0 00.5 3v10A2.5 2.5 0 003 15.5h10a2.5 2.5 0 002.5-2.5V3A2.5 2.5 0 0013 .5zM11.6 6l-3.8 5a.8.8 0 01-1.3 0l-2-2.6a.8.8 0 111.2-1l1.4 1.7L10.3 5a.8.8 0 011.3 1z'/%3E%3C/svg%3E");
  background-size: contain;
  border: none;
  background-position: center;
}
.custom-checkbox-check {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 15px;
  border: 2px solid #9a9fa7;
  border-radius: 2px;
  padding: 0;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-checkbox-check:hover {
  background-color: var(--theme-secondary);
}
.sort {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sort-button {
  border: none;
  background-color: transparent;
  width: 20px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cdefs/%3E%3Cpath fill='%23B7BABF' d='M5 .5l5 5H0l5-5z'/%3E%3C/svg%3E");
  background-size: 12px 5px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px 2px 0 0;
}
.sort-button:hover {
  background-color: var(--theme-secondary);
}
.sort-button--down {
  transform: rotate(180deg);
}
.sort-button:focus {
  outline: none;
}
.qualify {
  display: flex;
}
.qualify-label {
  border-radius: 1px;
  display: block;
  height: 16px;
  width: 5px;
  margin-right: 4px;
  background-color: #111;
}
.qualify-label--empty {
  background-color: #e8e8e8;
}
.leads-header {
  padding: 13px 0 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1170px) {
  .leads-header {
    padding-top: 11px;
  }
}
@media screen and (max-width: 574px) {
  .leads-header {
    padding-top: 0;
  }
}
.leads-header-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M12.5 11.5l3.2 3.2-1 1-3.2-3.2a6.8 6.8 0 111-1zm-1.5-.6A5.2 5.2 0 007.2 2a5.2 5.2 0 103.7 9h.1z' fill='%239C9C9C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 18px 50%;
  width: 247px;
  margin-right: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 700px) {
  .leads-header-input {
    margin-right: 8px;
  }
}
@media screen and (max-width: 574px) {
  .leads-header-input {
    margin-right: 0;
    width: 100%;
    margin-top: 0;
  }
}
.leads-header-right {
  margin-left: auto;
  display: flex;
}
.leads-header-blue-button {
  margin-left: 24px;
  z-index: 10;
}
@media screen and (max-width: 1170px) {
  .leads-header-blue-button {
    margin-left: 20px;
  }
}
@media screen and (max-width: 764px) {
  .leads-header-blue-button {
    margin-left: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 54px;
    min-height: 54px;
    width: 54px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .leads-header-blue-button .blue-button-title {
    display: none;
  }
  .leads-header-blue-button svg {
    margin: 0;
  }
}
.leads-header-buttons,
.leads-header-right {
  padding-top: 16px;
}
.leads-table {
  padding: 15px 20px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
}
.leads-table-row {
  width: 100%;
  display: grid;
  grid-template-columns: 38px minmax(130px, 272px) 118px 155px 130px minmax(
      200px,
      1fr
    );
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 14px 20px 22px;
}
.leads-table-row.checked {
  background-color: var(--theme-secondary);
}
@media screen and (max-width: 1170px) {
  .leads-table-row {
    padding: 23px 0;
    grid-template-columns: 27px minmax(130px, 193px) 80px 91px 68px minmax(
        200px,
        1fr
      );
  }
}
@media screen and (max-width: 660px) {
  .leads-table-row {
    grid-template-columns: 27px calc(30% - 27px) 45% 25%;
    row-gap: 18px;
  }
}
.leads-table-header {
  padding: 14px 14px 11px 22px;
}
@media screen and (max-width: 1170px) {
  .leads-table-header {
    padding: 14px 0 11px;
  }
}
@media screen and (max-width: 660px) {
  .leads-table-header {
    display: none;
  }
}
.leads-table-body {
  padding: 15px 0 0;
}
.leads-table-body .leads-table-row:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 660px) {
  .leads-table-body {
    padding: 0;
  }
}
.leads-table-td {
  padding-right: 10px;
  display: flex;
  align-items: center;
  min-width: min-content;
}
@media screen and (max-width: 660px) {
  .leads-table-td:nth-child(2) {
    grid-column: 2/5;
  }
  .leads-table-td:nth-child(3) {
    grid-column: 1/3;
  }
  .leads-table-td:nth-child(5) {
    padding-right: 0;
  }
  .leads-table-td:nth-child(6) {
    padding-right: 0;
    grid-column: 1/5;
  }
}
.leads-table-title {
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9a9fa7;
  margin-right: 12px;
}
@media screen and (max-width: 1170px) {
  .leads-table-title {
    font-size: 10px;
    margin-right: 5px;
  }
}
.leads-table-sort {
  align-self: stretch;
}
.leads-table-avatar {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 14px;
}
@media screen and (max-width: 1170px) {
  .leads-table-avatar {
    height: 24px;
    width: 24px;
  }
}
.leads-table-text {
  font-size: 15px;
  line-height: 18px;
  font-family: "Inter";
}
@media screen and (max-width: 1170px) {
  .leads-table-text {
    font-size: 13px;
    line-height: 15px;
  }
}
.leads-table-text--bold {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  font-family: "Inter",sans-serif;
}
@media screen and (max-width: 1170px) {
  .leads-table-text--bold {
    font-size: 13px;
    line-height: 18px;
  }
}
.leads-table-text--semi-bold {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  font-family: "Inter",sans-serif;
}
@media screen and (max-width: 1170px) {
  .leads-table-text--semi-bold {
    font-size: 12px;
    line-height: 16px;
  }
}
.leads-table-qualify {
  margin-left: 14px;
}
@media screen and (max-width: 1170px) {
  .leads-table-qualify {
    margin-left: 8px;
  }
}
.leads-table-notes svg {
  min-width: 20px;
  margin-right: 20px;
  margin-left: 13px;
  cursor: pointer;
}
.leads-table-notes svg.opened path {
  fill: var(--theme-primary);
}
.leads-table-notes svg path {
  transition: fill 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1170px) {
  .leads-table-notes svg {
    margin-left: 0;
  }
}
.sidebar-header.crm-sidebar-header {
  padding-bottom: 55px;
}
.leads-table-notes {
  position: relative;
}
.leads-table-notes-list {
  position: absolute;
  top: calc(50% + 18px);
  left: 11px;
  width: 281px;
  height: 315px;
  z-index: 2510;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1340px) {
  .leads-table-notes-list {
    left: -244px;
  }
}
@media screen and (max-width: 660px) {
  .leads-table-notes-list {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
  }
}
.leads-table-row:last-child .leads-table-notes-list,
.leads-table-row:nth-last-child(2) .leads-table-notes-list,
.leads-table-row:nth-last-child(3) .leads-table-notes-list {
  top: auto;
  bottom: 40px;
}
@media screen and (max-width: 660px) {
  .leads-table-row:last-child .leads-table-notes-list,
  .leads-table-row:nth-last-child(2) .leads-table-notes-list,
  .leads-table-row:nth-last-child(3) .leads-table-notes-list {
    bottom: 0;
  }
}
.notes-list {
  padding: 24px 0 24px 20px;
  background-color: var(--theme-white);
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 660px) {
  .notes-list {
    border-radius: 0;
    padding: 20px 0 20px 20px;
  }
}
.notes-list.shown {
  opacity: 1;
  pointer-events: all;
}
.notes-list-body {
  width: calc(100% - 2px);
  height: 200px;
  padding-right: 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column-reverse;
}
.notes-list-body::-webkit-scrollbar {
  width: 6px;
}
.notes-list-body::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.notes-list-body::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
@media screen and (max-width: 660px) {
  .notes-list-body {
    height: auto;
    max-height: calc(100vh - 104px);
  }
}
.notes-list-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #f1f1f1;
  padding: 16px 0;
}
.notes-list-item:first-child {
  border-bottom: none;
  padding-bottom: 0;
}
.notes-list-item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #111;
  padding-right: 10px;
  width: 70%;
  display: block;
}
.notes-list-item-date {
  width: 30%;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-family: "Inter";
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #111111;
  opacity: 0.4;
  text-align: right;
}
.notes-list-item-text {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: "Inter";
  font-size: 12px;
  line-height: 18px;
  color: var(--theme-gray);
  padding-top: 11px;
}
.notes-list .notes-list-input {
  margin-top: 20px;
  height: 44px;
  padding-left: 13px;
  width: calc(100% - 20px);
}
.notes-list-header {
  display: none;
  grid-template-columns: 40px 1fr 20px;
  grid-template-rows: 1fr 1fr;
  column-gap: 8px;
  padding-right: 20px;
}
@media screen and (max-width: 660px) {
  .notes-list-header {
    display: grid;
  }
}
.notes-list-avatar {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 0;
  grid-row: 1/3;
  grid-column: 1/2;
}
.notes-list-title {
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: var(--theme-text);
}
.notes-list-subtitle {
  grid-column: 2/3;
  grid-row: 2/3;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  color: var(--theme-gray);
}
.notes-list-close {
  opacity: 0.6;
  border: none;
  background-color: transparent;
  grid-column: 3/4;
  grid-row: 1/2;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.7L10.5.2l1.3 1.3L7.3 6l4.5 4.5-1.3 1.3L6 7.3l-4.5 4.5-1.3-1.3L4.7 6 .2 1.5 1.5.2 6 4.7z' fill='%231C2538'/%3E%3C/svg%3E");
}
.notes-list-close:focus {
  outline: none;
}
.popup {
  background: var(--theme-text);
  background-color: #1c253844;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 2510;
  display: none;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.4s ease-out;
}
.popup.opened {
  opacity: 1;
  pointer-events: all;
}
.popup.opened .popup-right {
  transform: none;
}
.popup-right {
  height: 100vh;
  width: 390px;
  position: fixed;
  right: 0;
  top: 0;
  background-color: var(--theme-white);
  padding: 25px 20px 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(100%);
  overflow-y: auto;
}
.popup-right::-webkit-scrollbar {
  width: 6px;
}
.popup-right::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.popup-right::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
@media screen and (max-width: 660px) {
  .popup-right {
    width: 100%;
  }
}
.popup-right-blue-button {
  height: 41px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-top: auto;
}
.popup-right-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-right-close {
  height: 20px;
  width: 20px;
  background-position: center;
}
.popup-right-title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #111;
}
.popup-right-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
.popup-right-file {
  width: 100%;
  height: 41px;
  border-radius: 10px;
  background-color: var(--theme-secondary);
  color: var(--theme-primary);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-right-file:hover {
  background-color: var(--theme-tertiary);
}
.popup-right-file.uploaded {
  background-color: #f5fce8;
  border: 1px solid rgba(153, 220, 19, 0.5);
  color: #99dc13;
}
.popup-right-file.uploaded .file-uploaded {
  display: block;
}
.popup-right-file.uploaded .file-upload {
  display: none;
}
.popup-right-file svg {
  margin-right: 13px;
}
.popup-right-file .file-uploaded {
  display: none;
}
.popup-right-file input[type="file"] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0;
  height: 0;
}
.popup-right-file .label {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
}
.popup-right-separate {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #9a9fa7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
.popup-right-separate:after,
.popup-right-separate:before {
  display: inline-block;
  content: "";
  height: 1px;
  flex: 1;
  background-color: #f1f1f1;
}
.popup-right-separate:before {
  margin-right: 10px;
}
.popup-right-separate:after {
  margin-left: 10px;
}
.popup-right-input.text-input {
  padding-left: 16px;
  height: 44px;
  min-height: 44px;
  margin-bottom: 12px;
}
.popup-right-input.text-input::placeholder {
  color: var(--theme-quaternary);
}
.popup-right-select {
  margin-bottom: 12px;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
  font-family: "Inter";
}
.popup-right-select:hover {
  background-color: #e6e6e6;
}
.popup-right-textarea.text-input {
  resize: none;
  padding: 12px 16px;
  height: auto;
}
.popup-right-bottom {
  padding: 15px 30px;
  box-shadow: 0px -1px 20px rgba(211, 211, 211, 0.2);
}
@media screen and (max-width: 660px) {
  .popup-right-bottom {
    padding: 15px 20px;
  }
}
.popup-right-middle-selects {
  height: calc(100% - 80px - 78px);
  overflow-y: auto;
  padding: 48px 30px;
}
@media screen and (max-width: 660px) {
  .popup-right-middle-selects {
    padding: 0 20px 10px;
  }
}
.popup-right-middle-selects::-webkit-scrollbar {
  width: 6px;
}
.popup-right-middle-selects::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.popup-right-middle-selects::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
#add-lead-success {
  width: 100%;
  display: none;
  transition: opacity 0.3s ease-out;
  margin-top: 10px;
}
#add-lead-success label {
  justify-content: flex-start;
  padding: 0 20px;
  cursor: default;
  color: #111;
  font-weight: 300;
}
#undo-new-lead {
  margin-left: auto;
  border: none;
  background-color: transparent;
  padding: 0;
  font-weight: 700;
  color: #99dc13;
  padding-left: 10px;
}
#filters .popup-right {
  width: 400px;
  padding: 0;
  justify-content: space-between;
}
@media screen and (max-width: 660px) {
  #filters .popup-right {
    width: 100%;
  }
}
#filters .popup-right-header {
  padding: 30px 25px 30px;
  box-shadow: 0px 1px 20px rgba(211, 211, 211, 0.2);
}
@media screen and (max-width: 660px) {
  #filters .popup-right-header {
    padding: 20px;
    box-shadow: none;
  }
}
#filters .popup-right-bottom {
  display: flex;
  justify-content: space-between;
}
#filters .popup-right-bottom button {
  height: 48px;
  width: 48%;
}
.accord {
  margin-bottom: 20px;
}
.accord:last-child {
  margin-bottom: 0;
}
.accord-header.text-input {
  height: 52px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
}
.accord-header.text-input.opened .accord-icon {
  transform: rotate(180deg);
}
.accord-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #111;
}
.accord-icon {
  height: 20px;
  width: 20px;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 8'%3E%3Cdefs/%3E%3Cpath fill='%23000' d='M6.2 5L10.3.9 11.5 2 6.2 7.3 1 2 2.1 1l4.1 4z'/%3E%3C/svg%3E");
}
.accord-body {
  display: flex;
  flex-direction: column;
  height: 0;
  overflow-y: hidden;
  transition: height 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.accord-list {
  padding: 27px 0 0;
}
.accord-item {
  width: 100%;
  display: flex;
  padding: 10px 0;
}
.accord-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.accord-item.select.popup-right-select {
  margin: 10px 0;
  height: 46px;
  min-height: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 14'%3E%3Cdefs/%3E%3Cpath fill='%239A9FA7' fill-rule='evenodd' d='M8.2 4.6l-4-4-4 4h8zm0 5l-4 4-4-4h8z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 12px 17px;
}
.accord-item-text {
  padding-left: 14px;
  font-style: normal;
  font-weight: normal;
  font-family: "Inter";
  font-size: 14px;
  line-height: 16px;
  color: #111;
}
.popup-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  background-color: var(--theme-white);
  border-radius: 10px;
  padding: 40px 36px 36px;
  display: flex;
  flex-direction: column;
  overflow-y: visible;
  min-height: max-content;
  max-height: 90vh;
  overflow-y: auto;
}
.popup-center::-webkit-scrollbar {
  width: 6px;
}
.popup-center::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.popup-center::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
@media screen and (max-width: 660px) {
  .popup-center {
    transform: none;
    height: 100%;
    max-height: 100vh;
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    padding: 20px;
    overflow-y: auto;
  }
}
.popup-center-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
}
.popup-center-form {
  padding-top: 26px;
  flex: 1;
}
.popup-center-form.add-task-form {
  padding-top: 23px;
}
.popup-center-select {
  font-size: 14px;
  margin-bottom: 16px;
  font-family: "Inter";
}
.popup-center-submit {
  margin-top: 15px;
  height: 48px;
  width: 180px;
  margin-left: auto;
}
@media screen and (max-width: 660px) {
  .popup-center-submit {
    margin-top: auto;
    margin-left: 0;
    width: 100%;
  }
}
.popup-center-textarea {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 18px 15px;
}
.popup-center-dates {
  display: flex;
  justify-content: space-between;
}
.popup-center-dates input[type="date"] {
  font-family: "Inter";
  width: 202px;
  height: 44px;
  border: none;
  background-color: var(--theme-light-gray);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 8px 0 15px;
  font-size: 14px;
  color: var(--theme-text);
}
@media screen and (max-width: 660px) {
  .popup-center-dates input[type="date"] {
    width: 100px;
  }
}
.popup-center-dates .select {
  flex: 1;
  margin-left: 12px;
}
.popup-center-attachment {
  padding-top: 15px;
}
.popup-center-attachment-title {
  display: inline-block;
  padding-bottom: 18px;
}
.popup-center-file {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: transparent;
  color: #9a9fa7;
  border: 1px dashed #e3e3e4;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  font-family: "Inter";
}
.popup-center-file:hover {
  background-color: var(--theme-tertiary);
}
.popup-center-file.uploaded {
  background-color: #f5fce8;
  border: 1px solid rgba(153, 220, 19, 0.5);
  color: #99dc13;
}
.popup-center-file.uploaded .file-uploaded {
  display: block;
}
.popup-center-file.uploaded .file-upload {
  display: none;
}
.popup-center-file svg {
  margin-right: 10px;
}
.popup-center-file .file-uploaded {
  display: none;
}
.popup-center-file input[type="file"] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0;
  height: 0;
}
.popup-center-file .label {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}
.checklist {
  padding-top: 19px;
}
.checklist-check {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.checklist-check-hiden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.checklist-check-hiden:checked ~ .custom-checkbox-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cdefs/%3E%3Cpath fill='%233C68EC' d='M13 .5H3A2.5 2.5 0 00.5 3v10A2.5 2.5 0 003 15.5h10a2.5 2.5 0 002.5-2.5V3A2.5 2.5 0 0013 .5zM11.6 6l-3.8 5a.8.8 0 01-1.3 0l-2-2.6a.8.8 0 111.2-1l1.4 1.7L10.3 5a.8.8 0 011.3 1z'/%3E%3C/svg%3E");
  background-size: contain;
  border: none;
  background-position: center;
}
.checklist-check-hiden:checked ~ .checklist-text {
  text-decoration: line-through;
}
.checklist-check .custom-checkbox-check {
  width: 18px;
  height: 18px;
}
.checklist-title {
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9a9fa7;
}
.checklist-list {
  list-style: none;
  padding: 18px 0 0;
}
.checklist-item {
  width: 100%;
  margin-bottom: 21px;
}
.checklist-item:last-child {
  margin-bottom: 0;
}
.checklist-text {
  font-style: normal;
  font-weight: normal;
  font-family: "Inter";
  font-size: 14px;
  line-height: 16px;
  color: #111;
}
.add-task-submit {
  margin-top: 37px;
  height: 48px;
}
.merge-leads-form {
  padding-top: 39px;
}
.merge-leads-form-search {
  padding-top: 30px;
  position: relative;
}
.merge-leads-form-search .found-lead {
  margin-top: 8px;
  display: none;
  border-color: var(--theme-primary);
}
.merge-leads-submit {
  margin-top: 56px;
}
@media screen and (max-width: 660px) {
  .merge-leads-submit {
    margin-top: auto;
  }
}
.merge-leads-submit.success .plus {
  display: none;
}
.lead-search-title {
  display: block;
}
.lead-search-input {
  width: 100%;
}
@media screen and (max-width: 660px) {
  .lead-search-input {
    margin-top: 20px;
  }
}
.lead-search-result {
  position: absolute;
  top: 119px;
  left: 0;
  background-color: var(--theme-white);
  border-radius: 10px;
  width: 100%;
  display: none;
}
.lead-search-result .lead-item-card {
  margin-top: -1px;
  border-radius: 0;
  cursor: pointer;
}
.lead-search-result .lead-item-card:hover {
  background-color: rgba(236, 240, 254, 0.5);
}
.lead-search-result .lead-item-card:first-child {
  border-radius: 10px 10px 0 0;
}
.lead-search-result .lead-item-card:last-child {
  border-radius: 0 0 10px 10px;
}
.lead-item-card {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e4;
  box-sizing: border-box;
  border-radius: 10px;
}
.lead-item-card-qualify {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 660px) {
  .lead-item-card-qualify .leads-table-text {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .lead-item-card-avatar {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.lead-item-card-text {
  padding-right: 10px;
}
.lead-item-card-name {
  font-style: normal;
  font-weight: normal;
  font-family: "Inter";
  font-size: 14px;
  line-height: 16px;
  color: #111;
}
.lead-item-card-value {
  font-style: normal;
  font-weight: normal;
  font-family: "Inter";
  font-size: 12px;
  line-height: 14px;
  color: #9a9fa7;
  padding-top: 4px;
}
.chat {
  width: 857px;
  padding: 0;
  background-color: #fcfcfc;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 857px) {
  .chat {
    width: 100%;
  }
}
.chat-send {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 41px;
  height: 38px;
  min-height: 38px;
  min-width: 85px;
}
.chat-send svg {
  min-width: 16px;
  margin-right: 8px;
}
.chat-input {
  width: 100%;
}
@media screen and (max-width: 660px) {
  .chat-input {
    margin-bottom: 0 !important;
  }
}
.chat-header {
  padding: 20px 24px;
  background-color: var(--theme-white);
  display: grid;
  grid-template-columns: 1fr 286px 20px;
  column-gap: 24px;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .chat-header {
    grid-template-columns: 1fr 1fr 20px;
    grid-template-rows: 75px 54px;
    padding: 0;
    background-color: var(--theme-primary);
  }
}
.chat-header-avatar {
  height: 40px;
  width: 40px;
  min-width: 40px;
}
@media screen and (max-width: 660px) {
  .chat-header-avatar {
    height: 35px;
    width: 35px;
    min-width: 35px;
  }
}
.chat-header-name {
  font-size: 15px;
  line-height: 20px;
}
@media screen and (max-width: 660px) {
  .chat-header-name {
    color: var(--theme-white);
  }
}
.chat-header-status {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  margin-left: 6px;
  background-color: var(--theme-red);
}
.chat-header-status.online {
  background-color: #99dc13;
}
@media screen and (max-width: 660px) {
  .chat-header-status {
    display: none;
  }
}
.chat-header-user {
  cursor: pointer;
}
@media screen and (max-width: 660px) {
  .chat-header-user {
    grid-column: 1/4;
    padding-left: 24px;
    display: flex;
    align-items: center;
  }
}
.chat-header-user .back-to-chat {
  display: none;
}
@media screen and (max-width: 660px) {
  .chat-header-user .back-to-chat {
    display: block;
    margin-right: 16px;
  }
}
.chat-header-close {
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 660px) {
  .chat-header-close {
    display: none;
  }
}
.chat-header-tabs {
  padding: 5px;
  background-color: #f9f9f9;
  display: flex;
  list-style: none;
  border-radius: 6px;
  margin: 0;
}
@media screen and (max-width: 660px) {
  .chat-header-tabs {
    grid-row: 2/3;
    grid-column: 1/4;
    justify-content: space-between;
    background-color: var(--theme-white);
    padding: 0 21px;
    height: 54px;
    border-radius: 0;
  }
}
.chat-header-tab {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.chat-header-tab svg {
  margin-right: 11px;
}
@media screen and (max-width: 660px) {
  .chat-header-tab svg {
    margin-right: 6px;
  }
}
.chat-header-tab.current {
  background-color: var(--theme-white);
}
@media screen and (max-width: 660px) {
  .chat-header-tab.current {
    border-radius: 0;
    border-bottom: 3px solid #111;
  }
}
.chat-header-tab.current.all {
  border-color: #99dc13;
}
.chat-header-tab.current.facebook {
  border-color: var(--theme-primary);
}
.chat-header-tab.current.sms {
  border-color: var(--theme-yellow);
}
.chat-header-tab.current.email {
  border-color: var(--theme-red);
}
.chat-body {
  padding: 17px 0;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column-reverse;
  max-height: 100%;
}
.chat-body::-webkit-scrollbar {
  width: 6px;
}
.chat-body::-webkit-scrollbar-track {
  background-color: #fcfcfc;
}
.chat-body::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
.chat-body-separate {
  padding: 10px 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.chat-message {
  display: flex;
  padding: 10px 20px;
}
.chat-message-content {
  padding: 0;
  max-width: 280px;
  justify-content: flex-start;
  border-bottom: none;
}
.chat-message-title {
  width: max-content;
  max-width: 250px;
}
.chat-message-date {
  width: auto;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
}
.chat-message-text {
  padding-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 21px;
}
.chat-message-buttons {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.chat-message-button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--theme-gray);
  padding: 0;
  margin-right: 20px;
}
.chat-message-button svg {
  height: 18px;
  width: 18px;
  min-width: 18px;
  margin-right: 5px;
}
.chat-footer {
  background-color: var(--theme-white);
  padding: 20px;
  box-shadow: 0px -1px 20px rgba(129, 129, 129, 0.1);
}
@media screen and (max-width: 660px) {
  .chat-footer {
    padding: 15px 20px 20px;
  }
}
.chat-footer-latest {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cdefs/%3E%3Cpath fill='%238A8B93' d='M5 3.8L8.3.5l1 1L5 5.6.8 1.4l.9-1L5 3.9z'/%3E%3C/svg%3E");
  background-size: 8px 5px;
  background-position: 100% 50%;
  padding: 0 20px 0 0 !important;
  background-repeat: no-repeat;
}
.chat-footer-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.chat-footer-tag {
  border-radius: 30px;
  border: none;
  outline: none;
  background-color: var(--theme-light-gray);
  padding: 8px 14px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .chat-footer-tag {
    padding: 0;
    margin-right: 4px;
    background-color: transparent;
  }
}
.chat-footer-tag svg {
  margin-right: 8px;
}
.chat-footer-tag-select {
  margin-left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cdefs/%3E%3Cpath fill='%238A8B93' d='M5 3.8L8.3.5l1 1L5 5.6.8 1.4l.9-1L5 3.9z'/%3E%3C/svg%3E");
  width: 8px;
  height: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.chat-footer-buttons {
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-footer-right-buttons {
  display: flex;
}
.chat-footer-left-buttons {
  display: flex;
  align-items: center;
}
.chat-footer-left-buttons .add-action-form-option {
  margin-bottom: 0;
}
.chat-footer-left-button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin-right: 30px;
  padding: 10px 0;
}
.chat-footer-left-button-wrap {
  position: relative;
}
.chat-footer-left-button-wrap .emotions-panel {
  left: 0;
  bottom: 100%;
  top: auto;
}
@media screen and (max-width: 660px) {
  .chat-footer-left-button {
    margin-right: 18px;
  }
}
.chat-footer-left-button:focus {
  outline: none;
}
.chat-footer-left-button svg {
  height: 22px;
  width: 22px;
  object-fit: contain;
}
@media screen and (max-width: 660px) {
  .chat-footer-left-button svg {
    height: 16px;
    width: 16px;
  }
}
.chat-footer-left-button:hover path {
  fill: var(--theme-primary);
}
@media screen and (max-width: 660px) {
  .chat-send {
    min-width: auto;
    width: 40px;
    height: 36px;
    min-height: 36px;
  }
  .chat-send svg {
    margin-right: 0;
  }
}
@media screen and (max-width: 660px) {
  .chat-send .blue-button-title {
    display: none;
  }
}
.profile {
  display: none;
  position: static;
  width: 370px;
  min-width: 370px;
  background-color: var(--theme-white);
  border-left: 1px solid var(--theme-tertiary);
  border-right: 1px solid var(--theme-tertiary);
  padding: 0;
  max-height: 100%;
  overflow-y: auto;
}
.profile .chat-header-name {
  color: #111;
}
@media screen and (max-width: 660px) {
  .profile {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    min-width: auto;
  }
}
.profile::-webkit-scrollbar {
  width: 6px;
}
.profile::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.profile::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
.profile-header {
  display: flex;
  height: 75px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
}
.profile-header-user {
  display: flex;
  align-items: center;
}
.profile-header-name {
  padding-top: 8px;
}
.profile-header-mail {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: var(--theme-text);
  opacity: 0.5;
}
.profile-header-status {
  margin-left: 10px;
  margin-bottom: 10px;
}
.profile-header-buttons {
  display: flex;
}
.profile-header-edit {
  width: 26px;
  height: 26px;
  background-color: #3c68ec11;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: none;
  margin-right: 10px;
}
.profile-header-edit:focus {
  outline: none;
}
.profile-top {
  padding: 24px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-top-label {
  background: #99dc1322;
  padding: 4px 9px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--theme-green);
}
.profile-top-buttons {
  padding: 23px 0 25px;
}
.profile-top-button {
  width: 36px;
  height: 36px;
  background: #1c253811;
  border-radius: 18px;
  border: none;
  margin-right: 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.profile-top-button svg {
  height: 13px;
  width: 13px;
  object-fit: contain;
}
.profile-top-button:last-child {
  margin-right: 0;
}
.profile-top-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: var(--theme-light-gray);
  border-radius: 10px;
}
.profile-top-tab {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  padding: 11px;
  width: 160px;
}
@media screen and (max-width: 370px) {
  .profile-top-tab {
    width: 140px;
  }
}
@media screen and (max-width: 340px) {
  .profile-top-tab {
    width: 120px;
  }
}
.profile-top-tab-text {
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  color: var(--theme-gray);
}
.profile-top-tab:focus {
  outline: none;
}
.profile-top-tab svg {
  height: 12px;
  width: 12px;
  object-fit: contain;
  margin-right: 12px;
}
.profile-top-tab path {
  fill: var(--theme-quaternary);
}
.profile-top-tab.selected {
  background: var(--theme-white);
}
.profile-top-tab.selected path {
  fill: var(--theme-primary);
}
.profile-top-tab.selected .profile-top-tab-text {
  color: var(--theme-primary);
}
.profile-details-item {
  padding: 23px 20px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile-details-item:last-child {
  border-bottom: none;
}
.profile-details-item-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--theme-quaternary);
  display: inline-block;
  width: 100%;
}
.profile-details-select {
  margin-top: 11px;
  margin-bottom: 0;
}
.profile-details-input.text-input {
  margin-top: 11px;
  height: 42px;
  padding-left: 15px;
  width: 100%;
}
.profile-details-input.text-input.short {
  width: 48%;
}
.profile-details-input.text-input.phone {
  padding-left: 56px;
  position: relative;
  background-position: 12px center;
  background-size: auto 32px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 32'%3E%3Cdefs/%3E%3Cpath stroke='%23fff' d='M30.5 32V0'/%3E%3Cpath fill='%231C2538' d='M4.6 15.7h2.8v1.2H4.6V20H3.3v-3.1H.5v-1.2h2.8v-3h1.3v3zm8.3 5.3h-1.2v-8.4l-2.6 1v-1.2l3.6-1.4h.2v10z'/%3E%3C/svg%3E");
}
.profile-details-textarea {
  width: 100%;
  margin-top: 11px;
}
.profile-activities-header {
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
}
.profile-activities-select.select {
  background: unset;
  background-image: url(../images/select.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 10px 6px;
  border: none;
  height: auto;
  width: auto;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  padding-right: 27px;
}
.profile-activities-body {
  padding: 0 20px 20px;
}
.profile-activities-item {
  border: 1px solid #e3e3e4;
  border-radius: 10px;
  padding: 13px 15px 17px;
  margin-bottom: 15px;
}
.profile-activities-item-header {
  display: flex;
  padding-bottom: 12px;
}
.profile-activities-item-type {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #9a9fa7;
  padding-left: 5px;
  padding-right: 10px;
}
.profile-activities-item-time {
  margin-left: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #9a9fa7;
}
.profile-activities-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  display: block;
  padding-bottom: 6px;
}
.profile-activities-item-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #9a9fa7;
}
.profile-activities-item-description .black {
  color: #111;
}
.profile-activities-item-description.blue {
  color: var(--theme-primary);
  font-weight: 500;
}
.profile-activities-item-description.blue svg {
  margin-right: 6px;
}
.profile-activities-item-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.profile-activities-item-sep {
  display: block;
  height: 2px;
  width: 2px;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin: 0 6px;
}
.profile-activities-item-avatars {
  display: flex;
}
.profile-activities-item-avatar {
  height: 20px;
  width: 20px;
  object-fit: cover;
  margin-right: 4px;
  cursor: pointer;
}
.profile-activities-item-add-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e3e3e4;
  height: 20px;
  min-width: 20px;
  border-radius: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #9a9fa7;
}
.profile-activities-item-progress {
  width: 100%;
  padding-top: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #111;
  display: flex;
  align-items: center;
}
.profile-activities-item-progressbar {
  flex: 1;
  margin-right: 10px;
  height: 4px;
  background-color: #fff5e3;
}
.profile-activities-item-progressbar-done {
  background-color: #ffbf4b;
  height: 100%;
}
.profile-activities-day {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9a9fa7;
  padding: 15px 0;
  width: max-content;
  padding-right: 20px;
  background-image: url(../images/select.svg);
  background-repeat: no-repeat;
  background-position: 100% 46%;
  background-size: 10px 6px;
}
.show-profile {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 870px) {
  .show-profile .chat-send {
    min-width: auto;
    width: 40px;
    height: 36px;
    min-height: 36px;
  }
  .show-profile .chat-send svg {
    margin-right: 0;
  }
}
@media screen and (max-width: 870px) {
  .show-profile .chat-send .blue-button-title {
    display: none;
  }
}
.show-profile .chat {
  position: static;
  width: 487px;
}
@media screen and (max-width: 870px) {
  .show-profile .chat-footer {
    padding: 15px 20px 20px;
  }
}
@media screen and (max-width: 870px) {
  .show-profile .chat-footer-tag {
    padding: 0;
    margin-right: 4px;
    background-color: transparent;
  }
}
@media screen and (max-width: 870px) {
  .show-profile .chat-footer-left-button {
    margin-right: 18px;
  }
}
@media screen and (max-width: 870px) {
  .show-profile .chat-footer-left-button svg {
    height: 16px;
    width: 16px;
  }
}
.show-profile .chat-header {
  grid-template-columns: 1fr 1fr 40px;
  grid-template-rows: 75px 54px;
  padding: 0;
}
.show-profile .chat-header-user {
  grid-column: 1/3;
  padding-left: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.show-profile .chat-header-tabs {
  grid-row: 2/3;
  grid-column: 1/4;
  justify-content: space-between;
  background-color: var(--theme-white);
  padding: 0 21px;
  height: 54px;
  border-radius: 0;
}
.show-profile .chat-header-tab {
  width: 20%;
}
.show-profile .chat-header-tab svg {
  margin-right: 6px;
}
.show-profile .chat-header-tab.current {
  border-radius: 0;
  border-bottom: 3px solid #111;
}
.show-profile .chat-header-tab.current.all {
  border-color: #99dc13;
}
.show-profile .chat-header-tab.current.facebook {
  border-color: var(--theme-primary);
}
.show-profile .chat-header-tab.current.sms {
  border-color: var(--theme-yellow);
}
.show-profile .chat-header-tab.current.email {
  border-color: var(--theme-red);
}
.show-profile .profile {
  display: flex;
}
.lead-chat-toggle {
  cursor: pointer;
}
.chat-footer-tag-select-replace {
  width: auto;
  border-radius: 10px;
  height: auto !important;
  border: none;
  background: var(--theme-light-gray);
  padding: 0 !important;
  padding-right: 34px !important;
  font-size: 14px;
  color: var(--theme-text);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}
.task-view-toggle {
  cursor: pointer;
}
.task-view-buttons {
  padding-bottom: 20px;
  display: flex;
}
.task-view-buttons-watch {
  margin-right: 10px;
}
.task-view-buttons-trash {
  background-color: #feeeef;
}
.task-view-buttons-done {
  margin-left: auto;
  width: auto;
  padding: 0 19px;
  background-color: #f5fce8;
}
.task-view-buttons-done span {
  padding-left: 8px;
  color: var(--theme-green);
}
.lead-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.lead-button {
  width: max-content;
  padding: 0;
  border: none;
  background-color: transparent;
}
.lead-button:focus {
  outline: none;
}
.lead-button svg {
  height: 17px;
  margin: 0 !important;
}
.lead-button:first-of-type {
  margin-right: 20px;
}
.note-list-for-tasks {
  left: auto;
  right: 50px;
}
@media screen and (max-width: 660px) {
  .note-list-for-tasks {
    right: 0;
  }
}
.add-a-task-button {
  min-width: 193px;
}
@media screen and (max-width: 1170px) {
  .add-a-task-button {
    min-width: 130px;
    margin-left: 8px;
  }
  .add-a-task-button svg {
    margin-right: 4px;
  }
}
@media screen and (max-width: 764px) {
  .add-a-task-button {
    min-width: 54px;
  }
}
.tasks-empty-button {
  margin-left: 8px;
}
.leads-table-header.tasks {
  padding-top: 16px;
}
.sort-button.tasks {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cdefs/%3E%3Cpath fill='%23828289' d='M5 3.8L8.3.5l1 1L5 5.6.8 1.4l.9-1L5 3.9z'/%3E%3C/svg%3E");
}
.leads-table-title.tasks {
  margin-right: 5px;
}
.leads-table-row.tasks {
  grid-template-columns: 43px minmax(160px, 1fr) 189px 230px 230px 125px;
}
@media screen and (max-width: 1300px) {
  .leads-table-row.tasks {
    grid-template-columns: 43px minmax(160px, 1fr) minmax(100px, 189px) minmax(
        150px,
        235px
      ) minmax(150px, 246px) 105px;
  }
}
@media screen and (max-width: 990px) {
  .leads-table-row.tasks {
    grid-template-columns: 28px minmax(120px, 1fr) minmax(94px, 189px) minmax(
        120px,
        235px
      ) minmax(120px, 246px) minmax(50px, 105px);
  }
}
@media screen and (max-width: 660px) {
  .leads-table-row.tasks {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 28px 1fr 70px;
  }
  .leads-table-row.tasks .leads-table-td:nth-child(4) {
    grid-row: 3/4;
    grid-column: 1/4;
  }
  .leads-table-row.tasks .leads-table-td:nth-child(5) {
    grid-row: 4/5;
    grid-column: 1/4;
  }
  .leads-table-row.tasks .leads-table-td:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .leads-table-row.tasks .leads-table-td:nth-child(6) {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}
.leads-table-body.tasks {
  padding-top: 0;
}
.leads-table-text.tasks {
  font-size: 14px;
  line-height: 21px;
}
.leads-table-notes.tasks svg {
  min-width: 20px;
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
}
.sort-tasks-select.select {
  margin-right: 9px;
  height: 48px;
  padding-right: 75px;
  background-position: 85% 50%;
  padding-left: 20px;
  font-weight: 500;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 1170px) {
  .sort-tasks-select.select {
    margin-right: 0;
  }
}
@media screen and (max-width: 990px) {
  .sort-tasks-select.select {
    padding-right: 42px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 660px) {
  .sort-tasks-select.select {
    flex: 1;
  }
}
@media screen and (max-width: 1170px) {
  .leads-header-input.tasks {
    margin-right: 8px;
    width: 160px;
  }
}
@media screen and (max-width: 990px) {
  .leads-header-input.tasks {
    width: 240px;
  }
}
@media screen and (max-width: 660px) {
  .leads-header-input.tasks {
    width: 100%;
    margin-right: 0;
  }
}
.leads-table-row.tasks.checked .leads-table-td:nth-child(2) .leads-table-text {
  text-decoration: line-through;
}
.task-snooze-popup {
  position: absolute;
  right: 50px;
  top: 58px;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 15px;
  background-color: var(--theme-white);
  width: 214px;
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
  justify-content: space-between;
  display: none;
  cursor: default;
}
@media screen and (max-width: 764px) {
  .task-snooze-popup {
    left: auto;
    right: 50px;
  }
}
.task-snooze-popup-title {
  text-align: left;
  width: 100%;
  padding: 0;
  display: block;
  padding-bottom: 11px;
}
.task-snooze-popup-time {
  width: 104px;
  height: 42px;
  background: #fefefe;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
}
.task-snooze-popup-time::-webkit-calendar-picker-indicator {
  display: none;
}
.task-snooze-popup-daytime.select {
  height: 42px;
  background: #fefefe;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  width: 64px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cdefs/%3E%3Cpath fill='%23828289' d='M5 3.8L8.3.5l1 1L5 5.6.8 1.4l.9-1L5 3.9z'/%3E%3C/svg%3E");
  background-position: 86% 50%;
  background-repeat: no-repeat;
  background-size: 10px 8px;
  padding: 0 8px;
}
.task-snooze-popup-date {
  height: 42px;
  background: #fefefe;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  margin-top: 13px;
  padding: 0 8px;
}
#task-snooze.opened,
#task-snooze:active,
#task-snooze:hover {
  background-color: transparent;
}
#task-snooze.opened svg,
#task-snooze:active svg,
#task-snooze:hover svg {
  pointer-events: none;
}
#task-snooze.opened path,
#task-snooze:active path,
#task-snooze:hover path {
  fill: var(--theme-primary);
}
#task-snooze.opened .task-snooze-popup {
  display: flex;
}
.files-list {
  display: none;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.files-list-item {
  display: flex;
  margin: 5px 16px 5px 0;
}
.files-list-item:last-child {
  margin-right: 0;
}
.files-list-item-icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.files-list-item-icon img {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 10px;
  object-fit: cover;
}
.files-list-item-icon svg {
  height: 18px;
  width: 18px;
  object-fit: contain;
  margin-right: 0;
}
.files-list-item-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #111;
  height: 40px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2px 0 14px;
}
.files-list-item-remove {
  height: 20px;
  width: 20px;
  border: none;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 10'%3E%3Cdefs/%3E%3Cpath fill='%23ABACB2' d='M5 4L8.3.9l1 .9L5.8 5l3.3 3.3-.9 1L5 5.8 1.7 9.2l-1-.9L4.2 5 .8 1.7l.9-1L5 4.2z'/%3E%3C/svg%3E");
  background-size: 8px 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.files-list-item-remove:focus {
  outline: none;
}
.popup-center-file.show-list {
  justify-content: flex-start;
  padding: 5px 10px;
  height: auto;
}
.popup-center-file.show-list label {
  justify-content: flex-start;
}
.popup-center-file.show-list:hover {
  background-color: transparent;
}
.popup-center-file.show-list .files-list {
  display: flex;
}
.popup-center-file.show-list .title {
  display: none;
}
.popup-center-file.show-list .file-upload {
  display: none;
}
.remove-current-task {
  margin-top: -2px;
}
.leads-table-td.leads-table-notes.tasks svg {
  margin-right: 24px;
  height: 17px;
}
@media screen and (max-width: 1170px) {
  .leads-table-td.leads-table-notes.tasks svg {
    margin-right: 10px;
    height: 14px;
  }
}
.leads-table-td.leads-table-notes.tasks svg:last-child {
  margin-right: 0;
}
.leads-table-td.leads-table-notes.tasks svg:last-child path {
  fill: var(--theme-red);
}
.leads-table-td.leads-table-notes.tasks svg path {
  fill: #757680;
}
.add-task-on-page-submit,
.edit-task-on-page-submit {
  margin-top: auto;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.add-column-form {
  padding-top: 35px;
}
.add-column-submit {
  margin-top: 0;
}
@media screen and (max-width: 660px) {
  .add-column-submit {
    margin-top: auto;
  }
}
.add-lead-pipeline {
  display: block;
  width: 100%;
}
#add-new-lead-pipeline .popup-right {
  width: 360px;
}
@media screen and (max-width: 660px) {
  #add-new-lead-pipeline .popup-right {
    width: 100%;
  }
}
#add-new-lead-pipeline .popup-right-header {
  padding-bottom: 25px;
}
#add-new-lead-pipeline .popup-right-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
}
#add-new-lead-pipeline .text-input {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px;
}
#add-new-lead-pipeline .lead-item-card {
  margin-top: -1px;
  border-radius: 0;
  cursor: pointer;
}
#add-new-lead-pipeline .lead-item-card:hover {
  background-color: rgba(236, 240, 254, 0.5);
}
#add-new-lead-pipeline .lead-item-card:first-child.lead-item-card:last-child {
  border-radius: 10px;
}
#add-new-lead-pipeline .lead-item-card:first-child {
  border-radius: 10px 10px 0 0;
}
#add-new-lead-pipeline .lead-item-card:last-child {
  border-radius: 0 0 10px 10px;
}
#add-new-lead-pipeline .pipeline-column-button {
  max-width: 100% !important;
}
.pipeline-lead-search-result {
  padding-top: 7px;
}
.add-lead-pipeline-buttons {
  margin-top: auto;
}
.add-lead-pipeline-buttons button[disabled]:hover span {
  color: #757b86;
}
.add-lead-pipeline-buttons button[disabled]:hover path {
  fill: #abacb2;
}
.add-lead-pipeline-buttons button:last-child {
  margin-top: 0;
}
@media screen and (max-width: 574px) {
  .add-lead-pipeline-title {
    padding-bottom: 16px;
  }
}
#add-lead-manualy {
  display: none;
}
#add-lead-manualy.shown {
  display: flex;
}
#back-add-lead-manualy {
  background-color: transparent;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 6 9'%3E%3Cdefs/%3E%3Cpath fill='%23000' d='M2.8 4.5l2.9 2.8-1.5 1.4L0 4.5 4.2.3l1.5 1.4-2.9 2.8z'/%3E%3C/svg%3E");
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 9px;
  margin-right: 6px;
}
#back-add-lead-manualy:focus {
  outline: none;
}
.add-a-column-button {
  min-width: auto;
  padding: 0 22px;
}
@media screen and (max-width: 1170px) {
  .add-a-column-button {
    margin-left: 8px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 990px) {
  .add-a-column-button svg {
    margin-right: 4px;
  }
}
.pipeline-search {
  width: 224px;
  margin-right: 0 !important;
}
@media screen and (max-width: 990px) {
  .pipeline-search {
    width: 224px !important;
  }
}
.automate-button {
  width: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #31394a;
  margin: 0 16px;
  padding: 0 18px 0 23px;
}
@media screen and (max-width: 1170px) {
  .automate-button {
    margin: 0 8px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 990px) {
  .automate-button {
    padding: 0 8px;
  }
}
@media screen and (max-width: 610px) {
  .automate-button {
    flex: 1;
    margin: 0 8px 0 0;
  }
}
@media screen and (max-width: 610px) {
  .pipeline-header-right {
    width: 100%;
  }
}
.empty-button-title {
  padding-left: 10px;
}
.empty-button-number {
  position: static;
  margin-left: 23px;
}
@media screen and (max-width: 990px) {
  .empty-button-number {
    margin-left: 8px;
  }
}
.pipeline-views-toggles {
  width: auto;
  padding: 5px;
}
.pipeline-views-toggles:active,
.pipeline-views-toggles:hover {
  background-color: transparent;
}
.pipeline-views-toggle {
  border-radius: 10px;
  background-color: transparent;
  height: 38px;
  width: 38px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pipeline-views-toggle:focus {
  outline: none;
}
.pipeline-views-toggle path {
  fill: #757680;
}
.pipeline-views-toggle.selected {
  background-color: var(--theme-secondary);
}
.pipeline-views-toggle.selected path {
  fill: var(--theme-primary);
}
.pipeline-content {
  display: flex;
  flex-direction: column;
}
.pipeline-columns {
  padding-top: 5px;
  display: flex;
  overflow-x: auto;
  padding-bottom: 15px;
  flex: 1;
}
@media screen and (min-width: 661px) {
  .pipeline-columns::-webkit-scrollbar {
    height: 6px;
  }
  .pipeline-columns::-webkit-scrollbar-track {
    background-color: var(--theme-white);
  }
  .pipeline-columns::-webkit-scrollbar-thumb {
    background: #e8e8e8;
    border-radius: 30px;
    border: none;
    outline: none;
  }
}
@media screen and (max-width: 660px) {
  .pipeline-filters {
    display: none;
  }
}
.pipeline-filters-mobile {
  display: none;
  margin-top: 16px;
  margin-left: auto;
}
@media screen and (max-width: 660px) {
  .pipeline-filters-mobile {
    display: flex;
  }
}
@media screen and (max-width: 574px) {
  .pipeline-filters-mobile {
    margin-top: 0;
  }
}
.pipeline-column {
  min-width: 350px;
  margin-right: 20px;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .pipeline-column {
    width: 300px;
    min-width: 300px;
  }
}
@media screen and (max-width: 660px) {
  .pipeline-column {
    width: 220px;
    min-width: 220px;
    margin-right: 16px;
  }
}
.pipeline-column-actions {
  opacity: 1;
  display: flex;
  flex-direction: column;
  right: 10px;
  top: 10px;
  left: auto;
  width: auto;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
}
.pipeline-column-actions.shown {
  pointer-events: all;
  opacity: 1;
}
.pipeline-column-action {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #1c2538;
  padding: 0;
}
.pipeline-column-action:hover {
  color: #1c2538;
}
.pipeline-column-action:first-child {
  margin-bottom: 20px;
}
.pipeline-column-action:focus {
  outline: none;
}
.pipeline-column-action svg {
  height: 13px;
  margin-right: 10px;
  width: 13px;
  object-fit: contain;
}
.pipeline-column-action svg path {
  fill: var(--theme-gray);
}
.pipeline-column-header {
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}
.pipeline-column-body {
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
  padding: 20px 6px 20px 20px;
}
@media screen and (max-width: 660px) {
  .pipeline-column-body {
    padding: 0;
    border: none;
  }
}
.pipeline-column-button {
  width: 100%;
  max-width: 310px;
  background-color: var(--theme-secondary);
  color: var(--theme-primary);
  margin-top: 24px;
}
@media screen and (max-width: 990px) {
  .pipeline-column-button {
    max-width: 260px;
  }
}
.pipeline-column-button:hover {
  color: var(--theme-white);
}
.pipeline-column-button:hover path {
  fill: var(--theme-white);
}
.pipeline-column-button path {
  fill: var(--theme-primary);
}
.pipeline-column-color {
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: var(--theme-primary);
  border-radius: 0 4px 4px 0;
  margin-right: 8px;
}
.pipeline-column-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--theme-text);
  padding-right: 7px;
}
.pipeline-column-number {
  padding: 2px 7px;
  background: var(--theme-light-gray);
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: var(--theme-gray);
}
.pipeline-column-menu {
  margin-left: auto;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='4' fill='none'%3E%3Cpath d='M1.7.3C.7.3 0 1.1 0 2c0 1 .8 1.7 1.7 1.7.9 0 1.6-.8 1.6-1.7C3.3 1 2.6.3 1.7.3zm11.6 0c-.9 0-1.6.8-1.6 1.7 0 1 .7 1.7 1.6 1.7 1 0 1.7-.8 1.7-1.7 0-1-.8-1.7-1.7-1.7zM7.5.3c-1 0-1.7.8-1.7 1.7 0 1 .8 1.7 1.7 1.7 1 0 1.7-.8 1.7-1.7C9.2 1 8.4.3 7.5.3z' fill='%23B7BABF'/%3E%3C/svg%3E");
  background-color: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
}
.pipeline-column-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 56vh;
  overflow-y: auto;
  padding-right: 8px;
  position: relative;
  min-height: 106px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .pipeline-column-list {
    max-height: 49vh;
  }
}
@media screen and (max-width: 660px) {
  .pipeline-column-list {
    max-height: max-content;
    padding-right: 0;
  }
}
.pipeline-column-list::-webkit-scrollbar {
  width: 4px;
  position: absolute;
  right: 0;
}
.pipeline-column-list::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.pipeline-column-list::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
.pipeline-column-empty-item {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #9a9fa7;
  border: 1px dashed #e3e3e4;
  border-radius: 10px;
  pointer-events: none;
  max-width: 310px;
  margin-bottom: 14px;
}
@media screen and (max-width: 990px) {
  .pipeline-column-empty-item {
    width: 260px;
  }
}
@media screen and (max-width: 660px) {
  .pipeline-column-empty-item {
    width: 100%;
  }
}
.pipeline-column-empty-item:last-child {
  margin-bottom: 0;
}
.pipeline-column-empty-item svg {
  margin-right: 10px;
}
.pipeline-column-item {
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
  padding: 12px 15px;
  margin-bottom: 14px;
  cursor: grab;
  background-color: var(--theme-white);
  list-style: none;
}
@media screen and (max-width: 660px) {
  .pipeline-column-item {
    margin-bottom: 8px;
  }
}
.pipeline-column-item.dragging {
  box-shadow: 0px 30px 50px rgba(52, 53, 56, 0.09);
  transform: rotate(-2deg);
}
.pipeline-column-item:active {
  cursor: grabbing;
}
.pipeline-column-item:last-child {
  margin-bottom: 0;
}
.pipeline-column-item-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #111;
  display: inline-block;
  width: 100%;
  padding-bottom: 6px;
}
.pipeline-column-item-middle {
  display: flex;
  align-items: center;
}
.pipeline-column-item-value {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #9a9fa7;
}
.pipeline-column-item-tags {
  padding-left: 6px;
  display: flex;
  flex-wrap: wrap;
}
.pipeline-column-item-tag {
  height: 20px;
  padding: 0 5px;
  background: #99dc1311;
  border-radius: 4px;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #99dc13;
}
.pipeline-column-item-tag:last-child {
  margin-right: 0;
}
.pipeline-column-item-bottom {
  padding-top: 3px;
  display: flex;
  align-items: center;
}
.pipeline-column-item-button {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: var(--theme-gray);
  margin-right: 12px;
}
.pipeline-column-item-button path {
  fill: #757680;
}
.pipeline-column-item-button.pipeline-column-item-note svg {
  height: 15px;
}
.pipeline-column-item-button.pipeline-column-item-tasks svg {
  height: 17px;
  margin-right: 6px;
}
.pipeline-column-item-button:focus {
  outline: none;
}
.pipeline-column-item-avatars {
  margin-left: auto;
}
.pipeline-column-item-avatar {
  height: 30px;
  width: 30px;
  margin-right: 5px;
  cursor: pointer;
}
.pipeline-column-item-avatar:last-child {
  margin-right: 0;
}
.pipeline-column-item-avatar-empty {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: var(--theme-secondary);
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: var(--theme-primary);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
}
.automation {
  position: relative;
}
.automation-popup {
  position: absolute;
  top: 67px;
  left: 16px;
  padding: 20px 0 20px 20px;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background-color: var(--theme-white);
  z-index: 2510;
  width: 350px;
  display: none;
}
.automation-popup.shown {
  display: block;
}
@media screen and (max-width: 764px) {
  .automation-popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    border: none;
    overflow-y: auto;
    padding: 20px;
  }
}
.automation-list {
  margin: 0;
  list-style: none;
  max-height: calc(100vh - 400px);
  overflow-y: auto;
  width: 322px;
  padding: 0;
}
@media screen and (max-width: 764px) {
  .automation-list {
    max-height: max-content;
    width: 100%;
  }
}
.automation-list::-webkit-scrollbar {
  width: 4px;
}
.automation-list::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.automation-list::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
.automation-item {
  width: 310px;
  padding: 19px 20px;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 764px) {
  .automation-item {
    width: 100%;
  }
}
.automation-item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.automation-item-title {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #111;
  padding-bottom: 10px;
}
.automation-item-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.automation-item-button:first-child {
  margin-right: 15px;
}
.automation-item-button:focus {
  outline: none;
}
.automation-item-section {
  display: flex;
  align-items: center;
}
.automation-item-section-color {
  height: 12px;
  margin-right: 4px;
  margin-bottom: 2px;
}
.automation-item-section-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #111;
}
.automation-item-status {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #9a9fa7;
  padding-left: 6px;
}
.automation-submit {
  width: 100%;
  max-width: 310px;
  margin-left: 0 !important;
  margin-top: 23px;
}
@media screen and (max-width: 764px) {
  .automation-submit {
    max-width: 100%;
  }
}
.automation-header {
  display: none;
  padding-bottom: 20px;
}
@media screen and (max-width: 764px) {
  .automation-header {
    display: flex;
  }
}
.automation-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: var(--theme-text);
}
.automation-execute {
  padding-top: 9px;
}
.automation-select {
  height: 52px;
  min-height: 52px;
}
.automation-radios {
  display: flex;
  align-items: center;
  padding: 14px 0 19px;
}
.automation-radio {
  display: flex;
  align-items: center;
  margin-right: 29px;
}
.automation-radio-hiden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.automation-radio-hiden:checked ~ .automation-radio-visible:after {
  background-color: var(--theme-primary);
}
.automation-radio-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #111;
}
.automation-radio-visible {
  display: flex;
  height: 20px;
  width: 20px;
  min-width: 20px;
  border: 2px solid var(--theme-primary);
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
}
.automation-radio-visible:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--theme-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.automation-new-submit {
  margin-top: auto;
}
.new-automation-input {
  height: 52px !important;
  min-height: 52px !important;
}
.chosen-lead-item-card {
  border-color: var(--theme-primary);
  cursor: default;
}
.chosen-lead-item-card:hover {
  background-color: var(--theme-white) !important;
}
.chosen-lead-item-card button {
  margin-left: 30px;
}
.remove-popup .popup-center {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .remove-popup .popup-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    border-radius: 10px;
  }
}
@media screen and (max-width: 470px) {
  .remove-popup .popup-center {
    max-width: calc(100% - 30px);
  }
}
.remove-automation-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap;
}
.remove-automation-buttons button {
  margin: 0 !important;
  width: 45% !important;
}
@media screen and (max-width: 500px) {
  .remove-automation-buttons button {
    width: 100% !important;
    margin-top: 10px !important;
  }
}
.remove-automation-buttons button:last-child {
  background-color: var(--theme-white);
  color: #111;
  border: 1px solid #9a9fa7;
}
.automation-edit-submit {
  margin-top: auto;
}
#pipeline-leads-rows {
  display: none;
}
.charts-global-title {
  padding: 24px 20px 24px 50px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}
.charts-global-title-close {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
}
.charts-global-title-close svg {
  display: block;
}
.charts-global-title-close g {
  opacity: 1;
}
.charts-columns {
  padding: 10px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.charts-column {
  padding: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
.charts-column-x2 {
  flex: 0 0 50%;
  max-width: 50%;
}
.charts-column-x3 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.charts-column-block {
  padding: 24px;
  border-radius: 6px;
  border: 1px solid var(--theme-tertiary);
}
.charts-column-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 36px;
}
.charts-criteria {
  padding: 23px 20px;
  margin: 0 20px;
  border-radius: 6px;
  border: 1px solid var(--theme-tertiary);
}
.charts-criteria.close .charts-criteria-toggle {
  transform: rotate(180deg);
}
.charts-criteria.close .charts-criteria-content {
  display: none;
}
.charts-criteria-toggle {
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  background: #f9f9f9;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  margin-top: -20px;
  border-radius: 50%;
}
.charts-criteria-toggle svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.charts-criteria-title {
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}
.charts-criteria-content table {
  margin-top: 4px;
  color: var(--theme-gray);
  width: 100%;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 1.5;
}
.charts-criteria-content table td {
  padding: 16px 16px 16px 0;
}
.charts-criteria-content table tr:last-child td {
  padding-bottom: 0;
}
.charts-criteria-content table tr + tr td {
  border-top: 1px solid var(--theme-tertiary);
}
@media (max-width: 1199.98px) {
  .charts-column-x2,
  .charts-column-x3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .charts-column-md-x2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .charts-column-md-x2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .charts-global-title {
    padding-left: 20px;
    padding-right: 50px;
  }
  .charts-global-title-close {
    left: auto;
    right: 20px;
  }
}
.new-reports {
  padding: 30px 40px 5px 30px;
}
.new-reports-type {
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: 20px;
  margin-bottom: 30px;
  position: relative;
}
.new-reports-type-toggle {
  display: block;
  position: relative;
  padding-right: 35px;
  font-size: 32px;
  line-height: 1.375;
  font-weight: bold;
  color: var(--theme-text);
}
.new-reports-type-toggle svg {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.new-reports-type-toggle svg path {
  transition: fill 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.new-reports-type-toggle:hover {
  color: var(--theme-primary);
}
.new-reports-type-toggle:hover svg path {
  fill: var(--theme-primary);
}
.new-reports-type-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 16px;
  min-width: 250px;
  padding: 12px 10px 8px;
  background: var(--theme-white);
  box-shadow: 0px 8px 16px rgba(207, 207, 207, 0.1);
  border-radius: 15px;
}
.new-reports-type-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.new-reports-type-list li {
  margin-bottom: 4px;
}
.new-reports-type-list li a {
  display: block;
  position: relative;
  padding: 12px 50px 11px 45px;
  font-size: 12px;
  line-height: 1.334;
  font-weight: 600;
  color: rgba(28, 37, 56, 0.75);
}
.new-reports-type-list li a:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -1px;
  width: 4px;
  height: 4px;
  background: #3a66ed;
  border-radius: 50%;
}
.new-reports-type-list li a:hover {
  color: #3a66ed;
}
.new-reports-type-list li.active a {
  font-weight: bold;
  color: #3a66ed;
  background: rgba(58, 102, 237, 0.05);
}
.new-reports-type-list li.active a:before {
  opacity: 1;
}
.new-reports-type-number {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -9px;
  width: 23px;
  height: 19px;
  font-size: 10px;
  line-height: 1.9;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  color: var(--theme-white);
  background: var(--theme-red);
  border-radius: 11px;
  overflow: hidden;
}
.new-reports-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
}
.new-reports-header-content {
  flex: 1 1 auto;
  max-width: 100%;
}
.new-reports-header-content-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.new-reports-header-content-v2 .new-reports-header-location {
  margin-left: 30px;
}
.new-reports-header-location {
  flex: 0 0 232px;
  max-width: 232px;
  position: relative;
  margin-bottom: 30px;
}
.new-reports-header-location-toggle {
  display: block;
  position: relative;
  height: 47px;
  padding: 14px 30px 13px 49px;
  background: var(--theme-white);
  border-radius: 15px;
}
.new-reports-header-location-toggle-filter {
  position: absolute;
  left: 14px;
  top: 13px;
  width: 21px;
  height: 21px;
}
.new-reports-header-location-toggle-filter svg {
  display: block;
  margin: 0;
}
.new-reports-header-location-toggle-filter-number {
  position: absolute;
  right: -3px;
  bottom: 1px;
  width: 12px;
  height: 12px;
  font-size: 8px;
  line-height: 1.25;
  font-weight: 800;
  white-space: nowrap;
  color: var(--theme-white);
  text-align: center;
  border-radius: 50%;
  background: var(--theme-green);
  border: 1px solid var(--theme-white);
}
.new-reports-header-location-toggle-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
  color: var(--theme-text);
}
.new-reports-header-location-toggle-arrow {
  position: absolute;
  top: 16px;
  right: 12px;
}
.new-reports-header-location-toggle-arrow svg {
  display: block;
}
.new-reports-header-location-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 12px;
  padding: 12px 10px;
  background: var(--theme-white);
  box-shadow: 0px 8px 16px rgba(207, 207, 207, 0.1);
  border-radius: 15px;
}
.new-reports-header-location-search {
  position: relative;
  margin-bottom: 19px;
}
.new-reports-header-location-search-text {
  width: 100%;
  height: 39px;
  padding: 0 47px 0 15px;
  font-size: 12px;
  font-weight: 600;
  /*font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "Inter",sans-serif;
  color: var(--theme-text);
  border: 0;
  background: #fafafb;
  border-radius: 8px;
}
.new-reports-header-location-search-text::placeholder {
  color: rgba(28, 37, 56, 0.4);
}
.new-reports-header-location-search-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 47px;
  padding: 0;
  border: 0;
  background: var(--theme-transparent);
  border-radius: 0;
}
.new-reports-header-location-search-button:focus {
  outline: none;
}
.new-reports-header-location-search-button svg {
  display: block;
  margin: 0 auto;
}
.new-reports-header-location-list {
  display: block;
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
}
.new-reports-header-location-list li strong {
  display: block;
  padding: 0 10px 5px;
  font-size: 12px;
  line-height: 1.334;
  font-weight: 500;
  color: rgba(28, 37, 56, 0.5);
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-reports-header-location-list li a {
  display: block;
  padding: 12px 20px 11px 10px;
  font-size: 12px;
  line-height: 1.334;
  color: var(--theme-text);
  position: relative;
}
.new-reports-header-location-list li a:after {
  opacity: 0;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #3a66ed;
  border-radius: 50%;
}
.new-reports-header-location-list li a:hover {
  color: #3a66ed;
}
.new-reports-header-location-list li.active a {
  font-weight: bold;
  color: #3a66ed;
}
.new-reports-header-location-list li.active a:after {
  opacity: 1;
}
.new-reports-header-location-list li.disabled {
  opacity: 1 !important;
}
.new-reports-header-location-list li.disabled a {
  color: rgba(28, 37, 56, 0.5);
  pointer-events: none;
}
.new-reports-header-location-list-full {
  margin-top: -4px;
  margin-bottom: 2px;
}
.new-reports-header-location-list-full li a {
  font-weight: 600;
}
.new-reports-header-location-filter {
  display: block;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.new-reports-header-location-filter li strong {
  display: block;
  padding: 0 10px 5px;
  font-size: 12px;
  line-height: 1.334;
  font-weight: 500;
  color: rgba(28, 37, 56, 0.5);
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-reports-header-location-checkbox {
  display: block;
}
.new-reports-header-location-checkbox input {
  display: none;
}
.new-reports-header-location-checkbox input:checked + label {
  font-weight: bold;
}
.new-reports-header-location-checkbox input:checked + label:before {
  opacity: 1;
}
.new-reports-header-location-checkbox input:disabled + label {
  opacity: 0.3;
  pointer-events: none;
}
.new-reports-header-location-checkbox label {
  cursor: pointer;
  display: block;
  position: relative;
  margin: 0;
  -webkit-user-select: none;
  user-select: none;
  padding: 12px 30px 11px 10px;
  font-size: 12px;
  line-height: 1.334;
  color: var(--theme-text);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color;
}
.new-reports-header-location-checkbox label:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: var(--theme-transparent) url("../images/check-green.svg") 50% 50%
    no-repeat;
  background-size: 100% 100%;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
.new-reports-header-location-checkbox label:hover {
  color: var(--theme-primary);
}
.new-reports-header-location-apply {
  padding: 0 2px;
}
.new-reports-header-location-apply-button {
  display: block;
  width: 100%;
  height: 39px;
  border: 0;
  /*font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "Inter",sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.334;
  text-align: center;
  letter-spacing: 1px;
  color: var(--theme-white);
  text-transform: uppercase;
  background: var(--theme-text);
  border-radius: 8px;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color;
}
.new-reports-header-location-apply-button:focus {
  outline: none;
}
.new-reports-header-location-apply-button:hover {
  background-color: var(--theme-primary);
}
.new-reports-header-period {
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 30px;
}
.new-reports-header-period-label {
  display: block;
  margin: 0;
  padding-right: 15px;
  font-size: 14px;
  line-height: 1.43;
  color: #808087;
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-reports-header-period-input {
  flex: 0 0 152px;
  max-width: 152px;
  height: 47px;
  background: var(--theme-white);
  border-radius: 15px;
  position: relative;
}
.new-reports-header-period-input > input {
  width: 100%;
  height: 47px;
  padding: 0 8px 0 50px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-text);
  /*font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "Inter",sans-serif;
  text-align: center;
  border: 0;
  background: var(--theme-transparent);
  border-radius: 0;
}
.new-reports-header-period-input > input::placeholder {
  color: var(--theme-text);
}
.new-reports-header-period-input + .new-reports-header-period-label {
  padding-left: 30px;
}
.new-reports-header-period-icon {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 19px;
  height: 19px;
}
.new-reports-header-period-icon:after {
  content: "";
  position: absolute;
  right: -13px;
  top: -6px;
  width: 1px;
  height: 32px;
  background: #f1f1f1;
}
.new-reports-header-period-icon svg {
  display: block;
  margin: 0;
}
.new-reports-header-trainer {
  flex: 0 0 204px;
  max-width: 204px;
  margin-bottom: 30px;
  position: relative;
}
.new-reports-header-trainer-toggle {
  display: block;
  position: relative;
  height: 47px;
  padding: 14px 35px 13px 48px;
  background: var(--theme-white);
  border-radius: 15px;
}
.new-reports-header-trainer-toggle img {
  position: absolute;
  left: 15px;
  top: 13px;
  width: 21px;
  height: 21px;
  object-fit: cover;
  border-radius: 50%;
}
.new-reports-header-trainer-toggle-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
  color: var(--theme-text);
}
.new-reports-header-trainer-toggle-arrow {
  position: absolute;
  top: 16px;
  right: 13px;
}
.new-reports-header-trainer-toggle-arrow svg {
  display: block;
}
.new-reports-graph {
  padding: 20px 30px 20px 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: var(--theme-white);
}
.new-reports-graph-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 41px;
}
.new-reports-graph-title {
  flex: 0 1 auto;
  max-width: 100%;
  padding-right: 20px;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: bold;
  color: var(--theme-text);
}
.new-reports-graph-period {
  flex: 1 1 auto;
  max-width: 100%;
}
.new-reports-graph-period-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.new-reports-graph-period-select {
  max-width: 100%;
  margin-bottom: 7px;
}
.new-reports-graph-period-select select.select {
  height: 34px;
  padding: 0 31px 0 11px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--theme-white);
  border-color: #f2f2f2;
}
.new-reports-graph-period-sep {
  padding: 0 15px 7px;
  font-size: 14px;
  line-height: 1.43;
  color: #808087;
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-reports-graph-period-input {
  flex: 0 0 210px;
  max-width: 210px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px 0 40px;
  margin-bottom: 7px;
  position: relative;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  background: var(--theme-white);
}
.new-reports-graph-period-input-block {
  flex: 1 1 0;
}
.new-reports-graph-period-input-block > input {
  width: 100%;
  height: 32px;
  padding: 0 0 2px;
  font-size: 12px;
  font-weight: 600;
  color: var(--theme-text);
  /*font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "Inter",sans-serif;
  text-align: center;
  border: 0;
  background: var(--theme-transparent);
  border-radius: 0;
}
.new-reports-graph-period-input-block > input::placeholder {
  color: var(--theme-text);
}
.new-reports-graph-period-input-sep {
  flex: 0 0 auto;
}
.new-reports-graph-period-icon {
  position: absolute;
  left: 11px;
  top: 7px;
  width: 18px;
  height: 18px;
}
.new-reports-graph-period-icon:after {
  content: "";
  position: absolute;
  right: -11px;
  top: -4px;
  width: 1px;
  height: 26px;
  background: #f1f1f1;
}
.new-reports-graph-period-icon svg {
  display: block;
  margin: 0;
}
.new-reports-graph-total {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.new-reports-graph-total-number {
  font-size: 24px;
  line-height: 1.334;
  font-weight: bold;
  color: var(--theme-text);
  padding-right: 11px;
}
.new-reports-graph-total-percent {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
  color: var(--theme-red);
  padding-right: 7px;
}
.new-reports-graph-total-percent.green {
  color: var(--theme-green);
}
.new-reports-graph-total-title {
  font-size: 14px;
  line-height: 1.43;
  color: #808087;
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-reports-graph-total-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: -30px;
}
.new-reports-graph-total-list .new-reports-graph-total {
  display: block;
  padding-right: 30px;
}
.new-reports-graph-total-list .new-reports-graph-total-number {
  display: inline-block;
  vertical-align: top;
  padding-right: 9px;
}
.new-reports-graph-total-list .new-reports-graph-total-percent {
  display: inline-block;
  vertical-align: top;
  padding-right: 0;
  padding-top: 6px;
}
.new-reports-graph-total-list .new-reports-graph-total-title {
  display: block;
  margin-top: -2px;
}
.new-reports-info-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.new-reports-info-blocks-col {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 20px 15px;
}
.new-reports-info-blocks-v2 .new-reports-info-blocks-col {
  flex: 0 0 25%;
  max-width: 25%;
}
.new-reports-info-block {
  display: flex;
  align-items: flex-start;
  padding: 20px 9px 17px 23px;
  border-radius: 15px;
  background: var(--theme-white);
  border: 1px solid #f9f9f9;
}
.new-reports-info-block + .new-reports-info-block {
  margin-top: 22px;
}
.new-reports-info-block-icon {
  flex: 0 0 33px;
  max-width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-reports-info-block-icon i {
  font-size: 28px;
  color: #808087;
}
.new-reports-info-block-content {
  flex-grow: 1;
  padding-left: 16px;
}
.new-reports-info-block-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}
.new-reports-info-block-number {
  font-size: 24px;
  line-height: 1.334;
  font-weight: bold;
  color: var(--theme-text);
  padding-right: 11px;
}
.new-reports-info-block-percent {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
  color: var(--theme-red);
}
.new-reports-info-block-percent.green {
  color: var(--theme-green);
}
.new-reports-info-block-title {
  font-size: 14px;
  line-height: 1.43;
  color: #808087;
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-reports-diagram-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.new-reports-diagram-blocks-col {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 20px 15px;
}
.new-reports-diagram-blocks-col-x2 {
  flex: 0 0 66.666666%;
  max-width: 66.666666%;
}
.new-reports-diagram-blocks-col-x3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.new-reports-diagram-blocks-col-half {
  flex: 0 0 50%;
  max-width: 50%;
}
.new-reports-diagram-block {
  padding: 19px;
  border-radius: 15px;
  background: var(--theme-white);
  border: 1px solid #f9f9f9;
}
.new-reports-diagram-block-caption {
  position: relative;
  padding-right: 44px;
  margin-bottom: 30px;
}
.new-reports-diagram-block-caption-v2 {
  padding-right: 0;
}
.new-reports-diagram-block-caption-v3 {
  padding-right: 130px;
  padding-bottom: 5px;
}
.new-reports-diagram-block-caption-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.new-reports-diagram-block-caption-inner .new-reports-diagram-block-title {
  padding-right: 16px;
}
.new-reports-diagram-block-caption + .new-reports-graph-total {
  margin-top: -23px;
}
.new-reports-diagram-block-title {
  padding: 10px 0 2px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: bold;
  color: var(--theme-text);
}
.new-reports-diagram-block-title-v2 {
  position: relative;
  padding-left: 46px;
}
.new-reports-diagram-block-title-icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fafafb;
  border-radius: 50%;
}
.new-reports-diagram-block-title-icon i {
  font-size: 14px;
  color: #9a9fa7;
}
.new-reports-diagram-block-info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 2px 0 2px 8px;
  width: 18px;
  height: 18px;
  background: var(--theme-transparent) url("../images/information.svg") 50% 50%
    no-repeat;
  background-size: 100% 100%;
}
.new-reports-diagram-block-all {
  flex-grow: 1;
  padding: 12px 16px 7px 0;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
  color: #9a9fa7;
}
.new-reports-diagram-block-all a {
  color: #3a66ed;
  font-weight: bold;
}
.new-reports-diagram-block-nav {
  flex: 0 0 170px;
  max-width: 170px;
  margin-top: 5px;
  margin-right: 4px;
}
.new-reports-diagram-block-nav-list {
  display: flex;
  margin: 0;
  padding: 5px;
  list-style: none;
  background: #f9f9f9;
  border-radius: 6px;
}
.new-reports-diagram-block-nav-list li {
  flex: 1 1 0;
  max-width: 100%;
}
.new-reports-diagram-block-nav-list li a {
  display: block;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: var(--theme-text);
  border-radius: 4px;
}
.new-reports-diagram-block-nav-list li a:hover {
  color: var(--theme-primary);
}
.new-reports-diagram-block-nav-list li.active a {
  color: var(--theme-text);
  background-color: var(--theme-white);
}
.new-reports-diagram-block-filter {
  position: absolute;
  top: 0;
  right: 0;
}
.new-reports-diagram-block-filter-toggle {
  display: block;
  width: 34px;
  height: 34px;
  padding: 5px 0;
  border: 1px solid #f0f0f0;
  border-radius: 7px;
  background: var(--theme-white);
}
.new-reports-diagram-block-filter-toggle:hover {
  background-color: var(--theme-secondary);
}
.new-reports-diagram-block-filter-toggle svg {
  display: block;
  margin: 0 auto;
}
.new-reports-diagram-block-filter-panel {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  right: 0;
  width: 133px;
  padding: 4px 0;
  background: var(--theme-white);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
.new-reports-diagram-block-filter-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.new-reports-diagram-block-filter-list li a {
  display: block;
  position: relative;
  padding: 7px 30px 7px 14px;
  color: var(--theme-text);
  font-size: 12px;
  line-height: 1.334;
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-reports-diagram-block-filter-list li a:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 12px;
  width: 16px;
  height: 16px;
  background: var(--theme-transparent) url("../images/check-green.svg") 50% 50%
    no-repeat;
  background-size: 100% 100%;
}
.new-reports-diagram-block-filter-list li a:hover {
  color: var(--theme-primary);
}
.new-reports-diagram-block-filter-list li.active a {
  font-weight: 500;
  color: var(--theme-text);
}
.new-reports-diagram-block-filter-list li.active a:before {
  opacity: 1;
}
.new-reports-diagram-block-select {
  position: absolute;
  top: 5px;
  right: 0;
  width: 118px;
}
.new-reports-diagram-block-select select.select {
  height: 34px;
  padding: 0 28px 0 11px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--theme-white);
  border-color: #f2f2f2;
}
.new-reports-diagram-block-classes {
  margin-top: -5px;
}
.new-reports-diagram-block-class {
  position: relative;
  margin-bottom: 24px;
}
.new-reports-diagram-block-class:last-child {
  margin-bottom: 4px;
}
.new-reports-diagram-block-class-title {
  margin-bottom: 5px;
  padding-right: 80px;
  font-size: 14px;
  line-height: 1.43;
  font-weight: bold;
  color: var(--theme-text);
}
.new-reports-diagram-block-class-time {
  position: absolute;
  top: 1px;
  right: 0;
  text-align: right;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.385;
  color: #757b86;
}
.new-reports-diagram-block-class-time strong {
  font-weight: 600;
  color: var(--theme-text);
}
.new-reports-diagram-block-class-info {
  padding-left: 19px;
  position: relative;
  margin-bottom: 2px;
}
.new-reports-diagram-block-class-info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.new-reports-diagram-block-class-info-sep {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-bottom: 2px;
}
.new-reports-diagram-block-class-info-sep:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -1px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #d8d8d8;
}
.new-reports-diagram-block-class-info-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
}
.new-reports-diagram-block-class-info-icon i {
  font-size: 14px;
  vertical-align: top;
  color: #757b86;
}
.new-reports-diagram-block-class-info-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.new-reports-diagram-block-class-info-text {
  font-size: 12px;
  line-height: 1.167;
  color: #757b86;
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-reports-diagram-block-video {
  display: flex;
  align-items: center;
  padding: 11px 0 12px;
}
.new-reports-diagram-block-video-thumb {
  flex: 0 0 38px;
  max-width: 38px;
  padding-bottom: 2px;
}
.new-reports-diagram-block-video-thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}
.new-reports-diagram-block-video-thumb svg {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
.new-reports-diagram-block-video-caption {
  flex-grow: 1;
  padding: 0 10px 0 15px;
}
.new-reports-diagram-block-video-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.43;
  color: var(--theme-text);
  margin-bottom: 2px;
}
.new-reports-diagram-block-video-subtitle {
  font-size: 13px;
  line-height: 1.385;
  color: var(--theme-text);
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-reports-diagram-block-video-info {
  text-align: right;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.385;
  color: var(--theme-text);
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-reports-diagram-block-video-percent {
  display: inline-block;
  vertical-align: top;
}
.new-reports-diagram-block-video-views {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 22px;
}
.new-reports-diagram-block-video-views:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  background: var(--theme-transparent) url("../images/views.svg") 50% 50%
    no-repeat;
  background-size: 100% 100%;
}
.new-reports-diagram-block-video-indicator {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 3px;
}
.new-reports-diagram-block-video-indicator svg {
  display: block;
  margin: 0;
}
.new-reports-chart-small {
  max-width: 77%;
  margin: 0 auto;
}
.new-reports-legend-ul {
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  margin-left: -15px;
  margin-right: -15px;
}
.new-reports-legend-ul li {
  position: relative;
  padding-left: 17px;
  margin: 17px 15px 0;
}
.new-reports-legend-ul li p {
  margin: 0;
  display: inline-block;
}
.new-reports-legend-label {
  color: #6d6d6d;
  margin-right: 4px;
}
.new-reports-legend-icon {
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
}
.new-reports-engaged-list .new-reports-engaged-item:last-child {
  margin-bottom: 0;
}
.new-reports-engaged-item {
  margin: 0 -19px 14px;
  padding: 7px 19px 13px;
  border-bottom: 1px solid #f3f3f3;
}
.new-reports-engaged-toggle {
  display: none;
}
.new-reports-engaged-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.new-reports-engaged-title {
  flex: 0 0 60%;
  max-width: 60%;
  order: -2;
  font-size: 15px;
  line-height: 1.334;
  font-weight: 600;
  color: var(--theme-text);
}
.new-reports-engaged-label {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 6px 11px;
}
.new-reports-engaged-label svg {
  display: block;
  margin: 0;
}
.new-reports-engaged-date {
  flex: 0 0 40%;
  max-width: 40%;
  order: -1;
  text-align: right;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.43;
  color: #31394a;
}
.new-reports-engaged-sep {
  flex: 0 0 100%;
  max-width: 100%;
  height: 12px;
  margin-bottom: 12px;
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #f3f3f3;
}
.new-reports-engaged-info {
  position: relative;
  padding: 5px 14px 5px 25px;
}
.new-reports-engaged-info-icon {
  position: absolute;
  left: 0;
  top: 6px;
  width: 17px;
  height: 17px;
}
.new-reports-engaged-info-icon i {
  font-size: 17px;
  vertical-align: top;
  color: #9a9fa7;
}
.new-reports-engaged-info-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  text-transform: uppercase;
  color: var(--theme-text);
}
.new-reports-engaged-status {
  display: inline-block;
  vertical-align: top;
  min-width: 93px;
  padding: 8px 5px 6px;
  font-size: 12px;
  line-height: 1.334;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--theme-text);
  background: rgba(117, 123, 134, 0.1);
  border-radius: 8px;
}
.new-reports-engaged-status.green {
  color: #b9e65d;
  background: rgba(153, 220, 19, 0.1);
}
.new-reports-engaged-status-block {
  flex-grow: 1;
  text-align: right;
}
.new-reports-chart-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
}
.new-reports-chart-column-wrap {
  max-width: 180px;
  margin: 0 auto;
}
.new-reports-chart-column-main {
  flex: 0 0 50%;
  max-width: 50%;
}
.new-reports-chart-column-main-x1 {
  flex: 0 0 25%;
  max-width: 25%;
}
.new-reports-chart-column-legend {
  padding-left: 30px;
  flex: 0 0 50%;
  max-width: 50%;
}
.new-reports-chart-column-legend .new-reports-legend-ul {
  margin: 0;
  padding: 0;
}
.new-reports-chart-column-legend .new-reports-legend-ul li {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 10px 0;
}
.new-reports-chart-column-legend-x3 {
  flex: 0 0 75%;
  max-width: 75%;
}
.new-reports-chart-column-legend-x3 .new-reports-legend-ul {
  justify-content: flex-start;
}
.new-reports-chart-column-legend-x3 .new-reports-legend-ul li {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 10px;
}
.new-reports-campaign-list.compressed .new-reports-campaign-title {
  flex: 0 0 31%;
  max-width: 31%;
}
.new-reports-campaign-list.compressed .new-reports-campaign-info-number {
  min-height: 30px;
  padding-right: 0;
  padding-left: 17px;
}
.new-reports-campaign-list.compressed
  .new-reports-campaign-info-number
  .new-reports-campaign-info-text {
  display: none;
}
.new-reports-campaign-list.compressed .new-reports-campaign-status {
  display: block;
  min-width: 0;
  height: 30px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.new-reports-campaign-list.compressed .new-reports-campaign-status:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-text);
}
.new-reports-campaign-list.compressed .new-reports-campaign-status.green:after {
  background: var(--theme-green);
}
.new-reports-campaign-list.compressed .new-reports-campaign-status-block {
  flex: 0 0 30px;
  max-width: 30px;
}
.new-reports-campaign-item {
  margin: 0 -15px 8px;
  padding: 8px 15px 7px;
}
.new-reports-campaign-item:nth-child(2n) {
  background: #fafafb;
}
.new-reports-campaign-item:last-child {
  margin-bottom: 0;
}
.new-reports-campaign-toggle {
  display: none;
}
.new-reports-campaign-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-reports-campaign-title {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 5px;
  font-size: 15px;
  line-height: 1.334;
  font-weight: 600;
  color: var(--theme-text);
}
.new-reports-campaign-label {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 6px 11px;
}
.new-reports-campaign-label svg {
  display: block;
  margin: 0;
}
.new-reports-campaign-info {
  position: relative;
  padding: 5px 5px 5px 25px;
}
.new-reports-campaign-info-icon {
  position: absolute;
  left: 0;
  top: 6px;
  width: 17px;
  height: 17px;
}
.new-reports-campaign-info-icon i {
  font-size: 17px;
  vertical-align: top;
  color: #9a9fa7;
}
.new-reports-campaign-info-icon svg {
  display: block;
  margin: 0;
  width: 17px;
  height: 17px;
}
.new-reports-campaign-info-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  text-transform: uppercase;
  color: var(--theme-text);
}
.new-reports-campaign-info-title {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
  font-size: 12px;
  line-height: 1.667;
  letter-spacing: 1.2px;
  color: var(--theme-quaternary);
}
.new-reports-campaign-info-subtitle {
  text-align: center;
  margin-left: -20px;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9a9fa7;
}
.new-reports-campaign-date {
  padding-right: 5px;
  color: #31394a;
  font-size: 14px;
  line-height: 1.43;
}
.new-reports-campaign-status {
  display: inline-block;
  vertical-align: top;
  min-width: 103px;
  padding: 8px 5px 6px;
  font-size: 12px;
  line-height: 1.334;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--theme-text);
  background: rgba(117, 123, 134, 0.1);
  border-radius: 8px;
}
.new-reports-campaign-status.green {
  color: #b9e65d;
  background: rgba(153, 220, 19, 0.1);
}
.new-reports-campaign-status-block {
  text-align: right;
}
@media (max-width: 1399.98px) {
  .new-reports-diagram-blocks-v5 .new-reports-diagram-blocks-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .new-reports-diagram-blocks-v5 .new-reports-diagram-blocks-col-tablet-full {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .new-reports {
    padding-right: 0;
    padding-left: 0;
  }
  .new-reports-header {
    flex-wrap: wrap;
  }
  .new-reports-header-content {
    flex: 0 0 100%;
  }
  .new-reports-header-content-inner {
    justify-content: space-between;
  }
  .new-reports-header-content-v2 .new-reports-header-location {
    margin-left: 0;
  }
  .new-reports-header-location {
    margin-right: 20px;
  }
  .new-reports-header-period {
    padding-left: 0;
  }
  .new-reports-header-trainer {
    margin-right: 20px;
    flex: 1 1 auto;
    max-width: 100%;
  }
  .new-reports-header-trainer-toggle {
    max-width: 192px;
  }
  .new-reports-graph {
    margin-bottom: 15px;
  }
  .new-reports-info-blocks {
    margin-left: -11px;
    margin-right: -11px;
  }
  .new-reports-info-blocks-col {
    padding: 15px 11px;
  }
  .new-reports-info-blocks-v2 .new-reports-info-blocks-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .new-reports-info-block {
    padding-left: 15px;
  }
  .new-reports-info-block + .new-reports-info-block {
    margin-top: 15px;
  }
  .new-reports-info-block-content {
    padding-left: 10px;
  }
  .new-reports-diagram-blocks {
    margin-left: -11px;
    margin-right: -11px;
  }
  .new-reports-diagram-blocks-col {
    padding: 15px 11px;
  }
  .new-reports-diagram-blocks-v2 .new-reports-diagram-blocks-col {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .new-reports-diagram-blocks-v2 .new-reports-diagram-blocks-col-x2 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .new-reports-diagram-blocks-v3 .new-reports-diagram-blocks-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-reports-diagram-blocks-v4 .new-reports-diagram-blocks-col-half {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-title {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-info-number {
    min-height: 0;
    padding-right: 5px;
    padding-left: 25px;
  }
  .new-reports-campaign-list.compressed
    .new-reports-campaign-info-number
    .new-reports-campaign-info-text {
    display: block;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-status {
    display: inline-block;
    height: auto;
    min-width: 103px;
    padding: 8px 5px 6px;
    font-size: 12px;
    line-height: 1.334;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-status:after {
    display: none;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-status-block {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .new-reports-campaign-info-title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 1px;
  }
  .new-reports-campaign-status {
    display: block;
    min-width: 0;
    height: 30px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: relative;
  }
  .new-reports-campaign-status:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-text);
  }
  .new-reports-campaign-status.green:after {
    background: var(--theme-green);
  }
  .new-reports-campaign-status-block {
    flex: 0 0 30px;
    max-width: 30px;
  }
}
@media (max-width: 991.98px) {
  .new-reports {
    padding: 10px 10px 5px;
  }
  .new-reports-type-toggle {
    font-size: 18px;
    line-height: 1.3889;
    font-weight: 800;
    padding-right: 29px;
  }
  .new-reports-type-toggle svg {
    width: 16px;
    height: 16px;
    margin-top: -9px;
  }
  .new-reports-header {
    padding-bottom: 6px;
  }
  .new-reports-graph {
    padding-right: 20px;
  }
  .new-reports-info-blocks-v2 .new-reports-info-blocks-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .new-reports-info-block {
    padding-top: 17px;
    padding-bottom: 15px;
  }
  .new-reports-info-block-icon {
    flex: 0 0 23px;
    max-width: 23px;
    height: 23px;
  }
  .new-reports-info-block-icon i {
    font-size: 19px;
  }
  .new-reports-info-block-caption {
    margin-bottom: 6px;
  }
  .new-reports-info-block-number {
    font-size: 20px;
    line-height: 1.4;
  }
  .new-reports-info-block-percent {
    font-size: 12px;
    line-height: 1.334;
  }
  .new-reports-info-block-title {
    font-size: 12px;
    line-height: 1.334;
  }
  .new-reports-diagram-block-caption {
    padding-right: 36px;
    min-height: 34px;
  }
  .new-reports-diagram-block-caption-v2 {
    padding-right: 0;
    min-height: 0;
  }
  .new-reports-diagram-block-caption-v3 {
    padding-right: 130px;
    padding-bottom: 0;
  }
  .new-reports-diagram-block-caption-inner .new-reports-diagram-block-title {
    padding-right: 12px;
    padding-bottom: 8px;
  }
  .new-reports-diagram-block-title {
    padding: 0;
  }
  .new-reports-diagram-block-title-v2 {
    padding-left: 22px;
  }
  .new-reports-diagram-block-title-icon {
    left: -5px;
    top: 1px;
    width: 20px;
    height: 20px;
  }
  .new-reports-diagram-block-title-icon i {
    font-size: 10px;
  }
  .new-reports-diagram-block-all {
    padding: 3px 12px 13px 0;
    font-size: 13px;
    line-height: 1.385;
  }
  .new-reports-diagram-block-nav {
    margin-top: -4px;
    margin-right: 0;
  }
  .new-reports-diagram-block-filter {
    right: -5px;
    top: 1px;
  }
  .new-reports-diagram-block-select {
    top: -4px;
  }
  .new-reports-diagram-block-class {
    margin-bottom: 16px;
  }
  .new-reports-engaged-item {
    margin: 0 -15px 8px;
    padding: 3px 15px 4px;
    border-bottom: 0;
  }
  .new-reports-engaged-item:nth-child(2n) {
    background: #fafafb;
  }
  .new-reports-engaged-row {
    flex-wrap: nowrap;
    align-items: center;
  }
  .new-reports-engaged-title {
    flex: 0 0 33%;
    max-width: 33%;
    order: 0;
    font-size: 14px;
    line-height: 1.43;
    padding-right: 10px;
  }
  .new-reports-engaged-label {
    margin-left: 8px;
  }
  .new-reports-engaged-date {
    flex: 0 1 auto;
    max-width: 100%;
    order: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 10px;
    font-size: 13px;
    line-height: 1.385;
  }
  .new-reports-engaged-sep {
    display: none;
  }
  .new-reports-engaged-info {
    padding-left: 20px;
    padding-right: 10px;
  }
  .new-reports-engaged-info-icon {
    top: 7px;
    width: 14px;
    height: 14px;
  }
  .new-reports-engaged-info-icon i {
    font-size: 14px;
  }
  .new-reports-engaged-info-text {
    font-size: 13px;
    line-height: 1.385;
  }
  .new-reports-engaged-status {
    min-width: 89px;
    padding: 5px 5px 6px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .new-reports-engaged-status-block {
    flex: 0 1 auto;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-title {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-info-number {
    padding-left: 20px;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-status {
    min-width: 89px;
    padding: 5px 5px 6px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .new-reports-campaign-item {
    padding-top: 3px;
    padding-bottom: 4px;
  }
  .new-reports-campaign-title {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .new-reports-campaign-label {
    margin-left: 5px;
  }
  .new-reports-campaign-info {
    padding-left: 20px;
  }
  .new-reports-campaign-info-icon {
    top: 7px;
    width: 14px;
    height: 14px;
  }
  .new-reports-campaign-info-icon i {
    font-size: 14px;
  }
  .new-reports-campaign-info-icon svg {
    width: 14px;
    height: 14px;
  }
  .new-reports-campaign-info-text {
    font-size: 12px;
    line-height: 1.5;
  }
  .new-reports-campaign-info-title {
    line-height: 1.8;
  }
  .new-reports-campaign-info-subtitle {
    margin-left: -15px;
  }
  .new-reports-campaign-date {
    font-size: 13px;
    line-height: 1.385;
  }
  .new-reports-campaign-status {
    margin-bottom: 1px;
    height: 25px;
  }
  .new-reports-campaign-status:after {
    left: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
  }
  .new-reports-campaign-status-block {
    flex: 0 0 25px;
    max-width: 25px;
  }
}
@media (max-width: 767.98px) {
  .new-reports {
    padding: 0;
  }
  .new-reports-type {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .new-reports-header {
    padding-bottom: 4px;
  }
  .new-reports-header-content-v2 .new-reports-header-period {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .new-reports-header-content-v2 .new-reports-header-period-input {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .new-reports-header-location {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .new-reports-header-period {
    flex-grow: 1;
    margin: 0 -10px 20px;
    flex-wrap: wrap;
  }
  .new-reports-header-period-label {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 6px;
    order: -1;
    font-size: 12px;
    line-height: 1.5;
  }
  .new-reports-header-period-input {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 10px;
  }
  .new-reports-header-period-input + .new-reports-header-period-label {
    padding-left: 10px;
  }
  .new-reports-header-period-input > input {
    padding-left: 42px;
  }
  .new-reports-header-period-icon {
    left: 10px;
  }
  .new-reports-header-period-icon:after {
    right: -7px;
  }
  .new-reports-header-trainer {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .new-reports-header-trainer-toggle {
    max-width: 100%;
  }
  .new-reports-graph {
    padding: 15px;
    margin-bottom: 24px;
  }
  .new-reports-graph-caption {
    align-items: flex-start;
    padding-bottom: 4px;
    min-height: 45px;
  }
  .new-reports-graph-title {
    padding-top: 7px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 1.334;
  }
  .new-reports-graph-period-select select.select {
    width: auto;
    font-weight: normal;
  }
  .new-reports-graph-period-sep {
    display: none;
  }
  .new-reports-graph-period-input {
    display: none;
  }
  .new-reports-graph-total {
    margin-bottom: 20px;
  }
  .new-reports-graph-total-number {
    font-size: 22px;
    line-height: 1.37;
  }
  .new-reports-graph-total-list {
    margin-right: -15px;
  }
  .new-reports-graph-total-list .new-reports-graph-total {
    padding-right: 15px;
  }
  .new-reports-graph-total-list .new-reports-graph-total-percent {
    padding-top: 5px;
  }
  .new-reports-info-blocks {
    margin: 0 0 14px;
  }
  .new-reports-info-blocks-col {
    padding: 0 0 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-reports-info-blocks-v2 .new-reports-info-blocks-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-reports-info-block {
    padding-bottom: 16px;
  }
  .new-reports-info-block + .new-reports-info-block {
    margin-top: 10px;
  }
  .new-reports-info-block-content {
    padding-left: 12px;
  }
  .new-reports-diagram-blocks {
    margin-left: 0;
    margin-right: 0;
  }
  .new-reports-diagram-blocks-col {
    padding: 0 0 24px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-reports-diagram-blocks-v2 .new-reports-diagram-blocks-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-reports-diagram-blocks-v5 .new-reports-diagram-blocks-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-reports-diagram-block {
    padding: 25px 14px 19px;
  }
  .new-reports-diagram-block-caption {
    margin-bottom: 20px;
    padding-right: 44px;
    min-height: 0;
  }
  .new-reports-diagram-block-caption-v2 {
    padding-right: 0;
  }
  .new-reports-diagram-block-caption-v3 {
    padding-right: 130px;
    padding-bottom: 2px;
  }
  .new-reports-diagram-block-caption-inner .new-reports-diagram-block-title {
    padding-right: 10px;
  }
  .new-reports-diagram-block-caption + .new-reports-graph-total {
    margin-top: -18px;
  }
  .new-reports-diagram-block-title {
    padding-bottom: 6px;
  }
  .new-reports-diagram-block-all {
    padding: 4px 10px 14px 0;
    font-size: 12px;
    line-height: 1.334;
  }
  .new-reports-diagram-block-filter {
    top: -6px;
    right: 0;
  }
  .new-reports-diagram-block-video {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .new-reports-diagram-block-video-thumb {
    flex: 0 0 28px;
    max-width: 28px;
  }
  .new-reports-diagram-block-video-caption {
    padding-left: 10px;
  }
  .new-reports-diagram-block-video-views-text {
    display: none;
  }
  .new-reports-engaged-item {
    margin: 0 -14px 5px;
    padding: 0;
  }
  .new-reports-engaged-item.active .new-reports-engaged-toggle-arrow {
    transform: rotate(-180deg);
  }
  .new-reports-engaged-item.active .new-reports-engaged-toggle-arrow svg path {
    fill: #1c2538;
  }
  .new-reports-engaged-item.active .new-reports-engaged-content {
    display: block;
  }
  .new-reports-engaged-toggle {
    display: block;
    position: relative;
    padding: 8px 34px 7px 14px;
  }
  .new-reports-engaged-toggle-text {
    display: block;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 600;
    color: var(--theme-text);
  }
  .new-reports-engaged-toggle-arrow {
    position: absolute;
    top: 10px;
    right: 14px;
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .new-reports-engaged-toggle-arrow svg {
    display: block;
    margin: 0;
  }
  .new-reports-engaged-toggle-arrow svg path {
    transition: fill 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .new-reports-engaged-content {
    display: none;
    margin-bottom: -5px;
    background: #f4f4f5;
    padding: 5px 14px;
  }
  .new-reports-engaged-title {
    display: none;
  }
  .new-reports-engaged-date {
    font-size: 12px;
    line-height: 1.334;
    padding-right: 5px;
  }
  .new-reports-engaged-info {
    padding: 4px 5px 4px 18px;
  }
  .new-reports-engaged-info-icon {
    top: 6px;
    width: 13px;
    height: 13px;
  }
  .new-reports-engaged-info-icon i {
    font-size: 13px;
  }
  .new-reports-engaged-info-text {
    font-size: 12px;
    line-height: 1.334;
  }
  .new-reports-engaged-status {
    display: block;
    min-width: 0;
    height: 25px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: relative;
  }
  .new-reports-engaged-status:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--theme-text);
  }
  .new-reports-engaged-status.green:after {
    background: #b9e65d;
  }
  .new-reports-engaged-status-block {
    flex: 0 0 25px;
    max-width: 25px;
  }
  .new-reports-legend-ul {
    font-size: 13px;
  }
  .new-reports-chart-columns {
    padding-bottom: 0px;
  }
  .new-reports-chart-column-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-reports-chart-column-main-x1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-reports-chart-column-legend {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-reports-chart-column-legend .new-reports-legend-ul {
    margin: 0 -15px;
    padding: 0;
  }
  .new-reports-chart-column-legend .new-reports-legend-ul li {
    flex: 0 0 auto;
    margin: 17px 15px 0;
  }
  .new-reports-chart-column-legend-x3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-reports-chart-column-legend-x3 .new-reports-legend-ul {
    justify-content: center;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-info-number {
    padding-left: 18px;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-status {
    display: block;
    height: 21px;
    min-width: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-status:after {
    display: block;
    left: 8px;
    top: 8px;
    width: 5px;
    height: 5px;
  }
  .new-reports-campaign-list.compressed .new-reports-campaign-status-block {
    flex: 0 0 21px;
    max-width: 21px;
  }
  .new-reports-campaign-item {
    margin: 0 -14px 5px;
    padding: 0;
  }
  .new-reports-campaign-item.active .new-reports-campaign-toggle-arrow {
    transform: rotate(-180deg);
  }
  .new-reports-campaign-item.active
    .new-reports-campaign-toggle-arrow
    svg
    path {
    fill: #1c2538;
  }
  .new-reports-campaign-item.active .new-reports-campaign-content {
    display: block;
  }
  .new-reports-campaign-toggle {
    display: block;
    position: relative;
    padding: 8px 34px 7px 14px;
  }
  .new-reports-campaign-toggle-text {
    display: block;
    font-size: 15px;
    line-height: 1.334;
    font-weight: 600;
    color: var(--theme-text);
  }
  .new-reports-campaign-toggle-arrow {
    position: absolute;
    top: 9px;
    right: 14px;
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .new-reports-campaign-toggle-arrow svg {
    display: block;
    margin: 0;
  }
  .new-reports-campaign-toggle-arrow svg path {
    transition: fill 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .new-reports-campaign-content {
    display: none;
    margin-bottom: -5px;
    background: #f4f4f5;
    padding: 6px 14px 5px;
  }
  .new-reports-campaign-title {
    display: none;
  }
  .new-reports-campaign-info {
    padding: 4px 5px 4px 18px;
  }
  .new-reports-campaign-info-icon {
    top: 6px;
    width: 13px;
    height: 13px;
  }
  .new-reports-campaign-info-icon i {
    font-size: 13px;
  }
  .new-reports-campaign-info-icon svg {
    width: 13px;
    height: 13px;
  }
  .new-reports-campaign-info-text {
    line-height: 1.334;
  }
  .new-reports-campaign-info-title {
    display: none;
  }
  .new-reports-campaign-info-subtitle {
    margin-left: -13px;
  }
  .new-reports-campaign-date {
    font-size: 12px;
    line-height: 1.334;
  }
  .new-reports-campaign-status {
    height: 21px;
  }
  .new-reports-campaign-status:after {
    left: 8px;
    top: 8px;
  }
  .new-reports-campaign-status-block {
    flex: 0 0 21px;
    max-width: 21px;
  }
}
.new-group-total {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 19px 19px 0;
  margin-bottom: 20px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
}
.new-group-total-item {
  padding: 2px 30px 20px 10px;
}
.new-group-total-title {
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.14px;
  color: var(--theme-gray);
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-group-total-text {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  font-family: ""Inter"", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.new-group-total-text a {
  color: var(--theme-primary);
}
.new-group-total-calculate {
  flex-grow: 1;
  text-align: right;
  padding-bottom: 19px;
}
.new-group-total-calculate .button {
  vertical-align: top;
  width: 100%;
  max-width: 250px;
}
.new-group-step {
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
}
.new-group-step:last-child {
  margin-bottom: 0;
}
.new-group-step.active .new-group-step-content {
  display: block;
}
.new-group-step.active .new-group-step-caption {
  color: var(--theme-primary);
}
.new-group-step.active .new-group-step-number {
  border-color: var(--theme-primary);
}
.new-group-step-caption {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  color: var(--theme-text);
}
.new-group-step-caption:hover {
  color: var(--theme-text);
}
.new-group-step-number {
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  padding: 6px 0 5px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid var(--theme-tertiary);
  border-radius: 50%;
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: border-color;
}
.new-group-step-title {
  flex-grow: 1;
  max-width: calc(100% - 40px);
  padding-left: 13px;
}
.new-group-step-content {
  display: none;
  padding-top: 20px;
}
.new-group-step-content .new-segmentation-label {
  margin-bottom: 11px;
}
.new-group-step-content .create-campaign-segmentation-list {
  max-height: 356px;
}
.new-group-step-content
  .create-campaign-segmentation-checkbox
  input:checked
  + label {
  background-color: #f8f9ff;
  border-color: rgba(60, 104, 236, 0.5);
}
.new-group-step-content .create-campaign-segmentation-item {
  padding-left: 19px;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, border-color;
}
.new-group-step-content .create-campaign-segmentation-item:before {
  display: none;
}
.new-group-segmentation {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -12px;
}
.new-group-segmentation .new-segmentation-type {
  flex: 0 0 257px;
  max-width: 257px;
}
.new-group-segmentation .new-segmentation-type-list {
  padding-top: 13px;
}
.new-group-segmentation .new-segmentation-tags {
  flex-grow: 1;
  margin-bottom: 12px;
}
.new-group-segmentation-caption {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px 15px;
}
.new-group-segmentation-caption .create-campaign-segmentation-search {
  flex: 1 1 auto;
  max-width: calc(100% - 285px);
}
.new-group-segmentation-caption .create-campaign-segmentation-option {
  flex: 0 0 285px;
  max-width: 285px;
}
.new-group-conditions .new-segmentation-conditions-title {
  font-size: 14px;
  line-height: 1.36;
  font-weight: bold;
}
.new-group-conditions .new-segmentation-conditions-col:nth-child(3) {
  flex: 1 1 0;
  max-width: 100%;
}
.new-group-conditions .new-segmentation-conditions-add {
  font-size: 14px;
  line-height: 1.29;
  font-weight: bold;
  padding-bottom: 3px;
}
.new-group-conditions .new-segmentation-conditions-type {
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
}
.new-group-conditions .new-segmentation-conditions-type:before {
  left: 90px;
  top: -40px;
  bottom: -40px;
}
.new-group-conditions .new-segmentation-add-group {
  text-align: left;
}
.new-group-conditions .new-segmentation-add-group .button {
  min-width: 0;
  width: 100%;
  max-width: 300px;
}
.new-group-options {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
.new-group-option {
  flex: 1 1 0;
  max-width: 310px;
  padding: 0 5px;
}
.new-group-option .button {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .new-group-segmentation-caption .create-campaign-segmentation-search {
    flex: 1 1 auto;
    max-width: calc(100% - 236px);
  }
  .new-group-segmentation-caption .create-campaign-segmentation-option {
    flex: 0 0 236px;
    max-width: 236px;
  }
}
@media (max-width: 991.98px) {
  .new-group-total-item {
    padding: 0 40px 20px 0;
  }
  .new-group-total-calculate {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-group-total-calculate .button {
    max-width: 100%;
  }
  .new-group-segmentation .new-segmentation-type {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-group-segmentation .new-segmentation-type-list {
    padding-top: 0;
  }
  .new-group-segmentation .new-segmentation-tags {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-group-option {
    max-width: 190px;
  }
}
@media (max-width: 767.98px) {
  .new-group-step-content .create-campaign-segmentation-list {
    max-height: 410px;
  }
  .new-group-step-content .create-campaign-segmentation-checkbox {
    padding-bottom: 10px;
  }
  .new-group-segmentation-caption .create-campaign-segmentation-option,
  .new-group-segmentation-caption .create-campaign-segmentation-search {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-group-conditions .new-segmentation-conditions-col:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-group-conditions .new-segmentation-conditions-add {
    font-size: 13px;
    line-height: 1.85;
    font-weight: 800;
    padding-bottom: 0;
  }
  .new-group-conditions .new-segmentation-conditions-type {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .new-group-conditions .new-segmentation-conditions-type:before {
    left: 50%;
    top: -20px;
    bottom: -20px;
  }
  .new-group-conditions .new-segmentation-add-group .button {
    max-width: 100%;
  }
}
.modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: var(--theme-white);
  width: 360px;
  max-width: 100%;
  z-index: 4050;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
.modal-header {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
}
.modal-content {
  font-size: 12px;
  color: var(--theme-gray);
  margin-bottom: 24px;
}
.modal-content p {
  margin: 0;
}
.modal-shadow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4030;
  background: var(--theme-text);
  opacity: 0.2;
  display: none;
}
.modal-close {
  position: absolute;
  right: 19px;
  top: 19px;
  width: 24px;
  height: 24px;
  border: 0;
  background: var(--theme-transparent);
  padding: 0;
}
.modal-close svg {
  display: block;
  margin: 0 auto;
}
.modal-close:focus {
  outline: none;
}
.modal-navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px -10px 0;
}
.modal-navigation-item {
  padding: 10px 5px 0;
}
.modal-plus {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: var(--theme-primary);
}
.modal-plus svg {
  display: block;
  margin: 0 auto;
}
.modal-plus:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  .modal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.panel {
  position: fixed;
  z-index: 3050;
  width: 590px;
  right: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  background: var(--theme-white);
  display: flex;
  flex-direction: column;
  transform: translateX(101%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: none;
}
.panel::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.panel::-webkit-scrollbar-track {
  background: var(--theme-transparent);
}
.panel::-webkit-scrollbar-thumb {
  background-color: var(--theme-transparent);
  outline: none;
}
.panel::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.panel::-webkit-scrollbar-corner {
  background: var(--theme-transparent);
}
.panel-w2 {
  width: 380px;
}
.panel-w3 {
  width: 410px;
}
.panel-w4 {
  width: 410px;
}
.panel-w4-i {
  display: none;
  margin-right: 610px;
  width: calc(100% - 850px);
  border-right: 1px solid var(--theme-light-gray);
}
.panel-w4-i .form-newsletter-email-img {
  margin: 20px;
  background: #111;
}
.panel-w4-i .form-newsletter-email-img img {
  margin: 0 auto;
  display: block;
}
.panel-w5 {
  width: 480px;
}
.panel.show {
  transform: translateX(0);
}
.panel-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3030;
  background: rgba(28, 37, 56, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, visibility;
}
.gltp-panel-close,
.panel-close,
.panel-inner-close {
  position: absolute;
  z-index: 3060;
  right: 21px;
  top: 24px;
  width: 24px;
  height: 24px;
  border: 0;
  background: var(--theme-transparent);
  padding: 0;
}
.panel-close svg,
.panel-inner-close svg {
  display: block;
  margin: 0 auto;
}
.panel-close:focus,
.panel-inner-close:focus {
  outline: none;
}
.panel-inner {
  z-index: 3100;
}
.panel-inner-close {
  z-index: 3110;
}
.panel-bottom,
.panel-top {
  flex: 0 0 auto;
  max-width: 100%;
}
.panel-content {
  flex: 1 0 auto;
  max-width: 100%;
  padding: 20px;
}
.panel-content .newsletter-preview-screen {
  background: var(--theme-light-gray);
  padding: 30px;
  border-radius: 10px;
}
.panel-content .newsletter-preview-screen img {
  margin: 0 auto;
  display: block;
}
.panel-top-navigation {
  padding: 11px 0 11px 10px;
  flex: 0 0 310px;
  max-width: 310px;
}
.panel-top-navigation .newsletter-design-tabs {
  padding: 0;
}
.panel-top-flex {
  padding-right: 60px;
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.panel-show body {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
.panel-show .panel-mask {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 991.98px) {
  .panel {
    width: 100%;
  }
  .panel-w5 {
    width: 480px;
  }
}
@media (max-width: 660px) {
  .panel-w5 {
    width: 100%;
  }
  .panel-top-flex {
    padding-right: 0;
    flex-wrap: wrap;
  }
  .panel-top-navigation {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.new-segmentation-caption {
  font-size: 15px;
  font-weight: bold;
  padding: 27px 50px 30px 20px;
  box-shadow: 0px 1px 20px rgba(211, 211, 211, 0.2);
}
.new-segmentation-save {
  padding: 17px 20px 16px;
  text-align: center;
  box-shadow: 0 -1px 20px rgba(211, 211, 211, 0.2);
}
.new-segmentation-save .button {
  padding-top: 12px;
  padding-bottom: 13px;
  min-width: 180px;
}
.new-segmentation-name {
  margin-bottom: 20px;
}
.new-segmentation-label {
  display: block;
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--theme-gray);
}
.new-segmentation-type {
  padding-bottom: 12px;
}
.new-segmentation-type-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.new-segmentation-type-item {
  padding: 0 20px;
}
.new-segmentation-tags {
  margin-bottom: 40px;
}
.new-segmentation-tags-pull {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -10px;
}
.new-segmentation-tags-pull .create-campaign-tags-item {
  padding-bottom: 0;
  padding-top: 10px;
}
.new-segmentation-title {
  margin-bottom: 19px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}
.new-segmentation-title strong {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--theme-quaternary);
}
.new-segmentation-conditions {
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
}
.new-segmentation-conditions-title {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 20px;
}
.new-segmentation-conditions-sep {
  display: none;
}
.new-segmentation-conditions-item {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.new-segmentation-conditions-col {
  flex: 1 1 0;
  max-width: 100%;
  padding: 0 5px 10px;
}
.new-segmentation-conditions-col-split-wrap {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.new-segmentation-conditions-col-split {
  padding: 0 5px;
  flex: 0 0 50%;
  max-width: 50%;
}
.new-segmentation-conditions-col-delete {
  flex: 0 0 40px;
  max-width: 40px;
  padding-left: 0;
  padding-right: 0;
}
.new-segmentation-conditions-delete {
  display: block;
  padding: 14px 0;
}
.new-segmentation-conditions-delete-icon {
  display: block;
}
.new-segmentation-conditions-delete-icon svg {
  display: block;
  margin: 0 auto;
}
.new-segmentation-conditions-delete-icon .svg-fill {
  fill: var(--theme-red);
}
.new-segmentation-conditions-delete-text {
  display: none;
}
.new-segmentation-conditions-add {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding: 3px 0 2px 34px;
  font-size: 13px;
  font-weight: 800;
  color: var(--theme-text);
}
.new-segmentation-conditions-add svg {
  position: absolute;
  left: 0;
  top: 0;
}
.new-segmentation-conditions-add:hover {
  color: var(--theme-primary);
}
.new-segmentation-conditions-add:hover .svg-fill {
  fill: var(--theme-primary);
}
.new-segmentation-conditions-type {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.new-segmentation-conditions-type:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  bottom: -20px;
  width: 1px;
  background: var(--theme-tertiary);
}
.new-segmentation-conditions-type ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 5px;
  background: var(--theme-light-gray);
  border-radius: 10px;
}
.new-segmentation-conditions-type ul li {
  display: inline-block;
  vertical-align: top;
}
.new-segmentation-conditions-type ul li a {
  display: block;
  padding: 11px 10px 9px;
  min-width: 85px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
  color: var(--theme-gray);
  border-radius: 10px;
}
.new-segmentation-conditions-type ul li a:hover {
  color: var(--theme-primary);
}
.new-segmentation-conditions-type ul li.active a {
  color: var(--theme-primary);
  background-color: var(--theme-white);
}
.new-segmentation-add-group {
  margin-bottom: 5px;
  text-align: center;
}
.new-segmentation-add-group .button {
  padding-top: 12px;
  padding-bottom: 13px;
  min-width: 180px;
}
.new-segmentation-add-group .button-icon {
  top: 2px;
}
.new-segmentation-add-group .button-icon svg {
  width: 16px;
  height: auto;
}
.new-segmentation-add-group .button-icon .svg-fill {
  fill: var(--theme-primary);
}
@media (max-width: 767.98px) {
  .new-segmentation-save .button {
    min-width: 0;
    width: 100%;
  }
  .new-segmentation-conditions-title {
    margin-bottom: 13px;
  }
  .new-segmentation-conditions-title + .new-segmentation-conditions-sep {
    display: none;
  }
  .new-segmentation-conditions-sep {
    display: block;
    padding-top: 10px;
    margin-bottom: 20px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solid var(--theme-tertiary);
  }
  .new-segmentation-conditions-item {
    flex-wrap: wrap;
    margin: 0;
  }
  .new-segmentation-conditions-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .new-segmentation-conditions-col-delete,
  .new-segmentation-conditions-col:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-segmentation-conditions-delete {
    text-align: center;
    padding: 13px 13px 14px;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: var(--theme-red);
    background: rgba(243, 83, 94, 0.1);
    border-radius: 10px;
  }
  .new-segmentation-conditions-delete-icon {
    display: none;
  }
  .new-segmentation-conditions-delete-text {
    display: block;
  }
  .new-segmentation-conditions-add {
    padding: 0;
    text-align: center;
    line-height: 1.85;
  }
  .new-segmentation-conditions-add svg {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
  }
  .new-segmentation-add-group {
    margin-bottom: 0;
  }
  .new-segmentation-add-group .button {
    min-width: 0;
    width: 100%;
  }
}
.ongoing {
  margin-top: -20px;
}
.ongoing-caption {
  padding: 21px 50px 5px 20px;
  font-size: 18px;
  font-weight: 800;
}
.ongoing-check {
  margin: 20px 0;
}
.ongoing-options {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 10px;
}
.ongoing-option {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px 10px;
}
.ongoing-option .button {
  width: 100%;
}
.ongoing-label {
  display: block;
  padding: 14px 0 7px;
  margin: 0;
  font-size: 12px;
  color: var(--theme-gray);
}
.ongoing-row {
  display: flex;
  margin: 0 -5px;
}
.ongoing-row select.select {
  padding-right: 25px;
}
.ongoing-row select.select-time {
  background-image: none;
  padding-right: 10px;
  padding-left: 12px;
}
.ongoing-col {
  padding: 0 5px 10px;
  flex: 1 1 auto;
  max-width: 100%;
}
.ongoing-col:nth-child(2) {
  flex: 0 0 75px;
  max-width: 75px;
}
.ongoing-col:nth-child(2) input.input-text {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
.ongoing-col:nth-child(3) {
  flex: 0 0 80px;
  max-width: 80px;
}
.ongoing-note {
  font-size: 12px;
  color: var(--theme-gray);
  margin-bottom: 10px;
}
.ongoing-day {
  margin-bottom: 10px;
}
.ongoing-day-list {
  display: flex;
  margin-right: -10px;
}
.ongoing-day-item {
  flex: 1 1 0;
  max-width: 100%;
  padding: 10px 10px 0 0;
}
.ongoing-day-item input {
  display: none;
}
.ongoing-day-item input:checked + label {
  color: var(--theme-primary);
  border-color: var(--theme-primary);
}
.ongoing-day-item input:disabled + label {
  opacity: 0.3;
  pointer-events: none;
}
.ongoing-day-item label {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 11px 4px 9px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  border: 1px solid var(--theme-tertiary);
  -webkit-user-select: none;
  user-select: none;
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: border-color, color;
}
.ongoing-time {
  display: flex;
  margin: 0 -5px;
}
.ongoing-time input.input-text {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
.ongoing-time select.select {
  padding-right: 25px;
}
.ongoing-time select.select.select-time {
  padding-left: 10px;
  padding-right: 10px;
  background-image: none;
}
.ongoing-time-col {
  flex: 0 0 75px;
  max-width: 75px;
  padding: 0 5px 10px;
}
.ongoing-time-col:nth-child(2) {
  flex: 0 0 80px;
  max-width: 80px;
}
@media (max-width: 991.98px) {
  .ongoing-options {
    justify-content: space-between;
  }
  .ongoing-option {
    max-width: 310px;
  }
  .ongoing-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ongoing-col:nth-child(2),
  .ongoing-col:nth-child(3) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ongoing-col:nth-child(2) input.input-text {
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
  }
  .ongoing-note {
    max-width: 340px;
  }
  .ongoing-time input.input-text {
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
  }
  .ongoing-time-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ongoing-time-col:nth-child(2) {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 521.98px) {
  .ongoing-col:nth-child(2) input.input-text {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }
  .ongoing-day-list {
    margin-right: -5px;
  }
  .ongoing-day-item {
    padding-right: 5px;
  }
  .ongoing-time-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ongoing-time-col:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.add-action {
  margin-top: -20px;
}
.add-action-caption {
  padding: 21px 50px 9px 20px;
  font-size: 18px;
  font-weight: 800;
}
.add-action-title {
  font-size: 12px;
  color: var(--theme-gray);
}
.add-action-tabs {
  display: flex;
  margin: 0 -20px;
  padding: 0 15px;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: none;
}
.add-action-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.add-action-tabs::-webkit-scrollbar-track {
  background: var(--theme-transparent);
}
.add-action-tabs::-webkit-scrollbar-thumb {
  background-color: var(--theme-transparent);
  outline: none;
}
.add-action-tabs::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.add-action-tabs::-webkit-scrollbar-corner {
  background: var(--theme-transparent);
}
.add-action-tabs li {
  padding: 20px 5px;
}
.add-action-tabs li a {
  display: block;
  white-space: nowrap;
  padding: 7px 15px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.385;
  color: var(--theme-gray);
  text-align: center;
  background: var(--theme-light-gray);
  border: 1px solid var(--theme-tertiary);
  border-radius: 17px;
  box-shadow: 0px 1px 20px rgba(211, 211, 211, 0.2);
}
.add-action-tabs li.active a {
  font-weight: bold;
  color: var(--theme-white);
  background-color: var(--theme-yellow);
  border-color: var(--theme-yellow);
}
.add-action-templates {
  display: flex;
  flex-wrap: wrap;
}
.add-action-templates-overflow {
  overflow: auto;
  height: calc(100vh - 275px);
  margin-bottom: 20px;
}
.add-action-templates-overflow::-webkit-scrollbar {
  width: 6px;
  height: 0;
}
.add-action-templates-overflow::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}
.add-action-templates-overflow::-webkit-scrollbar-thumb {
  background: var(--theme-quaternary);
  border-radius: 3px;
  outline: none;
}
.add-action-templates-overflow::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.add-action-templates-overflow::-webkit-scrollbar-corner {
  background: var(--theme-transparent);
}
.add-action-template {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 8px;
}
.add-action-template-preview {
  display: flex;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
}
.add-action-template-img {
  flex: 0 0 76px;
  max-width: 76px;
  padding-right: 16px;
}
.add-action-template-img img {
  display: block;
  width: 100%;
  border: 1px solid var(--theme-tertiary);
  border-radius: 6px;
}
.add-action-template-title {
  flex-grow: 1;
  font-weight: bold;
  font-size: 14px;
  padding-right: 10px;
}
.add-action-template-visibility {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}
.add-action-template-visibility:after,
.add-action-template-visibility:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: transparent url("../images/invisible.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
.add-action-template-visibility:after {
  opacity: 0;
  background-image: url("../images/visible.svg");
}
.add-action-template-visibility.active:before {
  opacity: 0;
}
.add-action-template-visibility.active:after {
  opacity: 1;
}
.add-action-button .button {
  width: 100%;
}
.add-action-button .button-icon {
  top: 2px;
}
.add-action-button .button-icon svg {
  width: 16px;
  height: auto;
}
.add-action-button .button-icon .svg-fill {
  fill: var(--theme-primary);
}
.add-action-other {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.add-action-other-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 8px;
}
.add-action-item {
  display: flex;
  align-items: center;
  padding: 15px;
  color: var(--theme-text);
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
}
.add-action-item:hover {
  color: var(--theme-text);
}
.add-action-item.active {
  color: var(--theme-primary);
  border-color: var(--theme-primary);
}
.add-action-item.active .svg-fill {
  fill: var(--theme-primary);
}
.add-action-item-icon {
  flex: 0 0 34px;
  max-width: 34px;
  padding-right: 10px;
}
.add-action-item-icon svg {
  display: block;
  margin: 0 auto;
}
.add-action-item-title {
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
}
.add-action-options {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 10px;
}
.add-action-option {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px 10px;
}
.add-action-option .button {
  width: 100%;
}
.add-action-form {
  margin-top: -10px;
}
.add-action-form-newsletter {
  margin-top: 15px;
  padding-bottom: 15px;
}
.add-action-form .add-action-newsletter-email {
  display: none;
}
.add-action-form .add-action-newsletter-email .newsletter-design-tabs {
  padding-left: 0;
  padding-right: 0;
}
.add-action-form .add-action-newsletter-email .newsletter-design-content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  margin-left: -3px;
  margin-right: -3px;
}
.add-action-form .add-action-newsletter-email .newsletter-design-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 3px;
  padding-right: 3px;
}
.add-action-form-title {
  padding-top: 17px;
  font-size: 14px;
  line-height: 1.286;
  font-weight: 600;
}
.add-action-form .add-action-title {
  position: relative;
  top: -10px;
  margin-bottom: 14px;
}
.add-action-form-row {
  position: relative;
  margin-bottom: 16px;
}
.add-action-form-row textarea.textarea {
  padding-right: 35px;
}
.add-action-form-row-input {
  position: relative;
  margin-bottom: 16px;
}
.add-action-form-row-input input.input-text {
  height: 48px;
  padding-bottom: 4px;
}
.add-action-form-phone.input-text {
  padding-left: 55px;
}
.add-action-form-phone-label {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  padding: 12px 0 11px 15px;
  font-size: 14px;
}
.add-action-form-info {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.add-action-form-info svg {
  display: block;
  margin: 0;
}
.add-action-form-info-gray .svg-fill {
  fill: var(--theme-quaternary);
}
.add-action-form-info-red .svg-fill {
  fill: var(--theme-red);
}
.add-action-form-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 9px 0 5px;
  margin: 0 -14px;
}
.add-action-form-options-item {
  position: relative;
  padding: 5px 14px;
}
.add-action-form-options-item label {
  margin: 0;
}
.add-action-form-option {
  display: block;
}
.add-action-form-option svg {
  display: block;
  margin: 0;
}
.add-action-form-option .svg-fill {
  fill: var(--theme-text);
}
.add-action-form-option.active .svg-fill,
.add-action-form-option:hover .svg-fill {
  fill: var(--theme-primary);
}
.add-action-form-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -10px;
}
.add-action-form-email {
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  max-width: 100%;
}
.add-action-form-email-label {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 32px;
  padding: 12px 0 0 14px;
}
.add-action-form-email-label svg {
  display: block;
  margin: 0;
}
.add-action-form-email select.select {
  height: 32px;
  padding-right: 38px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 16px;
}
.add-action-form-preview {
  margin-bottom: 16px;
  margin-right: 10px;
}
.add-action-form-preview .button {
  padding: 7px 19px 8px;
  font-size: 11px;
  border-radius: 6px;
}
.add-action-form-input {
  position: relative;
  margin-bottom: 16px;
}
.add-action-form-input-pull
  .add-action-form-input:last-child
  .add-action-form-add {
  display: block !important;
}
.add-action-form-input input.input-text {
  height: 48px;
  padding: 0px 12px;
  /*padding: 0 69px 4px 83px;*/
}
.add-action-form-input.add-action-form-delete-active .add-action-form-delete {
  display: block;
}
.add-action-form-input.add-action-form-delete-active .add-action-form-subject {
  width: 103px;
  padding-left: 36px;
}
.add-action-form-input.add-action-form-delete-active input.input-text {
  padding-left: 102px;
}
.add-action-form-input-v2 {
  position: relative;
  margin-bottom: 16px;
}
.add-action-form-input-v2 input.input-text {
  height: 48px;
  padding-bottom: 4px;
  padding-left: 69px;
}
.add-action-form-input-v2 .add-action-form-subject {
  width: 70px;
}
.add-action-form-subject {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 48px;
  font-size: 14px;
  padding: 12px 0 0 14px;
}
.add-action-form-delete {
  display: none;
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 11px;
  width: 24px;
  height: 24px;
  padding-top: 4px;
}
.add-action-form-delete svg {
  display: block;
  margin: 0 auto;
}
.add-action-form-delete .svg-fill {
  fill: var(--theme-red);
}
.add-action-form-add {
  position: absolute;
  top: 10px;
  right: 44px;
  width: 24px;
  height: 24px;
  padding-top: 2px;
}
.add-action-form-add svg {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .add-action-templates {
    margin-left: -5px;
    margin-right: -5px;
  }
  .add-action-template {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .add-action-other {
    margin-left: -10px;
    margin-right: -10px;
  }
  .add-action-other-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .add-action-options {
    justify-content: space-between;
  }
  .add-action-option {
    max-width: 310px;
  }
}
@media (max-width: 767.98px) {
  .add-action-templates {
    margin-left: 0;
    margin-right: 0;
  }
  .add-action-template {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .add-action-other {
    margin-left: 0;
    margin-right: 0;
  }
  .add-action-other-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .add-action-form-options {
    margin-left: -7px;
    margin-right: -7px;
  }
  .add-action-form-options-item {
    padding-left: 7px;
    padding-right: 7px;
  }
  .add-action-form-input input.input-text {
    padding-left: 14px;
  }
  .add-action-form-input.add-action-form-delete-active input.input-text {
    padding-left: 35px;
  }
  .add-action-form-input-v2 input.input-text {
    padding-left: 14px;
  }
  .add-action-form-subject {
    display: none;
  }
}
.note-editor.note-frame {
  transform: none !important;
  width: 100%;
}
.mobile-phone {
  min-width: 250px;
  width:100%;
  height: auto;
  border: 2px solid #b4b4b4;
  margin: 0 auto;
  padding: 10px;
  background: #000;
  border-radius: 36px;
}
.mobile-phone-inner {
  overflow: auto;
  height: 546px;
  background: #fff;
  border-radius: 24px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 30px;
}
.mobile-phone-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.mobile-phone-inner::-webkit-scrollbar-track {
  background: var(--theme-transparent);
}
.mobile-phone-inner::-webkit-scrollbar-thumb {
  background-color: var(--theme-transparent);
  outline: none;
}
.mobile-phone-inner::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.mobile-phone-inner::-webkit-scrollbar-corner {
  background: var(--theme-transparent);
}
.mobile-phone-inner > img {
  display: block;
  width: 100%;
  height: auto;
}
.emotions-panel {
  position: absolute;
  z-index: 2;
  width: 288px;
  background: var(--theme-white);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 5px;
  left: 5px;
}
.emotions-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  max-height: 140px;
  overflow: auto;
}
.emotions-list::-webkit-scrollbar {
  width: 4px;
  height: 0;
}
.emotions-list::-webkit-scrollbar-track {
  background: var(--theme-transparent);
}
.emotions-list::-webkit-scrollbar-thumb {
  background-color: var(--theme-gray);
  outline: none;
  border-radius: 3px;
}
.emotions-list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.emotions-list::-webkit-scrollbar-corner {
  background: var(--theme-gray);
}
.emotions-list li {
  margin: 0;
}
.emotions-list li button {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  padding: 5px;
  border-radius: 4px;
  border: 0;
  background: var(--theme-transparent);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.emotions-list li button:hover {
  background-color: var(--theme-secondary);
}
.messaging {
  display: flex;
}
.messaging-chats {
  height: 100vh;
  width: 341px;
}
@media screen and (max-width: 920px) {
  .messaging-chats {
    height: calc(100vh - 70px);
  }
}
.messaging-chat {
  height: 100vh;
  flex: 1;
}
@media screen and (max-width: 920px) {
  .messaging-chat {
    z-index: 2510;
    margin-top: -70px;
  }
}
@media screen and (max-width: 660px) {
  .messaging-chat {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    overflow-y: auto;
  }
}
.messaging-chat-header-label {
  background-color: #99dc1322;
  border-radius: 4px;
  padding: 5px 8px;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b9e65d;
}
.messaging-chat-header-name {
  padding-right: 10px;
}
.messaging-chat-header-user {
  cursor: default;
}
.messaging-chat-attachments {
  width: 100%;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.messaging-chat-attachment {
  width: 136px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  margin-right: 15px;
}
.messaging-chat-attachment:last-child {
  margin-right: 0;
}
.messaging-chat-event {
  padding-right: 4px;
}
.messaging-chat-event svg {
  height: 11px;
  width: 11px;
  object-fit: contain;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.messaging-chat-date {
  padding-right: 14px;
  background-position: 100% 50%;
  background-size: 7px 4px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 5'%3E%3Cdefs/%3E%3Cpath fill='%23B7BABF' d='M3.5 3.1L6.2.5l.7.7-3.4 3.5L.1 1.2.8.5 3.5 3z'/%3E%3C/svg%3E");
}
.messaging-chat-footer {
  box-shadow: 0px -1px 20px rgba(211, 211, 211, 0.1);
}
.messaging-chat-input {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  padding-left: 0 !important;
  height: 24px !important;
  min-height: 24px !important;
  border: none;
}
.chats {
  border-right: 1px solid rgba(235, 235, 235, 0.5);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 660px) {
  .chats {
    height: auto;
    width: 100%;
  }
}
.chats-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 23px 19px 12px;
  box-shadow: 0px 1px 20px rgba(211, 211, 211, 0.2);
}
.chats-head-input {
  border: none;
  background-color: var(--theme-light-gray);
  border-radius: 10px;
  padding-left: 13px;
  padding-right: 38px;
  display: inline-block;
  height: 48px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: 16px;
  flex: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M12.5 11.5l3.2 3.2-1 1-3.2-3.2a6.8 6.8 0 111-1zm-1.5-.6A5.2 5.2 0 007.2 2a5.2 5.2 0 103.7 9h.1z' fill='%239C9C9C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 94% 50%;
}
.chats-head-tags {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 26px;
}
.chats-head-tag {
  padding: 8px 16px;
  border-radius: 17px;
  background-color: #d1d1d422;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #757680;
}
.chats-head-tag.selected {
  background-color: #ffcc64;
  color: var(--theme-white);
}
.chats-footer {
  padding: 8px 18px;
  box-shadow: 0px 1px 20px rgba(211, 211, 211, 0.2);
}
@media screen and (max-width: 660px) {
  .chats-footer {
    padding-top: 30px;
  }
}
.chats-footer-button {
  margin: 0;
  width: 100%;
  height: 41px;
  min-height: 41px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}
.chats-footer-button svg {
  margin-right: 5px;
}
@media screen and (max-width: 764px) {
  .chats-footer-button {
    position: static;
    border-radius: 10px;
  }
  .chats-footer-button .blue-button-title {
    display: inline;
  }
}
.chats-list {
  padding: 8px 0;
  flex: 1;
  max-height: 100%;
  overflow-y: auto;
  margin: 0;
}
.chats-list::-webkit-scrollbar {
  width: 3px;
}
.chats-list::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.chats-list::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
.chats-item {
  margin-top: 8px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chats-item:first-child {
  margin-top: 0;
}
.chats-item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: var(--theme-text);
}
.chats-item-content {
  flex: 1;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
.chats-item-tag {
  margin-left: 8px;
  padding: 3px 8px 3px 6px;
  border-radius: 4px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  background-color: #f9f9f9;
  color: var(--theme-text);
  display: flex;
  align-items: center;
}
.chats-item-tag-dot {
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin-right: 4px;
}
.chats-item-text {
  display: block;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: var(--theme-text);
  padding-top: 4px;
}
.chats-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.chats-item-info svg {
  height: 14px;
  width: 14px;
  object-fit: cover;
}
.chats-item-info svg path {
  fill: #e0e0e0;
}
.chats-item-time {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: var(--theme-quaternary);
  padding-bottom: 5px;
}
.chats-item.selected {
  background-color: #3a66ed22;
}
.chats-item.selected .chats-item-tag {
  background-color: var(--theme-white);
}
.chats-item.favorite .chats-item-info path {
  fill: #ffcc64;
}
.chats-item.active {
  background-color: #fcfcfc;
}
.chats-item.active .chats-item-text {
  color: var(--theme-quaternary);
}
.cmp-chats-head-tags {
  padding-top: 0;
  padding-bottom: 26px;
}
.cmp-chats-header-title {
  display: flex;
  justify-content: space-between;
  padding-top: 41px;
  align-items: center;
  width: 100%;
}
.cmp-chats-header-select {
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: var(--theme-text);
}
.cmp-chats-list {
  padding: 0;
}
.cmp-chats-item {
  margin-top: 0;
  padding-top: 20px;
}
.cmp-chats-item-labels {
  padding-top: 13px;
  display: flex;
}
@media screen and (max-width: 660px) {
  .cmp-chats-item-labels {
    width: 100%;
  }
}
.cmp-chats-item-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: var(--theme-gray);
  padding: 5px 10px;
  background: var(--theme-light-gray);
  border: 1px solid #eeeeee;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin-right: 6px;
}
.selected .cmp-chats-item-label {
  border: 1px solid #c7d3f9;
  background-color: var(--theme-white);
}
.cmp-chats-item-info {
  align-self: stretch;
  padding-top: 5px;
}
.cmp-chats-item-info svg {
  margin-top: 15px;
}
.cpm-chats-item-count {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: var(--theme-white);
  background-color: var(--theme-red);
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  padding: 7px;
  margin-top: 15px;
}
.cpm-chats-item-count-in-tags {
  margin-top: 0;
  margin-left: 4px;
}
.cmp-chats-footer {
  box-shadow: none;
}
.cmp-email-view {
  flex: 1;
  height: 100vh;
  display: none;
  flex-direction: column;
}
@media screen and (max-width: 920px) {
  .cmp-email-view {
    z-index: 2510;
    margin-top: -70px;
    background-color: var(--theme-white);
  }
}
.cmp-email-view.shown {
  display: flex;
}
.cmp-email-view-header {
  display: flex;
  justify-content: space-between;
  padding: 26px 20px;
}
.cmp-email-view-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: var(--theme-text);
}
.cmp-email-view-text {
  display: flex;
  flex-direction: column;
}
.cmp-email-view-info {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1375px;
  color: var(--theme-gray);
  margin-top: 4px;
}
.cmp-close-view {
  border: none;
  background-color: transparent;
  padding: 0;
}
.cmp-close-view:focus {
  outline: none;
}
.cmp-email-view-body {
  padding: 0 20px 20px;
  flex: 1;
}
.cmp-email-view-content {
  width: 100%;
  height: calc(100vh - 114px);
  background-color: var(--theme-light-gray);
  border-radius: 10px;
  padding: 30px;
  overflow-y: auto;
}
.cmp-email-view-content::-webkit-scrollbar {
  width: 6px;
}
.cmp-email-view-content::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.cmp-email-view-content::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
.cmp-email-view-attachment {
  min-width: max-content;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 920px) {
  .cmp-email-view-attachment {
    min-width: unset;
    width: 100%;
  }
}
.cmp-chat-header {
  padding: 21px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 20px rgba(211, 211, 211, 0.2);
  position: relative;
}
@media screen and (max-width: 660px) {
  .cmp-chat-header {
    background-color: var(--theme-white);
  }
}
.cmp-chat-header-name {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: var(--theme-text);
}
.cmp-chat-header-title {
  display: flex;
  align-items: center;
}
.cmp-chat-header-status {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 660px) {
  .cmp-chat-header-status {
    margin-left: 0;
  }
}
.cmp-chat-header-counters {
  display: flex;
  padding-top: 3px;
}
.cmp-chat-header-counter {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: var(--theme-gray);
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.cmp-chat-header-counter:last-child {
  margin-right: 0;
}
.cmp-chat-header-counter svg {
  margin-right: 5px;
}
.cmp-menu-button {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmp-chat-header-menu {
  display: flex;
  align-items: center;
}
.cmp-chat-header-menu button:last-of-type {
  margin-left: 19px;
}
.cmp-chat-input {
  background: var(--theme-light-gray);
  border-radius: 8px;
  border: none;
  font-family: "Inter";
  font-size: 14px;
}
.cmp-chat-footer-tags {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.cmp-chat-footer-tag select {
  font-family: "Inter",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--theme-text);
}
.cmp-footer-center {
  position: relative;
}
.cpm-chat-footer-note {
  position: absolute;
  right: 11px;
  top: 7px;
}
.cmp-chat-body {
  background-color: var(--theme-white);
}
.cmp-chat-message-text {
  max-width: 280px;
  margin-right: calc(100% - 280px);
}
.cmp-chat-message-content {
  max-width: calc(100% - 54px);
}
.chat-message-email-block {
  display: flex;
  cursor: pointer;
}
.chat-message-email {
  width: 100%;
  padding: 14px 14px;
  background: var(--theme-light-gray);
  border-radius: 6px;
  margin-left: 54px;
  display: flex;
}
@media screen and (max-width: 660px) {
  .chat-message-email {
    flex-wrap: wrap;
    position: relative;
  }
}
.cmp-chat-message {
  flex-wrap: wrap;
}
.cmp-chat-message-with-email .chat-message-content {
  width: max-content;
}
.cmp-chat-message-with-email .chat-message-title {
  display: flex;
  align-items: center;
  line-height: 16px;
}
.chat-message-email-attachment {
  object-fit: contain;
  max-width: 60px;
  max-height: 70px;
}
.chat-message-email-content {
  display: flex;
  flex-direction: column;
  padding: 0 13px;
  cursor: pointer;
}
.chat-message-email-type {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1375px;
  color: var(--theme-gray);
  margin-bottom: 5px;
}
.chat-message-email-title {
  font-family: "Inter",sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: var(--theme-text);
  margin-bottom: 5px;
}
.chat-message-email-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: var(--theme-text);
  margin-bottom: 5px;
}
.chat-message-email-menu {
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 660px) {
  .chat-message-email-menu {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.chat-message-email-menu-list,
.cmp-chat-header-menu-list {
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: var(--theme-white);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 8px 0px 8px 8px;
  position: absolute;
  right: 0;
  top: 0;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  display: none;
}
.chat-message-email-menu-list.shown,
.cmp-chat-header-menu-list.shown {
  display: flex;
}
.chat-message-email-menu-list li,
.cmp-chat-header-menu-list li {
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: var(--theme-text);
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.chat-message-email-menu-list svg,
.cmp-chat-header-menu-list svg {
  margin-right: 12px;
  max-height: 15px;
}
.chat-message-email-menu-list svg path,
.cmp-chat-header-menu-list svg path {
  fill: var(--theme-quaternary);
}
.cmp-chat-header-menu-list {
  top: 20px;
  right: 20px;
}
.cmp-chat {
  overflow-x: hidden;
}
.cmp-chat.hidden {
  display: none;
}
@media screen and (max-width: 660px) {
  .cmp-chat {
    display: none;
  }
}
.cmp-comments {
  width: 280px;
  flex: unset;
  border-left: 1px solid rgba(235, 235, 235, 0.5);
  overflow-x: hidden;
  display: none;
}
.cmp-comments.shown {
  display: flex;
}
@media screen and (max-width: 1400px) {
  .cmp-comments {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    margin-top: 0;
    align-items: flex-end;
    background-color: #1c253844;
  }
}
.cmp-comments-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .cmp-comments-wrap {
    width: 280px;
  }
}
@media screen and (max-width: 660px) {
  .cmp-comments-wrap {
    width: 100%;
  }
}
.cmp-comments-body {
  flex-direction: column;
}
.cmp-comment-text {
  flex: 0 0 100%;
  max-width: 100%;
  margin-right: 0;
  font-size: 12px;
  line-height: 18px;
}
.cmp-comments-separate {
  padding: 10px 20px;
}
.cmp-comments-footer {
  box-shadow: none;
}
.cmp-chat-footer {
  position: relative;
}
.cmp-campaing-info {
  display: none;
}
.cmp-campaing-info.shown {
  display: flex;
}
.cmp-campaign-info-header {
  box-shadow: none;
  padding-top: 26px;
}
.cmp-campaign-info-title {
  font-size: 18px;
  line-height: 25px;
}
.cmp-campaign-info-body {
  flex: 1;
  background-color: var(--theme-white);
  padding: 0 20px 20px;
  overflow: auto;
}
.cmp-campaign-info-body::-webkit-scrollbar {
  width: 6px;
}
.cmp-campaign-info-body::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.cmp-campaign-info-body::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
.cmp-campaign-info-tiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.cmp-campaign-info-tile {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  padding: 20px 24px;
  flex-direction: column;
}
@media screen and (max-width: 660px) {
  .cmp-campaign-info-tile {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cmp-campaign-info-tile-count {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: var(--theme-text);
  margin-top: 8px;
}
@media screen and (max-width: 660px) {
  .cmp-campaign-info-tile-count {
    order: 1;
  }
}
.cmp-campaign-info-tile-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #808087;
  margin-top: 5px;
}
@media screen and (max-width: 660px) {
  .cmp-campaign-info-tile-title {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cmp-campaign-info-content {
  padding: 20px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 20px;
}
.cmp-campaign-info-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .cmp-campaign-info-content-header {
    flex-wrap: wrap;
  }
}
.cmp-campaign-info-content-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: var(--theme-text);
}
@media screen and (max-width: 660px) {
  .cmp-campaign-info-content-title {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
}
.cmp-campaign-info-content-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: var(--theme-gray);
}
.cmp-campaign-info-content-selects {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 660px) {
  .cmp-campaign-info-content-selects {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.cmp-campaign-info-export {
  width: 118px;
  font-size: 14px;
  line-height: 19px;
  padding: 0 20px;
  min-width: max-content;
  margin-top: 0;
  margin-left: 10px;
}
@media screen and (max-width: 660px) {
  .cmp-campaign-info-export {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    max-width: 100%;
  }
}
.cmp-campaign-info-select {
  max-width: max-content;
  height: 48px !important;
  margin-left: 10px;
}
.cmp-campaign-info-content-body {
  padding-top: 20px;
}
.cmp-campaign-info-table {
  padding: 20px 0 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
}
.cmp-campaign-table-row {
  grid-template-columns: 11.6% 26.7% 33% 1fr;
  padding: 14px 0;
}
.cmp-campaign-table-body {
  padding: 0;
  width: 100%;
}
.cmp-campaign-info-table-header {
  padding: 0 0 16px;
}
.cmp-campaign-info-td-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: var(--theme-gray);
  text-transform: none;
  margin-right: 0;
}
.cmp-campaign-info-mail,
.cmp-campaign-info-number,
.cmp-campaign-info-status {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: var(--theme-gray);
}
.cmp-campaign-info-name {
  font-family: "Inter",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: var(--theme-text);
}
.cmp-campaign-info-pagination {
  display: flex;
  margin-left: auto;
  width: max-content;
  padding-top: 16px;
}
.cmp-campaign-info-pagination-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 6px;
  height: 40px;
  width: 40px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: var(--theme-text);
}
.cmp-campaign-info-pagination-item.current {
  color: var(--theme-primary);
  background-color: var(--theme-secondary);
}
.cmp-campaign-info-pagination-item:focus {
  outline: none;
}
.cmp-campaign-info-pagination-label {
  padding-top: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: var(--theme-quaternary);
}
.chats-create-campaign {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1c253844;
  display: flex;
  align-items: flex-end;
  display: none;
}
.chats-create-campaign.shown {
  display: flex;
}
.cmp-chats {
  position: relative;
}
.cmp-chats.hidden {
  display: none;
}
.cmp-chats-create-campaign {
  background-color: var(--theme-white);
  width: 100%;
  flex-wrap: wrap;
}
.cmp-chats-create-campaign-tabs {
  width: 100%;
  margin: 20px 0 20px;
}
.cmp-chats-create-campaign-tab {
  flex: 1;
  height: 40px;
  font-size: 14px;
}
.cmp-chats-creare-campaign-button {
  width: 48%;
  min-width: 48%;
  margin-top: 0;
  font-size: 14px;
  height: 48px;
  padding: 0;
}
.cmp-chats-creare-campaign-button svg {
  margin-right: 8px;
}
@media screen and (max-width: 764px) {
  .cmp-chats-creare-campaign-button .blue-button-title {
    display: inline;
  }
}
.cmp-chats-create-campaign-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cmp-create-from-template-header {
  padding-top: 18px;
}
@media screen and (max-width: 920px) {
  .cmp-create-from-template-header {
    flex-wrap: wrap;
  }
}
.cmp-create-from-template {
  display: none;
}
.cmp-create-from-template.shown {
  display: flex;
}
.cmp-close-create-from-template {
  margin-right: 10px;
}
.cmp-create-from-template-info {
  display: flex;
}
@media screen and (max-width: 920px) {
  .cmp-create-from-template-info {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.cmp-from-template-search {
  margin-right: 0;
  width: 500px;
  background-position: 98% 50%;
}
.cmp-from-template-body {
  background-color: var(--theme-white);
  flex: 1;
  padding: 0 20px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(229px, 1fr));
  align-content: flex-start;
  column-gap: 20px;
  row-gap: 20px;
  list-style: none;
  margin: 0;
  max-height: 100%;
  overflow: auto;
}
.cmp-from-template-body::-webkit-scrollbar {
  width: 6px;
  height: 0;
}
.cmp-from-template-body::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}
.cmp-from-template-body::-webkit-scrollbar-thumb {
  background: var(--theme-quaternary);
  border-radius: 3px;
  outline: none;
}
.cmp-from-template-body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.cmp-from-template-body::-webkit-scrollbar-corner {
  background: var(--theme-transparent);
}
.cmp-from-template-item {
  cursor: pointer;
  padding: 16px 18px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.cmp-from-template-item > svg {
  height: 17px;
}
.cmp-from-template-item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: var(--theme-text);
  display: flex;
  align-items: center;
}
.cmp-from-template-item-title svg {
  margin-left: 10px;
}
.cmp-from-template-item-text {
  display: flex;
  padding-top: 8px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: var(--theme-gray);
}
.cmp-empty-chat-body {
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
}
.cmp-empty-chat-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 183px;
}
.cmp-empty-chat-message svg {
  width: 47px;
  height: auto;
}
.cmp-empty-chat-message svg path {
  fill: #d8d8d8;
}
.cmp-empty-chat-message-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: var(--theme-gray);
  margin-top: 23px;
}
.cmp-empty-chat-message-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: var(--theme-gray);
  margin-top: 8px;
}
.cmp-create-campaign-footer-note {
  top: auto;
  bottom: 23px;
}
.cmp-info-plus {
  right: 49px;
  cursor: pointer;
}
.cmp-chat-footer-delete {
  position: absolute;
  top: 7px;
  right: 72px;
  width: 24px;
  height: 24px;
}
.cmp-chat-footer-delete path {
  fill: var(--theme-red);
}
.cmp-footer-top {
  display: flex;
  justify-content: space-between;
}
.cmp-footer-center-line {
  position: relative;
}
.cmp-footer-skyblue-buttons {
  position: relative;
}
.cmp-footer-skyblue-buttons button:last-of-type {
  margin-left: 10px;
}
.cmp-footer-skyblue-button {
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  color: var(--theme-primary);
  background: var(--theme-secondary);
  padding: 0 20px;
  border-radius: 6px;
  height: 32px;
  border: none;
}
.cmp-footer-skyblue-button:focus {
  outline: none;
}
@media screen and (max-width: 660px) {
  .cmp-footer-skyblue-button {
    padding: 0 8px;
  }
}
.chat-message-email-content.sms {
  padding-left: 0;
}
.messenger-content-buttons {
  padding-top: 10px;
}
.messenger-content-buttons button:last-child {
  margin-left: 0;
}
@media screen and (max-width: 920px) {
  .cmp-from-template-menu {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .cmp-chat-message-copy,
  .cmp-chat-message-unread {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .cmp-chat-footer-select {
    border: none !important;
  }
}
@media screen and (max-width: 850px) {
  .cmp-chat-footer .chat-footer-left-button {
    margin-right: 8px;
  }
}
.newsletter-mail-button .newsletter-mail-mobile {
  display: none;
  width: 48px;
}
.newsletter-mail-button .newsletter-mail {
  width: 84px;
}
@media screen and (max-width: 850px) {
  .newsletter-mail-button .newsletter-mail-mobile {
    display: block;
  }
  .newsletter-mail-button .newsletter-mail {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .cmp-chat-header-counters .cmp-chat-header-counter {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .cmp-campaign-info-table .leads-table-row {
    grid-template-columns: 25% 1fr 21%;
    grid-template-rows: unset;
  }
  .cmp-campaign-info-table .leads-table-row .leads-table-td:nth-child(3) {
    display: none;
  }
  .cmp-campaign-info-table .leads-table-row .leads-table-td:nth-child(2) {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 660px) {
  .cmp-campaign-info-table-header {
    display: grid;
  }
}
@media screen and (max-width: 660px) {
  .cmp-campaign-info-pagination
    .cmp-campaign-info-pagination-item:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .cmp-campaign-info-pagination
    .cmp-campaign-info-pagination-item:nth-child(6) {
    display: none;
  }
}
#cmp-chat .cmp-chat-header .back-to-chat {
  display: none;
}
@media screen and (max-width: 660px) {
  #cmp-chat .cmp-chat-header {
    background-color: var(--theme-primary);
    color: var(--theme-white);
  }
  #cmp-chat .cmp-chat-header path {
    fill: var(--theme-white);
  }
  #cmp-chat .cmp-chat-header .cmp-chat-header-name {
    flex: 1;
    padding: 0 10px;
    color: var(--theme-white);
    min-width: max-content;
  }
  #cmp-chat .cmp-chat-header .cmp-chat-header-status {
    display: block;
    border: 2px solid var(--theme-white);
    height: 9px;
    width: 9px;
  }
  #cmp-chat .cmp-chat-header .back-to-chat {
    min-width: 20px;
    display: block;
  }
}
.cmp-create-from-scratch-title {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: var(--theme-text);
}
.cmp-create-from-scratch-header {
  box-shadow: none;
}
.cmp-create-from-scratch-body {
  padding: 0 20px 20px;
  background-color: var(--theme-white);
  flex: 1;
}
.cmp-create-from-scratch-item {
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.cmp-create-from-scratch-item:last-child {
  margin-bottom: 0;
}
.cmp-create-from-scratch-item.active .cmp-create-from-scratch-item-title,
.cmp-create-from-scratch-item.current .cmp-create-from-scratch-item-title {
  color: var(--theme-primary);
}
.cmp-create-from-scratch-item.active .cmp-create-from-scratch-item-number,
.cmp-create-from-scratch-item.current .cmp-create-from-scratch-item-number {
  color: var(--theme-primary);
  border-color: var(--theme-primary);
}
.cmp-create-from-scratch-item.active .cmp-create-from-scratch-item-body,
.cmp-create-from-scratch-item.current .cmp-create-from-scratch-item-body {
  display: block;
}
.cmp-create-from-scratch-item.active .cmp-create-from-scratch-item-tags,
.cmp-create-from-scratch-item.current .cmp-create-from-scratch-item-tags {
  display: flex;
}
.cmp-create-from-scratch-item.active .cmp-create-from-scratch-item-segments,
.cmp-create-from-scratch-item.current .cmp-create-from-scratch-item-segments {
  display: block;
}
.cmp-create-from-scratch-item.active .cmp-create-from-scratch-item-controls,
.cmp-create-from-scratch-item.current .cmp-create-from-scratch-item-controls {
  display: flex;
}
.cmp-create-from-scratch-item.active
  .cmp-create-from-scratch-item-segments-wrap,
.cmp-create-from-scratch-item.current
  .cmp-create-from-scratch-item-segments-wrap {
  display: block;
}
.create-campaign-step .cmp-create-from-scratch-item-title {
  color: var(--theme-primary);
}
.create-campaign-step .cmp-create-from-scratch-item-number {
  color: var(--theme-primary);
  border-color: var(--theme-primary);
}
.create-campaign-step .cmp-create-from-scratch-item-body {
  display: block;
}
.create-campaign-step .cmp-create-from-scratch-item-tags {
  display: flex;
}
.create-campaign-step .cmp-create-from-scratch-item-segments {
  display: block;
}
.create-campaign-step .cmp-create-from-scratch-item-controls {
  display: flex;
}
.create-campaign-step .cmp-create-from-scratch-item-segments-wrap {
  display: block;
}
.cmp-create-from-scratch-item-header {
  display: flex;
  align-items: center;
}
.cmp-create-from-scratch-item-select {
  display: block;
  padding-top: 0;
}
.cmp-create-from-scratch-item-select .create-campaign-goal {
  margin-bottom: 0;
}
.cmp-create-from-scratch-item-select .create-campaign-name {
  padding-top: 0;
}
.cmp-create-from-scratch-item-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: var(--theme-text);
  padding-left: 12px;
}
@media screen and (max-width: 660px) {
  .cmp-create-from-scratch-item-title {
    font-size: 15px;
  }
}
.cmp-create-from-scratch-item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--theme-tertiary);
  border-radius: 50%;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  height: 40px;
  width: 40px;
}
.cmp-create-from-scratch-item-body {
  padding: 20px 0 0;
  display: none;
}
.cmp-create-from-scratch-item-input {
  width: 100%;
}
.cmp-create-from-scratch-item-tags {
  padding-top: 20px;
  display: none;
  align-items: center;
  flex-wrap: wrap;
}
.cmp-create-from-scratch-item-tags-title {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--theme-gray);
  font-weight: 600;
  padding-right: 10px;
}
@media screen and (max-width: 660px) {
  .cmp-create-from-scratch-item-tags-title {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
}
.cmp-create-from-scratch-item-tags-title-step-2 {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
.cmp-create-from-scratch-item-tag {
  padding: 8px 12px 8px 16px;
  background: var(--theme-light-gray);
  border-radius: 19px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--theme-text);
  margin-right: 10px;
}
@media screen and (max-width: 660px) {
  .cmp-create-from-scratch-item-tag {
    margin-bottom: 6px;
  }
}
.cmp-create-from-scratch-item-tag svg {
  cursor: pointer;
  height: 14px;
  width: 14px;
  object-fit: contain;
  margin-left: 8px;
}
.cmp-create-from-scratch-item-tag-input {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: var(--theme-text);
  padding: 0;
  margin: 0;
  border: none;
}
.cmp-create-from-scratch-item-tag-input::placeholder {
  color: var(--theme-gray);
}
.cmp-create-from-scratch-footer {
  background-color: var(--theme-white);
  padding: 20px;
  display: none;
  justify-content: space-between;
}
.cmp-create-from-scratch-footer.current {
  display: flex;
}
.cmp-create-from-scratch-button {
  padding: 0;
  width: 300px;
  max-width: 48%;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: var(--theme-white);
  background-color: var(--theme-primary);
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 660px) {
  .cmp-create-from-scratch-button {
    width: 49%;
  }
}
.cmp-create-from-scratch-button-icon {
  margin-left: 6px;
}
.cmp-create-from-scratch-button.skyblue {
  color: var(--theme-primary);
  background-color: var(--theme-secondary);
}
.cmp-create-from-scratch-button.next .cmp-create-from-scratch-button-icon {
  background-color: var(--theme-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 19px;
  width: 19px;
}
.cmp-create-from-scratch-button.next .cmp-create-from-scratch-button-icon svg {
  width: 11px;
  height: 11px;
  object-fit: contain;
  transform: rotate(180deg);
}
.cmp-create-from-scratch-button.next
  .cmp-create-from-scratch-button-icon
  svg
  path {
  fill: var(--theme-primary);
}
.cmp-create-from-scratch-button:focus {
  outline: none;
}
.cmp-create-from-scratch-item-controls {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 0 -20px;
  border-bottom: 1px solid var(--theme-tertiary);
}
@media screen and (max-width: 770px) {
  .cmp-create-from-scratch-item-controls {
    align-items: flex-end;
  }
}
@media screen and (max-width: 660px) {
  .cmp-create-from-scratch-item-controls {
    flex-wrap: wrap;
  }
}
.cmp-create-from-scrath-item-controls-tabs {
  width: 264px;
}
.cmp-create-from-scrath-item-controls-tab svg {
  width: 16px;
  height: auto;
}
.cmp-create-from-scrath-item-controls-right {
  display: flex;
}
.cmp-create-from-scrath-item-controls-input {
  height: 46px;
  width: 270px;
}
@media screen and (max-width: 1200px) {
  .cmp-create-from-scrath-item-controls-input {
    width: 255px;
  }
}
@media screen and (max-width: 770px) {
  .cmp-create-from-scrath-item-controls-input {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
}
.cmp-create-from-scrath-item-controls-input.collapsed {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  height: 50px;
  margin-left: 10px;
}
.cmp-create-from-scrath-item-controls-button {
  height: 46px;
  width: 270px;
}
.cmp-create-from-scrath-item-controls-button svg {
  margin-right: 6px;
}
.cmp-create-from-scrath-item-controls-button svg path {
  fill: var(--theme-primary);
}
@media screen and (max-width: 1200px) {
  .cmp-create-from-scrath-item-controls-button {
    width: 128px;
  }
}
.cmp-create-from-scrath-item-controls-button.collapsed {
  margin-top: 0px;
  margin-left: 10px;
  width: 46px;
  height: 50px;
}
.cmp-create-from-scrath-item-controls-button.collapsed span {
  display: none;
}
.cmp-create-from-scrath-item-controls-button.collapsed svg {
  margin-right: 0;
}
@media screen and (max-width: 770px) {
  .cmp-create-from-scrath-item-controls-button {
    margin-top: 10px;
    margin-left: 10px;
    width: 46px;
  }
  .cmp-create-from-scrath-item-controls-button span {
    display: none;
  }
  .cmp-create-from-scrath-item-controls-button svg {
    margin-right: 0;
  }
}
.cmp-create-from-scratch-item-segments {
  display: none;
  overflow-y: auto;
  max-height: calc(100vh - 556px);
  margin-right: -16px;
  padding-right: 16px;
}
.cmp-create-from-scratch-item-segments::-webkit-scrollbar {
  width: 6px;
}
.cmp-create-from-scratch-item-segments::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.cmp-create-from-scratch-item-segments::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
@media screen and (max-width: 660px) {
  .cmp-create-from-scratch-item-segments {
    height: auto;
    max-height: unset;
  }
}
.cmp-create-from-scratch-item-segments-wrap {
  display: none;
}
.cmp-create-from-scratch-item-segments-header {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.cmp-create-from-scratch-item-segments-list {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
@media screen and (max-width: 660px) {
  .cmp-create-from-scratch-item-segments-list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.cmp-create-from-scratch-item-segments-list-item {
  padding: 20px;
  display: flex;
  align-items: center;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
  cursor: pointer;
}
.cmp-create-from-scratch-item-segments-list-item .leads-table-avatar {
  width: 38px;
  height: 38px;
}
.cmp-create-from-scratch-item-segments-list-item-content {
  display: flex;
  flex-direction: column;
}
.cmp-create-from-scratch-item-segments-list-item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: var(--theme-text);
}
.cmp-create-from-scratch-item-segments-list-item-info {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: var(--theme-gray);
}
.cmp-create-from-scratch-item-segments-list-item-status {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--theme-tertiary);
  border-radius: 50%;
  margin-right: 17px;
}
.cmp-create-from-scratch-item-segments-list-item-status.done {
  background-color: var(--theme-green);
  border-color: var(--theme-green);
}
.cmp-create-from-scratch-item-segments-list-item-status svg {
  width: 10px;
}
.cmp-create-from-scratch-item-segments-list-item-status path {
  fill: var(--theme-white);
}
@media screen and (max-width: 920px) {
  .cmp-create-from-scratch-info {
    flex-direction: row;
    justify-content: flex-start;
  }
}
#cmp-create-from-scratch {
  overflow-y: auto;
}
@media screen and (max-width: 990px) {
  #cmp-create-from-scratch {
    margin-top: 0;
    height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 660px) {
  #cmp-create-from-scratch {
    position: relative;
  }
}
@media screen and (max-width: 1400px) {
  .create-new-segment .cmp-comments-wrap {
    width: 590px;
  }
}
@media screen and (max-width: 660px) {
  .create-new-segment .cmp-comments-wrap {
    width: 100%;
  }
}
.create-new-segment-footer {
  position: relative;
  box-shadow: 0px -1px 20px rgba(211, 211, 211, 0.2);
}
.create-new-segment-body {
  padding: 12px 20px 20px;
}
.create-new-segment-submit {
  min-width: 180px;
  height: 46px;
  margin: 0 auto;
  display: block;
}
.create-new-segment-submit svg {
  width: 16px;
  margin-right: 12px;
}
.create-new-segment-item {
  padding-top: 22px;
}
.create-new-segment input[type="text"] {
  font-family: "Inter";
}
.create-new-segment-radios {
  display: flex;
  padding: 3px 0 13px;
}
.create-new-segment-radio {
  display: flex;
  margin-right: 40px;
}
.create-new-segment-radio input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.create-new-segment-radio input:checked ~ span {
  color: var(--theme-text);
}
.create-new-segment-radio input:checked ~ i {
  border-color: var(--theme-primary);
  background-color: var(--theme-primary);
}
.create-new-segment-radio i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  margin-right: 12px;
}
.create-new-segment-radio i svg {
  width: 15px;
}
.create-new-segment-radio i path {
  fill: var(--theme-white);
}
.create-new-segment-radio span {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: var(--theme-quaternary);
}
.cmp-criteria {
  padding: 44px 0;
}
.cmp-criteria-title {
  color: var(--theme-quaternary);
}
.cmp-criteria-title i {
  text-transform: none;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: var(--theme-text);
  letter-spacing: normal;
  margin-right: 10px;
}
.cmp-criteria-item {
  padding: 20px;
  border: 1px solid var(--theme-tertiary);
  border-radius: 10px;
}
.cmp-criteria-item-title {
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  color: var(--theme-text);
  display: block;
  padding-bottom: 20px;
}
.cmp-criteria-item-row {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 660px) {
  .cmp-criteria-item-row {
    flex-wrap: wrap;
  }
}
.cmp-criteria-item-row .select {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  width: 150px;
  margin-right: 10px;
}
@media screen and (max-width: 660px) {
  .cmp-criteria-item-row .select {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.cmp-criteria-item-row input[type="text"] {
  width: 150px;
}
@media screen and (max-width: 660px) {
  .cmp-criteria-item-row input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 660px) {
  .cmp-criteria-item-row-delete {
    width: 100%;
    height: 46px;
    background: rgba(243, 83, 94, 0.1);
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
.cmp-criteria-item-row-delete span {
  display: none;
}
@media screen and (max-width: 660px) {
  .cmp-criteria-item-row-delete span {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: var(--theme-red);
    display: inline;
  }
}
@media screen and (max-width: 660px) {
  .cmp-criteria-item-row-delete svg {
    display: none;
  }
}
.cmp-criteria-item-row button {
  margin-right: 0;
  margin-left: 20px;
}
.cmp-criteria-item-row button svg {
  height: auto;
  width: 13px;
}
.cmp-criteria-add-condition {
  margin-top: 4px;
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  color: var(--theme-text);
}
.cmp-criteria-add-condition svg {
  width: 22px;
  margin-right: 10px;
}
.cmp-criteria-step {
  padding: 20px 0;
  position: relative;
}
.cmp-criteria-step:before {
  height: 100%;
  width: 1px;
  background-color: var(--theme-tertiary);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cmp-criteria-step-tabs {
  width: 180px;
  margin: 0 auto;
  position: relative;
}
.cmp-criteria-add-group {
  margin: 0 auto;
  margin-top: 30px;
  width: 180px;
}
.cmp-criteria-add-group path {
  fill: var(--theme-primary);
}
.cmp-criteria-add-group svg {
  margin-right: 10px;
}
.cmp-chat-footer-subject {
  right: unset;
  left: 10px;
  top: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: var(--theme-text);
}
.cmp-subject-input {
  padding-left: 64px !important;
}
@media screen and (max-width: 660px) {
  .cmp-subject-input {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 660px) {
  .cmp-create-campaign-footer-note {
    bottom: 10px;
  }
}
@media screen and (max-width: 660px) {
  .cmp-chat-footer-tag select {
    background-color: transparent;
    border: none;
  }
}
@media screen and (max-width: 660px) {
  .cmp-footer-skyblue-buttons {
    padding: 20px 0;
  }
}
.cmp-email-view-header-right {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .cmp-email-view-header-right {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.cmp-email-view-header-right .profile-top-tabs {
  width: 300px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .cmp-email-view-header-right .profile-top-tabs {
    width: 100%;
    margin-right: 0;
    position: absolute;
    top: 60px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1200px) {
  .cmp-email-view-header-right .profile-top-tab {
    width: 47%;
  }
}
.cmp-create-campaign-email-view {
  position: fixed;
  background-color: var(--theme-white);
  top: 0;
  right: 0;
  width: calc(100% - 240px - 340px);
  height: calc(100vh - 251px);
  overflow: hidden;
}
@media screen and (max-width: 1012px) {
  .cmp-create-campaign-email-view {
    width: calc(100% - 340px);
    z-index: 2510;
    top: 70px;
  }
}
@media screen and (max-width: 660px) {
  .cmp-create-campaign-email-view {
    width: 100%;
    height: 100vh;
    overflow: unset;
  }
}
.cmp-create-campaign-email-view .cmp-email-view-text {
  justify-content: center;
}
.cmp-create-campaign-email-view .cmp-email-view-content {
  height: calc(100vh - 251px - 101px);
}
@media screen and (max-width: 660px) {
  .cmp-create-campaign-email-view .cmp-email-view-content {
    height: calc(100vh - 114px);
  }
}
@media screen and (max-width: 1200px) {
  .cmp-create-campaign-email-view .cmp-email-view-header {
    padding-bottom: 70px;
  }
}
.cmp-create-campaign-sms-view {
  height: calc(100vh - 196px);
}
@media screen and (max-width: 660px) {
  .cmp-create-campaign-sms-view {
    width: 100%;
    height: 100vh;
    overflow: unset;
  }
}
.cmp-create-campaign-sms-view .cmp-email-view-content {
  height: calc(100vh - 274px);
}
@media screen and (max-width: 660px) {
  .cmp-create-campaign-sms-view .cmp-email-view-content {
    height: calc(100vh - 114px);
  }
}
.cmp-create-campaign-sms-view .cmp-email-view-header {
  padding-bottom: 26px !important;
}
.cmp-suggestions {
  position: absolute;
  bottom: 160px;
  right: 40px;
  z-index: 10;
  margin: 0;
  padding: 16px;
  background: var(--theme-white);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 8px 8px 0px 8px;
  display: none;
}
@media screen and (max-width: 660px) {
  .cmp-suggestions {
    position: fixed;
    top: 0;
    left: 0;
    right: unset;
    bottom: unset;
    height: 100vh;
    width: 100%;
    border-radius: 0;
  }
}
.cmp-suggestions-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 660px) {
  .cmp-suggestions-list {
    padding-top: 20px;
  }
}
.cmp-suggestions-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .cmp-suggestions-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cmp-suggestions-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: var(--theme-text);
}
.cmp-suggestions-score {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: var(--theme-gray);
}
.cmp-suggestions-score b {
  font-weight: 400;
  color: var(--theme-text);
}
.cmp-suggestions-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 660px) {
  .cmp-suggestions-close {
    display: flex;
  }
}
.cmp-suggestions-item {
  padding-top: 6px;
}
.cmp-suggestions-item-line {
  width: 220px;
  height: 10px;
  background: var(--theme-tertiary);
  border-radius: 100px;
  position: relative;
  margin-top: 4px;
}
@media screen and (max-width: 660px) {
  .cmp-suggestions-item-line {
    width: 100%;
  }
}
.cmp-suggestions-item-line-inner {
  height: 100%;
  width: 100%;
  background: var(--theme-tertiary);
  border-radius: 100px;
}
.cmp-suggestions-item-line-frame {
  height: 100%;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #111;
  position: absolute;
  top: 0;
  left: 0;
}
#cmp-close-chat {
  display: none;
}
@media screen and (max-width: 660px) {
  #cmp-close-chat {
    display: flex;
  }
}
.cmp-chat-send-blue {
  background-color: var(--theme-primary) !important;
  border: none !important;
  color: var(--theme-white) !important;
  width: 120px !important;
}
.cmp-send-popup {
  width: 400px !important;
}
.cmp-send-popup .popup-center-title {
  text-align: center;
}
.cmp-send-popup-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: var(--theme-gray);
  margin: 16px 0 24px;
  text-align: center;
}
.cmp-send-popup-buttons {
  display: flex;
  justify-content: space-between;
}
.cmp-send-popup-buttons button {
  width: 110px !important;
  height: 41px !important;
  font-size: 14px;
}
.chats-head-tag--push {
  position: relative;
}
.chats-head-tag--push:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  right: 8px;
  background-color: var(--theme-red);
  border-radius: 50%;
}
.cmp-chats-header-name i {
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
}
.groups-item-title {
  font-weight: 400;
}
.groups-footer {
  padding: 20px;
}
.groups-counter-circle {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 5px;
}
.groups-header-info {
  display: flex;
  align-items: center;
}
.groups-header-tabs {
  margin-right: 20px;
}
.groups-footer-button {
  margin-right: 24px !important;
}
.groups-footer-button:last-child {
  margin-right: 0 !important;
}
.groups-footer-drop {
  margin-right: 24px;
}
@media screen and (max-width: 1310px) {
  .groups-header {
    flex-direction: column;
    align-items: stretch;
  }
  .groups-header-tabs {
    margin-top: 12px;
  }
  .groups-header-menu {
    justify-content: space-between;
  }
  .groups-header-button {
    margin-left: auto;
    transform: translateY(-45px);
  }
}
.groups-header-back {
  display: none;
}
.groups-footer-select {
  position: relative;
  overflow: visible;
  margin-bottom: 6px;
}
.groups-footer-select:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.groups-footer-select .select {
  border: none;
}
.groups-footer-select.open {
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  background-color: var(--theme-white);
}
.groups-footer-select.open .select {
  background-color: var(--theme-white);
  border: none;
}
.groups-footer-select.open .groups-footer-list {
  display: block;
}
.groups-footer-list {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  background-color: var(--theme-white);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  z-index: 10;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 16px;
}
.groups-footer-list-bottom {
  display: none;
}
.groups-footer-list-item {
  padding: 7px 40px 7px 16px;
  white-space: nowrap;
}
.groups-footer-list-item:hover {
  background-color: #f3f3f3;
}
.groups-footer-list-item:first-child {
  border-radius: 16px 16px 0 0;
}
.groups-footer-list-item:last-child {
  border-radius: 0 0 16px 16px;
}
.groups-footer-list-item.selected {
  position: relative;
}
.groups-footer-list-item.selected:after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='9' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 9'%3E%3Cdefs/%3E%3Cpath fill='%231C2538' d='M4.57 9a.67.67 0 01-.48-.21L.85 5.34a.67.67 0 11.97-.91l2.75 2.92 5.6-6.13a.67.67 0 11.99.9l-6.1 6.66a.67.67 0 01-.48.22z'/%3E%3C/svg%3E");
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 660px) {
  .groups-chats {
    min-height: calc(100vh - 70px);
  }
  .groups-header-back {
    display: block;
    margin-right: 20px;
  }
  .groups-header {
    background-color: var(--theme-primary);
    padding: 0;
    padding-top: 20px;
  }
  .groups-header-tabs {
    margin-right: 0;
    width: 100%;
    margin-bottom: -1px;
  }
  .groups-header-button {
    position: absolute;
    top: 24px;
    right: 10px;
    transform: none;
  }
  .groups-header-button--first {
    right: 40px;
  }
  .groups-header-button path {
    fill: var(--theme-white);
  }
  .groups-header-info {
    padding: 0 20px;
  }
  .groups-header-info .cmp-chat-header-name {
    color: var(--theme-white);
  }
  .groups-footer-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #0003;
    flex-direction: column;
    justify-content: flex-end;
  }
  .groups-footer-list-item {
    background-color: var(--theme-white);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .groups-footer-list-item:last-child {
    border-radius: 0;
  }
  .groups-footer-list-item:first-child {
    padding-top: 20px;
  }
  .groups-footer-list-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background-color: var(--theme-white);
  }
  .groups-footer-list-button {
    width: 100%;
  }
  .groups-footer-select.open .groups-footer-list {
    display: flex;
  }
}
.create-new-group {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 66px);
  height: 100vh;
  background-color: var(--theme-white);
  z-index: 2510;
  flex-direction: column;
  display: none;
  overflow: hidden;
}
.create-new-group.shown {
  display: flex;
}
@media screen and (max-width: 991px) {
  .create-new-group {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .create-new-group {
    overflow: auto;
  }
}
.create-new-group.shown {
  display: flex;
}
.create-new-group-header {
  padding: 26px 20px;
}
@media screen and (max-width: 660px) {
  .create-new-group-header {
    background-color: var(--theme-white);
    height: auto;
    grid-template-rows: 1fr;
  }
}
.create-new-group-body {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  max-height: calc(100vh - 158px);
}
@media screen and (max-width: 660px) {
  .create-new-group-body {
    max-height: unset;
  }
}
.create-new-group-body::-webkit-scrollbar {
  width: 4px;
}
.create-new-group-body::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.create-new-group-body::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
.create-new-group-item {
  width: 100%;
}
.create-new-group-item-section {
  padding-bottom: 22px;
}
.create-new-group-item-section input {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
}
.create-new-group-item-section:last-child {
  padding-bottom: 0;
}
.create-new-group--first-item {
  flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .create-new-group--first-item {
    width: 100%;
    flex: unset;
    margin-right: 0;
  }
}
.create-new-group--second-item {
  width: 416px;
}
@media screen and (max-width: 991px) {
  .create-new-group--second-item {
    width: 100%;
  }
}
.create-new-group-corner {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.create-new-group-corner-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1375px;
  color: var(--theme-gray);
  display: block;
}
.create-new-group-corner-value {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: var(--theme-text);
}
.create-new-group-corner-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: var(--theme-primary);
}
.create-new-group-corner-item {
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .create-new-group-corner-item {
    width: auto;
    padding-top: 0;
    padding-right: 40px;
  }
}
@media screen and (max-width: 660px) {
  .create-new-group-corner-item {
    padding-bottom: 20px;
  }
}
.create-new-group-corner-item:first-child {
  padding-top: 0;
}
.create-new-group-corner-item--half {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .create-new-group-corner-item--half {
    width: auto;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .create-new-group-corner-item:last-child {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 660px) {
  .create-new-group-corner-item:last-child {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.create-new-group-skyblue {
  width: 100%;
  height: 46px;
  font-size: 14px;
}
.create-new-group-title {
  width: 100%;
  padding: 20px 0;
}
.create-new-group-criteria {
  padding: 0;
  width: 100%;
}
.create-new-group-criteria-title {
  font-size: 14px;
}
.create-new-group-criteria-row {
  width: 100%;
}
.create-new-group-criteria-item {
  flex: 1;
}
@media screen and (max-width: 660px) {
  .create-new-group-criteria-item {
    width: 100%;
    flex: unset;
  }
}
.create-new-group-criteria-cond {
  font-size: 14px;
}
.create-new-group-criteria-step {
  padding: 40px 0;
  width: max-content;
}
@media screen and (max-width: 991px) {
  .create-new-group-criteria-step {
    width: 100%;
  }
}
.create-new-group-criteria-step-tabs {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .create-new-group-criteria-step-tabs {
    margin: 0 auto;
  }
}
.create-new-group-add-group {
  margin: 20px 0 0;
  width: 300px;
}
@media screen and (max-width: 660px) {
  .create-new-group-add-group {
    width: 100%;
    max-width: 100%;
  }
}
.create-new-group-close {
  display: none;
  grid-column: 3/4;
}
.create-new-group-close path {
  fill: var(--theme-gray);
}
@media screen and (max-width: 660px) {
  .create-new-group-close {
    display: flex;
  }
}
.create-new-group-footer {
  box-shadow: 0px -1px 20px rgba(211, 211, 211, 0.2);
  position: relative;
}
@media screen and (max-width: 991px) {
  .create-new-group-footer button {
    max-width: 180px;
  }
}
#groups-audience-toggle {
  cursor: pointer;
}
.groups-audience-close svg {
  width: 12px;
}
.groups-audience-close path {
  fill: var(--theme-gray);
}
.groups-audience-header {
  padding: 29px 20px;
  box-shadow: none;
  flex-wrap: wrap;
}
.groups-audience-header-button {
  font-size: 13px;
  width: 44%;
  padding: 0;
  margin: 9px 0 0 0;
  height: 42px;
  min-height: unset;
}
.groups-audience-header-button svg {
  margin-right: 9px;
}
.groups-audience-search {
  margin: 17px 0 0;
}
.groups-audience-search path {
  fill: #111;
}
.groups-audience-item {
  display: flex;
  align-items: center;
  padding: 13px 0;
}
.groups-audience-item-label {
  display: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: var(--theme-red);
  margin-left: auto;
  background-color: #f3535e22;
  padding: 5px 10px;
  border-radius: 12px;
}
.groups-audience-item.deleted .groups-audience-item-button {
  display: none;
}
.groups-audience-item.deleted .groups-audience-item-label {
  display: flex;
}
.groups-audience-item.deleted .groups-audience-item-avatar,
.groups-audience-item.deleted .groups-audience-item-content {
  opacity: 0.3;
}
.groups-audience-item-button {
  margin: 0;
  margin-left: auto;
  padding: 0 7px 0 10px;
}
.groups-audience-item-button:hover path {
  fill: var(--theme-red);
}
.groups-audience-item-button svg {
  width: 14px;
  height: auto;
}
.groups-audience-item-avatar {
  margin-right: 10px;
}
.groups-audience-item-content {
  display: flex;
  flex-direction: column;
}
.groups-audience-item-title {
  margin-bottom: 6px;
}
.groups-audience-body {
  padding: 0 14px 20px;
}
@media screen and (max-width: 660px) {
  .groups-audience-body {
    height: auto;
    overflow: unset;
  }
}
.groups-audience-body-title {
  padding: 0 0 0 6px;
  margin-bottom: 20px;
}
.groups-audience-body-title i {
  font-style: normal;
  font-weight: 400;
  padding-left: 5px;
  font-size: 11px;
}
.groups-add-customer-header {
  display: flex;
}
.groups-add-customer-header-button {
  width: 100%;
  max-width: 100%;
}
.groups-add-customer-header path {
  fill: #111;
}
.groups-add-customer-header button {
  margin-right: 11px;
}
.groups-add-customer-item-button {
  margin: 0;
  margin-left: auto;
  border: 1px solid var(--theme-secondary);
  border-radius: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: var(--theme-primary);
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.groups-add-customer-item.added .groups-add-customer-item-button {
  background-color: var(--theme-secondary);
}
.groups-add-customer-select {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: var(--theme-text);
  border: none;
  margin-left: auto;
}
.groups-add-customer-slice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
.groups-add-customer-slice span {
  padding: 0;
  margin: 0;
}
.groups-create-customer-avatar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.groups-create-customer-avatar-image {
  border-radius: 50%;
  object-fit: cover;
  width: 59px;
  height: 59px;
}
.groups-create-customer-avatar-content {
  flex: 1;
  padding: 0 11px 0 19px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.groups-create-customer-avatar-input {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #111;
  padding: 6px 8px;
  text-transform: uppercase;
  color: var(--theme-white);
  border-radius: 4px;
  margin-bottom: 14px;
}
.groups-create-customer-avatar-input input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.groups-create-customer-avatar-button {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  background-color: var(--theme-tertiary);
  padding: 6px 8px;
  text-transform: uppercase;
  color: #111;
  border-radius: 4px;
  border: none;
  margin-bottom: 14px;
}
.groups-create-customer-avatar-info {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: block;
  width: 100%;
  color: var(--theme-quaternary);
}
.groups-create-customer-section {
  padding: 22px 0;
  border-bottom: 1px solid #f1f1f1;
}
.groups-create-customer-section:last-child {
  border: none;
}
.groups-create-customer-sections {
  padding-top: 12px;
  padding-right: 7px;
}
.groups-create-customer-inputs {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.groups-create-customer-input {
  height: 42px;
  width: 100%;
  padding: 0 14px;
  color: var(--theme-text);
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  background-color: #f9f9f9;
  border: none;
  border-radius: 10px;
  margin-bottom: 12px;
}
.groups-create-customer-input.half {
  width: 48%;
}
.groups-create-customer-input.two {
  width: 63%;
}
.groups-create-customer-input.three {
  width: 33%;
}
.groups-create-customer-input::placeholder {
  color: var(--theme-quaternary);
}
.groups-create-customer-input.phone {
  padding-left: 56px;
  position: relative;
  background-position: 12px center;
  background-size: auto 32px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 32'%3E%3Cdefs/%3E%3Cpath stroke='%23fff' d='M30.5 32V0'/%3E%3Cpath fill='%231C2538' d='M4.6 15.7h2.8v1.2H4.6V20H3.3v-3.1H.5v-1.2h2.8v-3h1.3v3zm8.3 5.3h-1.2v-8.4l-2.6 1v-1.2l3.6-1.4h.2v10z'/%3E%3C/svg%3E");
  height: 42px;
  padding-left: 15px;
  width: 100%;
  border: none;
  background-color: var(--theme-light-gray);
  border-radius: 10px;
  padding-left: 60px;
  padding-right: 13px;
}
.groups-create-customer-textarea {
  resize: none;
  padding: 16px;
  height: auto;
}
.groups-create-customer-select {
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: var(--theme-quaternary) !important;
  margin-bottom: 12px;
}
.groups-create-customer-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.groups-create-customer-social span {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--theme-text);
  padding-right: 10px;
}
.groups-create-customer-social button {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.groups-create-customer-social button svg {
  height: 20px;
}
.groups-create-customer-social button path {
  fill: #111;
}
.groups-create-customer-social-input {
  width: 100%;
  position: relative;
  margin-bottom: 22px;
}
.groups-create-customer-social-input input {
  width: 100%;
  height: 42px;
  background-color: #f9f9f9;
  border: none;
  border-radius: 10px;
  color: var(--theme-text);
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  padding: 0 80px 0 14px;
}
.groups-create-customer-social-input input::placeholder {
  color: var(--theme-quaternary);
}
.groups-create-customer-social-input button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: none;
}
.groups-create-customer-social-timezone svg {
  margin-top: 2px;
}
.groups-add-csv-input {
  background-color: #f9f9f9;
  color: var(--theme-gray);
  border-radius: 10px;
  padding: 22px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.groups-add-csv-input svg {
  margin-bottom: 10px;
}
.groups-add-csv-input input {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
}
.groups-add-csv-text {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: var(--theme-text);
  display: inline-block;
  width: 75%;
  padding-top: 10px;
}
.groups-add-csv-column {
  padding-top: 15px;
}
.groups-add-csv-column span {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: var(--theme-gray);
  display: inline-block;
  padding-bottom: 6px;
}
.groups-add-csv-uploaded {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.groups-add-csv-uploaded-title {
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  padding-bottom: 20px;
}
.groups-add-csv-uploaded-item {
  display: block;
  width: 100%;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  padding: 14px 14px;
  border: 1px solid #f9f9f9;
  border-radius: 10px;
  margin-bottom: 12px;
}
.groups-filter {
  overflow: auto;
  background-color: var(--theme-white);
  display: none;
}
.groups-filter.shown {
  display: flex;
}
.groups-filter::-webkit-scrollbar {
  width: 4px;
}
.groups-filter::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.groups-filter::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
@media screen and (max-width: 921px) {
  .groups-filter {
    margin-top: -70px;
    z-index: 2510;
  }
}
.groups-filter-header {
  padding: 25px 26px;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 20px rgba(211, 211, 211, 0.2);
}
.groups-filter-header-button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.groups-filter-header-button svg {
  width: 16px;
}
.groups-filter-header-button path {
  fill: #111;
}
.groups-filter-header-title {
  padding-left: 18px;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
}
.groups-filter-body {
  flex: 1;
  padding: 0 14px 25px;
}
.groups-filter-body .select {
  color: var(--theme-text) !important;
}
.groups-filter-check {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 6px;
  padding-bottom: 10px;
}
.groups-filter-check span {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.groups-filter-check input {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
.groups-filter-check svg {
  display: none;
  height: 19px;
}
.groups-filter-check path {
  fill: var(--theme-green);
}
.groups-filter-status {
  border: 1px solid var(--theme-primary);
  border-radius: 17px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}
.groups-filter-status.disabled {
  border: none;
  background-color: #f9f9f9;
  color: var(--theme-gray);
}
.groups-filter-creaters {
  position: relative;
}
.groups-filter-creaters img {
  position: absolute;
  top: 20px;
  left: 15px;
  border-radius: 50%;
  height: 26px;
  width: 26px;
}
.groups-filter-creaters .select {
  padding-left: 50px;
}
.groups-filter-footer {
  border-top: 1px solid var(--theme-tertiary);
}
.groups-filter-check input:checked + svg {
  display: block;
}
.all-avatar-label {
  display: none;
  position: absolute;
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1375px;
  color: var(--theme-white);
  padding: 3px 6px;
  border-radius: 10px;
  top: 38px;
  left: 41px;
  transform: translateX(-50%);
}
@media screen and (max-width: 660px) {
  .all-avatar-label {
    left: 37px;
  }
}
.cmp-chat-message.all {
  position: relative;
}
.cmp-chat-message.all .all-avatar-label {
  display: flex;
}
#send-groups .cmp-send-popup {
  width: 290px !important;
  padding: 24px 20px 20px;
}
@media screen and (max-width: 660px) {
  #send-groups .cmp-send-popup {
    height: 100vh;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0;
  }
}
#send-groups .cmp-send-popup-buttons {
  padding-top: 16px;
}
@media screen and (max-width: 660px) {
  #send-groups .cmp-send-popup-buttons button {
    width: 48% !important;
  }
}
.groups-send-list {
  max-height: 390px;
  overflow: auto;
}
.groups-send-list::-webkit-scrollbar {
  width: 3px;
}
.groups-send-list::-webkit-scrollbar-track {
  background-color: var(--theme-white);
}
.groups-send-list::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 30px;
  border: none;
  outline: none;
}
@media screen and (max-width: 660px) {
  .groups-send-list {
    height: calc(100% - 75px);
    max-height: calc(100% - 75px);
  }
}
.fromscratchbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--theme-primary);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  padding: 12px 0;
}

#emailPreviewBtn {
  padding: 5px 15px 5px;
  font-size: 10px;
  border-radius: 6px;
  margin-left: 15px;
}


.create-campaign-template-search {
  max-width: 100%;
  margin: 10px 0px;
  position: relative;
}

.searchTemplatesBtn svg {
  margin-bottom: 10px;
}

#calculate_stage_users {
  margin-right: 30px;
}

.calculateSegmentBtn {
  padding-top: 12px;
  padding-bottom: 13px;
  min-width: 180px;
  border-radius: 5px;
  margin-top: 5px;
  height:43px;
  min-height:43px;
}

button#calculate_stage {
  background-color: var(--theme-secondary);
}

#filledItems .create-campaign-automations-filled-more .pipeline-column-action:nth-child(3) {
  margin-top: 20px;
}

#filledItems .sendTestDetails .fa {
  margin-right: 10px;
}