html {
  --invoice-pending-color: var(--yellow);
  --invoice-processing-color: var(--purple);
  --invoice-payment-expired-color: var(--orange);
  --invoice-paid-color: var(--green);
  --invoice-refunded-color: var(--red);
  --invoice-archived-color: #a9a9a9;
  --invoice-draft-color: var(--gray);
  --background-color-message-blockquote: #a6adc2;
/* replacing colors in wa-2.0.css */
  --accent-color: #f27130;
  --accent-color-hover: #cc4b0a;
  --blue: #1a9afe;
}
html[data-theme="dark"] {
  --accent-color: #cc6d3d;
  --accent-color-hover: #bf4d13;
  --background-color-blockquote: rgba(255,255,255,0.03);
  --background-color-message-blockquote: #474556;
}
form {
  overflow: inherit;
}
.fields {
  float: none;
  margin: 0;
  overflow: visible;
}
ul.menu-h.dropdown ul,
ul.menu-h.dropdown ul.menu-v {
  margin-top: 0;
  max-height: 500px;
  overflow: auto;
}
ul.menu-h.dropdown li > a.c-visible-link.with-icon {
  padding-left: 20px;
}
ul.menu-h.dropdown li > a.c-visible-link.with-icon b > i i.icon16 {
  position: absolute;
  top: 1px;
  left: -20px;
}
ul.c-tags-list {
  margin: 0;
  padding: 0;
}
ul.c-tags-list li {
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  padding: 0;
}
ul.c-tags-list li .c-tag {
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 0.8em;
  line-height: 1.2em;
  word-wrap: break-word;
  background: #f0f0f0;
  color: #666;
}
#wa2ui-dropdown .badge.blue {
  background: var(--accent-color);
}
#wa-app:before,
#wa-app:after {
  display: none;
}
#wa-app .c-main-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
#wa-app .c-main-wrapper > .c-sidebar-wrapper,
#wa-app .c-main-wrapper > .c-content-wrapper {
  float: none;
  display: table-cell;
  vertical-align: top;
}
#wa-app .c-main-wrapper > .c-content-wrapper {
  margin: 0;
  padding: 15px;
}
#wa-app .c-main-wrapper > .c-content-wrapper .shadowed {
  margin: 0;
}
#wa-app .c-main-wrapper > .c-content-wrapper .c-content-block {
  position: relative;
  min-height: 600px;
}
.c-settings-cron-section {
  padding: 10px;
  border: 1px solid var(--border-color-soft);
  margin: 16px 0 0;
  background: var(--highlighted-yellow);
  border-radius: 0.3rem;
}
.c-settings-cron-section.is-set {
  background: var(--highlighted-green);
}
.c-settings-cron-section:first-child {
  margin-top: 0;
}
.c-settings-cron-section .c-cron-ok-block {
  display: none;
}
.c-settings-cron-section .c-cron-ok-block.c-is-cli-ok {
  display: block;
}
.c-settings-cron-section .c-cron-not-ok-block {
  display: block;
}
.c-settings-cron-section .c-cron-not-ok-block.c-is-cli-ok {
  display: none;
}
.c-cron-birthday-section {
  padding: 10px;
  border-bottom: 1px solid var(--border-color-soft);
  background: var(--highlighted-yellow);
}
.c-ibutton {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}
.is-wa2 .c-editor-wrapper .redactor-box .redactor-layer,
.is-wa2 .c-editor-wrapper .redactor-box .redactor-editor {
  background: transparent;
  border-width: 1px 0 0 0;
  height: 200px;
}
.is-wa2 .c-editor-wrapper .redactor-box .redactor-toolbar {
  z-index: auto;
  background: transparent;
}
.is-wa2 .c-editor-wrapper .redactor-box .redactor-toolbar li a {
  padding: 8px;
  width: auto;
  height: auto;
}
.is-wa2 .c-editor-wrapper .redactor-box .redactor-toolbar li a.re-button-icon {
  padding: 8px;
}
.is-wa2 .c-editor-wrapper .redactor-box .redactor-toolbar:after {
  display: none;
}
input.wide {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-datepicker {
  display: none;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
ul.menu-h.dropdown ul.menu-v.right,
ul.menu-v.right {
  left: auto;
  right: 0;
}
ul.menu-h.dropdown ul.menu-v.without-icons li,
ul.menu-v.without-icons li {
  margin: 0;
  padding: 0;
}
ul.menu-h.dropdown ul.menu-v.without-icons li i.icon16,
ul.menu-v.without-icons li i.icon16 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 4px;
}
ul.menu-h.dropdown ul.menu-v.without-icons li a,
ul.menu-v.without-icons li a {
  display: block;
  margin: 0;
  padding: 5px;
}
ul.menu-h.dropdown ul.menu-v.without-icons li.selected a,
ul.menu-v.without-icons li.selected a {
  cursor: default;
}
.c-table-box,
.c-layout {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-table-box:not(.inline),
.c-layout:not(.inline) {
  width: 100%;
}
.c-table-box.fixed,
.c-layout.fixed {
  table-layout: fixed;
}
.c-table-box.middle > *,
.c-layout.middle > * {
  vertical-align: middle;
}
.c-table-box > *,
.c-layout > * {
  display: table-cell;
  vertical-align: top;
}
.c-table-box > *.middle,
.c-layout > *.middle {
  vertical-align: middle;
}
.c-table-box > *.center,
.c-layout > *.center {
  text-align: center;
}
.c-table-box > *.right,
.c-layout > *.right {
  text-align: right;
}
.c-table-box.space-5 > *,
.c-layout.space-5 > * {
  padding-left: 5px;
}
.c-table-box.space-5 > *:first-child,
.c-layout.space-5 > *:first-child {
  padding-left: 0;
}
.c-table-box.space-10 > *,
.c-layout.space-10 > * {
  padding-left: 10px;
}
.c-table-box.space-10 > *:first-child,
.c-layout.space-10 > *:first-child {
  padding-left: 0;
}
.c-table-box.space-15 > *,
.c-layout.space-15 > * {
  padding-left: 15px;
}
.c-table-box.space-15 > *:first-child,
.c-layout.space-15 > *:first-child {
  padding-left: 0;
}
.c-table-box.space-20 > *,
.c-layout.space-20 > * {
  padding-left: 20px;
}
.c-table-box.space-20 > *:first-child,
.c-layout.space-20 > *:first-child {
  padding-left: 0;
}
.c-table-box.space-25 > *,
.c-layout.space-25 > * {
  padding-left: 25px;
}
.c-table-box.space-25 > *:first-child,
.c-layout.space-25 > *:first-child {
  padding-left: 0;
}
.c-table-box.space-30 > *,
.c-layout.space-30 > * {
  padding-left: 30px;
}
.c-table-box.space-30 > *:first-child,
.c-layout.space-30 > *:first-child {
  padding-left: 0;
}
.c-table-box.space-35 > *,
.c-layout.space-35 > * {
  padding-left: 35px;
}
.c-table-box.space-35 > *:first-child,
.c-layout.space-35 > *:first-child {
  padding-left: 0;
}
.c-table-box.space-40 > *,
.c-layout.space-40 > * {
  padding-left: 40px;
}
.c-table-box.space-40 > *:first-child,
.c-layout.space-40 > *:first-child {
  padding-left: 0;
}
.c-table-box.space-45 > *,
.c-layout.space-45 > * {
  padding-left: 45px;
}
.c-table-box.space-45 > *:first-child,
.c-layout.space-45 > *:first-child {
  padding-left: 0;
}
.c-table-box.space-50 > *,
.c-layout.space-50 > * {
  padding-left: 50px;
}
.c-table-box.space-50 > *:first-child,
.c-layout.space-50 > *:first-child {
  padding-left: 0;
}
.indicator.orange {
  background: #ffa500;
  color: #fff !important;
}
.line {
  margin-top: 1em;
}
.line:first-child {
  margin-top: 0;
}
.c-editable:hover {
  background: #ffc;
}
.ui-menu .ui-menu-item-html {
  display: block;
  margin: 0;
}
.ui-menu .ui-menu-item-html.is-locked {
  cursor: default;
  cursor: not-allowed;
  color: #aaa;
}
.ui-menu .ui-menu-item-html .ui-menu-item-wrapper i {
  border-radius: 50%;
}
i.icon16.loading.crm-editable-loading {
  margin: 4px 0 0 4px;
}
i.c-icon-with-text {
  position: relative;
  margin: 0 4px 0 0;
  vertical-align: baseline;
}
i.c-icon-with-text.icon16 {
  top: 3px;
}
i.c-icon-with-text.icon10 {
  top: 1px;
}
.c-wysiwyg-wrapper {
  border: 1px solid #ddd;
}
html.iframe-style .ui-datepicker.ui-widget-content {
  z-index: 1001 !important;
}
html .ui-datepicker.ui-widget-content {
  width: 259px;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.33);
  box-shadow: 0 0 15px rgba(0,0,0,0.33);
  border: 1px solid var(--border-color-soft);
}
html .ui-datepicker.ui-widget-content .ui-widget-content {
  border: 0;
}
html .ui-datepicker.ui-widget-content .ui-priority-secondary {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
html .ui-datepicker.ui-widget-content .ui-datepicker-buttonpane button {
  background: var(--background-color-blank);
  color: var(--text-color);
  border: 0;
}
html .ui-datepicker.ui-widget-content .ui-datepicker-prev {
  background-color: var(--background-color-input);
  left: 4px;
  top: 4px;
  width: 1.75em;
  height: 1.75em;
}
html .ui-datepicker.ui-widget-content .ui-datepicker-next {
  background-color: var(--background-color-input);
  right: 4px;
  top: 4px;
  width: 1.75em;
  height: 1.75em;
}
html .ui-datepicker.ui-widget-content .ui-state-hover {
  border: none;
}
html .ui-datepicker.ui-widget-content .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0.5rem;
}
html .ui-datepicker.ui-widget-content td .ui-state-default {
  height: 35px;
  line-height: 35px;
  width: 35px;
}
div.ui-timepicker-wrapper {
  background: var(--background-color-blank);
  color: var(--menu-link-color);
  border-radius: 3px;
  border: 1px solid var(--border-color-soft);
}
div.ui-timepicker-wrapper li {
  color: var(--menu-link-color);
}
div.ui-timepicker-wrapper li:hover {
  background: var(--menu-background-color-hover);
  color: var(--menu-link-color-hover);
}
div.ui-timepicker-wrapper li.ui-timepicker-selected {
  color: var(--white);
  background: var(--accent-color);
}
div.ui-timepicker-wrapper li.ui-timepicker-selected:hover {
  color: var(--white);
  background: var(--accent-color);
}
div.ui-timepicker-wrapper .ui-timepicker-list:hover .ui-timepicker-selected {
  color: var(--white);
  background: var(--accent-color);
}
.drawer .drawer-body .spinner-wrapper {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.drawer.crm-help .drawer-body div.drawer-block {
  padding: 1rem 0;
}
.drawer.crm-help .drawer-body div.drawer-block .drawer-content {
  padding: 0 1rem;
}
.drawer.crm-help .drawer-body div.drawer-block .drawer-content .tab-content .fields-group,
.drawer.crm-help .drawer-body div.drawer-block .drawer-content .tab-content .field-group {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.drawer.crm-help .drawer-body div.drawer-block .drawer-content .tab-content .wa-help-vars-item {
  border-radius: 0.2rem;
  padding: 0.25rem 0.25rem;
  margin-top: 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer.crm-help .drawer-body div.drawer-block .drawer-content .tab-content .wa-help-vars-item:hover {
  background: var(--background-color-blockquote);
}
.drawer.crm-help .drawer-body div.drawer-block .drawer-content .tab-content .wa-help-vars-item .js-var {
  background: var(--highlighted-blue);
  padding: 0rem 0.25rem 0.15rem 0.25rem;
  border-radius: 0.2rem;
  width: fit-content;
  color: var(--text-color-strong);
}
.drawer.crm-help .drawer-body div.drawer-block .drawer-content .tab-content .wa-help-vars-item .value {
  vertical-align: middle;
  color: var(--text-color-hint-strong);
}
.drawer.crm-help .drawer-body div.drawer-block .drawer-content .tab-content .wa-help-vars-item .name {
  width: 250px;
  vertical-align: middle;
}
#wa-plugins-container {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#wa-plugins-container > .sidebar,
#wa-plugins-container > .content {
  display: table-cell;
  vertical-align: top;
  float: none !important;
  margin: 0 !important;
}
.c-single-line {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-all;
  padding: 1px 0;
}
.c-single-line:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  -webkit-box-shadow: -10px 0 10px var(--background-color-blank) inset;
  box-shadow: -10px 0 10px var(--background-color-blank) inset;
}
.c-single-line--dark:after {
  -webkit-box-shadow: -10px 0 10px var(--background-color) inset;
  box-shadow: -10px 0 10px var(--background-color) inset;
}
table:not(.zebra) tr:hover td .c-single-line:after {
  -webkit-box-shadow: -10px 0 10px var(--background-color-table-row-hover) inset;
  box-shadow: -10px 0 10px var(--background-color-table-row-hover) inset;
}
table.zebra tr:nth-child(2n+1) .c-single-line:after {
  -webkit-box-shadow: -10px 0 10px #f2f7ff inset;
  box-shadow: -10px 0 10px #f2f7ff inset;
}
table.zebra tr:hover .c-single-line:after {
  -webkit-box-shadow: -10px 0 10px #ffffe5 inset;
  box-shadow: -10px 0 10px #ffffe5 inset;
}
table.zebra tr.selected .c-single-line:after {
  -webkit-box-shadow: -10px 0 10px #eed inset;
  box-shadow: -10px 0 10px #eed inset;
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  -ms-animation-name: shake;
  animation-name: shake;
}
.crm-responsible-block .crm-user-info-block {
  white-space: nowrap;
}
.crm-responsible-block .crm-user-info-block .crm-user-name {
  display: inline-block;
  max-width: 200px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.crm-responsible-block .crm-delete-link {
  display: inline;
  margin: 0;
  padding: 0;
}
.c-shadowed-content {
  -webkit-box-shadow: 0 0 1rem rgba(0,0,20,0.1);
  box-shadow: 0 0 1rem rgba(0,0,20,0.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}
@-moz-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.sidebar.rail.c-sidebar-wrapper {
  margin: 0;
  padding: 0;
}
.sidebar.rail.c-sidebar-wrapper .c-sidebar-block {
  overflow: auto;
  padding: 0 0 25px;
}
@media (max-width: 760px) {
  .sidebar.rail.c-sidebar-wrapper .c-sidebar-block {
    padding: 0 0 20px;
  }
}
.sidebar.rail.c-sidebar-wrapper .sidebar-footer {
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  overflow: auto;
  max-height: 224px;
}
.sidebar.rail.c-sidebar-wrapper .sidebar-footer::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.sidebar.rail.c-sidebar-wrapper .c-indicator {
  display: inline-block;
  margin: 0 0 0 4px;
}
.sidebar.rail.c-sidebar-wrapper .indicator {
  background: var(--background-color-blank);
}
.sidebar.rail.c-sidebar-wrapper .indicator.completed {
  background: var(--background-color-blank);
}
.sidebar.rail.c-sidebar-wrapper .indicator.overdue {
  background: #f20;
  color: #fff;
}
.sidebar.rail.c-sidebar-wrapper .indicator.burn {
  background: #da3;
  color: #fff;
}
.sidebar.rail.c-sidebar-wrapper .indicator.actual {
  background: #008000;
  color: #fff;
}
.sidebar.rail.c-sidebar-wrapper .c-recent-wrapper > .heading {
  margin-bottom: 5px;
}
.sidebar.rail.c-sidebar-wrapper .js-recent-fold-hidden .c-recent-content {
  display: none;
}
.sidebar.rail.c-sidebar-wrapper ul.menu {
  margin: 0;
}
.sidebar.rail.c-sidebar-wrapper ul.menu > li > a {
  padding: 1.05rem 1rem;
}
.sidebar.rail.c-sidebar-wrapper ul.menu > li > a svg {
  font-size: 1.4rem;
}
.sidebar.rail.c-sidebar-wrapper ul.menu > li > a .c-badge {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  font-weight: 400;
  padding: 0.23rem 0.42rem;
}
@media (max-width: 760px) {
  .sidebar-main-wrapper {
    width: 100%;
  }
  .sidebar.rail {
    -webkit-tap-highlight-color: transparent;
    min-width: 100%;
    border-bottom: 0.5px solid var(--border-color-soft);
    height: auto;
  }
  .sidebar.rail .sidebar-mobile-toggle a:hover {
    color: var(--text-color-link);
  }
  .sidebar.rail ul.menu {
    background: var(--background-color-not-blank);
  }
  .sidebar.rail ul.menu > li > a {
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.5rem 0.75rem;
    padding-left: 1.25rem;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
  }
  .sidebar.rail ul.menu > li > a svg {
    font-size: 1rem;
    max-width: 16px;
    margin: 0;
  }
  .sidebar.rail ul.menu > li > a .name {
    display: inline;
    font-weight: bold;
    max-width: fit-content;
  }
  .sidebar.rail ul.menu > li > a .c-badge {
    position: relative;
    top: -0.3rem;
    right: 0;
    font-size: 75%;
    padding: 0.16rem 0.32rem;
  }
  .sidebar.rail .sidebar-footer {
    -webkit-box-shadow: 0 -1rem 2rem -1rem rgba(0,0,0,0.05);
    box-shadow: 0 -1rem 2rem -1rem rgba(0,0,0,0.05);
    padding-bottom: 10px;
  }
  .sidebar.rail .sidebar-footer ul.menu {
    padding: 10px 0;
  }
}
.icon32 {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  border-radius: 50%;
  background: transparent 50% no-repeat;
  background-size: contain;
}
.icon32:first-child {
  margin-left: 0;
}
.icon32:last-child {
  margin-right: 0;
}
.icon50 {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin: 0 8px;
  border-radius: 50%;
  background: transparent 50% no-repeat;
  background-size: contain;
}
.icon50:first-child {
  margin-left: 0;
}
.icon50:last-child {
  margin-right: 0;
}
.svg-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.svg-icon.icon16 {
  background-color: transparent;
  background-image: none;
}
.svg-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.svg-icon svg .is-animated {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.icon10.email {
  background-image: url("../img/icons/sprite10.png");
  background-size: 100px auto;
  background-position: 0px 0;
}
.icon10.phone {
  background-image: url("../img/icons/sprite10.png");
  background-size: 100px auto;
  background-position: -10px 0;
}
.icon10.c-reminder {
  background-image: url("../img/icons/sprite10.png");
  background-size: 100px auto;
  background-position: -20px 0;
}
.icon10.c-invoice {
  background-image: url("../img/icons/sprite10.png");
  background-size: 100px auto;
  background-position: -40px 0;
}
.icon10.c-file {
  background-image: url("../img/icons/sprite10.png");
  background-size: 100px auto;
  background-position: -50px 0;
}
.icon10.c-note {
  background-image: url("../img/icons/sprite10.png");
  background-size: 100px auto;
  background-position: -30px 0;
}
.icon16.toggle-left {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: 0px -16px;
}
.icon16.toggle-center {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -16px -16px;
}
.icon16.toggle-right {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -32px -16px;
}
.icon16.basket {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -112px 0;
}
.icon16.pencil {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -16px 0;
}
.icon16.lifebuoy {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -48px 0;
}
.icon16.screen {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: 0 0;
}
.icon16.kill-wa-style {
  background-position: 50%;
  background-size: contain !important;
}
.icon16.colors {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -80px 0;
}
.icon16.cheque-pen {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -96px 0;
}
.icon16.invoice {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -64px 0;
}
.icon16.magicwand {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -32px 0;
}
.icon16.c-plus {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -16px -16px;
}
.icon16.c-done {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -32px -16px;
}
.icon16.companies {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -48px 0;
}
.icon16.countries {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -144px 0;
}
.icon16.integration {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -128px 0;
}
.icon16.currencies {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -112px -16px;
}
.icon16.constructor {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: 0 -16px;
}
.icon16.funnel {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -64px -16px;
}
.icon16.funnels {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -48px -16px;
}
.icon16.general {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -80px 0;
}
.icon16.notifications {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -112px 0;
}
.icon16.sources {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -80px -16px;
}
.icon16.templates {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -128px -16px;
}
.icon16.sms {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -32px 0;
}
.icon16.payments {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -96px 0;
}
.icon16.reasons {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -64px 0;
}
.icon16.vaults {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: -16px 0;
}
.icon16.webforms {
  background-image: url("../img/icons/sprite32.png");
  background-size: 160px auto;
  background-position: 0 0;
}
.icon16.down {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -128px 0;
}
.icon16.up {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -144px 0;
}
.icon16.export-blue {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -48px -16px;
}
.icon16.message-in,
.icon16.call-in {
  background-position: -96px 0;
}
.icon16.message-out,
.icon16.call-out {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -48px -16px;
}
.icon16.play {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -64px -16px;
}
.icon16.pause {
  background-image: url("../img/icons/sprite16.png");
  background-size: 160px auto;
  background-position: -80px -16px;
}
.icon16.times {
  background: none;
  text-indent: 0;
  width: auto;
}
.icon16.times:before {
  display: inline-block;
  content: "×";
  font-size: 24px;
}
.icon16.email-confirmed {
  width: 20px;
  background-image: url("../img/icons/email-confirmed.png");
  background-position: center;
}
.icon16.phone-confirmed {
  width: 20px;
  background-image: url("../img/icons/phone-confirmed.png");
  background-position: center;
}
.icon16.ss {
  background-image: url("../img/icons/ss-icon16.png");
}
.icon16.ss.star-bw {
  background-position: -16px 0;
}
.icon16.ss.shipping-bw {
  background-position: -32px 0;
}
.icon16.ss.camera-bw {
  background-position: -48px 0;
}
.icon16.ss.globe-bw {
  background-position: -64px 0;
}
.icon16.ss.cube-bw {
  background-position: -80px 0;
}
.icon16.ss.flag-bw {
  background-position: -96px 0;
}
.icon16.ss.currency-bw {
  background-position: -112px 0;
}
.icon16.ss.settings-bw {
  background-position: -128px 0;
}
.icon16.ss.features-bw {
  background-position: -144px 0;
}
.icon16.ss.payment-bw {
  background-position: -160px 0;
}
.icon16.ss.cart-bw {
  background-position: -176px 0;
}
.icon16.ss.percent-bw {
  background-position: -192px 0;
}
.icon16.ss.dashboard-bw {
  background-position: -208px 0;
}
.icon16.ss.notification-bw {
  background-position: -224px 0;
}
.icon16.ss.reset-bw {
  background-position: -240px 0;
}
.icon16.ss.print-forms-bw {
  background-position: -256px 0;
}
.icon16.ss.search-bw {
  background-position: -272px 0;
}
.icon16.ss.discounts-bw {
  background-position: -288px 0;
}
.icon16.ss.affiliate-bw {
  background-position: -304px 0;
}
.icon16.ss.stopwatch-bw {
  background-position: -320px 0;
}
.icon16.ss.transfer-bw {
  background-position: -336px 0;
}
.icon16.ss.pencil-bw {
  background-position: -352px 0;
}
.icon16.ss.file-bw {
  background-position: -368px 0;
}
.icon16.ss.bug-bw {
  background-position: -384px 0;
}
.icon16.ss.phone-bw {
  background-position: -400px 0;
}
.icon16.ss.sort-bw {
  background-position: -416px 0;
}
.icon16.ss.smiley-bw {
  background-position: -432px 0;
}
.icon16.ss.couriers-bw {
  background-position: -448px 0;
}
.icon16.ss.new {
  background-position: 0 -32px;
}
.icon16.ss.confirmed,
.icon16.ss.processing {
  background-position: -16px -32px;
}
.icon16.ss.paid {
  background-position: -32px -32px;
}
.icon16.ss.sent {
  background-position: -48px -32px;
}
.icon16.ss.completed {
  background-position: -64px -32px;
}
.icon16.ss.refunded {
  background-position: -80px -32px;
}
.icon16.ss.trash {
  background-position: -96px -32px;
}
.icon16.ss.flag-white {
  background-position: 0 -16px;
}
.icon16.ss.flag-blue {
  background-position: -16px -16px;
}
.icon16.ss.flag-yellow {
  background-position: -32px -16px;
}
.icon16.ss.flag-green {
  background-position: -48px -16px;
}
.icon16.ss.flag-red {
  background-position: -64px -16px;
}
.icon16.ss.flag-purple {
  background-position: -80px -16px;
}
.icon16.ss.flag-black {
  background-position: -96px -16px;
}
.icon16.ss.flag-checkers {
  background-position: -112px -16px;
}
.icon16.ss.russianpost {
  background-position: 0 -48px;
}
.icon16.ss.yandexmarket {
  background-position: -16px -48px;
}
.icon16.ss.excel {
  background-position: -32px -48px;
}
.icon16.ss.quickbooks {
  background-position: -48px -48px;
}
.icon16.ss.odiness {
  background-position: -64px -48px;
}
.icon16.ss.paypal {
  background-position: -80px -48px;
}
.icon16.ss.google {
  background-position: -96px -48px;
}
.icon16.ss.ups {
  background-position: -112px -48px;
}
.icon16.ss.usps {
  background-position: -128px -48px;
}
.icon16.ss.fedex {
  background-position: -144px -48px;
}
.icon16.ss.dhl {
  background-position: -160px -48px;
}
.icon16.ss.comments {
  background-position: 0 -112px;
}
.icon16.ss.service {
  background-position: -16px -112px;
}
.icon16.ss.coupon {
  background-position: -32px -112px;
}
.icon16.ss.bestseller {
  background-position: -48px -112px;
}
.icon16.ss.lowprice {
  background-position: -64px -112px;
}
.icon16.ss.div {
  background-position: -80px -112px;
}
.icon16.ss.affiliate {
  background-position: -96px -112px;
}
.icon16.ss.shop {
  background-position: -112px -112px;
}
.icon16.ss.set {
  background-position: -128px -112px;
}
.icon16.ss.set-dynamic {
  background-position: -176px -112px;
}
.icon16.ss.chart-up {
  background-position: -144px -112px;
}
.icon16.ss.chart-down {
  background-position: -160px -112px;
}
.icon16.ss.promo {
  background-position: -192px -112px;
}
.icon16.ss.orders-processing {
  background-position: 0px -128px;
}
.icon16.ss.orders-all {
  background-position: -16px -128px;
}
.icon16.ss.sku-type-flat {
  background-position: -32px -128px;
}
.icon16.ss.sku-type-selectable {
  background-position: -48px -128px;
}
.icon16.ss.info {
  background-position: -64px -128px;
}
.icon16.ss.visibility {
  background-position: -80px -128px;
}
.icon16.ss.view-skus {
  background-position: -96px -128px;
}
.icon16.ss.courier {
  background-position: -112px -128px;
}
.icon16.ss.pt.sports {
  background-position: 0 -64px;
}
.icon16.ss.pt.soccer {
  background-position: -16px -64px;
}
.icon16.ss.pt.cake {
  background-position: -32px -64px;
}
.icon16.ss.pt.music {
  background-position: -48px -64px;
}
.icon16.ss.pt.box {
  background-position: -64px -64px;
}
.icon16.ss.pt.car {
  background-position: -80px -64px;
}
.icon16.ss.pt.diamond {
  background-position: -96px -64px;
}
.icon16.ss.pt.audio {
  background-position: -112px -64px;
}
.icon16.ss.pt.globe {
  background-position: -128px -64px;
}
.icon16.ss.pt.mobile {
  background-position: -144px -64px;
}
.icon16.ss.pt.gingerbread-man {
  background-position: -160px -64px;
}
.icon16.ss.pt.camera {
  background-position: -176px -64px;
}
.icon16.ss.pt.rocket {
  background-position: -192px -64px;
}
.icon16.ss.pt.plane {
  background-position: -208px -64px;
}
.icon16.ss.pt.shoe {
  background-position: -224px -64px;
}
.icon16.ss.pt.gift {
  background-position: -240px -64px;
}
.icon16.ss.pt.nuclear {
  background-position: -256px -64px;
}
.icon16.ss.pt.map {
  background-position: -272px -64px;
}
.icon16.ss.pt.tv {
  background-position: 0 -80px;
}
.icon16.ss.pt.t-shirt {
  background-position: -16px -80px;
}
.icon16.ss.pt.disc {
  background-position: -32px -80px;
}
.icon16.ss.pt.computer {
  background-position: -48px -80px;
}
.icon16.ss.pt.building {
  background-position: -64px -80px;
}
.icon16.ss.pt.toolbox {
  background-position: -80px -80px;
}
.icon16.ss.pt.hamburger {
  background-position: -96px -80px;
}
.icon16.ss.pt.cookie {
  background-position: -112px -80px;
}
.icon16.ss.pt.door {
  background-position: -128px -80px;
}
.icon16.ss.pt.clapperboard {
  background-position: -144px -80px;
}
.icon16.ss.pt.traffic-cone {
  background-position: -160px -80px;
}
.icon16.ss.pt.hammer {
  background-position: -176px -80px;
}
.icon16.ss.pt.guitar {
  background-position: -192px -80px;
}
.icon16.ss.pt.disk {
  background-position: -208px -80px;
}
.icon16.ss.pt.cup {
  background-position: -224px -80px;
}
.icon16.ss.pt.auction-hammer {
  background-position: -240px -80px;
}
.icon16.ss.pt.drawer {
  background-position: -256px -80px;
}
.icon16.ss.pt.traffic-light {
  background-position: -272px -80px;
}
.icon16.ss.pt.clock {
  background-position: 0 -96px;
}
.icon16.ss.pt.chair {
  background-position: -16px -96px;
}
.icon16.ss.pt.downloadable {
  background-position: -32px -96px;
}
.icon16.ss.pt.sunglasses {
  background-position: -48px -96px;
}
.icon16.ss.pt.umbrella {
  background-position: -64px -96px;
}
.icon16.ss.pt.controller {
  background-position: -80px -96px;
}
.icon16.ss.pt.key {
  background-position: -96px -96px;
}
.icon16.ss.pt.sushi {
  background-position: -112px -96px;
}
.icon16.ss.pt.cat {
  background-position: -128px -96px;
}
.icon16.ss.pt.monkey {
  background-position: -144px -96px;
}
.icon16.ss.pt.books {
  background-position: -160px -96px;
}
.icon16.ss.pt.socket {
  background-position: -176px -96px;
}
.icon16.ss.pt.spray {
  background-position: -192px -96px;
}
.c-companies-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 0px;
}
.c-companies-wrapper.type-1 .c-action.left {
  display: none;
}
.c-companies-wrapper.type-1 .c-action.right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-companies-wrapper.type-2 .c-action.left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.c-companies-wrapper.type-2 .c-action.right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-companies-wrapper.type-3 .c-action.left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.c-companies-wrapper.type-3 .c-action.right {
  display: none;
}
.c-companies-wrapper ul.tabs {
  position: relative;
  overflow-x: unset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-companies-wrapper .c-action {
  display: none;
  position: absolute;
  color: var(--light-gray);
  width: 40px;
  height: 100%;
  cursor: pointer;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-companies-wrapper .c-action.left {
  left: 0;
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -o-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -ms-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: linear-gradient(-90deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
}
.c-companies-wrapper .c-action.right {
  right: 0;
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -o-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -ms-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
}
.c-companies-wrapper .c-action svg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-companies-wrapper .c-action:hover svg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.c-companies-wrapper .c-companies-list .c-company:first-child {
  margin-left: 0;
}
.c-companies-wrapper .c-companies-list .c-company.selected a {
  cursor: default;
}
.c-companies-wrapper .c-companies-list .c-company .c-link .c-name {
  display: inline-block;
  vertical-align: top;
  max-width: 150px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.selected {
  color: #f00;
}
.error {
  color: #f00;
}
input[type="checkbox"].error {
  outline: 2px solid #f00;
}
ul.menu-v a.c-gray-link {
  color: #aaa;
}
.c-overdue * {
  color: #f00 !important;
  font-weight: bold;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  padding: 7px;
  background: #fff;
}
ul.pager li {
  display: inline-block;
  font-weight: normal;
  line-height: 1em;
  list-style-type: none;
  margin: 0 10px 0 0;
  padding: 5px;
  text-align: left;
}
.c-contact-edit-dialog-wrapper .crm-dialog-block {
  width: 625px;
}
.c-contact-edit-dialog-wrapper .crm-dialog-block .crm-dialog-header {
  padding-bottom: 0;
}
.c-contact-edit-dialog-wrapper .c-content-toggle-wrapper {
  margin: 20px 0 0;
}
.c-contact-edit-dialog-wrapper .c-content-toggle-wrapper .c-off-label {
  color: #000;
}
.c-contact-edit-dialog-wrapper .c-content-toggle-wrapper .c-on-label {
  color: #808080;
}
.c-contact-edit-dialog-wrapper .c-content-toggle-wrapper.is-on .c-off-label {
  color: #808080;
}
.c-contact-edit-dialog-wrapper .c-content-toggle-wrapper.is-on .c-on-label {
  color: #000;
}
.c-contact-edit-dialog-wrapper .c-content-toggle-wrapper .ibutton-container {
  border-radius: 4px;
  overflow: hidden;
}
.c-contact-edit-dialog-wrapper .c-content-toggle-wrapper .ibutton-container .ibutton-label-off {
  background-position: 0 0;
}
.c-contact-edit-dialog-wrapper .c-content-toggle-wrapper .ibutton-container .ibutton-padding-right {
  display: none;
}
.c-contact-edit-dialog-wrapper .c-toggle-content {
  display: none;
}
.c-contact-edit-dialog-wrapper .c-toggle-content.is-selected {
  display: block;
}
.c-contact-edit-dialog-wrapper .field-group:first-child {
  margin-top: 0;
}
.c-contact-edit-dialog-wrapper input.long {
  width: 100% !important;
  min-width: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-company-add-form-wrapper .c-phone-list,
.c-company-add-form-wrapper .c-email-list {
  margin: 0;
}
.c-company-add-form-wrapper .c-phone-list select,
.c-company-add-form-wrapper .c-email-list select {
  font-size: 0.8em;
  max-width: 200px;
}
.c-company-add-form-wrapper .c-phone-list > li input,
.c-company-add-form-wrapper .c-email-list > li input {
  min-width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-company-add-form-wrapper .c-phone-list > li:hover .c-delete-link,
.c-company-add-form-wrapper .c-email-list > li:hover .c-delete-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-company-add-form-wrapper .c-phone-list > li:first-child:last-child .c-delete-link,
.c-company-add-form-wrapper .c-email-list > li:first-child:last-child .c-delete-link {
  display: none;
}
.c-company-add-form-wrapper .c-phone-list > li a,
.c-company-add-form-wrapper .c-email-list > li a {
  display: inline;
}
.c-company-add-form-wrapper .c-phone-list > li .c-delete-link,
.c-company-add-form-wrapper .c-email-list > li .c-delete-link {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-contact-form-wrapper .c-contact-toggle-wrapper {
  text-align: right;
  margin: 0;
}
.c-contact-form-wrapper .c-contact-toggle-wrapper .c-contact-view-toggle {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.c-contact-form-wrapper .c-contact-toggle-wrapper .c-contact-view-toggle .c-toggle {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #00f;
  cursor: pointer;
}
.c-contact-form-wrapper .c-contact-toggle-wrapper .c-contact-view-toggle .c-toggle.is-active {
  color: #000;
  cursor: default;
  display: none;
}
.c-contact-form-wrapper .c-contact-toggle-wrapper .c-contact-view-toggle .c-toggle.is-active a {
  color: inherit !important;
}
.c-contact-form-wrapper .c-contact-toggle-wrapper .c-contact-view-toggle .c-toggle.is-active a b {
  border-color: transparent;
}
.c-contact-form-wrapper input[type="text"] {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contact-form-wrapper input[type="text"].wide {
  width: 100%;
}
.c-contact-form-wrapper textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
  resize: vertical;
}
.c-contact-form-wrapper .c-fio-wrapper.c-layout > .c-column {
  padding: 0 5px;
}
.c-contact-form-wrapper .c-fio-wrapper.c-layout > .c-column:first-child {
  padding: 0 10px 0 0;
}
.c-contact-form-wrapper .c-fio-wrapper.c-layout > .c-column:last-child {
  padding: 0 0 0 10px;
}
.c-contact-form-wrapper .field .value input[type="text"],
.c-contact-form-wrapper .field .value input[type="password"] {
  min-width: 350px !important;
}
.c-contact-form-wrapper .field .value input.long,
.c-contact-form-wrapper .field .value textarea {
  min-width: 350px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contact-form-wrapper .field .value textarea {
  width: 100% !important;
}
.c-contact-form-wrapper .field .value ul:first-child {
  margin-top: 0;
}
.crm-dialog-wrapper .c-contact-form-wrapper .field .value input[type="text"],
.crm-dialog-wrapper .c-contact-form-wrapper .field .value input[type="password"],
.crm-dialog-wrapper .c-contact-form-wrapper .field .value input.long,
.crm-dialog-wrapper .c-contact-form-wrapper .field .value input.large,
.crm-dialog-wrapper .c-contact-form-wrapper .field .value textarea {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contact-form-wrapper .c-phone-list,
.c-contact-form-wrapper .c-email-list {
  margin: 0;
}
.c-contact-form-wrapper .c-phone-list select,
.c-contact-form-wrapper .c-email-list select {
  font-size: 0.8em;
  max-width: 200px;
}
.c-contact-form-wrapper .c-phone-list > li input,
.c-contact-form-wrapper .c-email-list > li input {
  min-width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contact-form-wrapper .c-phone-list > li:hover .c-delete-link,
.c-contact-form-wrapper .c-email-list > li:hover .c-delete-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-contact-form-wrapper .c-phone-list > li:first-child:last-child .c-delete-link,
.c-contact-form-wrapper .c-email-list > li:first-child:last-child .c-delete-link {
  display: none;
}
.c-contact-form-wrapper .c-phone-list > li a,
.c-contact-form-wrapper .c-email-list > li a {
  display: inline;
}
.c-contact-form-wrapper .c-phone-list > li .c-delete-link,
.c-contact-form-wrapper .c-email-list > li .c-delete-link {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
@media screen and (max-width: 760px) {
  .c-contact-form-wrapper .field .value input[type="text"],
  .c-contact-form-wrapper .field .value input[type="password"] {
    width: 100%;
    min-width: auto !important;
  }
}
#wa-app.content-on-top {
  z-index: 1040;
}
.iframe-view .c-call-page {
  padding: 0;
}
.iframe-view .c-call-page .c-call-body .c-calls-table .c-call-wrapper {
  max-width: 100vw;
}
.iframe-view .c-call-page .c-call-body .c-calls-table .c-call-wrapper .shortener {
  height: 1.6em;
}
.iframe-view .c-call-page .c-call-body .c-calls-table .c-column-first {
  width: 40%;
}
.iframe-view .c-call-page .c-call-body .c-calls-table .c-column-first .c-column-date {
  min-width: 120px;
}
.iframe-view .c-call-page .c-call-body .c-calls-table .c-column-first .c-column-state {
  margin-left: unset;
  text-align: center;
}
.iframe-view .c-call-page .c-call-body .c-calls-table .c-column-second {
  width: 48%;
}
.iframe-view .c-call-page .c-call-body .c-calls-table .c-column-second .c-column-phone {
  width: 44%;
}
.iframe-view .c-call-page .c-call-body .c-calls-table .c-column-second .c-column-direction {
  width: 12%;
}
.iframe-view .c-call-page .c-call-body .c-calls-table .c-column-second .c-column-user {
  width: 44%;
}
.iframe-view .c-call-page .c-call-body .c-calls-table .c-column-third {
  width: fit-content;
  min-width: 25px;
}
.iframe-view .c-call-page .c-call-body .c-calls-table .c-column-third .c-column-deal {
  display: none;
}
@media (min-width: 761px) {
  .iframe-view .dialog .dialog-body {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
  }
}
.c-call-page {
  padding: 0 2rem;
}
@media (max-width: 900px) {
  .c-call-page {
    padding: 0 1rem;
  }
}
.c-call-page .spinner {
  width: 2em;
  height: 2em;
  position: relative;
  margin: 10px 0px 0px 15px;
}
.c-call-page i.icon16 {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none !important;
  vertical-align: text-bottom;
  margin: 0;
  border-radius: 20px;
  padding: 7px;
  min-width: 16px;
}
.c-call-page .icon16.play {
  background: var(--background-color-btn-light-gray-hover);
  background-image: url("../img/icons/play.svg");
  background-size: auto;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.c-call-page .icon16.play.disabled {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.c-call-page .icon16.pause {
  background: var(--accent-color);
  background-image: url("../img/icons/pause.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.c-call-page .icon16.loading {
  background-image: url("../../../wa-content/img/loading20.gif");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.c-call-page .icon16.broom {
  background-image: url("../img/icons/broom.svg");
  background-size: 15px;
  background-position: 1px center;
  background-repeat: no-repeat;
  padding: 0px;
}
.c-call-page .c-hidden {
  display: none;
}
.c-call-page .c-call-header {
  padding: 0;
}
.c-call-page .c-call-header .c-user-wrapper .c-column--name {
  color: var(--text-color-strongest);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 200px;
}
.c-call-page .c-call-header .c-user-wrapper a {
  color: var(--text-color-strongest);
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  text-wrap: wrap;
}
.c-call-page .c-call-header .c-user-wrapper .c-column.nowrap {
  line-height: 18px;
}
.c-call-page .c-call-header .c-user-wrapper .c-column-image {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.c-call-page .c-call-header .c-user-wrapper .c-column-image img {
  max-width: 20px;
  border-radius: 50%;
}
.c-call-page .c-call-header .js-filter-button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-call-page .c-call-header .c-call-filter {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-call-page .c-call-header .c-call-filter .c-hidden-part {
  display: none;
}
.c-call-page .c-call-header .c-call-filter .c-hidden-part.is-shown {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-call-page .c-call-header .c-call-filter .drawer-body {
  width: 416px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
}
.c-call-page .c-call-header .c-call-filter .drawer-body .dropdown {
  width: fit-content;
}
.c-call-page .c-call-header .c-call-filter .drawer-body .dropdown-toggle {
  min-width: 244px;
  text-align: left;
}
.c-call-page .c-call-header .c-call-filter .drawer-body .c-filter-buttom {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-call-page .c-call-header .c-call-filter .drawer-body input:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.c-call-page .c-call-header .c-call-filter .drawer-body .c-call-filter-deal.c-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.c-call-page .c-call-header .c-call-filter .drawer-body .c-deal-wrapper {
  line-height: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 8px;
}
.c-call-page .c-call-header .c-call-filter .drawer-body .c-deal-wrapper .c-deal-wrapper--name,
.c-call-page .c-call-header .c-call-filter .drawer-body .c-deal-wrapper a {
  color: var(--text-color-strongest);
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  text-wrap: wrap;
}
.c-call-page .c-call-header .c-call-filter .drawer-body .js-call-filter-deal-cancel,
.c-call-page .c-call-header .c-call-filter .drawer-body .js-call-filter-contact-cancel {
  cursor: pointer;
  margin-top: 2px;
  color: var(--text-color-heading);
}
.c-call-page .c-call-header .c-call-filter .c-call-filter-name .c-call-filter-name-wrapper,
.c-call-page .c-call-header .c-call-filter .c-call-filter-name .c-call-filter-name--name {
  color: var(--text-color-heading);
}
.c-call-page .c-call-header .c-nav-wrapper {
  margin: 0;
  padding: 0;
}
.c-call-page .c-call-header .c-call-header-right .ui-widget-content.ui-autocomplete .ui-menu-item-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  word-break: break-word;
}
.c-call-page .c-call-header .c-call-header-right .c-page-name h2 {
  line-height: inherit;
}
.c-call-page .c-page-header {
  padding: 0 20px;
}
.c-call-page .c-call-body {
  padding-bottom: 10px;
}
.c-call-page .c-call-body .paging-wrapper {
  font-size: 87.5%;
}
.c-call-page .c-call-body .c-calls-table a {
  display: inline;
}
.c-call-page .c-call-body .c-calls-table .c-column-first {
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 350px;
}
@media (max-width: 1300px) {
  .c-call-page .c-call-body .c-calls-table .c-column-first {
    width: 35%;
  }
}
@media (max-width: 900px) {
  .c-call-page .c-call-body .c-calls-table .c-column-first {
    width: 100%;
  }
}
.c-call-page .c-call-body .c-calls-table .c-column-second {
  width: 45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 350px;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1300px) {
  .c-call-page .c-call-body .c-calls-table .c-column-second {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .c-call-page .c-call-body .c-calls-table .c-column-second {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .c-call-page .c-call-body .c-calls-table .c-column-second {
    width: 100%;
  }
}
.c-call-page .c-call-body .c-calls-table .c-column-third {
  width: 25%;
  min-width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  gap: 16px;
}
@media (max-width: 1300px) {
  .c-call-page .c-call-body .c-calls-table .c-column-third {
    width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 1010px) {
  .c-call-page .c-call-body .c-calls-table .c-column-third {
    width: 40%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .c-call-page .c-call-body .c-calls-table .c-column-third {
    width: 35%;
    min-width: 270px;
  }
}
@media (max-width: 700px) {
  .c-call-page .c-call-body .c-calls-table .c-column-third {
    width: 100%;
  }
}
.c-call-page .c-call-body .c-calls-table .c-column-third .js-dots-wrapper {
  position: relative;
}
.c-call-page .c-call-body .c-calls-table .c-column-third .js-dots-wrapper .js-dots {
  padding: 0.2rem 0.3rem;
}
.c-call-page .c-call-body .c-calls-table .c-column-third .c-dots-detail {
  display: none;
  position: absolute;
  background: var(--background-color-blank);
  -webkit-box-shadow: 0 0.5rem 1rem -0.5rem var(--dialog-shadow-color);
  box-shadow: 0 0.5rem 1rem -0.5rem var(--dialog-shadow-color);
  border: 1px solid var(--border-color-soft);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.c-call-page .c-call-body .c-calls-table .c-column-audio {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 6px;
  background-color: var(--background-color-blockquote);
  border-radius: 3px;
  float: left;
  outline: none;
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: -webkit-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: -moz-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: -o-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: -ms-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: linear-gradient(to right, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: var(--seek-before-width);
  height: 6px;
  background-color: var(--accent-color);
  cursor: pointer;
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid var(--accent-color);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin: -6px 0 0 0;
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]:active::-webkit-slider-thumb {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background: var(--accent-color);
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: -webkit-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: -moz-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: -o-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: -ms-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: linear-gradient(to right, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]::-moz-range-progress {
  background-color: var(--accent-color);
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]::-moz-focus-outer {
  border: 0;
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]::-moz-range-thumb {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid var(--accent-color);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]:active::-moz-range-thumb {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background: var(--accent-color);
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent;
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]::-ms-fill-lower {
  background-color: #007db5;
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]::-ms-fill-upper {
  background: -webkit-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: -moz-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: -o-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: -ms-linear-gradient(left, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
  background: linear-gradient(to right, var(--alert-info-background-color) var(--buffered-width), rgba(0,125,181,0) var(--buffered-width));
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]::-ms-thumb {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #007db5;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.c-call-page .c-call-body .c-calls-table .c-column-audio input[type="range"]:active::-ms-thumb {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background: var(--accent-color);
}
.c-call-page .c-call-body .c-calls-table .c-column-icon {
  width: 16px;
  padding-left: 20px;
  padding-right: 5px;
}
.c-call-page .c-call-body .c-calls-table .c-column-date {
  width: 40%;
  min-width: 130px;
}
.c-call-page .c-call-body .c-calls-table .c-column-phone {
  width: 43%;
  min-width: 43%;
  color: var(--text-color-strongest);
  font-weight: 500;
  margin-right: 10px;
}
.c-call-page .c-call-body .c-calls-table .c-column-phone .js-phone-menu-wrapper {
  height: 21px;
  padding-left: 5px;
}
.c-call-page .c-call-body .c-calls-table .c-column-phone .dropdown a {
  display: block;
}
.c-call-page .c-call-body .c-calls-table .c-column-phone .dropdown .dropdown-body {
  width: fit-content;
}
.c-call-page .c-call-body .c-calls-table .c-column-phone .call-number {
  color: var(--menu-action-glyph-color);
  text-wrap: wrap;
}
.c-call-page .c-call-body .c-calls-table .c-column-phone .add-contact {
  max-width: 75%;
  overflow: hidden;
}
.c-call-page .c-call-body .c-calls-table .c-column-user {
  width: 42%;
  color: var(--menu-action-glyph-color);
  font-weight: 500;
  overflow: hidden;
  margin-right: 10px;
}
.c-call-page .c-call-body .c-calls-table .c-column-user span {
  text-wrap: wrap;
}
@media (max-width: 700px) {
  .c-call-page .c-call-body .c-calls-table .c-column-user {
    margin-left: auto;
    text-align: right;
  }
}
.c-call-page .c-call-body .c-calls-table .c-column-state {
  width: 30%;
  min-width: 130px;
}
.c-call-page .c-call-body .c-calls-table .c-column-state .c-state {
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 0.2rem;
}
@media (max-width: 900px) {
  .c-call-page .c-call-body .c-calls-table .c-column-state {
    margin-left: auto;
    text-align: right;
  }
}
.c-call-page .c-call-body .c-calls-table .c-column-direction {
  width: 15%;
}
.c-call-page .c-call-body .c-calls-table .c-column-direction .call-out {
  color: var(--text-color-hint);
}
@media (max-width: 760px) {
  .c-call-page .c-call-body .c-calls-table .c-column-direction {
    width: auto;
    min-width: 35px;
  }
}
.c-call-page .c-call-body .c-calls-table .c-column-deal {
  width: fit-content;
  overflow: hidden;
  margin-right: 10px;
}
.c-call-page .c-call-body .c-calls-table .c-column-deal a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-wrap: wrap;
}
.c-call-page .c-call-body .c-calls-table .c-duration {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  margin-top: -3px;
  margin-bottom: -3px;
}
.c-call-page .c-call-body .c-calls-table .c-duration .icon16.play:nth-child(2) {
  display: none;
}
.c-call-page .c-call-body .c-calls-table .c-column-duration {
  width: 20%;
  min-width: 80px;
}
@media (max-width: 900px) {
  .c-call-page .c-call-body .c-calls-table .c-column-duration {
    width: auto;
  }
}
.c-call-page .c-call-body .c-calls-table .c-column-actions {
  max-width: 100%;
  cursor: pointer;
}
.c-call-page .c-call-body .c-calls-table .c-column-actions:hover {
  background: var(--menu-background-color-hover);
  color: var(--menu-link-color-hover);
}
.c-call-page .c-call-body .c-calls-table .c-column-actions .js-redirect-call {
  vertical-align: top;
  color: var(--text-color);
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
  border-bottom: 1px solid var(--border-color-soft);
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper > * {
  padding: 12px 15px;
}
@media (max-width: 900px) {
  .c-call-page .c-call-body .c-calls-table .c-call-wrapper > * {
    padding: 8px 10px;
  }
}
@media (max-width: 760px) {
  .c-call-page .c-call-body .c-calls-table .c-call-wrapper {
    max-width: calc(100vw - 2rem);
  }
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .shortener {
  -webkit-box-shadow: -1rem 0 1rem var(--background-color-blank) inset;
  box-shadow: -1rem 0 1rem var(--background-color-blank) inset;
  display: block;
  height: 1.6em;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5em;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper:hover {
  background: var(--background-color-table-row-hover);
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper:hover .shortener {
  -webkit-box-shadow: -1rem 0 1rem var(--background-color-table-row-hover) inset;
  box-shadow: -1rem 0 1rem var(--background-color-table-row-hover) inset;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper:hover .js-phone-menu-wrapper .js-phone-menu,
.c-call-page .c-call-body .c-calls-table .c-call-wrapper:hover .js-dots-wrapper .js-dots {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper.on-playing .c-duration {
  color: #4bbce8;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .js-redirect-call {
  line-height: 17px;
  padding: 0.5rem 0.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.3rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-actions-wrapper {
  line-height: 17px;
  padding: 0.5rem 0.75rem;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-actions-wrapper a {
  vertical-align: top;
  color: var(--text-color);
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-actions-wrapper svg {
  width: 16px;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .js-phone-menu-wrapper .js-phone-menu,
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .js-dots-wrapper .js-dots {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
@media (max-width: 900px) {
  .c-call-page .c-call-body .c-calls-table .c-call-wrapper .js-phone-menu-wrapper .js-phone-menu,
  .c-call-page .c-call-body .c-calls-table .c-call-wrapper .js-dots-wrapper .js-dots {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .js-phone-menu-wrapper .js-phone-menu.without-contact,
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .js-dots-wrapper .js-dots.without-contact {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-animated-link {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-animated-link:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-user-wrapper {
  position: relative;
  overflow: hidden;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-user-wrapper a {
  color: var(--text-color-strongest);
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  word-break: break-all;
  padding-right: 21px;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-user-wrapper .line {
  margin-top: 4px;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-user-wrapper .line:first-child {
  margin-top: 0;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-user-wrapper .c-column-image {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.5rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-user-wrapper .c-column-image a {
  padding-right: 0;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-user-wrapper .c-column-image img {
  width: 24px;
  height: auto;
  border-radius: 50%;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-user-wrapper .c-role-tag {
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 0.8em;
  line-height: 1.2em;
  word-wrap: break-word;
  border: 0;
  background: #e2e2e2;
  color: #868083;
  font-weight: bold;
  text-transform: uppercase;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-user-wrapper ul.c-tags-list {
  margin: 0;
  padding: 0;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-user-wrapper ul.c-tags-list li {
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  padding: 0;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-user-wrapper ul.c-tags-list li .c-tag {
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 0.8em;
  line-height: 1.2em;
  word-wrap: break-word;
  background: #f0f0f0;
  color: #666;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-deal-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.c-call-page .c-call-body .c-calls-table .c-call-wrapper .c-deal-wrapper a {
  color: var(--text-color-strongest);
  font-weight: 500;
}
.c-call-page .c-call-body .c-calls-table .small {
  font-size: smaller;
}
.c-call-page .no-calls {
  padding: 80px 0;
  text-align: center;
}
@media (min-width: 601px) {
  .iframe-style .dialog .dialog-body {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
    bottom: unset !important;
  }
}
.iframe-style .dialog.c-send-email-dialog .dialog-body,
.iframe-style .dialog.c-email-personal-settings-dialog .dialog-body,
.iframe-style .dialog.c-message-show-body-dialog .dialog-body {
  width: 85vw;
  max-width: max-content;
}
@media (max-width: 600px) {
  .iframe-style .dialog.c-send-email-dialog .dialog-body,
  .iframe-style .dialog.c-email-personal-settings-dialog .dialog-body,
  .iframe-style .dialog.c-message-show-body-dialog .dialog-body {
    width: 100vw;
  }
}
.iframe-style .dialog.c-send-email-dialog .dialog-header {
  padding: 0.5rem 1.5rem;
}
.iframe-style .dialog.c-send-email-dialog .dialog-header h1 {
  display: none;
}
.dialog.c-send-email-dialog .dialog-body,
.dialog.c-email-personal-settings-dialog .dialog-body,
.dialog.c-message-show-body-dialog .dialog-body {
  width: 70vw;
  max-width: 800px;
}
@media (max-width: 760px) {
  .dialog.c-send-email-dialog .dialog-body,
  .dialog.c-email-personal-settings-dialog .dialog-body,
  .dialog.c-message-show-body-dialog .dialog-body {
    width: 100vw;
  }
}
.dialog.c-send-email-dialog .c-message-form-wrapper.fields:not(.vertical) .field {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.dialog.c-send-email-dialog .c-message-form-wrapper.fields:not(.vertical) .field.email-copy-wrapper,
.dialog.c-send-email-dialog .c-message-form-wrapper.fields:not(.vertical) .field.email-copy-wrapper-collapsed {
  display: none;
}
.dialog.c-send-email-dialog .c-message-form-wrapper.fields:not(.vertical) .field.email-copy-wrapper.email-copy-wrapper-block,
.dialog.c-send-email-dialog .c-message-form-wrapper.fields:not(.vertical) .field.email-copy-wrapper-collapsed.email-copy-wrapper-block {
  display: block;
}
.dialog.c-send-email-dialog .c-message-form-wrapper.fields:not(.vertical) .field > *:not(script,
.dialog.c-send-email-dialog .c-message-form-wrapper style,
.dialog.c-send-email-dialog .c-message-form-wrapper link) {
  display: table-cell;
}
.dialog.c-send-email-dialog .c-message-form-wrapper .name {
  max-width: 60px;
  width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
}
.dialog.c-send-email-dialog .c-message-form-wrapper .js-sender-email-select {
  outline: none;
}
.c-messages-page .sidebar {
  overflow: auto;
}
.c-messages-page .sidebar.no-messages-sidebar {
  width: 100%;
}
.c-messages-page .sidebar.no-messages-sidebar .sidebar-header {
  display: none;
}
.c-messages-page.iframe-style .sidebar,
.c-messages-page.iframe-style.no-messages-sidebar {
  height: 100vh;
}
.c-messages-page.iframe-style .c-messages-page-content {
  width: calc(100vw - 19rem);
}
.c-messages-page.iframe-style .c-messages-page-content .no-messages {
  display: none;
}
.c-messages-page.iframe-style .c-messages-page-content .c-messages-page-content-wrapper {
  width: calc(100vw - 19rem);
}
.c-messages-page.iframe-style .c-messages-page-content .c-messages-conversation-wrapper {
  width: calc(100vw - 19rem);
}
.c-messages-page.iframe-style .c-messages-page-content .c-messages-conversation-wrapper .c-messages-list {
  height: calc(100vh - 7.3rem);
}
.c-messages-page.iframe-style.full-chat-style .c-messages-page-content {
  width: 100vw;
}
.c-messages-page.iframe-style.full-chat-style .c-messages-page-content .c-messages-page-content-wrapper {
  width: 100vw;
}
.c-messages-page.iframe-style.full-chat-style .c-messages-page-content .c-messages-page-content-wrapper .c-page-header-section {
  top: 0;
}
.c-messages-page.iframe-style.full-chat-style .c-messages-page-content .c-messages-page-content-wrapper .c-page-header-section .js-expand-sidebar {
  display: none;
}
.c-messages-page.iframe-style.full-chat-style .c-messages-page-content .c-messages-conversation-wrapper {
  width: 100vw;
}
.c-messages-page .c-messages-page-content {
  width: calc(100vw - 23rem);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.c-messages-page .c-messages-page-content .freeze-sidebar {
  overflow: visible !important;
  top: 0;
}
.c-messages-page .c-messages-page-content .height-full {
  height: 100% !important;
}
.c-messages-page .c-messages-page-content .no-messages {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.c-messages-page .c-messages-page-content .c-messages-conversation-wrapper {
  width: calc(100vw - 43rem);
  position: relative;
}
.c-messages-page .c-messages-page-content .c-messages-page-content-wrapper {
  width: calc(100vw - 43rem);
  z-index: 1;
  position: relative;
  scrollbar-width: none;
}
.c-messages-page .c-messages-page-content .c-messages-page-content-wrapper .c-messages-list {
  overflow: auto;
  height: calc(var(--doc-height) - 11.3rem);
}
.c-messages-page .c-messages-page-content .c-messages-page-content-wrapper::-webkit-scrollbar {
  width: 0px;
}
.c-messages-page .c-messages-page-content .c-messages-page-content-wrapper .js-lazy-load {
  text-align: center;
}
@media (max-width: 760px) {
  .c-messages-page .c-messages-page-content .c-messages-page-content-wrapper .js-lazy-load {
    margin-top: 40px;
  }
}
.c-messages-page .c-messages-page-content .skeleton-wrapper {
  position: absolute;
  height: 100%;
  z-index: 1002;
  width: 100%;
  text-align: center;
  padding-left: inherit;
  padding-right: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  left: 0;
  background: var(--background-color);
}
.c-messages-page .c-messages-page-content .skeleton-wrapper .skeleton {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  padding: 0;
  background: var(--background-color-input);
}
@media (max-width: 760px) {
  .c-messages-page .c-messages-page-content .skeleton-wrapper .skeleton {
    padding: 0;
  }
}
.c-messages-page .c-messages-page-content .skeleton-wrapper .skeleton .header-skeleton {
  background: var(--background-color);
  z-index: 1;
  padding: 12px;
  border-bottom: 1px solid var(--border-color-soft);
  height: 63px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .c-messages-page .c-messages-page-content .skeleton-wrapper .skeleton .header-skeleton {
    height: 72px;
  }
}
.c-messages-page .c-messages-page-content .skeleton-wrapper .skeleton .header-skeleton .skeleton-list {
  height: 35px;
  margin-bottom: 0;
  margin-left: 50px;
}
.c-messages-page .c-messages-page-content .skeleton-wrapper .skeleton .header-skeleton .skeleton-list:before {
  width: 32px;
  height: 32px;
  left: -3rem;
}
.c-messages-page .c-messages-page-content .skeleton-wrapper .skeleton .body-skeleton {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1rem;
}
.c-messages-page .c-messages-page-content .skeleton-wrapper .skeleton .footer-skeleton {
  margin-top: auto;
  border-top: 1px solid var(--border-color-soft);
  background: var(--background-color-blank);
  padding: 14.5px;
  height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.c-messages-page .c-messages-page-content .skeleton-wrapper .skeleton .footer-skeleton .skeleton-list {
  margin-bottom: 0;
  width: 50%;
}
.c-messages-page #c-messages-sidebar-right .c-info-toggle.is-active .c-info-toggle-caret {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-messages-page #c-messages-sidebar-right .c-info-toggle .c-hidden {
  display: none;
}
.c-messages-page #c-messages-sidebar-right .js-segment-list svg {
  color: var(--menu-glyph-color);
}
.c-messages-page #c-messages-sidebar-right .js-segment-list .segment-name {
  color: var(--text-color);
}
.c-messages-page #c-messages-sidebar-right .js-info-list .field:last-child .menu.compact {
  margin-bottom: 0;
}
.c-messages-conversation-list .c-messages-header {
  padding: 0;
  border-bottom: 1px solid var(--border-color-soft);
  position: sticky;
  top: 0;
  background: var(--background-color-blank);
  z-index: 1;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(128,128,128,0.17);
  box-shadow: 0px 1px 6px 0px rgba(128,128,128,0.17);
  z-index: 1003;
}
.c-messages-conversation-list .c-messages-header > * {
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .c-messages-conversation-list .c-messages-header > * {
    padding: 18px 16px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.c-messages-conversation-list .c-messages-header .c-header-operation-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: inherit;
  height: 100%;
  padding: 14px 12px;
}
.c-messages-conversation-list .c-messages-header .c-header-operation-wrapper .wa-checkbox.indeterminate input:checked + span {
  background: transparent;
}
.c-messages-conversation-list .c-messages-header .c-header-operation-wrapper .wa-checkbox.indeterminate input + span .icon svg {
  color: var(--gray) !important;
}
.c-messages-conversation-list .c-messages-header .c-header-operation-wrapper .wa-checkbox.indeterminate input + span .icon {
  visibility: visible;
}
.c-messages-conversation-list .c-messages-header .c-header-operation-wrapper #js-operation-dropdown .crm-operation-li .crm-operation-link.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
}
.c-messages-conversation-list .c-messages-header .c-header-operation-wrapper #js-operation-dropdown .crm-operation-li .crm-operation-li--name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.c-messages-conversation-list .c-messages-header .c-nav-wrapper {
  padding-bottom: 8px;
}
@media (max-width: 760px) {
  .c-messages-conversation-list .c-messages-header .c-nav-wrapper {
    padding-bottom: 0px;
  }
}
.c-messages-conversation-list .c-messages-header .c-message-filter-wrapper.c-hidden {
  display: none;
}
.c-messages-conversation-list .c-messages-header .c-icon-wrapper {
  color: var(--menu-glyph-color);
}
@media (max-width: 760px) {
  .c-messages-conversation-list .c-messages-header .c-icon-wrapper {
    color: var(--text-color);
  }
}
.c-messages-conversation-list .c-messages-header .c-search-wrapper .icon.mobile-only {
  color: var(--text-color);
}
.c-messages-conversation-list .c-messages-header .c-search-wrapper input {
  width: 169px;
  margin: 0;
}
@media (max-width: 760px) {
  .c-messages-conversation-list .c-messages-header .c-search-wrapper input {
    margin-right: 0.5rem;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.c-messages-conversation-list .c-messages-header .c-search-wrapper .js-search-contact-cancel {
  color: var(--menu-glyph-color);
  cursor: pointer;
}
.c-messages-conversation-list .c-messages-header .c-search-wrapper .js-search-contact-cancel:hover {
  color: var(--red);
}
.c-messages-conversation-list .c-messages-header .c-search-wrapper .js-search-contact-hide {
  display: none;
}
.c-messages-conversation-list .c-messages-header .c-search-contact .c-user-wrapper {
  max-width: 8.5rem;
}
.c-messages-conversation-list .c-messages-header .c-search-contact .c-user-name {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-messages-conversation-list .c-messages-header .c-search-contact .c-column-image img {
  width: 20px;
  border-radius: 50%;
}
.c-messages-conversation-list .c-messages-header .c-page-name h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}
.c-messages-conversation-list .c-messages-header .c-message-filter .c-message-filter-name {
  padding: 0;
}
.c-messages-conversation-list .c-messages-header .c-message-filter #dropdown-filter_responsible .dropdown-toggle .dropdown-toggle--name {
  vertical-align: middle;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.c-messages-conversation-list .c-messages-header .c-message-filter #dropdown-filter_responsible .dropdown-body {
  width: 215px;
}
.c-messages-conversation-list .c-messages-header .c-message-filter #dropdown-filter_responsible .dropdown-body .dropdown-body--name {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-messages-conversation-list .c-messages-header .c-view-toggle {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.c-messages-conversation-list .c-messages-header .c-view-toggle li {
  margin: 0;
  padding: 0;
}
.c-messages-conversation-list .c-messages-header .c-view-toggle li:not(:first-child) {
  margin-left: -4px;
}
.c-messages-conversation-list .c-messages-header .c-view-toggle li.selected a {
  cursor: default;
}
.c-messages-conversation-list .c-messages-header .c-view-toggle li.selected a:hover {
  background: rgba(0,0,0,0.07);
}
.c-messages-conversation-list .c-messages-header .c-view-toggle li a {
  width: 48px;
  margin: 0;
  padding: 0;
  line-height: 48px;
  text-align: center;
}
.c-messages-conversation-list .c-messages-header .c-view-toggle li a:hover {
  background: #fafafa;
}
.c-messages-conversation-list .c-messages-header .c-view-toggle li a i {
  margin: 0;
  vertical-align: middle;
}
.c-messages-conversation-list .no-messages {
  margin: 80px auto;
  text-align: center;
  color: #999;
}
.c-messages-conversation-list .c-page-header {
  padding: 0 20px;
}
.c-messages-conversation-list .c-messages-body {
  position: relative;
}
.c-messages-conversation-list .c-messages-body .skeleton-wrapper {
  position: absolute;
  height: 100%;
  z-index: 1002;
  width: 100%;
  text-align: center;
  padding-left: inherit;
  padding-right: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  left: 0;
  background: var(--background-color-blank);
  min-height: 20.5rem;
}
.c-messages-conversation-list .c-messages-body .skeleton-wrapper .skeleton {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  padding: 0;
}
@media (max-width: 760px) {
  .c-messages-conversation-list .c-messages-body .skeleton-wrapper .skeleton {
    padding: 0;
  }
}
.c-messages-conversation-list .c-messages-body .skeleton-wrapper .skeleton .header-skeleton {
  background: var(--background-color);
  z-index: 1;
  padding: 12px;
  border-bottom: 1px solid var(--border-color-soft);
  height: 63px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .c-messages-conversation-list .c-messages-body .skeleton-wrapper .skeleton .header-skeleton {
    height: 72px;
  }
}
.c-messages-conversation-list .c-messages-body .skeleton-wrapper .skeleton .skeleton-list {
  height: 40px;
  margin-bottom: 1.5rem;
  margin-left: 50px;
}
.c-messages-conversation-list .c-messages-body .skeleton-wrapper .skeleton .skeleton-list:before {
  width: 40px;
  height: 40px;
  left: -3.2rem;
}
.c-messages-conversation-list .c-messages-body .skeleton-wrapper .skeleton .body-skeleton {
  padding: 1rem;
}
.c-messages-conversation-list .c-messages-body .skeleton-wrapper .skeleton .footer-skeleton {
  margin-top: auto;
  border-top: 1px solid var(--border-color-soft);
  background: var(--background-color-blank);
  padding: 13px;
  height: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.c-messages-conversation-list .c-messages-body .skeleton-wrapper .skeleton .footer-skeleton .skeleton-list {
  margin-bottom: 0;
  width: 50%;
}
.c-messages-conversation-list .c-messages-body .c-column-count {
  text-align: center;
}
.c-messages-conversation-list .c-messages-body .c-page-header {
  display: inline-block;
}
.c-messages-conversation-list .c-messages-body .pager {
  padding: 0 20px;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section.active-operations .c-message-wrapper .profile {
  padding: 0;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section.active-operations .c-message-wrapper .operation-checkbox-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .js-lazy-load {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .operation-checkbox-wrapper {
  display: none;
  padding: 0;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  -o-transition: 0.3s background;
  -ms-transition: 0.3s background;
  transition: 0.3s background;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .operation-checkbox-wrapper label {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .operation-checkbox-wrapper label .operation-checkbox {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .c-user-photo.userpic-48 {
  height: 40px;
  max-height: max-content;
  max-width: max-content;
  width: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  --border-width: auto;
  min-width: 40px;
  margin: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  margin-top: 0.75rem;
  top: 0;
  left: 0;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .profile {
  padding: 0 0 0 0.75rem;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  -o-transition: 0.3s background;
  -ms-transition: 0.3s background;
  transition: 0.3s background;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .profile > .detail {
  padding: 0.75rem 0.75rem 0.75rem 0;
  border-bottom: 1px solid var(--border-color-soft);
  width: 100%;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .profile > .detail .c-top-detail .c-name {
  font-weight: 450;
  font-size: 1rem;
  line-height: 120%;
  white-space: pre-wrap;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .profile > .detail .c-top-detail .c-date {
  color: var(--text-color-heading);
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .profile > .detail .c-bottom-detail .c-subject-wrapper {
  color: var(--text-color-heading);
  font-weight: 450;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .profile > .detail .c-bottom-detail .c-subject-wrapper .icon svg {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .profile > .detail .c-bottom-detail .c-column-subject {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .profile > .detail .c-bottom-detail .c-subject-unread-icon,
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .profile > .detail .c-bottom-detail .c-subject-need-response-icon {
  display: none;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .profile > .detail .c-bottom-detail .c-subject-unread-icon svg,
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .profile > .detail .c-bottom-detail .c-subject-need-response-icon svg {
  font-size: 0.5rem;
  max-width: 8px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 0.5rem;
  -ms-flex: 0 0 0.5rem;
  flex: 0 0 0.5rem;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper.need-response .profile > .detail .c-subject-need-response-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper.unread .profile > .detail .c-subject-unread-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper.unread .profile > .detail .c-subject-need-response-icon {
  display: none;
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper.selected {
  background: var(--accent-color);
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper.selected .profile > div.detail .c-top-detail .c-name,
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper.selected .profile > div.detail .c-top-detail .c-date,
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper.selected .profile > div.detail .c-bottom-detail .c-subject-wrapper,
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper.selected .profile > div.detail .c-bottom-detail .c-subject-wrapper .hint,
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper.selected .profile > div.detail .c-bottom-detail .c-subject-wrapper .icon svg,
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper.selected > a svg {
  color: var(--banner-text-color);
}
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .c-deal-wrapper,
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .c-user-wrapper,
.c-messages-conversation-list .c-messages-body .c-messages-table-section .c-message-wrapper .c-subject-wrapper {
  position: relative;
}
@media (max-width: 1024px) {
  .c-messages-page.iframe-style .c-messages-page-content .c-messages-page-content-wrapper {
    width: calc(100vw - 19rem);
  }
  .c-messages-page.iframe-style .c-messages-page-content .c-messages-conversation-wrapper {
    width: calc(100vw - 19rem);
  }
  .c-messages-page.iframe-style.full-chat-style .c-messages-page-content {
    width: 100vw;
  }
  .c-messages-page.iframe-style.full-chat-style .c-messages-page-content .c-messages-page-content-wrapper {
    width: 100vw;
  }
  .c-messages-page.iframe-style.full-chat-style .c-messages-page-content .c-messages-conversation-wrapper {
    width: 100vw;
  }
  .c-messages-page .c-messages-page-content .c-messages-page-content-wrapper {
    width: calc(100vw - 23rem);
  }
  .c-messages-page .c-messages-page-content .c-messages-conversation-wrapper {
    width: calc(100vw - 23rem);
  }
}
@media (max-width: 760px) {
  .c-messages-page {
    -webkit-tap-highlight-color: transparent;
  }
  .c-messages-page.iframe-style .c-messages-page-content {
    width: 100vw;
  }
  .c-messages-page.iframe-style .c-messages-page-content .c-messages-conversation-wrapper {
    width: 100vw;
  }
  .c-messages-page.iframe-style .c-messages-page-content .c-messages-page-content-wrapper {
    width: 100vw;
  }
  .c-messages-page.iframe-style .c-messages-page-content .c-messages-page-content-wrapper .c-conversation-body .c-messages-list {
    height: calc(var(--doc-height) - 7.3rem);
  }
  .c-messages-page .sidebar {
    width: 100vw;
    height: auto;
  }
  .c-messages-page .c-messages-page-content {
    height: auto;
    width: 100vw;
    overflow: unset;
  }
  .c-messages-page .c-messages-page-content .c-messages-conversation-wrapper {
    width: 100vw;
  }
  .c-messages-page .c-messages-page-content .c-messages-page-content-wrapper {
    height: auto;
    width: 100vw;
  }
  .c-messages-page .c-messages-page-content .c-messages-page-content-wrapper .c-conversation-body {
    position: relative;
  }
  .c-messages-page .c-messages-page-content .c-messages-page-content-wrapper .c-conversation-body .c-messages-list {
    overflow: auto;
    height: calc(var(--doc-height) - 230.5px);
  }
  .c-messages-page .c-messages-page-content .js-expand-sidebar {
    background: transparent;
    color: var(--text-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
:root {
  --doc-height: 100vh;
}
[data-theme="dark"] .c-message-item.c-message-out.another-user .c-message-tail svg path {
  fill: #6e5a79 !important;
}
.drawer.crm-message-additional.invoice .drawer-body .drawer-block {
  padding: 1rem;
  height: calc(100% - 2.7rem);
}
.drawer.crm-message-additional.deals .drawer-body {
  width: 405px;
}
.drawer.crm-message-additional.deals .drawer-body .drawer-header {
  display: none;
}
.drawer.crm-message-additional.deals .drawer-body .drawer-block {
  padding: 0;
  height: 100%;
}
.drawer.crm-message-additional.note .drawer-body {
  width: 405px;
}
.drawer.crm-message-additional.note .drawer-body .drawer-block {
  padding: 0;
  height: calc(100% - 2.8rem);
}
.drawer.crm-message-additional.reminders .drawer-body {
  width: 405px;
}
.drawer.crm-message-additional.calls .drawer-body,
.drawer.crm-message-additional.custom .drawer-body {
  width: 806px;
}
.drawer.crm-message-additional iframe html::-webkit-scrollbar {
  width: 0px;
}
.drawer.crm-message-additional .drawer-body .drawer-header {
  padding: 1rem 1rem 0rem 1rem;
}
.drawer.crm-message-additional .drawer-body .drawer-close {
  padding: 1rem 1rem;
  right: 0;
}
.drawer.crm-message-additional .drawer-body div.drawer-block {
  padding: 1rem 0 1rem 0;
  height: calc(100% - 2.7rem);
}
.drawer.crm-message-additional .drawer-body div.drawer-block .spinner-wrapper {
  position: absolute;
  background: var(--background-color-blank);
}
.drawer.crm-message-additional .drawer-body div.drawer-block .spinner-wrapper .spinner {
  margin-bottom: 4rem;
}
.c-message-body img {
  max-width: 100%;
}
.c-message-body table {
  table-layout: fixed;
}
.c-message-body table td {
  padding: 0;
  border-bottom: none;
}
.c-message-body table tr:hover td {
  background: transparent;
}
.c-message-body > blockquote {
  margin-right: 0 !important;
}
.c-message-body > :not(blockquote) > blockquote {
  margin-right: 0;
}
.c-message-body blockquote {
  padding: 1.25em 1.25em 1.75em 1.25em;
  font-size: 0.95em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1.25em;
}
.c-message-body blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote {
  font-size: 1em;
  background: var(--background-color-message-blockquote);
  border-left: 1px solid var(--light-gray);
  border-radius: 0;
}
@media (max-width: 760px) {
  .c-message-conversation-page {
    height: 100%;
  }
}
.c-message-conversation-page.shadowed {
  margin: 0;
}
.c-message-conversation-page .relative {
  position: relative;
}
.c-message-conversation-page ul.c-restored-list {
  margin: 0;
  padding: 0;
}
.c-message-conversation-page ul.c-restored-list > li {
  padding: 0;
}
.c-message-conversation-page ul.c-restored-list > li a {
  margin: 0;
  padding: 0;
}
.c-message-conversation-page ul.c-restored-list > li a:hover {
  background-color: transparent;
}
.c-message-conversation-page ul.c-restored-list > li a .attachments-name-wrapper {
  width: calc(100% - 54px);
}
.c-message-conversation-page ul.c-restored-list > li a .attachments-name {
  line-height: 18px;
}
.c-message-conversation-page ul.c-restored-list > li a .attachments-icon {
  padding: 12.5px 16px;
  background-color: var(--background-color);
  border-radius: 10px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.c-message-conversation-page .c-page-header-section {
  position: sticky;
  top: 0;
  background: var(--background-color);
  z-index: 1;
  padding: 12px;
  border-bottom: 1px solid var(--border-color-soft);
  height: 63px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .c-message-conversation-page .c-page-header-section {
    height: 72px;
    top: 4rem;
  }
}
.c-message-conversation-page .c-page-header-section .c-client-data {
  width: calc(100% - 44px);
}
@media (max-width: 760px) {
  .c-message-conversation-page .c-page-header-section .c-client-data {
    width: calc(100% - 88px);
  }
}
.c-message-conversation-page .c-page-header-section .c-client-data .js-open-second-menu:hover {
  background: var(--menu-background-color-hover);
  color: var(--menu-link-color-hover);
}
.c-message-conversation-page .c-page-header-section .c-client-data .js-open-second-menu:hover .fa-user {
  color: var(--menu-glyph-color-hover);
}
.c-message-conversation-page .c-page-header-section .c-client-data .js-open-second-menu .fa-user {
  color: var(--menu-glyph-color);
}
.c-message-conversation-page .c-page-header-section .c-client-data .c-user-photo {
  left: 0;
  margin: 0 0.5rem 0 0.15rem;
  top: 0;
}
.c-message-conversation-page .c-page-header-section #dropdown-c-name {
  width: fit-content;
}
.c-message-conversation-page .c-page-header-section #dropdown-c-name .dropdown-toggle.c-name {
  vertical-align: text-top;
  margin: 0 0.1rem 0 0.75rem;
  padding: 0;
}
.c-message-conversation-page .c-page-header-section .dropdown .dropdown-body ul > li {
  line-height: 1rem;
}
.c-message-conversation-page .c-page-header-section .dropdown .dropdown-body ul > li > a {
  min-height: 32px;
}
.c-message-conversation-page .c-page-header-section .dropdown .dropdown-body ul > li > a .c-name-line--name,
.c-message-conversation-page .c-page-header-section .dropdown .dropdown-body ul > li > a .js-deal-link--name {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 130px;
}
.c-message-conversation-page .c-page-header-section .c-name {
  font-weight: 700;
  font-size: 17.6px;
  line-height: 120%;
  color: var(--text-color);
  vertical-align: bottom;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media (max-width: 760px) {
  .c-message-conversation-page .c-page-header-section .c-name {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}
.c-message-conversation-page .c-page-header-section .c-summary {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-message-conversation-page .c-page-header-section .c-job {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.c-message-conversation-page .c-conversation-body {
  background: var(--background-color-input);
}
.c-message-conversation-page .c-conversation-body .js-messages-list--to-bottom-button {
  height: 38px;
  width: 38px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 9999;
  top: -50px;
  right: 0px;
  background: var(--background-color);
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.07), 0 0.5rem 1rem -0.5rem rgba(0,0,0,0.13);
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.07), 0 0.5rem 1rem -0.5rem rgba(0,0,0,0.13);
  margin-left: auto;
  margin-right: 13px;
  display: none;
}
.c-message-conversation-page .c-conversation-body .js-messages-list--to-bottom-button:hover {
  background: var(--background-color);
}
.c-message-conversation-page .c-conversation-body .c-messages-list {
  padding: 0;
  position: relative;
}
.c-message-conversation-page .c-conversation-body .c-messages-list .js-messages-list--transparent-layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: transparent;
}
.c-message-conversation-page .c-conversation-body .c-email-messages-list .c-message-body > blockquote {
  display: none;
}
.c-message-conversation-page .c-conversation-body .c-email-messages-list .c-message-body > :not(blockquote) > blockquote {
  display: none;
}
.c-message-conversation-page .c-conversation-body .c-email-messages-list .c-message-body .js-blockquote-toggle {
  padding: 0 0.4rem;
  margin: 0;
  border: 0;
  line-height: 12px;
}
.c-message-conversation-page .c-conversation-body .c-email-messages-list .c-message-body .js-blockquote-toggle svg {
  font-size: 14px;
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .prettyprint {
  width: 100%;
  min-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: var(--background-color-blockquote);
  color: #888;
  font-size: 0.9rem;
  line-height: 1.25em;
  resize: vertical;
  white-space: pre-wrap;
  border: 0 none !important;
  padding: 1rem !important;
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .prettyprint .pln {
  color: var(--alert-text-color);
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .prettyprint .tag {
  color: var(--text-color-link);
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .prettyprint .atn {
  color: var(--brown);
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .prettyprint .kwd {
  color: var(--text-color-link);
}

.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .c-message-body-images .c-message-body-image {
  margin: 0 -9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .c-message-body-images .c-message-body-image .c-message-body-image-wrapper {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: blur(10px);
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .c-message-body-images .c-message-body-image img {
  border-radius: 0px;
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .c-message-body-images .c-message-body-image .c-message-body-image-wrapper img {
  margin-bottom: -4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .c-message-body-images .c-message-body-image:first-child img {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .c-message-body-images .c-message-body-image:last-child {
  margin: 0 -9px -13px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .c-message-body-images .c-message-body-image:last-child .c-message-body-image-wrapper {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .c-message-body-images .c-message-body-image:last-child img {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .c-message-body-images.with-caption .c-message-body-image:last-child {
  margin: 0 -9px;
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .c-message-body-images.with-caption .c-message-body-image:last-child img {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.c-message-conversation-page .c-conversation-body .c-messages-list .c-message-body .c-message-body-images.with-caption .c-message-body-image:last-child .c-message-body-image-wrapper {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.c-message-conversation-page .c-scroll-action {
  display: none;
  position: absolute;
  padding: 8px;
  background: rgba(255,255,255,0.66);
}
.c-message-conversation-page .c-scroll-action.to-top {
  top: 100%;
}
.c-message-conversation-page .c-scroll-action.to-bottom {
  bottom: 100%;
}
.c-message-conversation-page .c-scroll-action.to-right {
  right: 0;
}
.c-message-conversation-page .c-scroll-action.to-left {
  right: 0;
}
.c-message-conversation-page .c-scroll-action .c-icon {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.c-message-conversation-page .c-scroll-action .c-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid #ddd;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-message-conversation-page .c-scroll-action .c-icon.to-top:before {
  top: 30%;
  border-width: 2px 0 0 2px;
}
.c-message-conversation-page .c-scroll-action .c-icon.to-bottom:before {
  top: 0;
  border-width: 0 2px 2px 0;
}
.c-message-conversation-page .c-scroll-action .c-icon .c-conversation-deal {
  margin: 4px 0 0;
}
.c-message-conversation-page .c-conversation-deal .c-hidden {
  display: none;
}
.c-message-conversation-page .c-conversation-deal .c-hidden.is-extended .c-visible {
  display: none;
}
.c-message-conversation-page .c-conversation-deal .c-hidden.is-extended .c-hidden {
  display: block;
}
.c-message-conversation-page .c-conversation-deal .c-actions-wrapper {
  display: none;
}
.c-message-conversation-page .c-conversation-deal:hover .c-actions-wrapper {
  display: inline-block;
}
.c-message-conversation-page .c-conversation-deal .c-state-wrapper {
  vertical-align: top;
  text-shadow: 0 0 3px rgba(255,255,255,0.5);
  white-space: nowrap;
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.2em;
  word-wrap: break-word;
  background: #f8f8f8;
  border-color: #ccc;
  line-height: 16px;
}
.c-message-conversation-page .c-conversation-deal .deal-form {
  display: inline-block;
}
.c-message-conversation-page .c-conversation-deal .deal-form.deal-form-hidden {
  display: none;
}
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-empty-deal {
  display: block;
}
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-empty-deal.c-empty-deal-hidden {
  display: none;
}
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-deal-name.c-deal-name-hidden {
  display: none;
}
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-deal-name .c-remove-deal {
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-deal-name:hover > .c-remove-deal {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-select-deal,
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-funnels-list {
  display: inline-block;
  padding-top: 3px;
}
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-select-funnel.hidden {
  display: none;
}
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-select-deal,
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-funnels-list,
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-funnel-stages-list {
  vertical-align: top;
  display: inline-block;
  margin-right: 8px;
}
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-select-deal .c-visible-link span,
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-funnels-list .c-visible-link span,
.c-message-conversation-page .c-conversation-deal .deal-form .c-deal-value .c-funnel-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-message-conversation-page .c-reply-section {
  height: fit-content;
  top: unset;
  bottom: -53.55px;
  position: absolute;
  left: 0;
  right: 0;
  background: var(--background-color-blank);
  -webkit-box-shadow: 0 -10px 10px -10px rgba(0,0,0,0.1);
  box-shadow: 0 -10px 10px -10px rgba(0,0,0,0.1);
  -webkit-transition: 0.13s;
  -moz-transition: 0.13s;
  -o-transition: 0.13s;
  -ms-transition: 0.13s;
  transition: 0.13s;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-message-conversation-page .c-reply-section:not(.is-extended) .c-invisible {
  display: none;
}
.c-message-conversation-page .c-reply-section.is-extended .c-visible {
  display: none;
}
@media (max-width: 760px) {
  .c-message-conversation-page .c-reply-section {
    position: sticky;
    bottom: 0;
  }
  .c-message-conversation-page .c-reply-section.focused {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
    bottom: -53.55px;
    position: absolute;
  }
  .c-message-conversation-page .c-reply-section.is-extended {
    position: sticky;
    bottom: 0;
  }
}
.c-message-conversation-page .c-reply-section .source-not-found {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--text-color-hint);
}
.c-message-conversation-page .c-reply-section .is-disabled {
  color: var(--menu-glyph-color) !important;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper {
  border-top: 1px solid var(--border-color-soft);
  padding: 7.5px 13px 7.5px 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-plugin-dropdown {
  padding-bottom: 0.3rem;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-plugin-dropdown .dropdown > .dropdown-body.right {
  left: 0;
  right: auto;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .js-message-attachment.is-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .js-drop-field {
  display: none;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .js-default-drop-area {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: -7.5px -13px -3.5px -13px;
  padding: 7.5px 13px 3.5px 13px;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .js-default-drop-area.is-hover {
  background: var(--highlighted-yellow);
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .js-default-drop-area .c-form-actions {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .js-default-drop-area .c-drop-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.6rem;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .js-upload-list {
  gap: 0 1rem;
  max-height: 165px;
  overflow: auto;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .js-upload-list::-webkit-scrollbar {
  width: 0px;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-upload-item {
  padding-top: 11.5px;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-upload-item .js-file-delete {
  padding: 0;
  margin: 0;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-upload-item .js-file-delete:hover {
  background: transparent !important;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-upload-item.is-upload .progress {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@property --progress-value {
  syntax: '<integer>';
  inherits: false;
  initial-value: 0;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-upload-item .progress {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
/* to center the percentage value */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: -webkit-radial-gradient(closest-side, var(--background-color-blank) 65%, transparent 70% 102%, #fff 0), conic-gradient(#1b9aff calc(var(--progress-value) * 1%), rgba(27,154,255,0.239) 0);
  background: -moz-radial-gradient(closest-side, var(--background-color-blank) 65%, transparent 70% 102%, #fff 0), conic-gradient(#1b9aff calc(var(--progress-value) * 1%), rgba(27,154,255,0.239) 0);
  background: -o-radial-gradient(closest-side, var(--background-color-blank) 65%, transparent 70% 102%, #fff 0), conic-gradient(#1b9aff calc(var(--progress-value) * 1%), rgba(27,154,255,0.239) 0);
  background: -ms-radial-gradient(closest-side, var(--background-color-blank) 65%, transparent 70% 102%, #fff 0), conic-gradient(#1b9aff calc(var(--progress-value) * 1%), rgba(27,154,255,0.239) 0);
  background: radial-gradient(closest-side, var(--background-color-blank) 65%, transparent 70% 102%, #fff 0), conic-gradient(#1b9aff calc(var(--progress-value) * 1%), rgba(27,154,255,0.239) 0);
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-upload-item .progress progress {
  visibility: hidden;
  width: 0;
  height: 0;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-upload-item .js-progress-success-icon {
  display: none;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-upload-item .js-status {
  display: none;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-upload-item .js-status.errormsg {
  display: block;
  color: #f00;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .js-status-message {
  display: none;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .js-status-message.errormsg {
  display: block;
  color: #f00;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-im-save-button {
  height: 38px;
  width: 38px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-reply-form-error {
  text-align: center;
  margin: 6px 0;
  color: #999;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper.is-bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper.is-bottom-fixed:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0 0 1px 0;
  width: 100%;
  height: 40px;
  background: transparent;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper.is-bottom-fixed .c-scroll-action {
  display: block;
  margin: 0 0 1px;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-visible .c-textarea {
  vertical-align: top;
  width: 100%;
  height: 25px;
  margin: 0px;
  padding: 0px;
  border: 0;
  background: transparent;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: none;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  min-height: 25px;
  overflow-y: auto;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-visible .c-textarea::placeholder {
  color: var(--text-color-hint);
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-visible .c-textarea::-webkit-scrollbar {
  width: 0px;
}
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-visible .icon .fa-paperclip,
.c-message-conversation-page .c-reply-section .c-reply-form-wrapper .c-visible .icon .fa-expand-alt {
  color: var(--menu-glyph-color);
}
.c-message-conversation-page .c-email-conversation-section {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 761px) {
  .c-message-conversation-page .c-email-conversation-section .c-messages-date-wrapper {
    position: sticky;
    top: 10px;
    z-index: 10;
    width: fit-content;
    margin: 0 auto;
  }
  .c-message-conversation-page .c-email-conversation-section .c-messages-date-wrapper .c-messages-date {
    display: inline-block;
    padding: 0.4375em 0.75em;
    background-color: var(--background-color-btn-light-gray);
    border-radius: 1.5em;
    backdrop-filter: blur(0.35rem);
    color: var(--text-color-hint-strong);
  }
}
.c-message-conversation-page .c-email-conversation-section .c-message-wrapper {
  margin: 0;
  padding: 8px 16px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.c-message-conversation-page .c-email-conversation-section .c-message-wrapper:first-child {
  margin-top: 0;
}
.c-message-conversation-page .c-email-conversation-section .c-message-wrapper.right {
  text-align: right;
}
.c-message-conversation-page .c-email-conversation-section .c-message-wrapper.is-new {
  background: #e9f2fb;
}
.c-message-conversation-page .c-email-conversation-section .c-message-item {
  display: inline-block;
  max-width: 90%;
  min-width: 40%;
  text-align: left;
  padding: 8px;
  position: relative;
  border: 1px solid rgba(0,0,0,0.03);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.07), 0 0.5rem 1rem -0.5rem rgba(0,0,0,0.13);
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.07), 0 0.5rem 1rem -0.5rem rgba(0,0,0,0.13);
}
@media (max-width: 760px) {
  .c-message-conversation-page .c-email-conversation-section .c-message-item {
    max-width: 95%;
  }
}
.c-message-conversation-page .c-email-conversation-section .c-message-item.c-message-in {
  background: var(--background-color-blank);
}
.c-message-conversation-page .c-email-conversation-section .c-message-item.c-message-in .c-message-tail {
  top: -1px;
  left: -5px;
}
.c-message-conversation-page .c-email-conversation-section .c-message-item.c-message-in .c-message-tail svg path {
  fill: var(--background-color-blank);
}
.c-message-conversation-page .c-email-conversation-section .c-message-item.c-message-out {
  background: var(--background-color-zebra-row-odd-hover);
}
.c-message-conversation-page .c-email-conversation-section .c-message-item.c-message-out.another-user {
  background: rgba(255,201,248,0.349);
}

.c-message-conversation-page .c-email-conversation-section .c-message-item.c-message-out.another-user .c-message-tail svg path {
  fill: #efdef4;
}
.c-message-conversation-page .c-email-conversation-section .c-message-item.c-message-out .c-message-tail {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  top: -1px;
  right: -5px;
}
.c-message-conversation-page .c-email-conversation-section .c-message-item.c-message-out .c-message-tail svg path {
  fill: var(--background-color-zebra-row-odd-hover);
}
.c-message-conversation-page .c-email-conversation-section .c-message-item .c-message-tail {
  position: absolute;
  top: 0;
}
.c-message-conversation-page .c-email-conversation-section .c-message-item .c-message-body {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  word-wrap: break-word;
}
.c-message-conversation-page .c-email-conversation-section .c-message-item .c-message-attachments {
  margin: 8px 0 0;
}
.c-message-conversation-page .c-email-conversation-section .c-message-item .c-message-header .c-contact {
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  max-width: calc(100% - 60px);
}
.c-message-conversation-page .c-email-conversation-section .c-message-item .c-message-header .c-contact .c-contact-link {
  color: var(--text-color-heading);
  width: 100%;
}
.c-message-conversation-page .c-email-conversation-section .c-message-item .c-message-header .c-contact .c-contact-link .icon {
  max-width: 18px;
  max-height: 18px;
}
.c-message-conversation-page .c-email-conversation-section .c-message-item .c-message-header .c-contact .c-contact-link .c-contact-link--name {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-message-conversation-page .c-im-conversation-section {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 761px) {
  .c-message-conversation-page .c-im-conversation-section .c-messages-date-wrapper {
    position: sticky;
    top: 10px;
    z-index: 10;
    width: fit-content;
    margin: 0 auto;
  }
  .c-message-conversation-page .c-im-conversation-section .c-messages-date-wrapper .c-messages-date {
    display: inline-block;
    padding: 0.4375em 0.75em;
    background-color: var(--background-color-btn-light-gray);
    border-radius: 1.5em;
    backdrop-filter: blur(0.35rem);
    color: var(--text-color-hint-strong);
  }
}
.c-message-conversation-page .c-im-conversation-section .c-message-wrapper {
  margin: 0;
  padding: 8px 16px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.c-message-conversation-page .c-im-conversation-section .c-message-wrapper:first-child {
  margin-top: 0;
}
.c-message-conversation-page .c-im-conversation-section .c-message-wrapper.right {
  text-align: right;
}
.c-message-conversation-page .c-im-conversation-section .c-message-wrapper.is-new {
  background: var(--highlighted-yellow);
}
.c-message-conversation-page .c-im-conversation-section .c-message-item {
  display: inline-block;
  text-align: left;
  max-width: 90%;
  padding: 8px;
  position: relative;
  border: 1px solid rgba(0,0,0,0.03);
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.07), 0 0.5rem 1rem -0.5rem rgba(0,0,0,0.13);
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.07), 0 0.5rem 1rem -0.5rem rgba(0,0,0,0.13);
}
@media (max-width: 760px) {
  .c-message-conversation-page .c-im-conversation-section .c-message-item {
    max-width: 95%;
  }
}
.c-message-conversation-page .c-im-conversation-section .c-message-item:has(.c-message-body-locations) {
  min-width: 50%;
}
@media (max-width: 760px) {
  .c-message-conversation-page .c-im-conversation-section .c-message-item:has(.c-message-body-locations) {
    min-width: 80%;
  }
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-status {
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item.c-message-in {
  background: var(--background-color-blank);
}
.c-message-conversation-page .c-im-conversation-section .c-message-item.c-message-in.unsupported {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.c-message-conversation-page .c-im-conversation-section .c-message-item.c-message-in .c-message-tail {
  top: -1px;
  left: -5px;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item.c-message-in .c-message-tail svg path {
  fill: var(--background-color-blank);
}

.c-message-conversation-page .c-im-conversation-section .c-message-item.c-message-out {
  background: var(--background-color-zebra-row-odd-hover);
}
.c-message-conversation-page .c-im-conversation-section .c-message-item.c-message-out.unsupported {
  opacity: 0.5;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item.c-message-out.another-user {
  background: rgba(255,201,248,0.349);
}

.c-message-conversation-page .c-im-conversation-section .c-message-item.c-message-out.another-user .c-message-tail svg path {
  fill: #efdef4;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item.c-message-out .c-message-tail {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  top: -1px;
  right: -5px;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item.c-message-out .c-message-tail svg path {
  fill: var(--background-color-zebra-row-odd-hover);
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-tail {
  position: absolute;
  top: 0;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-body {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  word-wrap: break-word;
  max-width: 700px;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-body:has(.c-message-body-image) {
  max-width: 500px;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-body .c-message-body-image img {
  max-width: 100%;
  max-height: 518px;
}
@media (max-width: 760px) {
  .c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-body .c-message-body-image img {
    max-width: 100%;
  }
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-body tgs-player {
  width: 100px;
  height: auto;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-attachments {
  margin: 8px 0 0;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-header .c-open-detail-message {
  margin-left: auto;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-header .c-contact {
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  max-width: calc(100% - 38px);
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-header .c-contact .c-contact-link {
  color: var(--text-color-heading);
  width: 100%;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-header .c-contact .c-contact-link .icon {
  max-width: 18px;
  max-height: 18px;
  width: 100%;
}
.c-message-conversation-page .c-im-conversation-section .c-message-item .c-message-header .c-contact .c-contact-link .c-contact-link--name {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-message-conversation-page .c-im-conversation-section .c-textarea {
  vertical-align: top;
  width: 100%;
  height: 25px;
  margin: 0px;
  padding: 0px;
  border: 0;
  background: transparent;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: none;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  min-height: 25px;
  overflow-y: auto;
}
.c-message-conversation-page .c-im-conversation-section .c-textarea::-webkit-scrollbar {
  width: 0px;
}
.c-message-conversation-page .c-add-email-message-section .redactor-box,
.c-message-conversation-page .c-add-email-message-section .redactor-toolbar {
  background: var(--background-color-blank);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-message-conversation-page .c-add-email-message-section .redactor-box li a,
.c-message-conversation-page .c-add-email-message-section .redactor-toolbar li a {
  border-right: 0;
}
.c-message-conversation-page .c-add-email-message-section .redactor-box .redactor-layer {
  border-width: 1px;
  border: 0;
  border-top: 1px solid var(--border-color-soft);
  background: var(--background-color-blank);
}
.c-message-conversation-page .c-add-email-message-section .c-user-email .js-sender-email-select {
  outline: none;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-input-div input:not(:focus) {
  padding: 0.3125em 0.5em;
  margin: 0 0.25em 0 0;
  border-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: none;
  overflow: hidden;
  background: transparent;
}
.c-message-conversation-page .c-add-email-message-section .c-subject-wrapper input:not(:focus) {
  padding: 0.3125em 0.5em 0.3125em 0;
  margin: 0 0.25em 0 0;
  border-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: none;
  overflow: hidden;
  background: transparent;
  font-weight: 500;
}
.c-message-conversation-page .c-add-email-message-section .c-column.label {
  text-align: right;
  padding-right: 8px;
  font-family: 'Helvetica Neue', 'Liberation Sans', Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #888;
}
.c-message-conversation-page .c-add-email-message-section .c-wysiwyg-wrapper {
  border: 0px solid #ddd;
}
.c-message-conversation-page .c-add-email-message-section .c-wysiwyg-wrapper textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  resize: none;
  border: 0;
}
.c-message-conversation-page .c-add-email-message-section .c-wysiwyg-wrapper .redactor-box {
  margin: 0;
}
.c-message-conversation-page .c-add-email-message-section .c-files-wrapper .c-drop-wrapper {
  position: relative;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6rem 0.6rem 0.61rem 0.6rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-message-conversation-page .c-add-email-message-section .c-files-wrapper .c-drop-wrapper.is-hover {
  background: var(--highlighted-yellow);
}
.c-message-conversation-page .c-add-email-message-section .c-files-wrapper .c-drop-wrapper .c-drop-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.c-message-conversation-page .c-add-email-message-section .c-upload-list {
  gap: 0 1rem;
  max-height: 165px;
  overflow: auto;
}
.c-message-conversation-page .c-add-email-message-section .c-upload-list::-webkit-scrollbar {
  width: 0px;
}
.c-message-conversation-page .c-add-email-message-section .c-upload-list .c-upload-item {
  margin: 4px 0 0;
  line-height: 1.25em;
}
.c-message-conversation-page .c-add-email-message-section .c-upload-list .c-upload-item.is-upload .inline-link {
  display: none;
}
.c-message-conversation-page .c-add-email-message-section .c-upload-list .c-upload-item:first-child {
  margin-top: 0;
}
.c-message-conversation-page .c-add-email-message-section .c-upload-list .c-upload-item.is-template {
  display: none;
}
.c-message-conversation-page .c-add-email-message-section .c-upload-list .c-upload-item .c-name {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-message-conversation-page .c-add-email-message-section .c-upload-list .c-upload-item .js-file-delete {
  padding: 0;
  margin: 0;
}
.c-message-conversation-page .c-add-email-message-section .c-upload-list .c-upload-item .js-file-delete:hover {
  background: transparent !important;
}
.c-message-conversation-page .c-add-email-message-section .c-attach-existed-files-wrapper {
  max-height: 200px;
  overflow: auto;
}
.c-message-conversation-page .c-add-email-message-section .c-attach-existed-files-wrapper > li {
  margin-left: 0;
  margin-right: 0;
}
.c-message-conversation-page .c-add-email-message-section .c-to-input {
  border: 1px solid #ccc;
  padding: 3px 5px;
  font-size: 13px;
  width: 200px;
}
.c-message-conversation-page .c-add-email-message-section .c-email-to-user {
  cursor: default;
  position: relative;
}
.c-message-conversation-page .c-add-email-message-section .c-email-to-user .js-edit-recipient {
  cursor: pointer;
}
.c-message-conversation-page .c-add-email-message-section .c-email-to-user b {
  font-weight: normal;
}
.c-message-conversation-page .c-add-email-message-section .c-email-to-user .c-remove-to-email {
  color: #000;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: smaller;
  font-weight: bold;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-message-conversation-page .c-add-email-message-section .c-email-to-user:hover > .c-remove-to-email {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper {
  display: none;
  margin-bottom: 1rem;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-block {
  display: block;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-block .email-copy-area .email-copy-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 5px 10px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-input-div .email-copy-input {
  width: 100%;
  max-width: 300px;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-user {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 5px;
  text-decoration: none;
  font-family: helvetica;
  font-size: 13px;
  cursor: default;
  position: relative;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid var(--border-color-input-hover);
  border-radius: 2px;
  padding: 0 5px 0 13px;
/* box-sizing: content-box; */
  height: fit-content;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-user .remove-cc {
  color: #000;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: smaller;
  font-weight: bold;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-user:hover > .remove-cc {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-block .deal-participants-area {
  font-size: smaller;
  margin-top: 8px;
  line-height: 20px;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-block .deal-participants-area .email-copy-user {
  position: relative;
  margin: 0 4px;
  cursor: pointer;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-block .deal-participants-area .email-copy-user b {
  color: #008000;
  border-bottom: 1px dotted;
  font-weight: normal;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-collapsed {
  display: none;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-collapsed .email-copy-area {
  overflow-x: hidden;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-collapsed .email-copy-area .email-copy-user {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 0px 11px;
  text-decoration: none;
  margin-right: 0;
  margin-bottom: 0;
  font-family: helvetica;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-collapsed .email-copy-area .email-copy-user b {
  font-weight: normal;
}
.c-message-conversation-page .c-add-email-message-section .email-copy-wrapper-collapsed-block {
  display: block;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content {
  overflow-y: visible;
  min-height: 0;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .c-hidden {
  display: none;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .c-hidden.is-extended .c-visible {
  display: none;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .c-hidden.is-extended .c-hidden {
  display: block;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .c-actions-wrapper {
  display: none;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal:hover .c-actions-wrapper {
  display: inline-block;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .c-state-wrapper {
  vertical-align: top;
  text-shadow: 0 0 3px rgba(255,255,255,0.5);
  white-space: nowrap;
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.2em;
  word-wrap: break-word;
  background: #f8f8f8;
  border-color: #ccc;
  line-height: 16px;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form {
  display: inline-block;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form.deal-form-hidden {
  display: none;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-empty-deal {
  display: block;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-empty-deal.c-empty-deal-hidden {
  display: none;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-deal-name.c-deal-name-hidden {
  display: none;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-deal-name .c-remove-deal {
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-deal-name:hover > .c-remove-deal {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-select-deal,
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-funnels-list {
  display: inline-block;
  padding-top: 3px;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-select-funnel.hidden {
  display: none;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-select-deal,
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-funnels-list,
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-funnel-stages-list {
  vertical-align: top;
  display: inline-block;
  margin-right: 8px;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-select-deal .c-visible-link span,
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-funnels-list .c-visible-link span,
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .c-conversation-deal .deal-form .c-deal-value .c-funnel-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .dropdown-toggle .js-text {
  word-break: break-word;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  text-align: left;
  gap: 0.25rem;
}
.c-conversation-deal-attach-dialog .dialog-body .dialog-content .dropdown-body .menu > li > a {
  word-break: break-word;
  white-space: pre-wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0;
}
.dialog-conversation-responsible .c-conversation-member {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.dialog-conversation-responsible .c-conversation-member.is-edit {
  background: transparent;
}
.dialog-conversation-responsible .c-conversation-member.is-edit .c-actions-wrapper {
  display: none;
}
.dialog-conversation-responsible .c-conversation-member.is-edit .c-owner-toggle {
  display: block;
}
.dialog-conversation-responsible .c-conversation-member .c-owner-toggle {
  display: none;
}
.dialog-conversation-responsible .c-responsible-empty-wrapper .c-hidden {
  display: none;
}
.dialog-conversation-responsible .c-responsible-empty-wrapper.is-extended .c-visible {
  display: none;
}
.dialog-conversation-responsible .c-responsible-empty-wrapper.is-extended .c-hidden {
  display: block;
}
.dialog-conversation-responsible .ui-autocomplete {
  text-align: left;
}
.c-messages-conversation-list .c-messages-table .c-header-table,
.c-messages-conversation-list .c-messages-table.c-list-header {
  visibility: hidden;
}
.c-messages-conversation-list .c-messages-table .c-list-header,
.c-messages-conversation-list .c-messages-table.is-shown {
  visibility: visible;
}
.c-messages-conversation-list .c-messages-table .c-message-wrapper td {
  border: solid transparent;
  border-width: 1px 0;
}
.c-messages-conversation-list .c-messages-table .c-message-wrapper.is-active td {
  background: #ffc;
  border-color: #e5e5e5;
}
.c-messages-conversation-list .crm-operations-wrapper {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  font-size: 12px;
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}
.c-messages-conversation-list .crm-operations-wrapper.is-shown {
  visibility: visible;
  border-bottom-color: rgba(0,0,0,0.1);
}
.c-messages-conversation-list .crm-operations-wrapper .crm-checkbox-wrapper {
  width: 1rem;
  position: relative;
  margin-right: 30px;
}
.c-messages-conversation-list .crm-operations-wrapper .crm-checkbox-wrapper .crm-checkbox {
  position: absolute;
  top: 0;
  left: 5px;
}
.c-messages-conversation-list .crm-operations-wrapper.is-fixed {
  position: fixed;
  top: 0;
  z-index: 1;
}
.c-messages-conversation-list .crm-operations-wrapper .crm-count {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 4px;
  color: #aaa;
}
.c-deal-page .c-page-header {
  padding: 10px 20px 27px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom: 0;
  -webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
  box-shadow: 0 2px 9px rgba(0,0,0,0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-deal-page .c-page-header > *:not(:first-child) {
  margin-top: 10px;
}
.c-deal-page .c-page-header.is-fixed-top {
  z-index: 1;
}
.c-deal-page .c-page-header.is-fixed-top .c-funnel-section .c-funnel-wrapper .c-state-item .c-state-block {
  height: 35px;
  line-height: 35px;
}
.c-deal-page .c-page-header .s-back-column {
  width: 55px;
  line-height: 41px;
}
.c-deal-page .c-page-header .s-back-column .s-back-link {
  display: inline-block;
  vertical-align: 1px;
  padding: 4px;
  border-radius: 4px;
  background: rgba(0,0,0,0.07);
  white-space: nowrap;
  font-size: 11px;
  line-height: 14px;
  color: #777;
  font-weight: bold;
}
.c-deal-page .c-page-header .c-deal-name {
  margin: 0;
  font-size: 25px;
  line-height: 1.64em;
}
.c-deal-page .c-page-header .c-deal-name.is-lost-deal {
  color: #aaa;
}
.c-deal-page .c-page-header .c-actions {
  text-align: right;
}
.c-deal-page .c-page-header .c-actions > *:not(:first-child) {
  margin-left: 10px;
}
.c-deal-page .c-page-header .c-actions .c-reason-text {
  color: #f00;
  font-size: 12px;
  font-weight: bold;
}
.c-deal-page .c-page-header .c-actions-list {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.c-deal-page .c-page-header .c-actions-list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
  padding: 0;
}
.c-deal-page .c-page-header .c-actions-list > li:first-child {
  margin-left: 0;
}
.c-deal-page .c-page-header .c-actions-list > li > a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 2.928571428571428em;
}
.c-deal-page .c-page-header .c-actions-list > li > a i.icon16 {
  margin: 0 4px 0 0;
  vertical-align: -2px;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item {
  display: table-cell;
  vertical-align: top;
  padding: 0;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item:not(.selected) .c-state-block .c-name {
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.selected {
  font-weight: normal;
  color: inherit;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.selected .c-state-block {
  cursor: default;
  z-index: 1;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.selected .c-state-block .c-name {
  font-weight: bold;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.is-won,
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.is-lost {
  text-transform: uppercase;
  text-align: center;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.is-won svg polygon,
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.is-lost svg polygon {
  fill: transparent !important;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.is-won .c-state-block .c-name,
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.is-lost .c-state-block .c-name {
  padding-right: 12px;
  font-size: 14px;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.is-won {
  color: #008000;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.is-won svg polygon {
  stroke: #008000 !important;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.is-lost {
  color: #f00;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item.is-lost svg polygon {
  stroke: #f00 !important;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item .c-state-block {
  position: relative;
  width: 100%;
  padding: 0 4px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item .c-state-block .svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item .c-state-block .c-name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  text-shadow: 0 0 5px #fff;
  font-size: 12px;
  line-height: 14px;
  max-height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-deal-page .c-page-header .c-funnel-section .c-funnel-wrapper .c-state-item .c-state-block .c-name i {
  vertical-align: baseline;
  margin: 0 4px 0 0;
}
.c-deal-page .c-page-header .c-funnel-section .c-closed-stage-block.is-won,
.c-deal-page .c-page-header .c-funnel-section .c-closed-stage-block.is-lost {
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 0 0 0;
}
.c-deal-page .c-page-header .c-funnel-section .c-closed-stage-block.is-won .c-name,
.c-deal-page .c-page-header .c-funnel-section .c-closed-stage-block.is-lost .c-name {
  font-size: 14px;
}
.c-deal-page .c-page-header .c-funnel-section .c-closed-stage-block.is-won {
  color: #008000;
}
.c-deal-page .c-page-header .c-funnel-section .c-closed-stage-block.is-lost {
  color: #f00;
  margin: 30px 0 6px 0;
}
.c-deal-page .c-deal-board {
  margin: 0 -10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.c-deal-page .c-deal-board .c-scroll-action {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 8px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: transparent;
  -webkit-transition: opacity 200ms linear, background 200ms linear;
  -moz-transition: opacity 200ms linear, background 200ms linear;
  -o-transition: opacity 200ms linear, background 200ms linear;
  -ms-transition: opacity 200ms linear, background 200ms linear;
  transition: opacity 200ms linear, background 200ms linear;
}
.c-deal-page .c-deal-board .c-scroll-action:hover {
  background: rgba(255,255,255,0.66);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-deal-page .c-deal-board .c-scroll-action .c-icon {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.c-deal-page .c-deal-board .c-scroll-action .c-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid #ddd;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-deal-page .c-deal-board .c-scroll-action .c-icon.to-top:before {
  top: 30%;
  border-width: 2px 0 0 2px;
}
.c-deal-page .c-deal-board .c-scroll-action .c-icon.to-bottom:before {
  top: 0;
  border-width: 0 2px 2px 0;
}
.c-deal-page .c-deal-board img {
  max-width: 100% !important;
}
.c-deal-page .c-deal-board .sidebar {
  background: #f7f7f7;
  float: none;
}
.c-deal-page .c-deal-board .c-deal-aside-wrapper {
  position: relative;
}
.c-deal-page .c-deal-board .c-deal-aside-wrapper:before,
.c-deal-page .c-deal-board .c-deal-aside-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  height: 30px;
}
.c-deal-page .c-deal-board .c-deal-aside-wrapper:before {
  top: 0;
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
}
.c-deal-page .c-deal-board .c-deal-aside-wrapper:after {
  bottom: 0;
  background: -webkit-linear-gradient(0, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(0, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(0, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(0, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
}
.c-deal-page .c-deal-board .c-deal-aside {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  word-break: break-word;
  -webkit-transition: box-shadow 200ms linear;
  -moz-transition: box-shadow 200ms linear;
  -o-transition: box-shadow 200ms linear;
  -ms-transition: box-shadow 200ms linear;
  transition: box-shadow 200ms linear;
}
.c-deal-page .c-deal-board .c-deal-aside.is-scrolled {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.2);
  box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.2);
}
.c-deal-page .c-deal-board .c-deal-aside:hover {
  scrollbar-color: #ccc transparent;
}
.c-deal-page .c-deal-board .c-deal-aside:hover::-webkit-scrollbar-thumb {
  background: #ccc;
}
.c-deal-page .c-deal-board .c-deal-aside::-webkit-scrollbar {
  width: 6px;
}
.c-deal-page .c-deal-board .c-deal-aside::-webkit-scrollbar-button {
  height: 6px;
  background: transparent;
}
.c-deal-page .c-deal-board .c-deal-aside::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: transparent;
}
.c-deal-page .c-deal-board .c-deal-aside .c-details-block {
  margin: 30px 0 0;
}
.c-deal-page .c-deal-board .c-deal-aside .c-details-block:first-child {
  margin-top: 0;
}
.c-deal-page .c-deal-board .c-deal-aside .c-details-block .c-block-title {
  margin: 0 0 10px;
}
.c-deal-page .c-deal-board .c-deal-aside .c-details-block .c-field .name {
  padding-top: 5px;
}
.c-deal-page .c-deal-board .c-deal-aside .c-details-block .c-field .c-visible {
  padding: 5px 4px;
  display: inline-block;
}
.c-deal-page .c-deal-board .c-deal-aside .c-details-block .c-field .c-visible .c-editable {
  white-space: pre-wrap;
}
.c-deal-page .c-deal-board .c-deal-aside .c-details-block .c-field textarea {
  min-width: auto;
  min-height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 3px;
}
.c-deal-page .c-deal-board .c-deal-aside .c-details-block .c-field textarea+.c-actions {
  cursor: pointer;
}
.c-deal-page .c-deal-board .c-deal-aside .c-details-block .c-field input,
.c-deal-page .c-deal-board .c-deal-aside .c-details-block .c-field select {
  min-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  font-size: 1em;
}
.c-deal-page .c-deal-board .c-description-section {
  margin: 15px 0 0;
}
.c-deal-page .c-deal-board .c-description-section .c-description-toggle .c-hidden {
  display: none;
}
.c-deal-page .c-deal-board .c-description-section .c-description-toggle.is-shown .c-visible {
  display: none;
}
.c-deal-page .c-deal-board .c-description-section .c-description-toggle.is-shown .c-hidden {
  display: block;
}
.c-deal-page .c-deal-board .c-description-section .c-description-toggle.is-shown .c-actions {
  margin-top: 15px;
}
.c-deal-page .c-deal-board .c-create-order-link .loading,
.c-deal-page .c-deal-board .c-edit-order-link .loading {
  margin: 0;
  vertical-align: -2px;
}
.c-deal-page .c-deal-board .c-create-order-link:not(.is-loading) .loading,
.c-deal-page .c-deal-board .c-edit-order-link:not(.is-loading) .loading {
  visibility: hidden;
}
.c-deal-page .c-deal-board .c-order-section .c-paid-order-stamp {
  display: inline-block;
  padding: 0.25em 1em;
  border: 2px solid #800080;
  color: #800080;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.c-deal-page .c-deal-board .c-order-section .c-order-details {
  position: relative;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details:not(.is-extended) .c-hidden {
  display: none;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-hidden {
  margin: 0 0 40px;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-details-header {
  margin: 0 0 20px;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-details-header > * {
  display: inline-block;
  vertical-align: baseline;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-details-header > *:not(:last-child) {
  margin-right: 20px;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-details-header .c-details-toggle {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-details-header .c-details-toggle .icon16 {
  margin: 0;
  vertical-align: baseline;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block {
  margin-top: 30px;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block:first-child {
  margin-top: 0;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block > .c-block-title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-weight: bold;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block > .c-block-body .line {
  margin-top: 10px;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block > .c-block-body .line:first-child {
  margin-top: 0;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block .s-order-address,
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block .s-order-shipping-custom-fields {
  padding-left: 20px;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.214285714285714em;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block .s-order-address img.overhanging,
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block .s-order-shipping-custom-fields img.overhanging {
  margin-left: -20px;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block .s-order-address span,
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block .s-order-shipping-custom-fields span {
  color: #aaa;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-shipping-block .c-order-package {
  margin-top: 20px;
  padding-left: 20px;
  font-weight: bold;
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-comment-wrapper {
  margin: 30px 0 0;
  padding: 20px;
  background: #f7f7d7;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.08) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08) inset;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.c-deal-page .c-deal-board .c-order-section .c-order-details .c-comment-wrapper pre {
  margin: 0;
  padding: 0;
  white-space: normal;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper:not(.is-extended) .c-products-table tbody,
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper:not(.is-extended) .c-products-table tfoot {
  display: none;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper:not(.is-extended) .c-products-table thead th:not(:first-child) {
  visibility: hidden;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-toggle {
  cursor: pointer;
  color: #000;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-toggle > .icon16 {
  margin: 0 4px 0 0;
  vertical-align: baseline;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table {
  width: 100%;
  text-align: left;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table th {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.25em;
  color: #999;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table td {
  vertical-align: top;
  padding: 10px 0;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table td:not(:first-child) {
  padding-left: 10px;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table .c-column-image {
  width: 48px;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table .c-column-image img {
  vertical-align: top;
  width: 100%;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table .c-column-name {
  vertical-align: middle;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table .c-column-amount,
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table .c-column-price {
  text-align: right;
  white-space: nowrap;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table .c-product-wrapper .c-column-name .c-details > *:not(:first-child) {
  margin-left: 5px;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table .c-product-wrapper .c-column-name .c-details:not(:empty) {
  margin: 5px 0 0;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table .c-product-wrapper.is-product {
  border-bottom: 1px solid #ddd;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table .c-product-wrapper.is-product:not(:first-child) {
  border-top: 1px solid #ddd;
}
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table .c-product-wrapper.is-product .c-column-amount,
.c-deal-page .c-deal-board .c-order-section .c-products-wrapper .c-products-table .c-product-wrapper.is-product .c-column-price {
  line-height: 48px;
}
.c-deal-page .c-deal-board .c-deal-log-section .c-log-section {
  border-top: 1px solid #ddd;
}
.c-deal-page .c-deal-board .c-deal-log-section .c-log-section .c-reminders-section {
  border-width: 0 0 1px;
}
.c-deal-page .c-deal-board .c-deal-log-section .c-log-section .c-note-section {
  margin-right: 25px;
}
.c-deal-page .c-deal-board .c-deal-log-section .c-log-section .c-activity-section {
  margin-right: 25px;
}
.c-deal-page .c-deal-board .c-deal-dates {
  color: #777;
}
.c-deal-page .c-deal-board .c-deal-dates a {
  color: inherit;
}
.c-deal-page .c-deal-board .c-deal-dates .c-date-toggle {
  display: inline-block;
}
.c-deal-page .c-deal-board .c-deal-dates .c-date-toggle.is-shown .c-visible {
  display: none;
}
.c-deal-page .c-deal-board .c-deal-dates .c-date-toggle.is-shown .c-hidden {
  display: inline-block;
}
.c-deal-page .c-deal-board .c-deal-dates .c-date-toggle .c-visible {
  line-height: 22px;
}
.c-deal-page .c-deal-board .c-deal-dates .c-date-toggle .c-visible:hover span {
  background: #ffc;
}
.c-deal-page .c-deal-board .c-deal-dates .c-date-toggle .c-hidden {
  display: none;
}
.c-deal-page .c-deal-board .c-deal-dates .c-date-toggle input {
  width: 90px;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle {
  display: inline-block;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle.is-lost-deal {
  color: #aaa;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle.is-shown .c-visible {
  display: none;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle.is-shown .c-hidden {
  display: inline-block;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle .c-visible .c-price {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3em;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle .c-visible:hover .c-editable {
  background: #ffc;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle .c-visible .c-price-notice {
  color: #777;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle .c-hidden {
  display: none;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle .c-actions {
  margin: 0 0 0 8px;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle .c-actions .icon16 {
  vertical-align: baseline;
  position: relative;
  top: 3px;
  margin: 0 4px 0 0;
  cursor: pointer;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle input {
  width: 90px;
}
.c-deal-page .c-deal-board .c-deal-price .c-price-toggle select {
  width: 50px;
}
.c-deal-page .c-deal-board .c-field .c-field-toggle .c-hidden {
  display: none;
}
.c-deal-page .c-deal-board .c-field .c-field-toggle .c-hidden > * {
  display: none;
}
.c-deal-page .c-deal-board .c-field .c-field-toggle .c-hidden input[type=checkbox] {
  margin: 5px 0 6px 2px;
  width: auto;
}
.c-deal-page .c-deal-board .c-field .c-field-toggle.is-shown {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.c-deal-page .c-deal-board .c-field .c-field-toggle.is-shown .c-visible {
  display: none;
}
.c-deal-page .c-deal-board .c-field .c-field-toggle.is-shown .c-hidden {
  display: inline-block;
}
.c-deal-page .c-deal-board .c-field .c-field-toggle.is-shown .c-hidden .c-actions {
  display: block;
  text-align: right;
}
.c-deal-page .c-deal-board .c-field .c-field-toggle.is-shown .c-hidden > * {
  display: inline-block;
}
.c-deal-page .c-deal-board .c-invoices-wrapper .c-invoices .c-invoice a {
  display: inline;
}
.c-deal-page .c-deal-board .c-invoices-wrapper .c-invoices .c-invoice .c-state.pending {
  color: #008000;
}
.c-deal-page .c-deal-board .c-invoices-wrapper .c-invoices .c-invoice .c-state.processing {
  color: var(--orange);
}
.c-deal-page .c-deal-board .c-invoices-wrapper .c-invoices .c-invoice .c-state.paid {
  color: var(--purple);
}
.c-deal-page .c-deal-board .c-invoices-wrapper .c-invoices .c-invoice .c-state.refunded {
  color: #b22222;
}
.c-deal-page .c-deal-board .c-invoices-wrapper .c-invoices .c-invoice .c-state.archived {
  color: #a9a9a9;
}
.c-deal-page .c-deal-board .c-invoices-wrapper .c-invoices .c-invoice .c-state.draft {
  color: var(--gray);
}
.c-deal-page .c-deal-board .c-invoices-wrapper .c-add-invoice {
  margin: 5px 0 0;
}
.c-deal-page .c-deal-board .c-files-wrapper .c-files .c-file:hover .c-remove-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-deal-page .c-deal-board .c-files-wrapper .c-files .c-file .c-image-wrapper {
  width: 32px;
  padding-right: 8px;
}
.c-deal-page .c-deal-board .c-files-wrapper .c-files .c-file .c-remove-link {
  margin: 0 0 0 8px;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-deal-page .c-deal-board .c-files-wrapper .c-files .c-file .c-remove-link .icon16 {
  margin: 0;
}
.c-deal-page .c-deal-board .c-magic-email-wrapper {
  position: relative;
  margin: 30px -10px 0;
  padding: 10px;
  background: #f0f0f0;
  cursor: pointer;
  border: solid rgba(0,0,0,0.1);
  border-width: 1px 0;
}
.c-deal-page .c-deal-board .c-magic-email-wrapper .line {
  margin-top: 6px;
}
.c-deal-page .c-deal-board .c-magic-email-wrapper .line:first-child {
  margin-top: 0;
}
.c-deal-page .c-deal-board .c-magic-email-wrapper .c-indicator {
  display: none;
  position: absolute;
  top: 2px;
  left: 0;
  background: #f0f0f0;
}
.c-deal-page .c-deal-board .c-magic-email-wrapper .c-indicator.is-shown {
  display: inline-block;
}
.c-deal-page .c-deal-board .c-magic-email-wrapper textarea {
  display: block;
  vertical-align: top;
  padding: 0;
  width: 100%;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  background: inherit;
  line-height: 18px;
  overflow: hidden;
  outline: 0;
  border: 0;
  cursor: pointer;
  color: #03c;
  white-space: nowrap;
}
.c-deal-page .c-deal-board .c-magic-email-wrapper textarea.is-hide {
  visibility: hidden;
}
.c-deal-page .c-deal-board .c-contacts-section,
.c-deal-page .c-deal-board .c-users-section {
  margin: -4px 0 0;
}
.c-deal-page .c-deal-board .c-contacts-section .c-add-contact,
.c-deal-page .c-deal-board .c-users-section .c-add-contact {
  margin: 5px 0 0;
}
.c-deal-page .c-deal-board .c-contacts-section .c-add-contact:first-child,
.c-deal-page .c-deal-board .c-users-section .c-add-contact:first-child {
  margin-top: 0;
}
.c-deal-page .c-deal-board .c-contacts-section .c-add-contact > .inline-link,
.c-deal-page .c-deal-board .c-users-section .c-add-contact > .inline-link {
  line-height: 22px;
}
.c-deal-page .c-deal-board .c-contacts-section .c-add-contact > .inline-link > i,
.c-deal-page .c-deal-board .c-users-section .c-add-contact > .inline-link > i {
  vertical-align: baseline;
  margin: 0;
}
.c-deal-page .c-deal-board .c-contacts-section .c-add-contact.is-shown .c-form-wrapper,
.c-deal-page .c-deal-board .c-users-section .c-add-contact.is-shown .c-form-wrapper {
  display: block;
}
.c-deal-page .c-deal-board .c-contacts-section .c-add-contact .c-form-wrapper,
.c-deal-page .c-deal-board .c-users-section .c-add-contact .c-form-wrapper {
  display: none;
  margin: 16px 0 0;
}
.c-deal-page .c-deal-board .c-contacts-section .c-add-contact .c-form-wrapper input,
.c-deal-page .c-deal-board .c-users-section .c-add-contact .c-form-wrapper input {
  margin: 0 4px 0 0;
}
.c-deal-page .c-deal-board .c-users-section .c-empty-user-wrapper {
  margin: 0 0 16px;
}
.c-deal-page .c-deal-board .c-users-section .c-empty-user-wrapper.is-extended .c-visible {
  display: none;
}
.c-deal-page .c-deal-board .c-users-section .c-empty-user-wrapper.is-extended .c-hidden {
  display: block;
}
.c-deal-page .c-deal-board .c-users-section .c-empty-user-wrapper .c-hidden {
  display: none;
}
.c-deal-page .c-deal-board .c-contacts-section .c-contact {
  color: #777;
}
.c-deal-page .c-deal-board .c-contacts-section .c-name {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
.c-deal-page .c-deal-board .c-contacts-section .s-company-name {
  color: #000;
}
.c-deal-page .c-deal-board .c-contact {
  position: relative;
  margin: 0 -10px;
  padding: 6px 10px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.c-deal-page .c-deal-board .c-contact:not(:first-child) {
  margin-top: 4px;
}
.c-deal-page .c-deal-board .c-contact .c-phone .phone-confirmed {
  margin-left: 2px;
}
.c-deal-page .c-deal-board .c-contact .c-phone .c-value.c-confirmed {
  margin-left: -5px;
}
.c-deal-page .c-deal-board .c-contact .c-email .email-confirmed {
  margin-left: 2px;
}
.c-deal-page .c-deal-board .c-contact .c-email .c-value.c-confirmed {
  margin-left: -5px;
}
.c-deal-page .c-deal-board .c-contact:first-child {
  margin-top: 0;
}
.c-deal-page .c-deal-board .c-contact:hover .c-actions-wrapper {
  display: block;
}
.c-deal-page .c-deal-board .c-contact:hover,
.c-deal-page .c-deal-board .c-contact.is-highlight {
  background: #ffc;
}
.c-deal-page .c-deal-board .c-contact.is-edit {
  background: transparent;
}
.c-deal-page .c-deal-board .c-contact.is-edit .c-actions-wrapper {
  display: none;
}
.c-deal-page .c-deal-board .c-contact.is-edit .c-owner-toggle {
  display: block;
}
.c-deal-page .c-deal-board .c-contact.is-leader .c-image-column,
.c-deal-page .c-deal-board .c-contact.is-contact-participant .c-image-column {
  width: 50px;
}
.c-deal-page .c-deal-board .c-contact .c-image-column {
  padding: 0 8px 0 0;
  width: 32px;
}
.c-deal-page .c-deal-board .c-contact .c-image-column .c-image {
  position: relative;
}
.c-deal-page .c-deal-board .c-contact .c-status {
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 0.8em;
  line-height: 1.2em;
  word-wrap: break-word;
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-deal-page .c-deal-board .c-contact .c-role-tag {
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 0.8em;
  line-height: 1.2em;
  word-wrap: break-word;
  border: 0;
  background: #e2e2e2;
  color: #868083;
  font-weight: bold;
  text-transform: uppercase;
}
.c-deal-page .c-deal-board .c-contact .line {
  margin-top: 4px;
}
.c-deal-page .c-deal-board .c-contact .menu-v {
  margin: 0;
}
.c-deal-page .c-deal-board .c-contact .menu-v > li:first-child {
  margin-top: 0;
}
.c-deal-page .c-deal-board .c-contact .menu-v > li:last-child {
  margin-bottom: 0;
}
.c-deal-page .c-deal-board .c-contact .c-actions-wrapper {
  display: none;
  position: absolute;
  top: 6px;
  right: 10px;
}
.c-deal-page .c-deal-board .c-contact .c-remove-link {
  cursor: pointer;
}
.c-deal-page .c-deal-board .c-contact .c-remove-link > .icon16 {
  vertical-align: top;
  margin: 0;
  line-height: 16px;
}
.c-deal-page .c-deal-board .c-contact .c-change-toggle {
  cursor: pointer;
}
.c-deal-page .c-deal-board .c-contact .c-change-toggle > .icon16 {
  vertical-align: top;
  margin: 0;
}
.c-deal-page .c-deal-board .c-contact .c-owner-toggle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(247,247,247,0.9);
  text-align: center;
}
.c-deal-page .c-deal-board .c-contact .c-owner-toggle .c-header {
  margin: 0 0 8px;
}
.c-deal-page .c-contact-block {
  margin: 16px 0 0;
  padding: 0;
}
.c-deal-page .c-contact-block .c-view-toggle-wrapper {
  text-align: center;
}
.c-deal-page .c-contact-block .c-toggle {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 10px;
  text-align: center;
  min-width: 100px;
  border: solid rgba(0,0,0,0.05);
  border-width: 1px 0 1px 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.c-deal-page .c-contact-block .c-toggle:first-child {
  border-radius: 2px 0 0 2px;
}
.c-deal-page .c-contact-block .c-toggle:last-child {
  border-width: 1px;
  border-radius: 0 2px 2px 0;
}
.c-deal-page .c-contact-block .c-toggle.is-active {
  background: #cbf9b1;
  border-width: 1px;
}
.c-deal-page .c-contact-block .c-toggle.is-active + * {
  border-left: 0;
}
.c-deal-page .c-contact-block .c-hidden {
  display: none;
}
.c-deal-page .c-contact-block .c-hidden.is-active {
  display: block;
}
.c-deal-page .c-deal-options-section .c-field .c-deal-inline-edit-field-radio .c-deal-inline-edit-field-radio-option {
  margin: 4px 0;
}
.c-deal-page .c-deal-options-section .c-field .c-deal-inline-edit-field-radio .c-deal-inline-edit-field-radio-option input[type="radio"] {
  min-width: initial;
  width: initial;
}
.c-deal-edit-page .field .value input[type="text"] {
  width: 350px;
}
.c-deal-edit-page .c-deal-header {
  padding: 0;
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #ddd;
  border-bottom: 0;
  -webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
  box-shadow: 0 2px 9px rgba(0,0,0,0.2);
}
.c-deal-edit-page .c-deal-header .c-nav-wrapper {
  margin: 0;
  padding: 0;
}
.c-deal-edit-page .c-deal-header .c-nav-wrapper > li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.c-deal-edit-page .c-deal-header .c-nav-wrapper > li > a {
  margin: 0;
  padding: 0 25px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-deal-edit-page .c-deal-header .c-nav-wrapper > li > a i.icon16 {
  position: relative;
  top: 2px;
  margin-top: 0;
  vertical-align: baseline;
}
.c-deal-edit-page .c-deal-header .c-nav-wrapper > li > a i.darr {
  margin: 0;
  vertical-align: baseline;
}
.c-deal-edit-page .c-deal-header .c-nav-wrapper > li > ul {
  top: 100%;
  margin: 0;
  min-width: 150px;
  max-width: 300px;
}
.c-deal-edit-page .c-deal-header .c-nav-wrapper > li > ul li {
  padding: 5px 5px 5px 24px;
}
.c-deal-edit-page .c-deal-header .c-nav-wrapper > li > ul li.selected a {
  cursor: default;
}
.c-deal-edit-page .c-deal-board {
  margin: 0 -10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.c-deal-edit-page .c-deal-edit-form-wrapper {
  max-width: 530px;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .field input.long,
.c-deal-edit-page .c-deal-edit-form-wrapper .value input.long,
.c-deal-edit-page .c-deal-edit-form-wrapper .field textarea,
.c-deal-edit-page .c-deal-edit-form-wrapper .value textarea {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .field select,
.c-deal-edit-page .c-deal-edit-form-wrapper .value select {
  max-width: 200px;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .field input.long.large,
.c-deal-edit-page .c-deal-edit-form-wrapper .value input.long.large,
.c-deal-edit-page .c-deal-edit-form-wrapper .field textarea,
.c-deal-edit-page .c-deal-edit-form-wrapper .value textarea {
  width: 100% !important;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .field ul:first-child,
.c-deal-edit-page .c-deal-edit-form-wrapper .value ul:first-child {
  margin-top: 0;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .field label,
.c-deal-edit-page .c-deal-edit-form-wrapper .value label {
  display: block;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnels-list,
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnel-stages-list {
  display: inline-block;
  margin: 0 0 0 8px;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnels-list .dropdown > li,
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnel-stages-list .dropdown > li {
  padding: 0;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnels-list .dropdown > li:hover,
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnel-stages-list .dropdown > li:hover {
  background: none;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnels-list .dropdown > li > a,
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnel-stages-list .dropdown > li > a {
  padding: 0;
  margin: 0;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnels-list .c-visible-link span,
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnel-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnels-list .menu-v,
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnel-stages-list .menu-v {
  width: 200px;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnels-list .menu-v a b,
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnel-stages-list .menu-v a b,
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnels-list .menu-v a i,
.c-deal-edit-page .c-deal-edit-form-wrapper .c-funnel-stages-list .menu-v a i {
  color: inherit;
  font-weight: normal;
  border: 0;
  font-style: normal;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-datepicker-wrapper {
  position: relative;
  display: inline-block;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-datepicker-wrapper .c-datepicker {
  width: 100px !important;
  min-width: 0;
  padding-right: 26px;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-datepicker-wrapper .icon16 {
  position: absolute;
  top: 50%;
  right: 2px;
  margin: -8px 0 0;
  vertical-align: baseline;
}
.c-deal-edit-page .c-deal-edit-form-wrapper input[type="text"].c-amount-field {
  min-width: 0;
  max-width: none;
  width: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-ext-fields-section {
  margin: 10px 0;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-ext-fields-section a {
  color: #888;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-ext-fields-section.is-extended .c-visible {
  display: none;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-ext-fields-section.is-extended .c-hidden {
  display: block;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-ext-fields-section .c-hidden {
  display: none;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-contact-wrapper {
  line-height: 22px;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-contact-wrapper .ui-widget {
  text-align: left;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-contact-wrapper.is-shown .c-contact {
  display: none;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-contact-wrapper.is-shown .c-combobox {
  display: block;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-contact-wrapper .c-contact {
  padding: 0;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-contact-wrapper .c-contact .icon16 {
  position: relative;
  top: 2px;
  margin: 0;
  vertical-align: baseline;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-contact-wrapper .c-contact .c-name {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  max-width: 100px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .c-contact-wrapper .c-combobox {
  display: none;
}
.c-deal-edit-page .c-deal-edit-form-wrapper .crm-actions .icon16 {
  vertical-align: middle;
  margin-left: 12px;
}
.c-deal-edit-page .c-contact-block {
  margin: 16px 0 0;
  padding: 0;
}
.c-deal-edit-page .c-contact-block .c-view-toggle-wrapper {
  text-align: center;
}
.c-deal-edit-page .c-contact-block .c-view-toggle-wrapper .c-toggle {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 10px;
  text-align: center;
  min-width: 100px;
  border: solid rgba(0,0,0,0.05);
  border-width: 1px 0 1px 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.c-deal-edit-page .c-contact-block .c-view-toggle-wrapper .c-toggle:first-child {
  border-radius: 2px 0 0 2px;
}
.c-deal-edit-page .c-contact-block .c-view-toggle-wrapper .c-toggle:last-child {
  border-width: 1px;
  border-radius: 0 2px 2px 0;
}
.c-deal-edit-page .c-contact-block .c-view-toggle-wrapper .c-toggle.is-active {
  background: #cbf9b1;
  border-width: 1px;
}
.c-deal-edit-page .c-contact-block .c-view-toggle-wrapper .c-toggle.is-active + * {
  border-left: 0;
}
.c-deal-edit-page .c-contact-block .c-hidden {
  display: none;
}
.c-deal-edit-page .c-contact-block .c-hidden.is-active {
  display: block;
}
@media screen and (max-width: 664px) {
  .crm-deal-export-wrapper header h1 {
    font-size: 125%;
  }
}
.c-deals-page.shadowed {
  margin: 0 10px;
}
.c-deals-page .c-deals-header {
  padding: 0;
}
.c-deals-page .c-deals-header .c-nav-wrapper {
  margin: 0 0 -1px;
  padding: 0;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li {
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 0;
  padding: 0;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li.is-locked {
  background: #f0f0f0;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li.is-locked > a {
  color: #aaa;
  cursor: default;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li.is-locked > a:hover {
  color: #aaa !important;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li.is-locked .icon10.darr {
  display: none !important;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li.is-locked .menu-v {
  display: none !important;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li > a {
  margin: 0;
  padding: 0 25px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li > a i.icon16 {
  position: relative;
  top: 2px;
  margin-top: 0;
  vertical-align: baseline;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li > a i.darr {
  margin: 0;
  vertical-align: baseline;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li > ul {
  top: 100%;
  margin: 0;
  min-width: 150px;
  max-width: 300px;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li > ul li {
  padding: 5px 5px 5px 24px;
}
.c-deals-page .c-deals-header .c-nav-wrapper > li > ul li.selected a {
  cursor: default;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-reminders-filter > a .c-reminder-marker {
  position: relative;
  top: 2px;
  margin: 0 4px 0 0;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-reminders-filter > a .icon16 {
  margin: 0 4px 0 0;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-reminders-filter > ul {
  width: 250px;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-reminders-filter > ul > li {
  padding: 5px;
  color: #03c;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-reminders-filter > ul > li > a {
  margin: -5px;
  padding: 5px;
  color: inherit;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-reminders-filter > ul > li label {
  cursor: pointer;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-reminders-filter > ul > li .c-reminder-marker {
  position: relative;
  top: 1px;
  margin: 0 0 0 4px;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-reminders-filter > ul > li .icon16 {
  margin: 0 0 0 4px;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-tags-filter li {
  padding: 5px;
  margin: 0;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-tags-filter .c-tags-wrapper {
  text-align: center;
  padding: 8px 4px;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-tags-filter .c-tags-wrapper:hover {
  background: transparent;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-tags-filter .c-tags-wrapper a {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 1px;
  color: #008000;
  text-decoration: underline;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-tags-filter .c-tags-wrapper a.selected {
  color: #000;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  background: rgba(0,0,0,0.1);
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-add-wrapper a {
  background: #eee;
}
.c-deals-page .c-deals-header .c-nav-wrapper .c-add-wrapper a:hover {
  background: #eaeaea;
}
.c-deals-page .c-deals-header .c-view-toggle {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.c-deals-page .c-deals-header .c-view-toggle li {
  margin: 0;
  padding: 0;
}
.c-deals-page .c-deals-header .c-view-toggle li.selected a {
  cursor: default;
}
.c-deals-page .c-deals-header .c-view-toggle li a {
  width: 48px;
  margin: 0;
  padding: 0;
  line-height: 48px;
  text-align: center;
}
.c-deals-page .c-deals-header .c-view-toggle li a i {
  margin: 0;
  vertical-align: middle;
}
.c-deals-page .c-deals-board {
  margin: 0 -10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  background: #fff;
  min-height: 400px;
}
.c-deals-page .c-message-icon {
  display: inline-block;
  position: relative;
}
.c-deals-page .c-message-icon:after {
  content: "!";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: -3px;
  width: 8px;
  padding: 1px 0 0 1px;
  font-size: 8px;
  line-height: 1em;
  text-align: center;
  border-radius: 50%;
  background: #f00;
  color: #fff;
}
.c-deals-page .c-message-icon i {
  margin: 0;
}
.c-deals-page .c-funnel-table .c-table-header {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.c-deals-page .c-funnel-table .c-table-header.is-fixed-to-top {
  position: fixed;
  z-index: 1;
  top: 0;
}
.c-deals-page .c-funnel-table .c-table-header .c-item-wrapper {
  display: table-cell;
  vertical-align: top;
}
.c-deals-page .c-funnel-table .c-table-header .c-item-wrapper:first-child .c-item-block {
  padding-left: 16px;
}
.c-deals-page .c-funnel-table .c-table-header .c-item-wrapper:first-child .c-item-block:before {
  display: none;
}
.c-deals-page .c-funnel-table .c-table-header .c-item-wrapper:last-child .c-item-block:after {
  display: none;
}
.c-deals-page .c-funnel-table .c-table-header .c-item-wrapper .c-item-block {
  position: relative;
  padding: 16px 16px 0 26px;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-deals-page .c-funnel-table .c-table-header .c-item-wrapper .c-item-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  background: transparent;
  z-index: 2;
  border-style: solid;
  border-color: inherit;
  border-width: 30px 0 30px 10px;
  border-left-color: transparent;
}
.c-deals-page .c-funnel-table .c-table-header .c-item-wrapper .c-item-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: 100%;
  margin: 0;
  background: inherit;
  z-index: 1;
}
.c-deals-page .c-funnel-table .c-table-header .c-item-wrapper .c-item-block .c-name,
.c-deals-page .c-funnel-table .c-table-header .c-item-wrapper .c-item-block .c-price {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-shadow: 0 0 5px #fff;
}
.c-deals-page .c-funnel-table .c-table-header .c-item-wrapper .c-item-block .c-name {
  font-weight: bold;
  font-size: 16px;
}
.c-deals-page .c-funnel-table .c-table-header .c-item-wrapper .c-item-block .c-price {
  margin: 4px 0 0;
  font-size: 12px;
}
.c-deals-page .c-funnel-table .c-table-content {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid transparent;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row {
  display: table-cell;
  vertical-align: top;
  background: transparent;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row.ui-droppable-hover:not(.is-wrapper) {
  background: #ffe;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row.ui-droppable-hover:not(.is-wrapper) .c-deal-wrapper:not(.ui-draggable-dragging) {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row:first-child {
  border-left: 0;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper {
  position: relative;
  padding: 14px;
  border: 1px solid #eee;
  margin: -1px 0 0 -1px;
  word-wrap: break-word;
  -webkit-transition: box-shadow 200ms linear, background 200ms linear, opacity 200ms linear;
  -moz-transition: box-shadow 200ms linear, background 200ms linear, opacity 200ms linear;
  -o-transition: box-shadow 200ms linear, background 200ms linear, opacity 200ms linear;
  -ms-transition: box-shadow 200ms linear, background 200ms linear, opacity 200ms linear;
  transition: box-shadow 200ms linear, background 200ms linear, opacity 200ms linear;
  background: #fff;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-paid-order-stamp {
  position: relative;
  display: inline-block;
  padding: 7.5px 4px;
  -webkit-transform: translate(0, -1px);
  -moz-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
  background: inherit;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-paid-order-stamp:before,
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-paid-order-stamp:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(128,0,128,0.3);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-paid-order-stamp:before {
  width: 26px;
  height: 26px;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-paid-order-stamp:after {
  width: 22px;
  height: 22px;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-paid-order-stamp .c-inner-stamp {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(128,0,128,0.3);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-paid-order-stamp .c-text {
  display: block;
  position: relative;
  z-index: 1;
  background: inherit;
  font-size: 10px;
  line-height: 11px;
  color: rgba(128,0,128,0.3);
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  min-width: 28px;
  text-align: center;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper:hover {
  background: #ffe;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper:hover .c-paid-order-stamp .c-text {
  background: #ffe;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper:hover .c-drag-toggle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper:hover .c-deal-actions,
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper.is-active .c-deal-actions {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper.is-active {
  background: #ffb;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper.is-active .c-paid-order-stamp .c-text {
  background: #ffb;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper.is-loading .c-loading {
  visibility: visible;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper.ui-draggable-dragging {
  background: rgba(255,255,255,0.9);
  border-color: transparent;
  z-index: 3;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-paid-order-stamp .c-text {
  background: #fff;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .line {
  margin-top: 10px;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .line:first-child {
  margin-top: 0;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-header {
  line-height: 1.25em;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-name {
  font-weight: bold;
  word-break: break-word;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-contact {
  line-height: 1.25em;
  color: #aaa;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-price {
  display: inline-block;
  color: #008000;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-price.red {
  color: #f00;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-drag-toggle {
  position: absolute;
  top: 0;
  left: -1px;
  width: 14px;
  height: 100%;
  background: transparent url("../img/draghandle.png") 50% 0 repeat-y;
  background-size: 14px auto;
  cursor: move;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-deal-actions {
  position: absolute;
  top: 0;
  right: 0;
  background: #f0f0f0;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-deal-actions input {
  vertical-align: top;
  margin: 0;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-loading {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-loading .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-deal-footer i,
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-deal-footer .c-message-icon {
  vertical-align: top;
  margin-right: 4px;
}
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-deal-footer i:last-child,
.c-deals-page .c-funnel-table .c-table-content .c-state-row .c-deal-wrapper .c-deal-footer .c-message-icon:last-child {
  margin-right: 0;
}
.c-deals-page .c-funnel-table .c-table-content .c-information-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 2rem;
  padding: 1.5rem;
  background: rgba(253,230,115,0.188);
  border: 1px solid #fde673;
  border-radius: 5px;
}
.c-deals-page .c-funnel-table .c-table-content .c-information-block p {
  margin: 0.5rem 0;
}
.c-deals-page .c-funnel-table .c-table-content .c-information-block .c-image-wrapper {
  margin-right: 1.5rem;
  font-size: 46px;
  width: 1em;
  color: #fc0;
}
.c-deals-page .c-funnel-table .c-actions-header {
  background: #f7f7f7;
}
.c-deals-page .c-funnel-table .c-actions-header.is-hidden {
  visibility: hidden;
}
.c-deals-page .c-funnel-table .c-actions-header.is-fixed-to-bottom {
  position: fixed;
  z-index: 1;
  bottom: 0;
}
.c-deals-page .c-funnel-table .c-actions-header .c-actions-wrapper {
  padding: 1em 5px;
  border-top: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.c-deals-page .c-funnel-table .c-actions-header .c-actions-wrapper .c-column-checkbox {
  padding: 0 8px 0 0;
  width: 25px;
  text-align: center;
}
.c-deals-page .c-funnel-table .c-actions-header .c-actions-wrapper .c-column-checkbox input {
  position: relative;
  top: 1px;
}
.c-deals-page .c-deals-table-wrapper {
  position: relative;
  padding-top: 28px;
  overflow: hidden;
}
.c-deals-page .c-deals-table-wrapper::after {
  content: '';
  width: 28px;
  height: 28px;
  background: #fff;
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 35%, #fff 100%);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 35%, #fff 100%);
  background: -o-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 35%, #fff 100%);
  background: -ms-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 35%, #fff 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 35%, #fff 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.c-deals-page .c-deals-table-wrapper .c-table-header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  background: #fff;
}
.c-deals-page .c-deals-table-wrapper .c-table-header-wrapper.is-fixed {
  position: fixed;
  top: 0;
  overflow: hidden;
}
.c-deals-page .c-deals-table-wrapper .c-table-header-wrapper.is-fixed::after {
  content: '';
  width: 28px;
  height: 28px;
  background: #fff;
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 35%, #fff 100%);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 35%, #fff 100%);
  background: -o-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 35%, #fff 100%);
  background: -ms-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 35%, #fff 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 35%, #fff 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.c-deals-page .c-deals-table-wrapper .c-table-header-wrapper .c-table td {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 28px;
}
.c-deals-page .c-deals-table-wrapper .c-table-header-wrapper .c-table td input {
  position: relative;
  top: 2px;
}
.c-deals-page .c-deals-table-wrapper .c-table-header-wrapper .c-deals-actions-wrapper {
  display: none;
  line-height: 28px;
  padding: 0 5px 0 0;
  white-space: nowrap;
}
.c-deals-page .c-deals-table-wrapper .c-table-header-wrapper .c-deals-actions-wrapper .c-column-checkbox {
  padding: 0 14px;
  max-width: 25px;
  width: 25px;
  min-width: 25px;
  text-align: center;
}
.c-deals-page .c-deals-table-wrapper .c-table-header-wrapper .c-deals-actions-wrapper .c-column-checkbox input {
  position: relative;
  top: 1px;
  margin: 0;
}
.c-deals-page .c-deals-table-wrapper .c-table-header-wrapper .c-deals-actions-wrapper .c-deals-actions-list {
  font-size: 12px;
}
.c-deals-page .c-deals-table-wrapper .c-table-header-wrapper .c-deals-actions-wrapper .c-deals-actions-list > li > a {
  line-height: 16px;
}
.c-deals-page .c-deals-table-wrapper .c-table-header-wrapper .c-deals-actions-wrapper .c-deals-actions-list > li > a > .icon16 {
  margin: 0 4px 0 0;
}
.c-deals-page .c-deals-table-wrapper .c-table {
  table-layout: fixed;
  border-collapse: separate;
}
.c-deals-page .c-deals-table-wrapper .c-table a {
  display: inline;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-column-checkbox {
  padding: 0 14px;
  width: 25px;
  text-align: center;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-column-checkbox input {
  position: relative;
  top: 1px;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-column-tags {
  width: 8%;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-column-tags > div {
  white-space: nowrap;
  line-height: 1em;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-column-tags .c-tag {
  display: inline-block;
  vertical-align: top;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-column-exclamation {
  width: 60px;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-column-exclamation > * {
  margin: 0 4px 0 0;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-column-exclamation > *:last-child {
  margin-right: 0;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-column-date {
  width: 10%;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-list-header {
  white-space: nowrap;
  font-weight: bold;
  font-size: 11px;
  color: #777;
  line-height: 16px;
  text-transform: uppercase;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-list-header a {
  color: inherit;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-list-header a:hover {
  color: #333;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-list-header .icon10 {
  position: relative;
  top: 1px;
  margin-top: 0;
  vertical-align: baseline;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper {
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper .c-deal-link {
  margin-right: 4px;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper .c-paid-order-stamp {
  display: inline-block;
  padding: 2px 4px;
  border: 1px solid #800080;
  color: #800080;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper td {
  border: solid transparent;
  border-width: 1px 0;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper td > div {
  padding: 2px 0;
  margin: -2px 0;
  height: 23px;
  line-height: 23px;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper td > div .userpic20 {
  position: relative;
  top: 2px;
  margin: 0 4px 0 0;
  vertical-align: baseline;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper td > div i.shortener {
  height: 100%;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper td > div .c-full-line-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper:hover > *,
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper.is-active > * {
  background: #ffc;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper:hover > * > div i.shortener,
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper.is-active > * > div i.shortener {
  -webkit-box-shadow: -10px 0 10px #ffc inset;
  box-shadow: -10px 0 10px #ffc inset;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper.is-active td {
  border: solid #e8e8e8;
  border-width: 1px 0;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper.is-active + .is-active td {
  border-top-color: transparent;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-deal-wrapper .c-column {
  border-top: 1px solid rgba(0,0,0,0.025);
}
.c-deals-page .c-deals-table-wrapper .c-table .c-checkbox {
  vertical-align: middle;
  line-height: 0;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-state-wrapper {
  vertical-align: top;
  text-shadow: 0 0 3px rgba(255,255,255,0.5);
  white-space: nowrap;
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.2em;
  word-wrap: break-word;
  background: #f8f8f8;
  border-color: #ccc;
  line-height: 16px;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-state-wrapper.is-won .c-status {
  font-size: 12px;
  color: #008000;
}
.c-deals-page .c-deals-table-wrapper .c-table .c-state-wrapper.is-lost .c-status {
  font-size: 12px;
  color: #808080;
}
.c-deals-page .c-reminder-marker {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.c-deals-page .c-reminder-marker.completed {
  background-color: var(--background-color-blank);
}
.c-deals-page .c-reminder-marker.overdue {
  background-color: #ff290a;
}
.c-deals-page .c-reminder-marker.burn {
  background-color: #ff9400;
}
.c-deals-page .c-reminder-marker.actual {
  background-color: #00cc20;
}
.c-deals-merge-page .c-page-header {
  margin: 0 0 16px;
}
.c-deals-merge-page .c-deals-list {
  margin: 0;
  padding: 0;
}
.c-deals-merge-page .c-deals-list .c-deal {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  border: 1px solid transparent;
  border-bottom-color: var(--border-color-hr);
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  -ms-transition: background 0.1s;
  transition: background 0.1s;
}
.c-deals-merge-page .c-deals-list .c-deal:first-child {
  border-top-color: var(--border-color-hr);
}
.c-deals-merge-page .c-deals-list .c-deal.is-active {
  background: var(--highlighted-yellow);
}
.c-deals-merge-page .c-deals-list .c-deal.is-active .c-active-text {
  display: inline-block;
}
.c-deals-merge-page .c-deals-list .c-deal .c-column-field {
  width: 40px;
  text-align: center;
}
.c-deals-merge-page .c-deals-list .c-deal .c-field {
  margin: 0;
  vertical-align: top;
}
.c-deals-merge-page .c-deals-list .c-deal .c-active-text {
  display: none;
}
.c-deals-merge-page .c-deals-list .c-deal .c-state-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.8rem;
  background: transparent;
  color: var(--text-color-input);
  border: 1px solid var(--border-color-soft);
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 344px;
}
.c-deals-merge-page .c-deals-list .c-deal .c-contact {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.c-deals-merge-page .c-deals-list .c-deal .c-contact:first-child {
  margin-top: 0;
}
.c-deals-merge-page .c-deals-list .c-deal .c-contact .c-image-column {
  padding: 0 8px 0 0;
  width: 32px;
}
.c-deals-merge-page .c-deals-list .c-deal .c-contact .c-image-column .c-image {
  position: relative;
}
.c-deals-merge-page .c-deals-list .c-deal .c-contact .c-status {
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 0.8em;
  line-height: 1.2em;
  word-wrap: break-word;
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-deals-merge-page .c-deals-list .c-deal .c-contact .c-role-tag {
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 0.8em;
  line-height: 1.2em;
  word-wrap: break-word;
  border: 0;
  background: #e2e2e2;
  color: #868083;
  font-weight: bold;
  text-transform: uppercase;
}
.c-deals-merge-page .c-deals-list .c-deal .c-contact .line {
  margin-top: 4px;
}
.c-deals-merge-page .c-deals-list .c-deal .c-contact .c-tags-list li {
  min-width: 0;
}
.c-deals-merge-page .c-footer-actions {
  margin: 40px 0 0;
}
.c-contacts-page > .c-column {
  table-layout: fixed;
}
.c-contacts-page .sidebar,
.c-contacts-page .content {
  float: none;
}
.c-contacts-page .c-page-header {
  margin: 0 0 16px;
}
.c-contacts-page .c-page-header:first-child {
  margin-top: 0;
}
.c-contacts-page .c-page-header:last-child {
  margin-bottom: 0;
}
.c-contacts-page .c-contacts-header .dropdown .menu-v {
  margin-top: 2px;
  width: 200px;
  max-height: 500px;
  overflow: auto;
  word-wrap: break-word;
}
.c-contacts-page .c-contacts-sidebar {
  margin: 0;
  padding: 0;
}
.c-contacts-page .c-contacts-sidebar .c-add-link {
  display: block;
  padding: 18px 12px;
  margin: 0 0 10px 0;
  background: #e7e7e7;
}
.c-contacts-page .c-contacts-sidebar .js-selected-contacts-hidden {
  display: none;
}
.c-contacts-page .c-contacts-sidebar ul.menu-v.stack.with-icons > li {
  padding-left: 30px;
  margin-bottom: 0;
}
.c-contacts-page .c-contacts-sidebar ul.menu-v.stack.with-icons > li > a {
  padding-left: 32px;
  margin-left: -30px;
}
.c-contacts-page .c-contacts-sidebar .c-segment-list .icon16.userpic20 {
  background-size: 16px 16px;
  background-position: 0 0;
}
.c-contacts-page .c-contacts-sidebar .block {
  padding: 12px;
}
.c-contacts-page .c-contacts-sidebar .block .heading {
  margin-bottom: 8px;
}
.c-contacts-page .c-contacts-sidebar .block > ul.menu-v.stack.with-icons {
  margin: 0 -10px 0 -26px;
}
.c-contacts-page .c-contacts-sidebar .crm-app16x16icon-menu-v {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
}
.c-contacts-page .c-contacts-sidebar .menu-v,
.c-contacts-page .c-contacts-sidebar .menu-v.stack {
  margin: 0;
}
.c-contacts-page .c-contacts-sidebar .c-tags-wrapper a {
  color: #008000;
  text-decoration: underline;
}
.c-contacts-page .c-contacts-sidebar .c-tags-wrapper a.selected {
  background: rgba(0,0,0,0.07);
}
.c-contacts-page .c-contacts-sidebar .crm-create-new-segment-menu > li {
  padding: 0;
}
.c-contacts-page .c-contacts-sidebar .c-segment-droparea {
  margin-right: 0;
  padding-right: 3px;
  border: 1px dashed transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contacts-page .c-contacts-sidebar .c-segment-droparea.c-drop-here {
  background: #ffffe0;
  border-color: rgba(0,0,0,0.1);
}
.c-contacts-page .c-contacts-sidebar .c-segment-droparea.is-hovered {
  background: rgba(0,0,0,0.1);
  border-color: rgba(0,0,0,0.1);
}
.c-contacts-page .c-contacts-sidebar .c-archived-section a.gray {
  color: #ccc;
}
.c-contacts-page .c-contacts-sidebar .c-archived-section a.gray b {
  border-color: #ccc;
}
.c-contacts-page .c-contacts-sidebar .c-archived-section.is-shown .c-visible {
  display: none;
}
.c-contacts-page .c-contacts-sidebar .c-archived-section.is-shown .c-hidden {
  display: block;
}
.c-contacts-page .c-contacts-sidebar .c-archived-section .c-hidden {
  display: none;
}
.c-contacts-page .c-contacts-sidebar .c-archived-section .c-list {
  margin: 8px -5px 0 -24px;
  padding: 0;
}
.c-contacts-page .c-contacts-table-page {
  padding-bottom: 0;
}
.c-contacts-page .c-contacts-table-page.is-hidden {
  visibility: hidden;
}
.c-contacts-page .c-contacts-table-page .c-contacts-columns-section {
  position: relative;
  z-index: 1;
}
.c-contacts-page .c-contacts-table-page .c-contacts-columns-section.is-active .c-hidden-content {
  display: block;
}
.c-contacts-page .c-contacts-table-page .c-contacts-columns-section .c-hidden-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  padding: 10px 0 10px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  background: #fff;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section {
  position: relative;
  margin: 10px -20px 0;
  padding-top: 28px;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-hint-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 4px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-hint-wrapper.is-shown {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-header-table-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-header-table-wrapper.is-fixed {
  position: fixed;
  right: 16px;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-header-table-wrapper .c-header-table {
  padding: 0;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-arrows-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255,255,255,0.9);
  margin: 0;
  padding: 0;
  height: 28px;
  z-index: 2;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-arrows-wrapper.is-fixed {
  position: fixed;
  right: 16px;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-arrows-wrapper .c-slider-arrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 100%;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-arrows-wrapper .c-slider-arrow.is-active {
  cursor: pointer;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-arrows-wrapper .c-slider-arrow.is-active.left:after {
  border-right-color: #aab5ba;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-arrows-wrapper .c-slider-arrow.is-active.right:after {
  border-left-color: #aab5ba;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-arrows-wrapper .c-slider-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px 10px;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-arrows-wrapper .c-slider-arrow.left:after {
  left: 50%;
  margin: -10px 0 0 -15px;
  border-right-color: #e4e4e4;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-arrows-wrapper .c-slider-arrow.right:after {
  left: 50%;
  margin: -10px 0 0 -5px;
  border-left-color: #e4e4e4;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table {
  width: auto;
  min-width: 100%;
  border-collapse: separate;
  -webkit-transition: -webkit-transform 200ms linear;
  -moz-transition: -moz-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  -ms-transition: -ms-transform 200ms linear;
  transition: transform 200ms linear;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table a:not(.c-tag) {
  color: #03c;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table thead td.c-column .c-column-area:hover {
  margin: -5px;
  padding: 5px;
  background: #f8f8f8;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table thead td.c-column .c-column-area:hover .c-width-toggle-wrapper {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table thead td.c-column .c-column-area .c-width-toggle-wrapper {
  position: absolute;
  right: 5px;
  bottom: 5px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table thead td.c-column .c-column-area .c-width-toggle-wrapper .c-toggle-list {
  margin: 0;
  padding: 0;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table thead td.c-column .c-column-area .c-width-toggle-wrapper .c-toggle-list .c-toggle {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  border-left: 1px solid rgba(0,0,0,0.1);
  min-width: 12px;
  text-align: center;
  background: #e8e8e8;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table thead td.c-column .c-column-area .c-width-toggle-wrapper .c-toggle-list .c-toggle.is-active {
  background: #f8f8f8;
  cursor: default;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table thead td.c-column .c-column-area .c-width-toggle-wrapper .c-toggle-list .c-toggle.is-active i {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table thead td.c-column .c-column-area .c-width-toggle-wrapper .c-toggle-list .c-toggle:first-child {
  border-left: 0;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table thead td.c-column .c-column-area .c-width-toggle-wrapper .c-toggle-list .c-toggle:hover:not(.is-active) {
  background: #ccc;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table thead td.c-column .c-column-area .c-width-toggle-wrapper .c-toggle-list .c-toggle i {
  margin: 0;
  vertical-align: top;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table tbody .c-contact-wrapper.is-active + .is-active td.c-column {
  border-top-color: transparent;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table tbody .c-contact-wrapper.is-active td.c-column {
  background: #ffc;
  border-color: #e5e5e5;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table tbody .c-contact-wrapper.is-active td.c-column .c-column-area {
  white-space: normal;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table tbody .c-contact-wrapper.highlighted td.c-column .c-column-area .shortener,
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table tbody .c-contact-wrapper.is-active td.c-column .c-column-area .shortener {
  display: none;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column {
  border: solid transparent;
  border-width: 1px 0;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column div {
  height: auto;
  line-height: inherit;
  position: static;
  width: auto;
  word-break: normal;
  overflow: visible;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column:last-child .c-column-area .c-width-toggle-wrapper {
  right: 65px;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column .c-column-area {
  position: relative;
  min-width: 100px;
  width: 200px;
  max-width: 100%;
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
  height: auto;
  line-height: 16px;
  white-space: nowrap;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column .c-column-area.is-small {
  width: 80px;
  min-width: 80px;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column .c-column-area.is-medium {
  width: 200px;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column .c-column-area.is-large {
  width: 300px;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column .c-column-area .shortener {
  height: 100%;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column.c-column-1,
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column.c-column-3 {
  width: 25px;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column.c-column-1 .c-column-area,
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column.c-column-3 .c-column-area {
  width: 25px;
  min-width: 0;
  text-align: center;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column.c-column-2 a {
  display: inline;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table td.c-column.c-column-2 .c-column-area {
  width: 300px;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table .c-list-header {
  white-space: nowrap;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #777;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table .c-list-header a {
  color: inherit;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table .c-list-header a:hover {
  color: #333;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table .c-list-header .icon10 {
  position: relative;
  top: 1px;
  margin-top: 0;
  vertical-align: baseline;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table .c-checkbox {
  vertical-align: middle;
  line-height: 0;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table .c-state-wrapper {
  display: inline-block;
  max-width: 100%;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 2px;
  text-shadow: 0 0 3px rgba(255,255,255,0.5);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-contacts-page .c-contacts-table-page .c-contacts-table-section .c-contacts-table .c-tags-list .c-tag {
  word-wrap: normal;
}
.c-contacts-page .c-no-contacts {
  margin: 80px auto;
  text-align: center;
  color: #999;
}
.c-contacts-page .c-contacts-thumbs .c-contacts-header {
  z-index: 1;
}
.c-contacts-page .c-contacts-thumbs .c-thumbs-list {
  margin: 0 -10px 20px -10px;
  padding: 30px 0 0 0;
  position: relative;
}
.c-contacts-page .c-contacts-thumbs .c-tags-list {
  margin: 4px 0 0;
}
.c-contacts-page .c-contacts-thumbs .c-menu-item a i.icon16 {
  margin: 0;
  margin-top: -3px;
}
.c-contacts-page .c-users-list {
  margin: 0;
  padding: 6px 0 0 0;
}
.c-contacts-page .c-users-list .c-user-wrapper {
  list-style: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contacts-page .c-users-list .c-user-wrapper:hover:not(.is-active) img {
  -webkit-box-shadow: 0 0 10px 5px #ffc;
  box-shadow: 0 0 10px 5px #ffc;
}
.c-contacts-page .c-users-list .c-user-wrapper:hover:not(.is-active) .user-name {
  background: #ffc;
}
.c-contacts-page .c-users-list .c-user-wrapper:hover:not(.is-active) .c-checkbox {
  visibility: visible;
}
.c-contacts-page .c-users-list .c-user-wrapper.is-clone {
  width: 40px;
}
.c-contacts-page .c-users-list .c-user-wrapper.is-clone img {
  border: none;
  margin: 0;
}
.c-contacts-page .c-users-list .c-user-wrapper.is-clone > *:not(.c-user-block) {
  display: none;
}
.c-contacts-page .c-users-list .c-user-wrapper.is-clone .c-user-block > *:not(.c-userpic-wrapper) {
  display: none;
}
.c-contacts-page .c-users-list .c-user-wrapper.is-active:not(.is-clone) .c-user-block img {
  -webkit-box-shadow: 0 0 13px 2px #fdda3b;
  box-shadow: 0 0 13px 2px #fdda3b;
}
.c-contacts-page .c-users-list .c-user-wrapper.is-active:not(.is-clone) .c-user-block .c-checkbox {
  visibility: visible;
}
.c-contacts-page .c-users-list .c-user-wrapper .c-user-block {
  line-height: 18px;
  position: relative;
}
.c-contacts-page .c-users-list .c-user-wrapper .c-user-block .c-checkbox {
  position: absolute;
  top: 0;
  left: 11px;
  visibility: hidden;
}
.c-contacts-page .c-users-list .c-user-wrapper .c-user-block .c-userpic-wrapper {
  font-size: 0;
  line-height: 0;
  max-width: 144px;
  margin: 0 auto 2px;
}
.c-contacts-page .c-users-list .c-user-wrapper .c-user-block .c-userpic-wrapper .c-userpic {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-contacts-page .c-users-list .c-user-wrapper .c-user-block .c-name {
  word-wrap: break-word;
  margin: 0 0 6px;
}
.c-contacts-page .c-users-list .c-user-wrapper .c-user-block .c-name .user-badge {
  margin: 6px 2px 0;
}
.c-contacts-page .c-users-list .c-user-wrapper .c-user-block .c-job {
  margin: 6px 0 0;
  font-size: 90%;
  line-height: 1.3em;
}
.c-contacts-page .c-users-list .c-user-wrapper .c-user-block .c-login {
  color: #bebfc5;
  margin: 6px 0 0;
}
.c-contacts-page .c-users-list .c-user-wrapper .c-user-block .c-company {
  display: block;
  color: #aaa;
  margin: 0;
  font-weight: normal;
}
.c-contacts-page .c-users-list .c-user-wrapper .c-tags-list li {
  width: auto;
}
.c-contacts-page .c-user-thumbs-list {
  margin: 0;
  padding: 6px 0 0 11px;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper a {
  display: inline;
  white-space: nowrap;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper:first-child {
  margin-top: 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper.is-clone {
  margin: 0;
  width: 50px;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper.is-clone .c-layout {
  width: auto;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper.is-clone .c-layout > .c-column:not(.c-column-image) {
  display: none;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper.is-clone img {
  border: none;
  margin: 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper.is-active:not(.is-clone) .c-userpic {
  -webkit-box-shadow: 0 0 10px 2px #fdda3b;
  box-shadow: 0 0 10px 2px #fdda3b;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper.is-highlighted .c-userpic,
.c-contacts-page .c-user-thumbs-list .c-user-wrapper:hover:not(.is-active) .c-userpic {
  -webkit-box-shadow: 0 0 7px 5px #ffc;
  box-shadow: 0 0 7px 5px #ffc;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .c-column-checkbox {
  width: 20px;
  padding-right: 10px;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .c-column-checkbox .c-checkbox {
  line-height: 50px;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .c-column-image {
  width: 50px;
  padding-right: 10px;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .c-userpic-wrapper .c-userpic {
  vertical-align: top;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .menu-v:first-child {
  margin-top: 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .menu-v li {
  min-width: 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .menu-v > li {
  padding: 0;
  margin: 8px 0 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .menu-v > li:first-child {
  margin-top: 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .menu-v > li:last-child {
  margin-bottom: 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .menu-h {
  margin: 0;
  padding: 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .menu-h > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  padding: 0;
  list-style: none;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .c-name {
  word-wrap: break-word;
  margin: 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .c-name .user-badge {
  margin: 6px 2px 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper img.overhanging {
  position: static;
  left: 0;
  top: 0;
  margin: 0 4px 0 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .c-job {
  margin: 6px 0 0;
  font-size: 90%;
  line-height: 1.3em;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .c-login {
  color: #bebfc5;
  margin: 6px 0 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .c-company {
  color: #aaa;
  margin-left: 10px;
  font-size: 18px;
  font-weight: normal;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .c-details-label {
  color: #999;
  margin: 0 0.25em 0 0;
}
.c-contacts-page .c-user-thumbs-list .c-user-wrapper .c-tags-list li {
  width: auto;
}
.c-contacts-page .crm-segment-edit-li {
  padding: 0;
  margin: 0;
}
.c-contacts-page .crm-segment-archive-li .c-text {
  display: none;
}
.c-contacts-page .crm-segment-archive-li.archived .c-text.c-archive {
  display: block;
}
.c-contacts-page .crm-segment-archive-li.not-archived .c-text.c-not-archive {
  display: block;
}
.c-contacts-page .crm-segment-archive-li.loading .c-text.c-loading {
  display: block;
}
.c-contacts-page .crm-operations-wrapper {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2px 0 0;
  font-size: 12px;
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}
.c-contacts-page .crm-operations-wrapper.is-shown {
  visibility: visible;
  border-bottom-color: rgba(0,0,0,0.1);
}
.c-contacts-page .crm-operations-wrapper.is-fixed {
  position: fixed;
  top: 0;
  z-index: 1;
}
.c-contacts-page .crm-operations-wrapper:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.c-contacts-page .crm-operations-wrapper .icon16 {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.c-contacts-page .crm-operations-wrapper .crm-checkbox-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  text-align: center;
  padding: 0 5px;
}
.c-contacts-page .crm-operations-wrapper .crm-checkbox-wrapper .crm-checkbox {
  position: relative;
  top: -1px;
}
.c-contacts-page .crm-operations-wrapper .crm-operations-list {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.c-contacts-page .crm-operations-wrapper .crm-operations-list .crm-count {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 4px;
  color: #aaa;
}
.c-profile-page {
  background: #fff;
}
.c-profile-page .shadowed {
  border-width: 1px 1px 0;
  background: #fff;
}
.c-profile-page .c-short-profile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #cec;
  padding: 10px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.c-profile-page .c-short-profile.is-hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-profile-page .c-short-profile.is-fixed {
  display: block;
}
.c-profile-page .c-short-profile .c-column {
  padding-left: 16px;
}
.c-profile-page .c-short-profile .c-column:first-child {
  padding-left: 0;
}
.c-profile-page .c-short-profile .c-column h2 {
  margin: 0;
}
.c-profile-page .c-short-profile .c-column-image {
  width: 50px;
}
.c-profile-page .c-short-profile .c-column-image img {
  width: 100%;
  vertical-align: top;
}
.c-profile-page .c-profile {
  background: #cec;
}
.c-profile-page .c-profile.is-over .profile .image img {
  visibility: hidden;
}
.c-profile-page .c-profile .c-userpic {
  border: 3px solid #fff;
  width: 144px;
  height: 144px;
}
.c-profile-page .c-profile .c-profile-actions {
  padding: 5px 0;
}
.c-profile-page .c-profile .c-profile-actions .menu-h > li {
  margin-left: 10px;
  margin-right: 0;
}
.c-profile-page .c-profile .c-profile-actions .menu-h > li:first-child {
  margin-left: 0;
}
.c-profile-page .c-profile .c-info-toggle {
  text-align: center;
}
.c-profile-page .c-profile .c-info-toggle a {
  color: #888;
}
.c-profile-page .c-profile .c-info-toggle.is-active .c-visible {
  display: none;
}
.c-profile-page .c-profile .c-info-toggle.is-active .c-hidden {
  display: block;
}
.c-profile-page .c-profile .c-info-toggle .c-hidden {
  display: none;
}
.c-profile-page .c-profile .profile.image144px {
  min-height: 170px;
}
.c-profile-page .c-profile .profile.image144px .details {
  margin-left: 166px;
}
.c-profile-page .c-profile .profile.image144px .details .c-duplicate-contacts-link {
  display: inline;
  color: #aaa;
  font-size: 0.8em;
  text-decoration: underline;
  margin-left: 10px;
}
.c-profile-page .c-profile .profile.image144px .details .c-duplicate-contacts-link i.icon10 {
  margin-top: 3px;
}
.c-profile-page .c-profile .profile.image144px .details .c-phone .phone-confirmed {
  margin-left: 2px;
}
.c-profile-page .c-profile .profile.image144px .details .c-phone .c-value.c-confirmed {
  margin-left: -5px;
}
.c-profile-page .c-profile .profile.image144px .details .c-email .email-confirmed {
  margin-left: 2px;
}
.c-profile-page .c-profile .profile.image144px .details .c-email .c-value.c-confirmed {
  margin-left: -5px;
}
.c-profile-page .c-profile .profile .image:hover .wa-contact-photo-buttons .photo-change-link {
  visibility: visible;
}
.c-profile-page .c-profile .profile .image .wa-contact-photo-buttons {
  position: relative;
  margin: 5px 0 0;
  text-align: center;
}
.c-profile-page .c-profile .profile .image .wa-contact-photo-buttons a {
  color: #888;
}
.c-profile-page .c-profile .profile .image .wa-contact-photo-buttons a:hover {
  color: #dd3f1a;
}
.c-profile-page .c-profile .profile .image .wa-contact-photo-buttons .photo-change-link {
  font-size: 0.8em;
  visibility: hidden;
}
.c-profile-page .c-profile .profile .details .c-company-wrapper a {
  display: inline;
  margin-left: 4px;
}
.c-profile-page .c-profile .profile .details .c-company-wrapper a:first-child {
  margin-left: 0;
}
.c-profile-page .c-profile .profile .details .c-segments-wrapper a {
  display: inline;
  margin-left: 4px;
}
.c-profile-page .c-profile .profile .details .c-segments-wrapper a:first-child {
  margin-left: 0;
}
.c-profile-page .c-profile .profile .details .c-info-list a {
  display: inline;
}
.c-profile-page .c-profile .profile .details .c-info-list .field {
  clear: none;
  display: table;
  width: 100%;
  margin: 5px 0 0;
}
.c-profile-page .c-profile .profile .details .c-info-list .field:first-child {
  margin-top: 0;
}
.c-profile-page .c-profile .profile .details .c-info-list .field .value,
.c-profile-page .c-profile .profile .details .c-info-list .field .name {
  display: table-cell;
  vertical-align: top;
  float: none;
  margin: 0;
  padding: 0;
}
.c-profile-page .c-profile .profile .details .c-info-list .field .value .menu-v {
  margin-top: 0;
}
.c-profile-page .c-profile .profile .details .c-info-list .field .value img.overhanging {
  position: static;
  left: 0;
  top: 0;
  margin: 0 4px 0 0;
}
.c-profile-page .c-profile .profile .details .c-files-list .c-file:hover .c-remove-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-profile-page .c-profile .profile .details .c-files-list .c-file .c-image-wrapper {
  width: 32px;
  padding-right: 8px;
}
.c-profile-page .c-profile .profile .details .c-files-list .c-file .c-remove-link {
  margin: 0 0 0 8px;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-profile-page .c-profile .profile .details .c-files-list .c-file .c-remove-link .icon16 {
  margin: 0;
}
.c-profile-page .c-profile .profile .details .c-tags-list {
  margin-top: -1px;
}
.c-profile-page .c-profile .profile .details h1 {
  margin: 0;
}
.c-profile-page .c-profile .profile .details p,
.c-profile-page .c-profile .profile .details .line {
  margin: 0.5em 0;
}
.c-profile-page .c-profile .profile .details p:first-child,
.c-profile-page .c-profile .profile .details .line:first-child {
  margin-top: 0;
}
.c-profile-page .c-profile .profile .details p:last-child,
.c-profile-page .c-profile .profile .details .line:last-child {
  margin-bottom: 0;
}
.c-profile-page .c-profile .profile .details .c-event-wrapper .c-event-block {
  display: inline-block;
  width: auto;
  padding: 0 16px;
}
.c-profile-page .c-profile .profile .details .menu-v > li {
  margin-top: 0.5em;
}
.c-profile-page .c-profile .profile .details .menu-v > li:first-child {
  margin-top: 0;
}
.c-profile-page .t-profile-tabs {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.2);
  box-shadow: 0 2px 9px rgba(0,0,0,0.2);
}
.c-profile-page .t-profile-tabs [data-tab-id="events"],
.c-profile-page .t-profile-tabs [data-tab-id="notes"],
.c-profile-page .t-profile-tabs [data-tab-id="pro-plugin"],
.c-profile-page .t-profile-tabs [data-tab-id="info"],
.c-profile-page .t-profile-tabs [data-tab-id="activity"] {
  display: none;
}
.c-profile-page .t-profile-tabs .t-tab.is-selected [data-tab-id="info"] {
  display: block;
}
#c-contact-classify-access-dialog .crm-dialog-content .vaults-list > div {
  padding: 0 0 15px 0;
}
#c-contact-classify-access-dialog .crm-dialog-content .owners-list .zebra {
  width: 80%;
  margin-bottom: 16px;
}
#c-contact-classify-access-dialog .crm-dialog-content .owners-list .zebra .owner-row.is-highlight td {
  background: #ffc;
}
#c-contact-classify-access-dialog .crm-dialog-content .apply-to-employees {
  margin: 8px 0;
}
.c-contact-access-dialog .c-options-list .c-option.is-active .c-option-content {
  display: block;
}
.c-contact-access-dialog .c-options-list .c-option.is-active .c-option-inline-content {
  overflow: visible;
}
.c-contact-access-dialog .c-options-list .c-option.is-active .c-option-inline-content:after {
  display: none;
}
.c-contact-access-dialog .c-options-list .c-option .c-label input {
  margin: 0;
  vertical-align: middle;
}
.c-contact-access-dialog .c-options-list .c-option .c-option-content {
  display: none;
  margin: 1em 0;
  padding: 0 0 0 20px;
}
.c-contact-access-dialog .c-options-list .c-option .c-option-inline-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.c-contact-access-dialog .c-options-list .c-option .c-option-inline-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.c-contact-access-dialog .c-owners-list .c-owner a {
  display: inline;
}
.c-contact-access-dialog .c-owners-list .c-owner:hover .c-delete {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-contact-access-dialog .c-owners-list .c-owner .c-delete {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  cursor: pointer;
}
.c-contact-access-dialog .apply-to-employees {
  margin: 1.5em 0 0;
}
.c-contact-access-dialog .c-vaults-toggle {
  margin: 0 0 0 1em;
}
.c-contact-access-dialog .c-vaults-toggle > li {
  padding: 0;
}
.c-contact-access-dialog .c-vaults-toggle > li:hover {
  background: none !important;
}
.c-contact-access-dialog .c-vaults-toggle > li > a {
  padding: 0;
  margin: 0;
}
.c-contact-access-dialog .c-vaults-toggle .c-visible-link span {
  display: inline-block;
  max-width: 300px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px;
}
.c-contact-access-dialog .c-vaults-toggle .c-visible-link span .color {
  margin: 0 4px 0 0;
}
.c-contact-access-dialog .c-vaults-toggle .menu-v {
  width: 200px;
  margin-left: 0;
  left: -6px;
}
.c-contact-access-dialog .c-vaults-toggle .menu-v a b,
.c-contact-access-dialog .c-vaults-toggle .menu-v a b i {
  color: inherit;
  font-weight: normal;
  border: 0;
  font-style: normal;
}
.c-new-contact-page {
  padding: 0;
}
.c-new-contact-page .c-wysiwyg-wrapper {
  min-width: 528px;
  width: 100%;
}
.c-new-contact-page .c-page-header {
  margin: 0 0 16px;
}
.c-new-contact-page .c-page-header h1 {
  margin: 0;
}
.c-new-contact-page .c-page-header .c-text {
  font-size: 14px;
  font-weight: normal;
}
.c-new-contact-page .c-page-header .c-text i.icon16 {
  position: relative;
  top: 2px;
  margin: 0;
  vertical-align: baseline;
}
.c-new-contact-page .c-header-actions i {
  cursor: pointer;
}
.c-new-contact-page .c-contact-section {
  padding: 0;
}
.c-new-contact-page .c-contact-section.is-extended .c-contact-toggle .c-visible {
  display: none;
}
.c-new-contact-page .c-contact-section.is-extended .c-contact-toggle .c-hidden {
  display: block;
}
.c-new-contact-page .c-contact-section.is-extended .c-contact-extended-fields {
  display: block;
}
.c-new-contact-page .c-contact-section .c-contact-toggle a {
  color: #888;
}
.c-new-contact-page .c-contact-section .c-contact-toggle .c-hidden {
  display: none;
}
.c-new-contact-page .c-contact-section .c-contact-extended-fields {
  display: none;
  margin: 16px 0 0;
}
.c-new-contact-page .c-contact-section .c-contact-extended-fields .field .value input.long,
.c-new-contact-page .c-contact-section .c-contact-extended-fields .field .value input.large,
.c-new-contact-page .c-contact-section .c-contact-extended-fields .field .value textarea {
  min-width: 350px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30% !important;
}
.c-new-contact-page .c-contact-section .c-contact-extended-fields .field .value select {
  max-width: 200px;
}
.c-new-contact-page .c-contact-section .c-contact-extended-fields .field .value ul:first-child {
  margin-top: 0;
}
.c-new-contact-page .c-access-section {
  margin: 32px 0 0;
}
.c-new-contact-page .c-access-section.is-extended .c-access-form-wrapper {
  display: block;
}
.c-new-contact-page .c-access-section .c-access-form-wrapper {
  display: none;
  margin: 16px 0 0;
}
.c-new-contact-page .c-segments-section {
  margin: 32px 0 0;
}
.c-new-contact-page .c-segments-section.is-extended .c-segments-form-wrapper {
  display: block;
}
.c-new-contact-page .c-segments-section .c-segments-form-wrapper {
  display: none;
  margin: 16px 0 0;
}
.c-new-contact-page .c-deal-section {
  margin: 32px 0 0;
}
.c-new-contact-page .c-deal-section.is-extended .c-deal-form-wrapper {
  display: block;
  width: 700px;
}
.c-new-contact-page .c-deal-section .c-deal-form-wrapper {
  display: none;
  margin: 16px 0 0;
}
.c-new-contact-page .c-deal-section .c-funnels-list,
.c-new-contact-page .c-deal-section .c-funnel-stages-list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.c-new-contact-page .c-deal-section .c-funnels-list .dropdown > li,
.c-new-contact-page .c-deal-section .c-funnel-stages-list .dropdown > li {
  padding: 0;
}
.c-new-contact-page .c-deal-section .c-funnels-list .dropdown > li:hover,
.c-new-contact-page .c-deal-section .c-funnel-stages-list .dropdown > li:hover {
  background: none;
}
.c-new-contact-page .c-deal-section .c-funnels-list .dropdown > li > a,
.c-new-contact-page .c-deal-section .c-funnel-stages-list .dropdown > li > a {
  padding: 0;
  margin: 0;
}
.c-new-contact-page .c-deal-section .c-funnels-list .c-visible-link span,
.c-new-contact-page .c-deal-section .c-funnel-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-new-contact-page .c-deal-section .c-funnels-list .menu-v,
.c-new-contact-page .c-deal-section .c-funnel-stages-list .menu-v {
  width: 200px;
}
.c-new-contact-page .c-deal-section .c-funnels-list .menu-v a b,
.c-new-contact-page .c-deal-section .c-funnel-stages-list .menu-v a b,
.c-new-contact-page .c-deal-section .c-funnels-list .menu-v a i,
.c-new-contact-page .c-deal-section .c-funnel-stages-list .menu-v a i {
  color: inherit;
  font-weight: normal;
  border: 0;
  font-style: normal;
}
.c-new-contact-page .c-deal-section .field .value input.long,
.c-new-contact-page .c-deal-section .field .value input.large,
.c-new-contact-page .c-deal-section .field .value textarea {
  min-width: 350px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30% !important;
}
.c-new-contact-page .c-deal-section .field .value select {
  max-width: 200px;
}
.c-new-contact-page .c-deal-section .field .value ul:first-child {
  margin-top: 0;
}
.c-new-contact-page .c-deal-section .c-datepicker-wrapper {
  position: relative;
  display: inline-block;
}
.c-new-contact-page .c-deal-section .c-datepicker-wrapper .c-datepicker {
  width: 100px !important;
  min-width: 0;
  padding-right: 26px;
}
.c-new-contact-page .c-deal-section .c-datepicker-wrapper .icon16 {
  position: absolute;
  top: 50%;
  right: 2px;
  margin: -8px 0 0;
  vertical-align: baseline;
}
.c-new-contact-page .c-deal-section input[type="text"].c-amount-field {
  min-width: 0;
  max-width: none;
  width: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-new-contact-page .c-page-footer {
  margin: 32px 0 0;
}
.c-new-contact-page .c-contact-extended-fields .field .value input[type="text"],
.c-new-contact-page .c-contact-extended-fields .field .value input[type="password"],
.c-new-contact-page .c-contact-extended-fields .field .value textarea {
  min-width: 350px;
  width: 30%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-new-contact-page .c-contact-extended-fields .field .value input[type="text"].c-small,
.c-new-contact-page .c-contact-extended-fields .field .value input[type="password"].c-small,
.c-new-contact-page .c-contact-extended-fields .field .value textarea.c-small {
  min-width: 0;
  width: 200px;
}
.c-new-contact-page .c-contact-extended-fields .field .value input[type="text"].c-ext-field,
.c-new-contact-page .c-contact-extended-fields .field .value input[type="password"].c-ext-field,
.c-new-contact-page .c-contact-extended-fields .field .value textarea.c-ext-field {
  min-width: 0;
  width: 70px;
}
.c-new-contact-page .c-contact-extended-fields .c-ext-toggle {
  font-size: 0.8em;
}
.c-new-contact-page .c-contact-extended-fields .line {
  margin: 4px 0 0;
}
.c-new-contact-page .c-contact-extended-fields .line:first-child {
  margin-top: 0;
}
.c-new-contact-page .c-contact-extended-fields .line.c-custom-sub-field-line label {
  display: block;
}
.c-new-contact-page .c-contact-extended-fields .line.c-custom-sub-field-line .c-custom-sub-field-name {
  margin: 6px 0;
}
.c-new-contact-page .c-contact-extended-fields .line.c-custom-sub-field-line .c-custom-sub-field-name .c-clear-selected-radio-value {
  color: #aaa;
  font-size: 0.8em;
}
.c-new-contact-page .c-contact-extended-fields .c-birthday-wrapper select {
  max-width: 200px;
}
.c-new-contact-page .c-contact-extended-fields .c-birthday-wrapper .c-year-toggle {
  min-width: 0 !important;
  width: 50px !important;
}
.c-new-contact-page .c-contact-extended-fields .c-address-section {
  margin: 0 0 20px;
}
.c-new-contact-page .c-contact-extended-fields .c-address-section .c-address-wrapper:hover .c-delete-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-new-contact-page .c-contact-extended-fields .c-address-section .c-address-wrapper:first-child:last-child .c-delete-link {
  display: none;
}
.c-new-contact-page .c-contact-extended-fields .c-address-section .c-address-wrapper a {
  display: inline;
}
.c-new-contact-page .c-contact-extended-fields .c-address-section .c-address-wrapper .c-delete-link {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-new-contact-page .c-contact-extended-fields .c-bank-section {
  margin: 0 0 20px;
}
.c-new-contact-page .c-contact-extended-fields .c-bank-section .c-bank-wrapper .c-ext-field {
  min-width: 0;
  width: 70px;
}
.c-new-contact-page .c-contact-extended-fields .c-bank-section .c-bank-wrapper:hover .c-delete-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-new-contact-page .c-contact-extended-fields .c-bank-section .c-bank-wrapper:first-child:last-child .c-delete-link {
  display: none;
}
.c-new-contact-page .c-contact-extended-fields .c-bank-section .c-bank-wrapper a {
  display: inline;
}
.c-new-contact-page .c-contact-extended-fields .c-bank-section .c-bank-wrapper .c-delete-link {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-new-contact-page .c-contact-extended-fields .c-dynamic-field-wrapper .c-list {
  margin: 0;
}
.c-new-contact-page .c-contact-extended-fields .c-dynamic-field-wrapper .c-list > li .c-ext-field {
  min-width: 0;
  width: 70px;
}
.c-new-contact-page .c-contact-extended-fields .c-dynamic-field-wrapper .c-list > li:hover .c-delete-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-new-contact-page .c-contact-extended-fields .c-dynamic-field-wrapper .c-list > li:first-child:last-child .c-delete-link {
  display: none;
}
.c-new-contact-page .c-contact-extended-fields .c-dynamic-field-wrapper .c-list > li a {
  display: inline;
}
.c-new-contact-page .c-contact-extended-fields .c-dynamic-field-wrapper .c-list > li .c-delete-link {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-contact-create-settings .crm-dialog-block .crm-dialog-content {
  min-height: 100px;
}
.c-owner-new-page {
  width: 400px;
}
.ui-widget.ui-widget-content {
  min-width: 270px;
  border-radius: 0.2rem;
}
.ui-widget.ui-widget-content .crm-search-ui-autocomplete-item .ui-menu-item-wrapper {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-widget.ui-widget-content .crm-search-ui-autocomplete-item .ui-menu-item-wrapper .crm-text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ui-widget.ui-widget-content .crm-search-ui-autocomplete-item.ui-widget-content {
  border: 0;
}
.crm-import-upload-block .crm-title-block {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-soft);
}
.crm-import-upload-block .crm-import-message {
  padding: 2px 5px;
  display: inline-block;
}
.crm-import-upload-block .crm-warning-require-primary-fields {
  color: #f00;
  margin-top: 10px;
}
.crm-import-upload-block .crm-specify-message {
  padding: 0 0.25em;
  font-weight: bold;
  margin-top: 20px;
}
.crm-import-upload-block .crm-import-table-wrapper {
  margin-top: 20px;
  width: calc(100vw - 11.5rem);
}
@media screen and (max-width: 1200px) {
  .crm-import-upload-block .crm-import-table-wrapper {
    width: calc(100vw - 7.5rem);
  }
}
@media screen and (max-width: 760px) {
  .crm-import-upload-block .crm-import-table-wrapper {
    width: calc(100vw - 3.2rem);
  }
}
.crm-import-upload-block .crm-import-table-wrapper table.crm-import-upload-table td {
  font-weight: normal;
  color: #888;
}
.crm-import-upload-block .crm-import-table-wrapper table.crm-import-upload-table td.crm-highlight-cell {
  font-weight: bold;
  color: #000;
}
.crm-import-upload-block .crm-import-table-wrapper table.crm-import-upload-table tr.crm-ignored-row td {
  font-weight: normal !important;
  color: #888 !important;
}
.crm-import-upload-block .crm-bottom-panel {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.crm-import-upload-block .crm-bottom-panel .crm-total-count-column .crm-count {
  font-weight: bold;
  padding: 0 0.25em;
  font-size: 1.1em;
}
.crm-import-upload-block .crm-bottom-panel .crm-submit-column label {
  display: block;
  margin-top: 10px;
}
.crm-import-upload-block .crm-bottom-panel .crm-submit-column .crm-button-wrapper {
  margin-top: 20px;
}
.crm-import-upload-block .crm-bottom-panel .crm-submit-column .crm-deals-settings-wrapper {
  margin-top: 10px;
}
.crm-import-upload-block .crm-loading {
  margin-top: 7px;
}
.crm-import-progressbar-dialog {
  position: absolute;
  top: 40%;
  left: 20%;
  width: 60%;
  z-index: 1000;
  padding: 1.5%;
  background-color: var(--background-color-blank);
/* border: 1px solid var(--border-color-soft); */
  display: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
  display: none;
}
.crm-import-progressbar-dialog .ui-widget.ui-widget-content {
  border: 0;
  background: var(--background-color-input);
  border-radius: 0.2rem;
}
.crm-import-progressbar-dialog .ui-progressbar-value {
  background: var(--accent-color);
  min-height: 14px;
/* width: 0; */
  border-radius: 0.2rem;
  text-align: right;
  border: 0;
}
.crm-contact-operation-add-to-segment-wrapper .dialog-content {
  max-height: 69vh;
}
@media (max-width: 760px) {
  .crm-contact-operation-add-to-segment-wrapper .dialog-content {
    max-height: auto;
  }
}
.crm-contact-operation-add-to-segment-wrapper .c-segment-item:not(:first-child) {
  margin-top: 0.5rem;
}
.crm-contact-operation-add-to-segment-wrapper .c-segment-item input {
  margin-top: 0.1em;
  margin-right: 0.4em;
}
.crm-contact-operation-add-to-segment-wrapper .c-segment-item .c-name-wrapper svg {
  max-width: 18px;
  color: var(--menu-glyph-color);
}
.c-contacts-import-page {
  max-width: 600px;
}
.c-contacts-import-page .c-page-header {
  margin: 0 0 16px;
}
.c-contacts-import-page .c-content-list {
  padding: 0;
  margin: 16px 0 0;
}
.c-contacts-import-page .c-content-list > .c-toggle-content {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-contacts-import-page .c-content-list > .c-toggle-content.is-active {
  display: block;
}
.c-contacts-import-page .c-content-list textarea {
  width: 100%;
  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
}
.c-contacts-import-page .c-content-list .c-actions-wrapper {
  margin: 32px 0 0;
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color-soft);
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper:first-child {
  border-top: 1px solid var(--border-color-soft);
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-contact-row {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 14px;
  margin: -1px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
  will-change: background;
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-contact-row.crm-selected {
  background: var(--menu-background-color-hover);
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-contact-row .crm-contact-selector-column {
  display: table-cell;
  width: 10px;
  vertical-align: top;
  text-align: center;
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-contact-row .crm-contact-selector-column .wa-radio {
  margin-top: 2.25rem;
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-contact-row .crm-contact-image-column {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 90px;
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-contact-row .crm-contact-image-column-img {
  margin-top: 0.25rem;
  min-width: 5rem;
  width: 5rem;
  height: 5rem;
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-contact-row .crm-contact-info-column {
  display: table-cell;
  vertical-align: middle;
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-contact-row .crm-contact-info-column p {
  margin: 0 0 0.25em 0;
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-contact-row .crm-contact-info-column .crm-contact-name {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-contact-row .crm-contact-info-column .crm-contact-name .crm-as-master-text {
  color: var(--green);
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-contact-row .crm-contact-info-column .crm-details-label {
  color: var(--text-color-hint-strong);
  margin: 0 0.25em 0 0;
}
.c-contact-merge-page .crm-contacts-data .crm-contact-row-wrapper .crm-merge-description-for-master {
  display: none;
}
.c-contact-merge-page .crm-contacts-data .crm-merge-description {
  margin: 25px 0 20px 8px;
}
.c-contact-merge-page .crm-contacts-data-list {
  padding: 0;
  margin: 0;
}
.c-contact-merge-page .crm-contacts-data-list .crm-contact-row {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  list-style: none;
}
.c-contact-merge-page .crm-contacts-data-list .crm-contact-row .details {
  position: relative;
}
.c-contact-merge-page .crm-contacts-data-list .crm-contact-row .details .crm-selector {
  position: absolute;
  left: -125px;
  top: 4px;
}
.c-contact-merge-page .crm-contacts-data-list .crm-contact-row .details .crm-contact-name {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.c-contact-merge-page .crm-contacts-data-list .crm-contact-row .details p {
  margin: 0 0 0.25em 0;
}
.c-contact-merge-page .crm-contacts-data-list .crm-contact-row .details .crm-details-label {
  color: #999;
  margin: 0 0.25em 0 0;
}
.c-contact-merge-page .crm-js-hide-when-not-selected {
  display: none;
}
.c-contact-merge-page .crm-loading {
  margin-top: 6px;
}
.c-contact-merge-page {
  padding: 0;
}
.c-contact-merge-page .crm-duplicates-table {
  margin: 1.5em 0 0;
}
.crm-auto-merge-duplicates-progress {
  margin: 10px 0;
  font-size: 105%;
}
.crm-auto-merge-duplicates-progress .crm-loading {
  margin-top: -1px;
}
.crm-duplicates-table {
  margin-top: 10px;
}
.crm-duplicates-table .crm-mergeduplicates-row .crm-loading {
  float: right;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-left: 5px;
  margin-top: 0px;
}
.crm-duplicates-table .crm-mergeduplicates-row .crm-merge {
  display: inline;
  float: right;
}
.crm-auto-merge-duplicates-start-text {
  margin-top: 20px;
  display: none;
}
.crm-auto-merge-duplicates-start-text .crm-attention-message {
  color: #f00;
}
.crm-auto-merge-duplicates-start-text .crm-done-message {
  font-weight: bold;
  display: none;
}
.crm-auto-merge-duplicates-start-text .crm-auto-merge-duplicates-start,
.crm-auto-merge-duplicates-start-text .crm-auto-merge-duplicates-break,
.crm-auto-merge-duplicates-start-text .crm-auto-merge-duplicates-resume {
  margin-top: -6px;
  display: none;
}
.c-invoices-page > .sidebar .c-invoices-header {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(128,128,128,0.17);
  box-shadow: 0px 1px 6px 0px rgba(128,128,128,0.17);
}
.c-invoices-page > .sidebar .c-search-results-list {
  min-width: 300px;
  max-width: 500px;
}
.c-invoices-page > .sidebar .c-search-results-list .c-user {
  display: block;
  margin: 4px 0 0 19px;
  font-size: 11px;
}
.c-invoices-page > .sidebar .c-search-results-list .c-number.pending {
  color: var(--invoice-pending-color);
}
.c-invoices-page > .sidebar .c-search-results-list .c-number.processing {
  font-weight: bold;
  color: var(--invoice-processing-color);
}
.c-invoices-page > .sidebar .c-search-results-list .c-number.paid {
  color: var(--invoice-paid-color);
}
.c-invoices-page > .sidebar .c-search-results-list .c-number.refunded {
  color: var(--invoice-refunded-color);
}
.c-invoices-page > .sidebar .c-search-results-list .c-number.archived {
  color: var(--invoice-archived-color);
}
.c-invoices-page > .sidebar .c-search-results-list .c-number.draft {
  color: var(--invoice-draft-color);
}
.c-invoices-page > .sidebar .c-filters .c-dropdown-states,
.c-invoices-page > .sidebar .c-filters .c-dropdown-sort {
  min-width: 9rem;
  width: 100%;
}
.c-invoices-page > .sidebar .c-filters .c-dropdown-states .svg-icon {
  margin-top: 0;
}
.c-invoices-page > .sidebar .c-filters .c-dropdown-states .pending * {
  color: var(--invoice-pending-color);
}
.c-invoices-page > .sidebar .c-filters .c-dropdown-states .processing * {
  font-weight: bold;
  color: var(--invoice-processing-color);
}
.c-invoices-page > .sidebar .c-filters .c-dropdown-states .paid * {
  color: var(--invoice-paid-color);
}
.c-invoices-page > .sidebar .c-filters .c-dropdown-states .refunded * {
  color: var(--invoice-refunded-color);
}
.c-invoices-page > .sidebar .c-filters .c-dropdown-states .archived * {
  color: var(--invoice-archived-color);
}
.c-invoices-page > .sidebar .c-filters .c-dropdown-states .draft * {
  color: var(--invoice-draft-color);
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice {
  border-bottom: 1px solid var(--border-color-soft);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice:hover {
  background: var(--menu-selected-background-color-hover);
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice .c-invoices-details {
  line-height: 1.2;
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice .count {
  line-height: 16px;
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice.pending .c-bg {
  background: var(--invoice-pending-color);
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice.payment-expired .c-bg {
  background: var(--invoice-payment-expired-color);
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice.processing .c-price {
  font-weight: 500;
  background: var(--yellow);
  color: var(--black);
  padding: 0.05rem 0.2rem;
  border-radius: 5px;
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice.processing .c-bg {
  background: var(--invoice-processing-color);
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice.paid .c-bg {
  background: var(--invoice-paid-color);
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice.refunded .c-bg {
  background: var(--invoice-refunded-color);
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice.archived .c-bg {
  background: var(--invoice-archived-color);
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice.draft .c-bg {
  background: var(--invoice-draft-color);
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice.selected {
  background: var(--list-item-selected-background-color);
  font-weight: normal;
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice .c-number {
  color: var(--text-color);
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice .c-price {
  color: var(--text-color);
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice .line {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 2px;
  line-height: 16px;
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice .line:first-child {
  margin-top: 0;
}
.c-invoices-page > .sidebar .c-invoices-list .c-invoice .line .badge {
  font-size: 68%;
}
@media screen and (min-width: 761px) {
  .c-invoices-page .c-invoices-body {
    height: calc(100vh - 11em);
    scrollbar-color: var(--border-color-input-hover) transparent;
  }
  .c-invoices-page .c-invoices-body::-webkit-scrollbar {
    width: 7px;
  }
  .c-invoices-page .c-invoices-body::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .c-invoices-page .c-invoices-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--border-color-input-hover);
  }
}
@media screen and (max-width: 1200px) {
  .c-invoices-page .c-page-header-wrapper .c-column.wide {
    width: 100%;
  }
}
.c-invoice-page .field-group,
.c-invoice-page .fields-group {
  margin-top: 1rem !important;
}
.c-invoice-page .c-page-header {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.c-invoice-page .c-page-header-amount {
  font-weight: 400;
}
.c-invoice-page .c-page-header-badge {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
}
.c-invoice-page .c-page-header .c-state.pending {
  background: var(--invoice-pending-color);
}
.c-invoice-page .c-page-header .c-state.payment-expired {
  background: var(--invoice-payment-expired-color);
}
.c-invoice-page .c-page-header .c-state.processing {
  background: var(--invoice-processing-color);
}
.c-invoice-page .c-page-header .c-state.paid {
  background: var(--invoice-paid-color);
}
.c-invoice-page .c-page-header .c-state.refunded {
  background: var(--invoice-refunded-color);
}
.c-invoice-page .c-page-header .c-state.archived {
  background: var(--invoice-archived-color);
}
.c-invoice-page .c-page-header .c-state.draft {
  background: var(--invoice-draft-color);
}
.c-invoice-page .c-page-header-wrapper .c-page-change-state {
  row-gap: 0.5rem;
}
.c-invoice-page .c-public-link {
  display: inline-block;
  word-break: break-all;
  line-height: 1.6;
}
.c-invoice-page .c-page-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.c-invoice-page .c-page-actions a,
.c-invoice-page .c-page-actions svg {
  font-weight: 500;
  color: var(--gray) !important;
}
.c-invoice-page .c-details-wrapper .c-amount {
  font-size: 20px;
}
.c-invoice-page .c-details-wrapper .c-profile-block img {
  vertical-align: sub;
}
.c-invoice-page .c-details-wrapper .c-transactions-table {
  margin: 4px 0 0 -5px;
}
.c-invoice-page .c-details-wrapper .c-transactions-table .flexible-col {
  display: grid;
}
.c-invoice-page .c-details-wrapper .c-transactions-table .c-transaction.is-declined {
  color: #f20;
}
.c-invoice-page .c-details-wrapper .c-transactions-table .c-transaction.is-captured {
  color: var(--green);
}
.c-invoice-page .c-details-wrapper .c-transactions-table .c-transaction.is-canceled {
  color: var(--gray);
}
.c-invoice-page .c-details-wrapper .c-transactions-table .c-transaction.is-refunded {
  color: #b22222;
}
.c-invoice-page .c-details-wrapper .c-transactions-table .c-transaction.is-auth {
  color: #e70;
}
.c-invoice-front-section {
  margin: -10px -25px -20px;
  padding: 0 20px;
  max-width: 100%;
  overflow-x: auto;
}
.c-invoice-front-section .c-front-invoice-wrapper > p {
  margin: 0;
}
.c-invoice-front-section .c-front-invoice-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.c-invoice-edit-page {
  position: relative;
}
.c-invoice-edit-page input {
  outline: none;
}
.c-invoice-edit-page .c-header {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.c-invoice-edit-page .c-header input {
  margin: 0;
  padding: 0.4rem 0.5rem;
  border-width: 2px;
  margin-left: 0.2rem;
  font-weight: 700;
}
.c-invoice-edit-page .c-contacts-wrapper {
  margin: 3em 0 0;
}
.c-invoice-edit-page .c-contacts-wrapper input {
  font-size: 93.75%;
}
.c-invoice-edit-page .c-contacts-wrapper select {
  font-size: 93.75%;
  min-width: 216px;
}
.c-invoice-edit-page .c-contacts-wrapper .company-settings-link {
  font-size: 93.75%;
  color: var(--text-color-hint);
}
.c-invoice-edit-page .c-product-table {
  margin: 2.5em 0 0;
}
.c-invoice-edit-page .c-product-table table {
  margin: 1em 0 0;
  width: 100%;
}
.c-invoice-edit-page .c-product-table table tr td {
  border-bottom: 0;
}
.c-invoice-edit-page .c-product-table table tr td input.js-name-field {
  font-weight: 700;
}
.c-invoice-edit-page .c-product-table table tr td input.js-name-field::placeholder {
  color: var(--text-color-hint);
}
.c-invoice-edit-page .c-product-table table tr td input {
  width: 100%;
  padding: 0.4rem 0.5rem;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-invoice-edit-page .c-product-table table tr td.right {
  text-align: right;
}
.c-invoice-edit-page .c-product-table table tr td.right input {
  text-align: right;
}
.c-invoice-edit-page .c-product-table table tr td.c-number {
  width: 20px;
}
.c-invoice-edit-page .c-product-table table tr td.c-amount {
  width: 10%;
}
.c-invoice-edit-page .c-product-table table tr td.c-tax {
  width: 10%;
}
.c-invoice-edit-page .c-product-table table tr td.c-price {
  width: 16%;
}
.c-invoice-edit-page .c-product-table table tr td.c-total {
  width: 16%;
}
.c-invoice-edit-page .c-product-table table thead tr td {
  height: 26px;
  padding: 0 8px;
  font-weight: bold;
  background: transparent;
}
.c-invoice-edit-page .c-product-table table tbody {
  font-size: 0.9375em;
}
.c-invoice-edit-page .c-product-table table tbody tr td {
  padding: 8px;
}
.c-invoice-edit-page .c-product-table table tbody tr td .ui-menu .ui-menu-item-wrapper {
  padding: 3px 14px;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-name-autocomplete {
  position: relative;
  word-break: break-word;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-name-autocomplete.is-active {
  z-index: 999;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-name-autocomplete.is-active .c-hidden-list {
  display: block;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-name-autocomplete .c-hidden-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  background: var(--background-color-blank);
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 3px;
  overflow: hidden;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-name-autocomplete .c-hidden-list li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 18px;
  cursor: pointer;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-name-autocomplete .c-hidden-list li:hover,
.c-invoice-edit-page .c-product-table table tbody tr td .c-name-autocomplete .c-hidden-list li.is-highlighted {
  background: #eed;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-tax-dropdown {
  position: relative;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-tax-dropdown:hover .c-tax-percent-field {
  border-radius: 2px;
  background: rgba(0,0,0,0.05);
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-tax-dropdown.is-active {
  z-index: 1;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-tax-dropdown.is-active .c-hidden-list {
  display: block;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-tax-dropdown.is-changed .c-tax-percent-field {
  color: inherit;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-tax-dropdown .c-tax-percent-field {
  color: #ccc;
  -webkit-transition: background 200ms linear, color 200ms linear;
  -moz-transition: background 200ms linear, color 200ms linear;
  -o-transition: background 200ms linear, color 200ms linear;
  -ms-transition: background 200ms linear, color 200ms linear;
  transition: background 200ms linear, color 200ms linear;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-tax-dropdown .c-hidden-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 65px;
  padding: 0;
  margin: 0;
  background: var(--background-color-blank);
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 3px;
  overflow: hidden;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-tax-dropdown .c-hidden-list li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 18px;
  white-space: nowrap;
  cursor: pointer;
}
.c-invoice-edit-page .c-product-table table tbody tr td .c-tax-dropdown .c-hidden-list li:hover,
.c-invoice-edit-page .c-product-table table tbody tr td .c-tax-dropdown .c-hidden-list li.is-highlighted {
  background: #eed;
}
.c-invoice-edit-page .c-product-table table tfoot {
  font-size: 0.9375em;
}
.c-invoice-edit-page .c-product-table table tfoot tr:first-child td {
  padding-top: 8px;
}
.c-invoice-edit-page .c-product-table table tfoot tr:hover td {
  background: transparent;
}
.c-invoice-edit-page .c-product-table table tfoot tr td {
  height: 26px;
  padding: 0 8px;
  border: none;
  background: transparent;
}
.c-invoice-edit-page .c-comment-wrapper {
  margin: 3em 0 0;
}
.c-invoice-edit-page .c-comment-wrapper .redactor-box,
.c-invoice-edit-page .c-comment-wrapper .redactor-layer {
  -webkit-box-shadow: 0 0.25rem 1rem -0.75rem var(--big-editor-shadow-color);
  box-shadow: 0 0.25rem 1rem -0.75rem var(--big-editor-shadow-color);
  border-radius: 0.75rem;
  background: var(--background-color-blank);
  border-width: 0;
}
.c-invoice-edit-page .c-comment-wrapper .redactor-box .redactor-toolbar,
.c-invoice-edit-page .c-comment-wrapper .redactor-layer .redactor-toolbar {
  padding: 13px 13px 0px !important;
  background: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.c-invoice-edit-page .c-comment-wrapper .redactor-box .redactor-toolbar a.re-button,
.c-invoice-edit-page .c-comment-wrapper .redactor-layer .redactor-toolbar a.re-button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: var(--text-color);
  border-radius: 2px;
  background: var(--background-color-blank);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.22);
  box-shadow: 0 1px 2px rgba(0,0,0,0.22);
  margin-right: 5px;
  margin-bottom: 4px;
  height: auto;
}
.c-invoice-edit-page .c-comment-wrapper .redactor-box .redactor-toolbar a.re-button:hover,
.c-invoice-edit-page .c-comment-wrapper .redactor-layer .redactor-toolbar a.re-button:hover {
  outline: none;
  color: #fff;
  background: #449aef;
}
.c-invoice-edit-page .c-comment-wrapper .redactor-box .redactor-toolbar a.re-button.re-button-icon,
.c-invoice-edit-page .c-comment-wrapper .redactor-layer .redactor-toolbar a.re-button.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px;
}
.c-invoice-edit-page .c-comment-wrapper textarea {
  width: 100%;
  min-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
}
.c-invoice-edit-page .c-actions {
  margin: 16px 0 0;
}
.iframe-style .c-invoice-edit-page .c-comment-wrapper .redactor-layer,
.iframe-style .c-invoice-edit-page .c-comment-wrapper .redactor-box {
  background: var(--background-color) !important;
}
.dialog.c-deal-attach-dialog .dialog-body .dialog-content {
  overflow-y: visible;
}
.dialog.c-deal-attach-dialog .dialog-body .dialog-content .c-invoice-deal .c-empty-deal-hidden,
.dialog.c-deal-attach-dialog .dialog-body .dialog-content .c-invoice-deal .c-deal-name-hidden {
  display: none;
}
.dialog.c-deal-attach-dialog .dialog-body .dialog-content .c-invoice-deal .c-select-deal .deal-item--name {
  white-space: pre-wrap;
}
.dialog.c-deal-attach-dialog .dialog-body .dialog-content .c-invoice-deal .c-select-funnel .dropdown ul > li > a {
  word-break: break-word;
  white-space: pre-wrap;
}
.dialog.c-deal-attach-dialog .dialog-body .dialog-content .c-invoice-deal .c-select-funnel .dropdown-toggle .js-text {
  word-break: break-word;
  white-space: pre-wrap;
}
.dialog.c-deal-attach-dialog .dialog-body .dialog-content .c-invoice-deal .deal-form-hidden .deal-form {
  display: none;
}
.dialog.c-deal-attach-dialog .dialog-body .dialog-content .c-invoice-deal .js-created-deal {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.25rem;
  word-break: break-word;
  white-space: pre-wrap;
}
@media screen and (max-width: 1024px) {
  .c-invoice-page .c-details-wrapper .c-transactions-table .flexible-col {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .c-invoice-page .c-page-actions {
    display: inline-block;
  }
  .c-invoice-front-section {
    --iframe-invoice-scale: 0.42;
    margin: 0 5px;
    padding: 0;
    min-width: 100%;
    overflow: hidden;
  }
  .c-invoice-front-section .c-front-invoice-wrapper {
    width: 100% !important;
  }
  .c-invoice-front-section .c-front-invoice-wrapper .c-front-invoice-template {
    max-height: calc(var(--invoice-template-height) * var(--iframe-invoice-scale));
  }
  .c-invoice-front-section .c-front-invoice-wrapper .c-front-invoice-template-iframe {
    width: 400%;
    height: 400%;
    -webkit-transform: scale(var(--iframe-invoice-scale)) translateX(-20%);
    -moz-transform: scale(var(--iframe-invoice-scale)) translateX(-20%);
    -o-transform: scale(var(--iframe-invoice-scale)) translateX(-20%);
    -ms-transform: scale(var(--iframe-invoice-scale)) translateX(-20%);
    transform: scale(var(--iframe-invoice-scale)) translateX(-20%);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .c-invoice-edit-page .c-contacts-wrapper .wa-select {
    width: 80vw;
  }
  .c-invoice-edit-page .c-products-table {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 95% !important;
    min-width: 285px;
  }
  .c-invoice-edit-page .c-products-table > thead {
    display: none;
  }
  .c-invoice-edit-page .c-products-table > tbody > tr {
    display: block;
  }
  .c-invoice-edit-page .c-products-table > tbody > tr:not(:last-child) {
    margin-bottom: 1rem;
  }
  .c-invoice-edit-page .c-products-table > tbody > tr > td {
    display: block;
    text-align: right;
  }
  .c-invoice-edit-page .c-products-table > tbody > tr > td::before {
    content: attr(aria-label);
    float: left;
    color: var(--gray);
    font-weight: bold;
  }
  .c-invoice-edit-page .c-products-table > tbody > tr > td:first-child {
    width: 100%;
    padding: 0.5em;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
  }
  .c-invoice-edit-page .c-products-table > tbody > tr > td:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .c-invoice-edit-page .c-products-table > tbody > tr > td.c-number {
    font-weight: bold;
  }
  .c-invoice-edit-page .c-products-table > tbody > tr > td.c-name,
  .c-invoice-edit-page .c-products-table > tbody > tr > td.c-amount,
  .c-invoice-edit-page .c-products-table > tbody > tr > td.c-tax,
  .c-invoice-edit-page .c-products-table > tbody > tr > td.c-price,
  .c-invoice-edit-page .c-products-table > tbody > tr > td.c-total {
    width: 100%;
  }
  .c-invoice-edit-page .c-products-table > tbody > tr > td.right input {
    text-align: left;
  }
}
.c-invoice-contact-add-dialog .js-combo-name .value {
  position: relative;
}
.c-invoice-contact-add-dialog .ui-widget-content.ui-autocomplete {
  overflow-y: auto;
  max-height: 290px;
  max-width: 100%;
}
.c-invoice-contact-add-dialog .ui-widget-content.ui-autocomplete .ui-menu-item-wrapper .c-layout-contact {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-invoice-contact-add-dialog .dialog-body .dialog-content {
  overflow-y: visible;
}
.c-invoice-contact-add-dialog .dialog-body .dialog-content .c-contact-form-wrapper .fields-group {
  padding-left: 0;
}
@media screen and (max-width: 760px) {
  .c-invoice-page .c-page-header {
    font-size: 1.5rem;
  }
  .c-invoice-page .c-page-header-wrapper.space-16 {
    gap: 0;
  }
  .c-invoice-page .c-page-header-wrapper .c-page-actions li:not(:first-child) {
    margin-top: 0.5rem;
  }
}
.c-live-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-live-page--before-load-timeline {
  overflow: hidden;
  height: 100%;
}
.c-live-page .c-live-header .c-nav-wrapper .c-filter-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.c-live-page .c-live-header .c-nav-wrapper .c-filter-wrapper.c-hidden-part {
  display: none;
  padding-right: 1rem;
}
.c-live-page .c-live-header .c-nav-wrapper .c-filter-wrapper.c-hidden-part.is-shown {
  display: inline-block;
}
.c-live-page .c-live-header .c-nav-wrapper .c-filter-wrapper .dropdown .dropdown-toggle .icon {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.c-live-page .c-live-header .c-nav-wrapper .c-filter-wrapper .dropdown li.selected {
  pointer-events: none;
}
.c-live-page .c-live-header .c-nav-wrapper .c-filter-wrapper .c-filter-choose-date {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-live-page .c-chart-section {
  position: relative;
  height: 400px;
  border-bottom: 1px solid var(--border-color-soft);
}
.c-live-page .c-chart-section.is-large .c-chart-wrapper svg rect {
  stroke-width: 0;
}
.c-live-page .c-chart-section .c-chart-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-live-page .c-chart-section .c-chart-wrapper svg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-live-page .c-chart-section .c-chart-wrapper svg path {
  fill: #f0f0f0;
  stroke-width: 0;
  shape-rendering: auto;
}
.c-live-page .c-chart-section .c-chart-wrapper .axis path,
.c-live-page .c-chart-section .c-chart-wrapper .axis line {
  fill: none;
  stroke: #999;
  shape-rendering: crispEdges;
}
.c-live-page .c-chart-section .c-chart-wrapper .axis text {
  font-family: sans-serif;
  font-size: 11px;
  fill: #89a;
}
.c-live-page .c-chart-section .c-chart-wrapper .axis .x .domain {
  stroke-width: 1px;
  stroke: var(--border-color-hard);
}
.c-live-page .c-chart-section .c-chart-wrapper .axis .x line {
  display: none;
}
.c-live-page .c-chart-section .c-chart-wrapper .axis .y .domain {
  display: none;
}
.c-live-page .c-chart-section .c-chart-wrapper .axis .y line {
  stroke: #999;
}
.c-live-page .c-chart-section .c-chart-wrapper .axis .y text {
  fill: #89a;
}
.c-live-page .c-chart-section .c-chart-wrapper .background {
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
}
.c-live-page .c-chart-section .c-chart-wrapper .background line {
  stroke: #318bbd;
  shape-rendering: crispEdges;
}
.c-live-page .c-chart-section .c-chart-wrapper .background line:first-child {
  shape-rendering: auto;
}
.c-live-page .c-chart-section .c-chart-wrapper .background rect {
  fill: #fcfeff;
}
.c-live-page .c-hint-wrapper {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  border-radius: 2px;
  max-width: 500px;
  background: var(--background-color-blank);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-live-page .c-hint-wrapper.is-shown {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-live-page .c-hint-wrapper .line {
  margin: 4px 0 0;
}
.c-live-page .c-hint-wrapper .line:first-child {
  margin-top: 0;
}
.c-live-page .c-hint-wrapper .line .c-date {
  font-size: 12px;
  color: var(--text-color-hint-strong);
}
.c-live-page .c-hint-wrapper .line .c-value {
  font-weight: bold;
}
#c-log-iframe-spa-skeleton .skeleton-line {
  height: 5rem;
  margin-bottom: 1rem !important;
}
.c-log-section #c-log-iframe-spa {
  width: 100%;
  height: 100%;
}
html[data-theme="dark"] .c-live-page .c-chart-section .c-chart-wrapper svg .axis text {
  fill: rgba(153,153,161,0.9);
}
html[data-theme="dark"] .c-live-page .c-chart-section .c-chart-wrapper svg .axis .y text {
  fill: rgba(153,153,161,0.9);
}
@media (max-width: 760px) {
  .c-reminders-page {
    -webkit-tap-highlight-color: transparent;
  }
  .c-reminders-page .c-page-header {
    font-size: 1.7rem;
  }
  .c-reminders-page .article-body {
    min-height: calc(100vh - 4rem);
    padding: 1rem 0 2rem 0;
  }
  .c-reminders-page .sidebar {
    width: 100vw;
    top: 0rem;
    position: absolute;
    left: -100vw;
    min-height: calc(100vh - 4rem);
    z-index: 6;
  }
  .c-reminders-page .content.content-mobile-friendly {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-reminders-page:not(.sidebar-opened) .sidebar {
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
    height: calc(100vh - 7rem);
    overflow-y: hidden;
  }
  .c-reminders-page:not(.sidebar-opened) .content.content-mobile-friendly {
    height: auto;
    overflow: visible;
  }
  .c-reminders-page.sidebar-opened .sidebar {
    -webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
    height: auto;
    overflow: visible;
    left: 0vw;
  }
  .c-reminders-page.sidebar-opened .content.content-mobile-friendly {
    height: calc(100vh - 7rem);
    overflow-y: hidden;
  }
}
.c-reminders-page .sidebar::-webkit-scrollbar {
  width: 7px;
}
.c-reminders-page input.input-blank {
  background: transparent;
  border: none;
  outline: none;
  color: var(--text-color-input);
}
.c-reminders-page input.input-blank::placeholder {
  color: var(--text-color-hint);
}
.c-reminders-page input.js-datepicker {
  caret-color: transparent;
}
.c-reminders-page button.button.dropdown-toggle.button-slim .icon.size-12 {
  margin-right: 0;
}
.c-reminders-page button.button.button-slim {
  border: 0;
  padding-top: 0.3375rem;
  padding-bottom: 0.3375rem;
  height: 25px;
  margin-right: 0;
}
.c-reminders-page button.button.button-slim .icon.size-12 {
  margin-right: 0.25rem;
}
.c-reminders-page button.button.button-slim .icon.size-12 svg {
  max-width: 0.85rem;
}
.c-reminders-page button.button.button-slim .icon.size-14 {
  font-size: 0.75rem;
}
.c-reminders-page button.button.button-slim .icon.size-14 svg {
  max-width: 0.85rem;
}
.c-reminders-page button.button.button-slim.no-hover {
  cursor: default;
}
.c-reminders-page button.button.button-slim.no-hover:hover {
  background-color: var(--background-color-btn-light-gray);
}
.c-reminders-page .dropdown-body .icon.size-14 {
  margin-right: 0.5rem;
}
.c-reminders-page .dropdown-body .icon.size-14 svg {
  font-size: 1rem;
  max-width: 1.1rem;
}
.c-reminders-page .c-actions .c-actions-button.js-cancel svg {
  max-width: 12px;
}
.c-reminders-page .c-users-list .c-user-wrapper.selected .c-jobtitle.hint {
  color: var(--text-color-hint-strong);
}
.c-reminders-page .c-users-list .c-user-wrapper.selected div.profile {
  color: var(--menu-selected-link-color);
  background: var(--menu-selected-background-color);
}
.c-reminders-page .c-users-list .c-user-wrapper.selected div.profile .c-all-user-photo .fa-users {
  color: var(--menu-selected-link-color-rail);
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile {
  padding: 0 0 0 1rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile:hover {
  background: var(--menu-background-color-hover);
  color: var(--menu-link-color-hover);
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile .js-user-photo .user-loader {
  font-size: 24px;
  color: var(--menu-glyph-color);
  width: 35px;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile .c-all-user-photo .fa-users {
  color: var(--menu-glyph-color);
  min-width: 32px;
  font-size: 28px;
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile > .details {
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid var(--border-color-soft);
  width: 100%;
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile > .details .indicator {
  font-size: 12px;
  padding: 0.05em 0.48em 0.12em 0.48em;
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile > .details .indicator.overdue {
  background: #f20;
  color: var(--white);
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile > .details .indicator.burn {
  background: #da3;
  color: var(--white);
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile > .details .indicator.actual {
  background: #008000;
  color: var(--white);
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile .userpic {
  height: unset;
  max-height: unset;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  padding-top: 0.7rem;
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile .size-14 svg {
  width: 0.875rem;
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile .size-14 svg path {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile .count {
  border-radius: 1em;
  color: var(--light-gray);
  font-size: 0.875rem;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  height: fit-content;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile .count.all {
  color: var(--text-color-hint);
  margin-left: 0;
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile .c-link {
  color: var(--text-color);
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile .c-link:hover {
  color: var(--text-color);
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile .c-link-contact {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.c-reminders-page .c-users-list .c-user-wrapper div.profile .c-link-contact:hover svg path {
  fill: var(--text-color);
}
.c-reminders-page .c-users-list .c-user-wrapper .line {
  margin-top: 2px;
}
.c-reminders-page .c-users-list .c-user-wrapper .c-name {
  white-space: pre-wrap;
  line-height: 1.2rem;
}
.c-reminders-page .c-users-list .c-user-wrapper .c-name::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-reminders-page .c-users-list .c-user-wrapper .c-status {
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 0.8em;
  line-height: 1.2em;
  word-wrap: break-word;
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.c-reminders-page .c-user:not(:hover) {
  color: var(--dark-gray);
}
.c-reminders-page .c-user .c-user-name {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-reminders-page .c-user .icon {
  min-width: 18px;
}
.c-reminders-page .c-reminder-content-area {
  min-height: 500px;
  height: 100%;
}
.c-reminders-page .c-reminder-content-area .article-body {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0;
}
.c-reminders-page .c-reminder-content-area .article-body .drawer .drawer-background {
  background-color: var(--dialog-background-color);
  backdrop-filter: blur(0.25rem);
}
.c-reminders-page .c-reminder-content-area .article-body .content-list-wrapper {
  position: relative;
}
.c-reminders-page .c-reminder-content-area .skeleton-wrapper {
  position: absolute;
  height: calc(100vh - 3rem);
  background: var(--background-color-blank);
  z-index: 1045;
  width: 100%;
  text-align: center;
  padding-left: inherit;
  padding-right: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  left: 0;
}
.c-reminders-page .c-reminder-content-area .skeleton-wrapper .skeleton {
  padding-left: 1rem;
  position: sticky;
  top: 7rem;
}
@media (max-width: 760px) {
  .c-reminders-page .c-reminder-content-area .skeleton-wrapper .skeleton {
    padding: 0 1rem;
  }
}
.c-reminders-page .c-reminder-content-area .skeleton-wrapper .skeleton-header {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.c-reminders-page .c-reminder-content-area .skeleton-wrapper .skeleton-list {
  margin-left: 2.3rem;
  height: 6vh;
}
.c-reminders-page .c-reminder-content-area .skeleton-wrapper .skeleton-list::before {
  width: 24px;
  height: 24px;
  left: -2.3rem;
}
.c-reminders-page .c-reminder-content-area .skeleton-wrapper .skeleton-list.header {
  margin-left: 3rem;
  height: 35px;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.c-reminders-page .c-reminder-content-area .skeleton-wrapper .skeleton-list.header::before {
  height: 2rem;
  width: 2rem;
  left: -3rem;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper {
  margin-top: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .errormsg {
  color: var(--alert-warning-text-color);
  cursor: default;
  font-size: 0.875rem;
  text-align: center;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-add-form-hover {
  padding-top: 14px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-add-form-hover:hover {
  background: var(--menu-background-color-hover);
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-add-form-textarea {
  border-bottom: 1px solid var(--border-color-soft);
  padding: 0;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-icon-column {
  padding-right: 15px;
  padding-top: 1px;
  color: var(--text-color-hint);
  height: 24px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-icon-column .c-plus {
  vertical-align: middle;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-icon-column.loading .c-plus {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper textarea {
  vertical-align: top;
  width: 100%;
  height: 24px;
  min-height: 24px;
  padding: 0;
  margin: 0;
  border-radius: 2px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  resize: none;
  outline: none;
  overflow: hidden;
  background: transparent;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper textarea.error::placeholder {
  color: var(--red);
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper textarea:hover,
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper textarea:focus {
  background: transparent;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper textarea:required,
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper textarea::placeholder {
  color: var(--text-color-hint);
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-hidden-form {
  display: none;
  padding: 7px 0 3px 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-hidden-form .dropdown-body {
  width: 150px;
  z-index: 1045 !important;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .inline-link.selected {
  color: #f00;
  cursor: default;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-date {
  position: relative;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-date .c-datepicker {
  width: 40px;
  margin: 0;
  padding: 0 0 0 5px;
  min-width: 4px;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-date.is-active .c-hidden {
  display: inline;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-date .c-hidden {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-reminder-type-toggle {
  display: inline-block;
  vertical-align: baseline;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-time-toggle.is-active .c-visible {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-time-toggle.is-active .c-hidden {
  display: inline;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-time-toggle .c-hidden {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-time-toggle .c-timepicker {
  width: 44px;
  caret-color: transparent;
  padding-right: 0;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .js-autocomplete-deal {
  max-width: 7.65rem;
  padding: 0 0 0 5px;
  margin: 0;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper {
  position: relative;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper .ui-widget {
  text-align: left;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper.is-shown .c-combobox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  z-index: 1045;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper .c-contact {
  padding: 0;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper .c-contact .icon16 {
  position: relative;
  top: 2px;
  margin: 0;
  vertical-align: baseline;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper .c-contact .c-name {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  max-width: 100px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper .c-combobox {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 5px;
  padding: 0.5rem 0.75rem;
  background: var(--background-color-blank);
  -webkit-box-shadow: 0 0.5rem 1rem -0.5rem var(--dialog-shadow-color);
  box-shadow: 0 0.5rem 1rem -0.5rem var(--dialog-shadow-color);
  border: 1px solid var(--border-color-soft);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 4px;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper .c-combobox .user-plus {
  color: var(--text-color-hint);
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper .ui-autocomplete {
  padding-top: 8px;
  max-height: 245px;
  overflow-y: auto;
  max-width: 224px;
  min-width: 192px;
  width: 224px !important;
  z-index: 1045;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper .ui-menu-item-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper .ui-menu-item-wrapper .c-layout-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper .ui-menu-item-wrapper .c-layout-contact-name {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 165px;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-contact-wrapper .ui-menu-item-wrapper .icon {
  padding-right: 0.5rem;
}
.c-reminders-page .c-reminder-content-area .c-add-form-wrapper .c-footer {
  gap: 0.5rem 1rem;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list {
  margin: 0;
  padding: 0;
  position: relative;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminders-list-loader {
  display: none;
  position: absolute;
  height: 100%;
  background: var(--background-color-blank);
  z-index: 5;
  width: 100%;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  text-align: center;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminders-list-loader .spinner {
  position: sticky;
  top: 50%;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list > li {
  margin: 0;
  list-style: none;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .js-lazy-load {
  padding: 13px 0px 0px 12px;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper {
  position: relative;
  list-style: none;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.is-target:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 6px;
  height: 100%;
  padding: 1px 0;
  background: #ff8c00;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .ui-menu-item-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .ui-menu-item-wrapper .c-layout-contact,
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .ui-menu-item-wrapper .c-layout-deal {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .ui-menu-item-wrapper .c-layout-contact-name {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 165px;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .ui-menu-item-wrapper .c-layout-deal-name {
  max-width: 100%;
  text-wrap: wrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-reminder-type {
  position: relative;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper:hover {
  background: var(--menu-background-color-hover);
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper:hover .c-step .c-right-actions {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.completed .c-marker {
  border-color: var(--background-color-blank);
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.overdue .c-marker {
  border-color: #ff290a;
  color: #ff290a;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.overdue .c-date-text {
  color: #ff290a;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.burn .c-marker {
  border-color: #ff9400;
  color: #ff9400;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.burn .c-date-text {
  color: #ff9400;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.actual .c-marker {
  border-color: #00cc20;
  color: #00cc20;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--text-color-hint);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 500;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker .c-marker-content {
  padding-bottom: 2px;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker .c-marker-icon {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.is-load {
  border-color: transparent;
  cursor: default !important;
  background: transparent !important;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.is-load .c-marker-content {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-mark-done {
  cursor: pointer;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-mark-done:hover .c-marker-content,
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-mark-done.is-done .c-marker-content {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-mark-done:hover .c-marker-icon,
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-mark-done.is-done .c-marker-icon {
  display: inline-block;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-mark-done.is-done {
  background: transparent;
  border-color: transparent;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder {
  cursor: pointer;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder .c-marker-content {
  padding-bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder:after {
  content: "";
  position: relative;
  top: 0px;
  background: transparent url("../img/reminder/reminder_check.svg") no-repeat;
  height: 15px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder:not(:hover) {
  background: transparent;
  border-color: transparent;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder.js-reopen-reminder:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder.js-reopen-reminder:hover:after {
  background: transparent;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder.js-reopen-reminder:hover .c-marker-content {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder.without-rights {
  cursor: default;
  background: transparent;
  border-color: transparent;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder.is-loading,
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder.is-loading:hover {
  background: transparent;
  border-color: transparent;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder.is-loading .c-marker-content,
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-marker.c-reopen-reminder.is-loading:hover .c-marker-content {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-header > *:hover {
  background: var(--background-color-btn-light-gray);
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-content {
  border-bottom: 1px solid var(--border-color-soft);
  gap: 12px;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-content .c-top-content-toggle-wrapper {
  padding-bottom: 0.5rem;
  -webkit-box-pack: unset;
  -moz-box-pack: unset;
  -o-box-pack: unset;
  -ms-flex-pack: unset;
  -webkit-justify-content: unset;
  justify-content: unset;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-content .c-quick-content-toggle-wrapper {
  padding-bottom: 0.5rem;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-footer {
  gap: 0.5rem 1rem;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-footer .c-footer-child {
  gap: 0.5rem 1rem;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-footer .c-date-text {
  font-weight: 500;
  line-height: 25px;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-footer .c-quick-date-toggle-wrapper.is-extended > .c-visible {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-footer .c-quick-date-toggle-wrapper.is-extended > .c-hidden {
  display: block;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-footer .c-quick-date-toggle-wrapper > .c-hidden {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-footer .c-quick-date-toggle-wrapper .c-date-wrapper {
  position: relative;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-footer .c-quick-date-toggle-wrapper .c-date-wrapper .c-datepicker {
  width: 40px;
  margin: 0;
  padding: 0 0 0 5px;
  min-width: 4px;
  caret-color: transparent;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-footer .c-quick-date-toggle-wrapper .c-time-toggle.is-active .c-hidden {
  display: inline;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-footer .c-quick-date-toggle-wrapper .c-time-toggle .c-hidden {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-footer .c-quick-date-toggle-wrapper .c-time-toggle .c-timepicker {
  width: 44px;
  caret-color: transparent;
  padding: 1px 2px;
  margin: 0;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-step {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-step.is-shown {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-step.is-confirm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  background: var(--background-color-blank);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-step.is-confirm p {
  margin: 0;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-step .c-right-actions {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-icons-right {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.4rem;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-icons-right.flex-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.editOpen .c-dots-detail .js-edit {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-dots {
  position: relative;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-dots .js-dots {
  padding: 0.2rem 0.3rem;
  cursor: pointer;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .js-dots-wrapper .dots {
  padding: 0.2rem 0.3rem;
  cursor: pointer;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-dots-detail {
  display: none;
  position: absolute;
  right: 0;
  padding: 0.5rem 0.75rem;
  background: var(--background-color-blank);
  -webkit-box-shadow: 0 0.5rem 1rem -0.5rem var(--dialog-shadow-color);
  box-shadow: 0 0.5rem 1rem -0.5rem var(--dialog-shadow-color);
  border: 1px solid var(--border-color-soft);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1042;
  border-radius: 4px;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper .c-dots-detail .c-create-date .first-part {
  color: var(--text-color-hint);
  font-size: 87.5%;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.c-completed-reminder .button.button-slim {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  cursor: default;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.c-completed-reminder .button.button-slim:hover {
  background-color: var(--background-color-btn-light-gray);
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.c-completed-reminder .c-quick-content-toggle-wrapper {
  padding-bottom: 0;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.c-completed-reminder .c-quick-content-toggle-wrapper textarea {
  vertical-align: top;
  width: 100%;
  height: 25px;
  margin: 0px;
  padding: 0px;
  border: 0;
  background: transparent;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: none;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  min-height: 25px;
}
.c-reminders-page .c-reminder-content-area .c-reminders-list .c-reminder-wrapper.c-completed-reminder .c-quick-content-toggle-wrapper textarea::placeholder {
  color: var(--text-color-hint);
}
.c-reminders-page .c-reminder-content-area .c-search-wrapper,
.c-reminders-page .c-reminder-content-area .c-deal-wrapper {
  position: relative;
  line-height: 25px;
}
.c-reminders-page .c-reminder-content-area .c-search-contact-wrapper .ui-menu-item-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-reminders-page .c-reminder-content-area .c-search-contact-wrapper .ui-menu-item-wrapper .c-layout-contact,
.c-reminders-page .c-reminder-content-area .c-search-contact-wrapper .ui-menu-item-wrapper .c-layout-deal {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-reminders-page .c-reminder-content-area .c-search-contact-wrapper .ui-menu-item-wrapper .c-layout-contact-name,
.c-reminders-page .c-reminder-content-area .c-search-contact-wrapper .ui-menu-item-wrapper .c-layout-deal-name {
  max-width: 100%;
  text-wrap: wrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-reminders-page .c-reminder-content-area .c-search-contact-wrapper .ui-widget-content {
  left: 0 !important;
  top: 25px !important;
  z-index: 1045;
  max-height: 245px;
  overflow: auto;
}
.c-reminders-page .c-reminder-content-area .c-search-contact-wrapper.is-hidden {
  display: none;
}
.c-reminders-page .c-reminder-content-area .c-search-contact-wrapper.is-hidden.is-shown {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  top: 23px;
  margin-top: 5px;
  padding: 0.5rem 0.75rem;
  background: var(--background-color-blank);
  -webkit-box-shadow: 0 0.5rem 1rem -0.5rem var(--dialog-shadow-color);
  box-shadow: 0 0.5rem 1rem -0.5rem var(--dialog-shadow-color);
  border: 1px solid var(--border-color-soft);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1045;
  border-radius: 4px;
}
.c-reminders-page .c-reminder-content-area .c-search-contact-wrapper.is-hidden.is-shown .c-hidden {
  display: inline-block;
}
.c-reminders-page .c-reminder-content-area .c-search-contact-wrapper.is-hidden .ui-widget-content {
  left: 0 !important;
  top: 37px !important;
  max-height: 245px;
  overflow: auto;
  z-index: 1045;
}
.c-reminders-page .c-reminder-content-area .c-search-contact-wrapper .c-hidden {
  display: none;
}
.c-reminders-page .c-reminder-content-area .ui-menu-item-wrapper .small {
  padding-left: 0.3rem;
}
.c-reminders-page .c-reminder-content-area .ui-menu-item-wrapper .icon {
  margin-right: 0.5rem;
}
.c-reminders-page .c-reminder-content-area .c-completed-reminders-section.bottombar.sticky {
  position: sticky;
  left: unset;
  right: unset;
  height: fit-content;
  z-index: 1041;
  border-radius: 0.375rem 0.375rem 0 0;
  margin-top: 1.25rem;
  top: calc(100% - 4rem);
}
.c-reminders-page .c-reminder-content-area .c-completed-reminders-section.bottombar.sticky.is-shown {
  top: unset;
  margin-top: 0;
  -webkit-box-shadow: 0 -6px 12px -7px rgba(0,0,0,0.2);
  box-shadow: 0 -6px 12px -7px rgba(0,0,0,0.2);
}
.c-reminders-page .c-reminder-content-area .c-completed-reminders-section.bottombar.sticky.is-shown:hover {
  -webkit-box-shadow: 0 -6px 16px -7px rgba(0,0,0,0.2);
  box-shadow: 0 -6px 16px -7px rgba(0,0,0,0.2);
}
.c-reminders-page .c-reminder-content-area .c-completed-reminders-section.bottombar.sticky.is-shown .sort-down .fa-angle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-reminders-page .c-reminder-content-area .c-completed-reminders-section.bottombar.sticky .c-reminders-list {
  max-height: calc(100vh - 12rem);
  overflow-y: auto;
  height: auto;
}
.c-reminders-page .c-reminder-content-area .c-completed-reminders-section .c-reminders-list {
  display: none;
  margin: 0;
}
.c-reminders-page .c-reminder-content-area .c-completed-reminders-section .c-reminders-list .c-reminder-wrapper {
  color: var(--text-color-hint);
}
.c-reminders-page .c-reminder-content-area .c-completed-reminders-section .js-load-completed-reminders {
  text-decoration: none;
  color: var(--text-color-hint);
}
.c-reminders-page .c-user,
.c-reminders-page .js-float-text {
  line-height: 25px;
  word-wrap: break-word;
  max-width: 700px;
}
@media (max-width: 1345px) {
  .c-reminders-page .c-user,
  .c-reminders-page .js-float-text {
    max-width: calc(100vw - 647px);
  }
}
@media (max-width: 1200px) {
  .c-reminders-page .c-user,
  .c-reminders-page .js-float-text {
    max-width: calc(100vw - 583px);
  }
}
@media (max-width: 760px) {
  .c-reminders-page .c-user,
  .c-reminders-page .js-float-text {
    max-width: calc(100vw - 118px);
  }
}
.c-reminders-page .with-userblock .c-user,
.c-reminders-page .with-userblock .js-float-text {
  max-width: 663px;
}
@media (max-width: 1345px) {
  .c-reminders-page .with-userblock .c-user,
  .c-reminders-page .with-userblock .js-float-text {
    max-width: calc(100vw - 684px);
  }
}
@media (max-width: 1200px) {
  .c-reminders-page .with-userblock .c-user,
  .c-reminders-page .with-userblock .js-float-text {
    max-width: calc(100vw - 620px);
  }
}
@media (max-width: 760px) {
  .c-reminders-page .with-userblock .c-user,
  .c-reminders-page .with-userblock .js-float-text {
    max-width: calc(100vw - 155px);
  }
}
.c-reminders-page .no-reminders {
  margin-top: 5.5rem;
  text-align: center;
}
.iframe-style body {
  overflow-x: hidden;
}
.iframe-style .c-reminders-page .c-reminder-content-area {
  height: 100vh;
}
.iframe-style .c-reminders-page .c-reminder-content-area .skeleton-wrapper {
  height: 100%;
}
.iframe-style .c-reminders-page .c-reminder-content-area .c-user,
.iframe-style .c-reminders-page .c-reminder-content-area .js-float-text {
  max-width: 845px;
}
@media (max-width: 960px) {
  .iframe-style .c-reminders-page .c-reminder-content-area .c-user,
  .iframe-style .c-reminders-page .c-reminder-content-area .js-float-text {
    max-width: calc(100vw - 118px);
  }
}
@media (max-width: 760px) {
  .iframe-style .c-reminders-page .c-reminder-content-area .c-user,
  .iframe-style .c-reminders-page .c-reminder-content-area .js-float-text {
    max-width: calc(100vw - 156px);
  }
}
.iframe-style .c-reminders-page .c-reminder-content-area .with-userblock .c-user,
.iframe-style .c-reminders-page .c-reminder-content-area .with-userblock .js-float-text {
  max-width: 808px;
}
@media (max-width: 960px) {
  .iframe-style .c-reminders-page .c-reminder-content-area .with-userblock .c-user,
  .iframe-style .c-reminders-page .c-reminder-content-area .with-userblock .js-float-text {
    max-width: calc(100vw - 155px);
  }
}
@media (max-width: 760px) {
  .iframe-style .c-reminders-page .c-reminder-content-area .with-userblock .c-user,
  .iframe-style .c-reminders-page .c-reminder-content-area .with-userblock .js-float-text {
    max-width: calc(100vw - 155px);
  }
}
.iframe-style .c-reminders-page .c-completed-reminders-section.bottombar.sticky {
  position: sticky;
  top: calc(100% - 4rem);
}
.iframe-style .c-reminders-page .c-completed-reminders-section.bottombar.sticky.is-shown {
  top: unset;
}
.iframe-style .c-reminders-page .c-completed-reminders-section.bottombar.sticky.is-shown .c-reminders-list {
  max-height: calc(100vh - 8rem);
}
@media (max-width: 760px) {
  .iframe-style .c-reminders-page .c-completed-reminders-section.bottombar.sticky.is-shown .c-reminders-list {
    max-height: calc(100vh - 6rem);
  }
}
.c-report-page {
  padding: 0;
}
.c-report-page h1:last-child {
  margin-bottom: 0;
}
.c-report-page .c-header-section {
  margin: 0 0 16px;
}
.c-report-page .c-report-header .right .c-nav-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-report-page .c-report-header .c-nav-wrapper .c-filter-wrapper #dropdown-funnel-filter .dropdown-toggle {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 45vw;
}
.c-report-page .c-report-header .c-nav-wrapper .c-filter-wrapper .filter-funnel-name {
  white-space: pre-wrap;
  word-break: break-word;
}
.c-report-page .c-report-header .c-nav-wrapper > div.c-hidden-part {
  display: none;
}
.c-report-page .c-report-header .c-nav-wrapper > div.c-hidden-part.is-shown {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-report-page .c-report-header .c-nav-wrapper > div.c-hidden-part:hover {
  background: transparent;
}
.c-report-page .c-report-header .c-nav-wrapper > div.c-hidden-part .c-filter-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-report-page .c-report-header .c-nav-wrapper .c-fields-filter .dropdown-body {
  width: 250px;
}
.c-report-page .c-report-header .c-nav-wrapper .c-tags-filter .dropdown-body {
  width: 250px;
}
.c-report-page .c-report-header .c-nav-wrapper .c-tags-filter .dropdown-toggle .icon.size-14 svg {
  max-width: 15px;
}
.c-report-page .c-report-header .c-nav-wrapper .c-tags-filter li.c-tags-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 4px 6px 2px 6px;
}
.c-report-page .c-report-header .c-nav-wrapper .c-tags-filter li.c-tags-wrapper:hover {
  background: transparent;
}
.c-report-page .c-report-header .c-nav-wrapper .c-tags-filter li.c-tags-wrapper .js-hidden-tags-part {
  display: none;
}
.c-report-page .c-report-header .c-nav-wrapper .c-tags-filter li.c-tags-wrapper .chips {
  line-height: 2.25em;
}
.c-report-page .c-report-header .c-nav-wrapper .c-tags-filter li.c-tags-wrapper a.selected {
  color: #000;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  background: rgba(0,0,0,0.1);
}
.c-report-page .c-report-header .c-nav-wrapper svg.funnel-state {
  max-width: 14.5px;
}
.c-report-page .c-empty-message {
  height: 500px;
  line-height: 500px;
  text-align: center;
  color: var(--text-color-hint);
  border-radius: 0.3rem;
}
.c-report-page .c-report-wrapper {
  margin: 16px 0 0;
}
.c-report-page .c-report-wrapper .c-report-table {
  margin: 0;
}
.c-report-page .c-report-wrapper .c-report-table td {
  padding: 0 4px;
}
.c-report-page .c-report-wrapper .c-report-table td.c-column-bar {
  width: 50%;
}
.c-report-page .c-report-wrapper .c-report-table td.c-column-text {
  width: 20%;
}
.c-report-page .c-report-wrapper .c-report-table td .c-bar-wrapper {
  position: relative;
}
.c-report-page .c-report-wrapper .c-report-table td .c-bar-wrapper:hover .c-text {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-report-page .c-report-wrapper .c-report-table td .c-bar-wrapper .c-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-report-page .c-report-wrapper .c-report-table td .c-bar-wrapper .c-text {
  padding: 12px 6px;
  position: relative;
  text-align: center;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  color: var(--text-color-stronger);
}
.c-report-page .c-report-wrapper .c-reasons-wrapper {
  margin: 40px 0 0;
}
.c-report-page .c-report-wrapper .c-reasons-wrapper .c-reasons-list {
  margin: 8px 0 0;
  padding: 0;
  max-width: 500px;
}
.c-report-page .c-report-wrapper .c-reasons-wrapper .c-reasons-list .c-reason {
  position: relative;
  list-style: none;
  margin: 4px 0 0;
}
.c-report-page .c-report-wrapper .c-reasons-wrapper .c-reasons-list .c-reason:first-child {
  margin-top: 0;
}
.c-report-page .c-report-wrapper .c-reasons-wrapper .c-reasons-list .c-reason .c-column-count {
  width: 10%;
}
.c-report-page .c-report-wrapper .c-reasons-wrapper .c-reasons-list .c-reason .c-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3e7f1;
  border-radius: 3px;
}
.c-report-page .c-report-wrapper .c-reasons-wrapper .c-reasons-list .c-reason .c-text {
  position: relative;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
}
.c-report-page .c-report-wrapper .c-reasons-wrapper .c-reasons-list .c-reason .c-text .c-name {
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-report-page .c-report-wrapper .c-reasons-wrapper .c-reasons-list .c-reason .c-count {
  white-space: nowrap;
}
.c-report-page .c-graph-section {
  margin: 16px 0 0;
}
.c-report-page .c-graph-section .c-graph-wrapper {
  position: relative;
}
.c-report-page .c-graph-section .c-graph-wrapper.is-large .c-graph svg rect {
  stroke-width: 0;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 28.125%;
  overflow: hidden;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg path {
  fill: #f0f0f0;
  stroke-width: 0;
  shape-rendering: auto;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg rect {
  stroke-width: 1px;
  stroke: rgba(255,255,255,0.3);
  fill: #aaa;
  shape-rendering: auto;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .line {
  fill: transparent;
  stroke-width: 2px;
  stroke: rgba(255,255,255,0.1);
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .area {
  stroke: rgba(255,255,255,0.2);
  stroke-width: 2px;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .axis path,
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .axis line {
  fill: none;
  stroke: #999;
  shape-rendering: crispEdges;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .axis text {
  font-family: sans-serif;
  font-size: 11px;
  fill: #999;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .axis .x .domain {
  stroke-width: 1px;
  stroke: #999;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .axis .x line {
  display: none;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .axis .y .domain {
  display: none;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .axis .y line {
  stroke: #999;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .axis .y text {
  fill: #999;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .background {
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .background line {
  stroke: #318bbd;
  shape-rendering: crispEdges;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .background line:first-child {
  shape-rendering: auto;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-graph svg .background rect {
  fill: #fcfeff;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-hint-wrapper {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  border-radius: 2px;
  max-width: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-report-page .c-graph-section .c-graph-wrapper .c-hint-wrapper .line {
  margin-top: 4px;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-hint-wrapper .line:first-child {
  margin-top: 0;
}
.c-report-page .c-graph-section .c-graph-wrapper .c-hint-wrapper.is-shown {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-report-page .c-stage-graph-section h3 {
  margin: 4px 0;
}
.c-report-page .c-stage-graph-section h3:first-child {
  margin-top: 0;
}
.c-report-page .c-stage-graph-section h3:last-child {
  margin-bottom: 0;
}
.c-report-page .c-stage-graph-section .c-empty-chart {
  height: 300px;
  line-height: 300px;
  text-align: center;
  background: #f7f7f7;
  color: #aaa;
}
.c-report-page .c-stage-graph-section .c-stages-wrapper .c-stages-list {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.c-report-page .c-stage-graph-section .c-stages-wrapper .c-stages-list .c-stage-item {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-report-page .c-stage-graph-section .c-stages-wrapper .c-stages-list .c-stage-item:not(.selected) .c-state-block .c-name {
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-report-page .c-stage-graph-section .c-stages-wrapper .c-stages-list .c-stage-item .c-stage-block {
  position: relative;
  width: 100%;
  padding: 0 4px;
  height: 50px;
  line-height: 50px;
}
.c-report-page .c-stage-graph-section .c-stages-wrapper .c-stages-list .c-stage-item .c-stage-block .svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-report-page .c-stage-graph-section .c-stages-wrapper .c-stages-list .c-stage-item .c-stage-block .c-name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  text-shadow: 0 0 5px #fff;
  font-size: 12px;
  line-height: 14px;
  max-height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-report-page .c-stage-graph-section .c-stages-wrapper .c-stages-list .c-stage-item .c-stage-block .c-name i {
  vertical-align: baseline;
  margin: 0 4px 0 0;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper {
  position: relative;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper.is-large .c-graph svg rect {
  stroke-width: 0;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 28.125%;
  overflow: hidden;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg path {
  fill: #f0f0f0;
  stroke-width: 0;
  shape-rendering: auto;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg rect {
  stroke-width: 1px;
  stroke: rgba(255,255,255,0.3);
  fill: #aaa;
  shape-rendering: auto;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .line {
  fill: transparent;
  stroke-width: 2px;
  stroke: rgba(255,255,255,0.1);
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .area {
  stroke: rgba(255,255,255,0.2);
  stroke-width: 2px;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .axis path,
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .axis line {
  fill: none;
  stroke: #999;
  shape-rendering: crispEdges;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .axis text {
  font-family: sans-serif;
  font-size: 11px;
  fill: #999;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .axis .x .domain {
  stroke-width: 1px;
  stroke: #999;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .axis .x line {
  display: none;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .axis .y .domain {
  display: none;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .axis .y line {
  stroke: #999;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .axis .y text {
  fill: #999;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .background {
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .background line {
  stroke: #318bbd;
  shape-rendering: crispEdges;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .background line:first-child {
  shape-rendering: auto;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-graph svg .background rect {
  fill: #fcfeff;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-hint-wrapper {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  border-radius: 2px;
  max-width: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-hint-wrapper .line {
  margin-top: 4px;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-hint-wrapper .line:first-child {
  margin-top: 0;
}
.c-report-page .c-stage-graph-section .c-graph-wrapper .c-hint-wrapper.is-shown {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.crm-search-container-wrapper {
  padding: 0;
}
@media screen and (max-width: 760px) {
  .crm-search-container-wrapper .sidebar.crm-second-sidebar {
    width: 12rem;
    font-size: small;
  }
}
.crm-search-container-wrapper .c-hidden {
  display: none;
}
.crm-search-container-wrapper .collapse-header {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--text-color-heading);
}
.crm-search-container-wrapper .collapse-handler.open svg {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.crm-search-container-wrapper .field option,
.crm-search-container-wrapper .value option,
.crm-search-container-wrapper .field option.value,
.crm-search-container-wrapper .value option.value {
  margin: 0 !important;
  float: none !important;
  width: auto !important;
}
.crm-search-container-wrapper #contacts-container {
  margin-top: 40px;
}
.crm-search-container-wrapper #search-text-big {
  float: left;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  width: 80%;
}
.crm-search-container-wrapper #c-searching {
  margin: 60px 0 0 20px;
  font-size: 1.2em;
  font-weight: bold;
}
.crm-search-container-wrapper .no-border {
  border: none;
}
.crm-search-container-wrapper #c-contacts-count-text {
  margin: 60px 0 0 20px;
  font-size: 1.2em;
}
.crm-search-container-wrapper #c-search-container form {
  overflow: visible;
  position: relative;
}
.crm-search-container-wrapper #c-search-container form .block {
  width: 100%;
}
.crm-search-container-wrapper #c-search-container .field .children {
  margin: 40px 0 15px -140px;
}
@media screen and (max-width: 760px) {
  .crm-search-container-wrapper #c-search-container .field .children {
    margin: 0;
  }
}
.crm-search-container-wrapper #c-search-container .field .inline-value {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 476px;
}
.crm-search-container-wrapper #c-search-container .field.collapsable-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.crm-search-container-wrapper #c-search-container .field input[type=text] {
  width: 270px;
  min-width: 111px;
}
.crm-search-container-wrapper #c-search-container .field input[type=search] {
  width: 270px;
  min-width: 111px;
}
.crm-search-container-wrapper #c-search-container .field select {
  width: 270px;
  min-width: 100px;
}
.crm-search-container-wrapper #c-search-container .field .dropdown {
  margin-top: -4px;
}
.crm-search-container-wrapper #c-search-container .field .dropdown .menu-v {
  max-height: 200px;
  overflow-y: auto;
}
.crm-search-container-wrapper #c-search-container .field:hover .killer {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.crm-search-container-wrapper #c-search-container .field .killer {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
}
.crm-search-container-wrapper #c-search-container .field .subfield {
  display: block;
  margin-top: 10px;
}
.crm-search-container-wrapper #c-search-container .field .subfield.checkbox {
  font-size: 0.9em;
}
.crm-search-container-wrapper #c-search-container .field .subfield.checkbox .name {
  width: 0;
}
.crm-search-container-wrapper #c-search-container .field .subfield.checkbox .value {
  margin-left: 0;
}
.crm-search-container-wrapper #c-search-container .choosen-conditions .condition-item .count {
  font-size: 1.1em;
  color: #000;
  margin-right: 15px;
}
.crm-search-container-wrapper #c-search-container .choosen-conditions .condition-item .killer {
  display: inline-block;
}
.crm-search-container-wrapper #c-search-block .sidebar ul li {
  padding: 0;
}
.crm-search-container-wrapper #c-search-block .sidebar ul li a {
  padding: 0.3rem 0.6rem;
}
.crm-search-container-wrapper #c-search-block .sidebar ul {
  padding-bottom: 0.5rem;
  margin: 0.5rem 0;
}
.dialog.crm-dialog-search-period-wrapper .dialog-body {
  width: 700px;
}
.c-reminder-edit-form-wrapper .errormsg {
  color: var(--alert-warning-text-color);
  cursor: default;
  font-size: 0.875rem;
  text-align: center;
}
.c-reminder-edit-form-wrapper .inline-link.selected {
  color: #f00;
  cursor: default;
}
.c-reminder-edit-form-wrapper .c-date {
  position: relative;
}
.c-reminder-edit-form-wrapper .c-date .c-datepicker {
  width: 40px;
  margin: 0;
  padding: 0 0 0 5px;
  min-width: 4px;
}
.c-reminder-edit-form-wrapper .c-date.is-active .c-hidden {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-reminder-edit-form-wrapper .c-date .c-hidden {
  display: none;
}
.c-reminder-edit-form-wrapper .c-date .js-reset-date:hover {
  color: var(--red);
}
.c-reminder-edit-form-wrapper .c-reminder-type-toggle {
  display: inline-block;
  vertical-align: baseline;
}
.c-reminder-edit-form-wrapper .js-reminder-type-toggle {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  margin-top: -1px;
  max-height: 25px;
}
.c-reminder-edit-form-wrapper .c-time-toggle.is-active .c-hidden {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-reminder-edit-form-wrapper .c-time-toggle .c-hidden {
  display: none;
}
.c-reminder-edit-form-wrapper .c-time-toggle .c-timepicker {
  width: 44px;
  caret-color: transparent;
  padding: 0 0 0 5px;
  margin: 0;
}
.c-reminder-edit-form-wrapper .c-time-toggle .js-reset-time:hover {
  color: var(--red);
}
.c-reminder-edit-form-wrapper .js-autocomplete-deal {
  max-width: 7.65rem;
  padding: 0 0 0 5px;
  margin: 0;
}
.c-reminder-edit-form-wrapper .c-marker .c-marker-content {
  padding-bottom: 2px;
}
.c-reminder-edit-form-wrapper .c-contact-wrapper .ui-widget {
  text-align: left;
  z-index: 1045;
  max-height: 245px;
  max-width: 224px;
  min-width: 192px;
  width: 224px !important;
  overflow-y: auto;
}
.c-reminder-edit-form-wrapper .c-contact-wrapper.is-shown .c-combobox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-reminder-edit-form-wrapper .c-contact-wrapper .c-contact {
  padding: 0;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.c-reminder-edit-form-wrapper .c-contact-wrapper .c-contact .c-name {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  max-width: 100px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-reminder-edit-form-wrapper .c-contact-wrapper .c-combobox {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 5px;
  padding: 0.5rem 0.75rem;
  background: var(--background-color-blank);
  -webkit-box-shadow: 0 0.5rem 1rem -0.5rem var(--dialog-shadow-color);
  box-shadow: 0 0.5rem 1rem -0.5rem var(--dialog-shadow-color);
  border: 1px solid var(--border-color-soft);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1045;
  border-radius: 4px;
}
.c-reminder-edit-form-wrapper .c-contact-wrapper .c-combobox .user-plus {
  color: var(--text-color-hint);
}
.c-reminder-edit-form-wrapper .c-textarea-wrapper textarea {
  vertical-align: top;
  width: 100%;
  height: 25px;
  margin: 0px;
  padding: 0px;
  border: 0;
  background: transparent;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: none;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  min-height: 25px;
}
.c-reminder-edit-form-wrapper .c-textarea-wrapper textarea.error::placeholder {
  color: var(--red);
}
.c-reminder-edit-form-wrapper .c-textarea-wrapper textarea::placeholder {
  color: var(--text-color-hint);
}
.c-reminder-edit-form-wrapper .c-actions .c-status-wrapper .c-error {
  margin: 0 4px 0 0;
  font-size: 12px;
  color: #f00;
}
.c-reminder-edit-form-wrapper .c-actions .c-status-wrapper .c-error:last-child {
  margin-right: 0;
}
.c-reminder-edit-form-wrapper .c-actions .c-status-wrapper .c-error:last-child:after {
  display: none;
}
.c-reminder-edit-form-wrapper .c-actions .c-status-wrapper .c-error:after {
  content: ",";
}
.c-reminder-edit-form-wrapper .dropdown-body {
  width: 150px;
  z-index: 1045 !important;
}
.noscroll {
  overflow-x: hidden;
}
.c-settings-page > .c-layout {
  table-layout: fixed;
}
.c-settings-page .c-page-header {
  margin: 0 0 16px;
}
.c-settings-page .c-page-header:first-child {
  margin-top: 0;
}
.c-settings-page .c-page-header:last-child {
  margin-bottom: 0;
}
.c-settings-page .tabs-wrapper.arrows > ul.tabs-arrows-wrapper.right,
.c-settings-page .tabs-wrapper.arrows > ul.tabs-arrows-wrapper.left {
  background: var(--background-color-blank);
  font-size: 0.8rem;
}
.c-settings-page .dropdown button,
.c-settings-page .dropdown .button,
.c-settings-page .dropdown input[type="button"] {
  text-align: left;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  gap: 0.3rem;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 760px) {
  .c-settings-page {
    -webkit-tap-highlight-color: transparent;
  }
  .c-settings-page .c-add-wrapper {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-settings-page .c-tabs-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-settings-page .c-companies-wrapper {
    max-width: 100%;
  }
  .c-settings-page .content.content-mobile-friendly {
    width: calc(100vw - 3rem);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-settings-page .sidebar {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-settings-page .sidebar ul.menu > li > a {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0.75rem;
  }
  .c-settings-page .sidebar:not(.sidebar-opened) {
    width: 3rem;
  }
  .c-settings-page .sidebar:not(.sidebar-opened) ul.menu > li > a svg {
    margin-right: 0;
  }
  .c-settings-page .sidebar:not(.sidebar-opened) .c-settings-sidebar-name {
    display: none;
  }
  .c-settings-page .sidebar.sidebar-opened {
    width: 15rem;
  }
  .c-settings-page .sidebar.sidebar-opened .c-settings-sidebar-name {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-animation: fadeInFromNone 0.3s ease-out;
    -moz-animation: fadeInFromNone 0.3s ease-out;
    -o-animation: fadeInFromNone 0.3s ease-out;
    -ms-animation: fadeInFromNone 0.3s ease-out;
    animation: fadeInFromNone 0.3s ease-out;
  }
  .c-settings-page .mobile-scroll {
    max-width: 70vw;
    white-space: pre-wrap;
    overflow: scroll;
  }
@-moz-keyframes fadeInFromNone {
    0% {
      height: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    65% {
      height: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    100% {
      height: 100%;
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
}
@-webkit-keyframes fadeInFromNone {
    0% {
      height: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    65% {
      height: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    100% {
      height: 100%;
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
}
@-o-keyframes fadeInFromNone {
    0% {
      height: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    65% {
      height: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    100% {
      height: 100%;
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
}
@keyframes fadeInFromNone {
    0% {
      height: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    65% {
      height: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    100% {
      height: 100%;
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
}
}
@media (max-width: 550px) {
  .c-settings-page .article .article-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .c-settings-page .fields .field-group,
  .c-settings-page .fields .fields-group {
    padding: 1rem 0.6rem;
  }
  .c-settings-page .c-page-header {
    font-size: 1.75rem;
  }
}
.crm-field-set-wrapper .crm-label-wrapper {
  font-weight: bold;
  font-size: 1.05em;
  margin-bottom: 10px;
}
.crm-field-set-wrapper .crm-label-wrapper .crm-label-right {
  float: right;
}
.crm-field-set-wrapper .crm-fields-wrapper {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  table-layout: fixed;
}
.crm-field-set-wrapper .crm-fields-row-3-columns {
  display: table-row;
  width: 100%;
}
.crm-field-set-wrapper .crm-fields-row-3-columns .crm-field-column-1,
.crm-field-set-wrapper .crm-fields-row-3-columns .crm-field-column-2,
.crm-field-set-wrapper .crm-fields-row-3-columns .crm-field-column-3 {
  display: table-cell;
  width: 33%;
}
.crm-field-set-wrapper .crm-fields-row-3-columns .crm-field-column-1.crm-text-column {
  text-align: right;
  padding-right: 20px;
  vertical-align: top;
  padding-top: 2px;
}
.crm-field-set-wrapper .crm-fields-row {
  display: table-row;
  width: 100%;
}
.crm-field-set-wrapper .crm-fields-row .crm-field-column {
  display: table-cell;
  width: 100%;
}
.crm-field-set-wrapper .crm-fields-row .crm-field-column-1 {
  display: table-cell;
  width: 33%;
  text-align: right;
  padding-right: 20px;
  vertical-align: top;
  padding-top: 2px;
}
.crm-field-set-wrapper .crm-fields-row .crm-field-column-2 {
  display: table-cell;
  width: 66%;
}
.crm-field-set-wrapper .crm-input-wrapper {
  margin-right: 8px;
}
.crm-field-set-wrapper .crm-input-wrapper input[type="text"],
.crm-field-set-wrapper .crm-input-wrapper textarea,
.crm-field-set-wrapper .crm-input-wrapper select {
  width: 100%;
}
.crm-field-set-wrapper .crm-input-wrapper textarea {
  min-height: 100px;
}
.crm-field-set-wrapper .crm-input-wrapper .crm-ext-field-input-wrapper {
  width: 60%;
  display: inline-block;
  margin-right: 8px;
}
.crm-field-set-wrapper .crm-input-wrapper .crm-ext-field-select-wrapper {
  width: 30%;
  display: inline-block;
}
.crm-field-set-wrapper .crm-input-wrapper .crm-ext-field-select-wrapper select {
  font-size: 0.8em;
}
.crm-field-set-wrapper .crm-estimated-amount-input,
.crm-field-set-wrapper .crm-estimated-amount-currency-select,
.crm-field-set-wrapper .crm-estimated-date-input {
  width: 30%;
  min-width: 30%;
}
.crm-form-page .crm-forms-sidebar ul.c-form-list {
  margin: 0 0 16px;
}
.crm-form-page .crm-forms-sidebar ul.c-form-list .c-form-item {
  line-height: 32px;
}
.crm-form-page .crm-forms-sidebar ul.c-form-list .c-form-item img {
  vertical-align: top;
  max-width: 32px;
}
.crm-form-page .crm-forms-sidebar ul.c-form-list .c-form-item a {
  text-decoration: none;
  border-radius: 5px;
}
.crm-form-page .crm-forms-sidebar ul.c-form-list .c-form-item > * {
  vertical-align: middle;
}
.crm-form-page .crm-forms-sidebar ul.c-form-list .c-form-item .c-state {
  text-shadow: 0 0 3px rgba(255,255,255,0.5);
  white-space: nowrap;
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.2em;
  word-wrap: break-word;
  background: #f8f8f8;
  border-color: #ccc;
  line-height: 16px;
}
.crm-form-page .crm-forms-sidebar ul.c-form-list .c-form-item .c-name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 fit-content;
  -ms-flex: 0 0 fit-content;
  flex: 0 0 fit-content;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  line-height: 30px;
  padding-right: 0.25rem;
}
.crm-form-page .crm-forms-sidebar ul.c-form-list .c-form-item .icon.funnel-state {
  margin: 0;
  margin-left: 0.4rem;
}
.crm-form-page .crm-form-content {
  padding: 0;
}
.crm-form-page .crm-form-content form {
  overflow: inherit;
}
.crm-form-page .crm-form-content .crm-form-header {
  padding: 0 0 20px;
}
.crm-form-page .crm-form-content .crm-form-header .crm-name-input {
  font-weight: bold;
  width: 100%;
  font-size: 1.2em;
}
.crm-form-page .crm-form-content .crm-form-constructor {
  margin: 0 auto;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block {
  max-width: 600px;
  min-width: 100px;
  margin: 0 auto;
  width: 100%;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block {
  border: 1px solid var(--light-gray);
  margin: 15px 0;
  width: 100%;
  border-radius: 5px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields {
  margin-top: 14px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field input[type=text],
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field input[type=password],
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field textarea,
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field input[type=text].crm-birthday-input,
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field input[type=password].crm-birthday-input,
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field textarea.crm-birthday-input,
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field select.crm-birthday-input {
  width: auto;
  min-width: inherit;
  margin-left: 2px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 6px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line .crm-form-field-col {
  display: table-cell;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line .crm-form-field-col.crm-sorting-col {
  width: 2%;
  cursor: move;
  padding: 0 10px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line .crm-form-field-col.crm-caption-col {
  width: 30%;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line .crm-form-field-col.crm-delete-col {
  width: 5%;
  padding-left: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line:hover .crm-delete-col {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line.crm-form-field-1st-line .crm-input-col {
  width: 60%;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line.crm-form-field-1st-line .crm-input-col p {
  margin: 0;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line.crm-form-field-1st-line .crm-input-col p label {
  display: block;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line.crm-form-field-2st-line {
  display: none;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line .c-field-wrapper {
  position: relative;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line .c-field-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field.crm-caption-style-above .crm-form-field-line.crm-form-field-1st-line .crm-input-col > * {
  display: none;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field.crm-caption-style-above .crm-form-field-line.crm-form-field-2st-line {
  display: table;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field.crm-caption-style-above .crm-form-field-line.crm-form-field-2st-line .crm-delete-col > *,
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field.crm-caption-style-above .crm-form-field-line.crm-form-field-2st-line .crm-sorting-col > * {
  display: none;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field.crm-caption-style-above .crm-form-field-line.crm-form-field-2st-line .crm-input-col {
  width: 90%;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field.crm-caption-style-none .crm-form-field-line.crm-form-field-1st-line {
  display: none;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field.crm-caption-style-none .crm-form-field-line.crm-form-field-2st-line {
  display: table;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field.crm-caption-style-none .crm-form-field-line.crm-form-field-2st-line .crm-input-col {
  width: 90%;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-horizontal-rule {
  margin-top: 6px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .crm-form-field.crm-form-field-template {
  display: none;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .wa-captcha {
  position: relative;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .wa-captcha strong {
  position: absolute;
  top: 8px;
  left: 120px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .wa-captcha .wa-captcha-refresh {
  display: inline-block;
  clear: left;
  font-size: 0.8em;
  text-decoration: underline;
  color: #aaa;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .wa-captcha .wa-captcha-input {
  min-width: 58px !important;
  width: 58px !important;
  position: absolute;
  top: 8px;
  left: 135px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .c-agreement-checkbox-wrapper {
  position: relative;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .c-agreement-checkbox-wrapper input[type=checkbox] {
  position: absolute;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .c-agreement-checkbox-wrapper .c-agreement-checkbox-html-label {
  display: inline-block !important;
  margin-left: 16px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .c-agreement-checkbox-wrapper .c-agreement-checkbox-html-label.c-disabled {
  color: #aaa;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .c-agreement-checkbox-wrapper .c-agreement-checkbox-html-label.c-disabled a {
  color: #aaa !important;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-form-fields .c-agreement-checkbox-wrapper .c-agreement-checkbox-html-label.c-disabled a:hover {
  color: #aaa !important;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-add-new-field-wrapper {
  position: relative;
  margin: 26px 0;
  padding-left: 30px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-add-new-field-wrapper .crm-available-fields {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  background: #fff;
  border: 2px solid #aaa;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-add-new-field-wrapper .crm-available-fields .crm-form-field {
  cursor: pointer;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-add-new-field-wrapper .crm-available-fields .crm-form-field.crm-top-bordered {
  border-top: 1px dashed #000;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-add-new-field-wrapper .crm-available-fields .crm-form-field.crm-bottom-bordered {
  border-bottom: 1px dashed #000;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-add-new-field-wrapper .crm-available-fields .crm-form-field:not(.crm-hint):hover {
  background-color: #e1e1e1;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-add-new-field-wrapper .crm-available-fields .crm-form-field a {
  padding-left: 14px;
  line-height: 20px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-add-new-field-wrapper .crm-available-fields .crm-form-field .hint {
  display: inline-block;
  margin: 10px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-add-new-field-wrapper .crm-available-fields .crm-form-field.crm-disabled {
  cursor: default;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-add-new-field-wrapper .crm-available-fields .crm-form-field.crm-disabled a {
  color: #aaa;
  cursor: default;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-add-new-field-wrapper .crm-available-fields .crm-form-field.crm-disabled a:hover {
  color: #aaa !important;
  cursor: default;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-submit-button-wrapper {
  margin: 20px 0;
  padding-left: 30px;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-submit-button-wrapper .crm-submit-button-wrapper-on-hover {
  display: inline-block;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-fields-block .crm-submit-button-wrapper .crm-submit-button-wrapper-on-hover:hover input[type=button] {
  border-style: dotted;
  border-color: #00f;
  background: none;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-width-wrapper {
  margin-top: 10px;
  padding-top: 10px;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  position: relative;
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-width-wrapper input {
  width: 50px !important;
  text-align: center;
  min-width: 20px !important;
  margin: 0 auto !important;
  position: relative;
  top: 10px;
  z-index: 2;
  display: block;
  background: var(--background-color-blank);
}
.crm-form-page .crm-form-content .crm-form-constructor .crm-form-preview-block .crm-form-width-wrapper .crm-form-width-label {
  font-size: 0.8em;
  display: block;
  margin: 10px auto;
  text-align: center;
  position: relative;
  top: -10px;
  border-top: 1px solid var(--light-gray);
  padding-top: 14px;
}
.crm-form-page .crm-form-content .crm-form-section .c-deal-section {
  padding: 0;
}
.crm-form-page .crm-form-content .crm-form-section .c-deal-section .svg-icon {
  vertical-align: top;
  margin-top: 0;
}
.crm-form-page .crm-form-content .crm-form-section .c-deal-section .c-funnels-list,
.crm-form-page .crm-form-content .crm-form-section .c-deal-section .c-stages-list {
  display: inline-block;
  margin: 0 0 0 8px;
}
.crm-form-page .crm-form-content .crm-form-section .c-deal-section .c-funnels-list .dropdown .dropdown-body .icon,
.crm-form-page .crm-form-content .crm-form-section .c-deal-section .c-stages-list .dropdown .dropdown-body .icon {
  margin-right: 0.3rem;
}
.crm-form-page .crm-form-content .crm-form-section .c-deal-section .c-funnels-list .dropdown .menu,
.crm-form-page .crm-form-content .crm-form-section .c-deal-section .c-stages-list .dropdown .menu {
  margin-bottom: 0;
}
.crm-form-page .crm-form-content .crm-form-section .c-deal-section .c-funnels-list .dropdown .menu svg,
.crm-form-page .crm-form-content .crm-form-section .c-deal-section .c-stages-list .dropdown .menu svg {
  margin-right: 0.25rem;
}
.crm-form-page .crm-form-content .crm-form-section .c-deal-section .c-funnels-list .c-visible-link span,
.crm-form-page .crm-form-content .crm-form-section .c-deal-section .c-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .ace,
.crm-form-page .crm-form-content .crm-form-section .crm-email-template-editor .ace {
  border: 0;
  background-color: var(--background-color-input);
  padding: 15px 12px;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .ace .ace-eclipse,
.crm-form-page .crm-form-content .crm-form-section .crm-email-template-editor .ace .ace-eclipse {
  background-color: transparent;
  color: var(--input-color);
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .ace .ace-eclipse .ace_scroller,
.crm-form-page .crm-form-content .crm-form-section .crm-email-template-editor .ace .ace-eclipse .ace_scroller {
  background-color: transparent;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .ace .ace-eclipse .ace_active-line,
.crm-form-page .crm-form-content .crm-form-section .crm-email-template-editor .ace .ace-eclipse .ace_active-line {
  background-color: var(--menu-selected-background-color-hover);
}
.crm-form-page .crm-form-content .crm-form-section .crm-fields .crm-field {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.crm-form-page .crm-form-content .crm-form-section .crm-fields .crm-field .crm-name-col {
  display: table-cell;
  width: 165px;
  padding-right: 15px;
  color: #888;
  font-size: 0.95em;
  vertical-align: top;
}
.crm-form-page .crm-form-content .crm-form-section .crm-fields .crm-field .crm-input-col-1,
.crm-form-page .crm-form-content .crm-form-section .crm-fields .crm-field .crm-input-col-2 {
  display: table-cell;
  max-width: 300px;
}
.crm-form-page .crm-form-content .crm-form-section .crm-fields .crm-field .crm-input-col-1 select,
.crm-form-page .crm-form-content .crm-form-section .crm-fields .crm-field .crm-input-col-2 select {
  width: 100%;
}
.crm-form-page .crm-form-content .crm-form-section .crm-fields .crm-field .crm-input-col-1 .crm-input-wrapper {
  margin-right: 8px;
}
.crm-form-page .crm-form-content .crm-form-section .crm-fields .crm-field .crm-input-col-2 .crm-input-wrapper {
  margin-right: 0;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-section-header {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 0 20px;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-section-content {
  margin: 10px 0 0 0;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-section-content .crm-smarty-helper {
  border: 1px solid var(--border-color-input);
  border-radius: 2px;
  background-color: var(--background-color-input);
  padding: 2px 4px;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-section-content .crm-copy {
  margin: 0;
  cursor: pointer;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-section-content .crm-iframe-code {
  width: 100%;
  height: 140px;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-section-content .crm-confirmation-enable-text {
  font-size: 0.8em;
  color: #f00;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-section-content .crm-form-toggle-block-content.is-hidden {
  display: none;
}
.crm-form-page .crm-form-content .crm-form-section .c-with-contact-section .c-segments-ul input {
  margin-top: 0.1em;
  margin-right: 0.4em;
}
.crm-form-page .crm-form-content .crm-form-section .c-with-contact-section .c-segments-ul .c-name-wrapper .size-16 {
  margin-right: 0.2rem;
}
.crm-form-page .crm-form-content .crm-form-section .c-with-contact-section .c-segments-ul .c-name-wrapper .size-16 svg {
  max-width: 18px;
  color: var(--menu-glyph-color);
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .wa-editor-core-wrapper {
  background: var(--background-color);
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .crm-fields {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 40px;
  margin-top: -40px;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .crm-fields .crm-field {
  display: table-row;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .crm-fields .crm-field .crm-name {
  display: table-cell;
  width: 165px;
  padding-right: 15px;
  color: #888;
  font-size: 0.95em;
  vertical-align: top;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .crm-fields .crm-field .crm-value {
  display: table-cell;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .crm-fields .crm-field .crm-value input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .crm-fields .crm-field .crm-value .c-hint {
  margin-top: 10px;
  width: 100%;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .crm-after-auth-block .crm-line {
  margin-top: 10px;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .crm-after-auth-block .crm-personal-portal-not-available {
  color: #f00;
  margin-left: 17px;
  font-size: 0.8em;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block input[type=text],
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block select,
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block textarea {
  min-width: 400px;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block textarea {
  height: 70px;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .crm-hint {
  max-width: 400px;
  margin-top: 6px;
}
.crm-form-page .crm-form-content .crm-form-section .crm-form-email-confirm-block .c-editor-wrapper {
  border: 1px solid var(--background-color-input-solid);
}
.crm-form-page textarea {
  height: 70px;
}
.crm-form-page .c-settings-wrapper {
  margin: 32px 0 0;
  border-top: 1px solid var(--light-gray);
  padding: 16px 0 0;
}
.crm-form-page .c-settings-wrapper .c-toggle-wrapper .c-off-label {
  color: #000;
}
.crm-form-page .c-settings-wrapper .c-toggle-wrapper .c-on-label {
  color: #808080;
}
.crm-form-page .c-settings-wrapper .c-toggle-wrapper.is-on .c-off-label {
  color: #808080;
}
.crm-form-page .c-settings-wrapper .c-toggle-wrapper.is-on .c-on-label {
  color: #000;
}
.crm-form-page .c-settings-wrapper .c-toggle-wrapper .ibutton-container {
  border-radius: 4px;
  overflow: hidden;
}
.crm-form-page .c-settings-wrapper .c-toggle-wrapper .ibutton-container .ibutton-label-off {
  background-position: 0 0;
}
.crm-form-page .c-settings-wrapper .c-toggle-wrapper .ibutton-container .ibutton-padding-right {
  display: none;
}
.crm-form-page .c-settings-wrapper .c-captcha-options {
  margin: 16px 0 0;
}
.crm-form-page .c-settings-wrapper .c-footer-actions {
  margin: 32px 0 0;
}
.crm-form-page .c-settings-wrapper .c-footer-actions.is-changed .c-hidden {
  display: inline-block;
}
.crm-form-page .c-settings-wrapper .c-footer-actions .c-hidden {
  display: none;
}
.crm-form-page .c-settings-wrapper .c-footer-actions .c-loading,
.crm-form-page .c-settings-wrapper .c-footer-actions .c-yes-status {
  margin: 0;
  vertical-align: middle;
}
.crm-settings-form-paragraph-edit-wrapper textarea {
  width: 450px;
  height: 200px;
}
.crm-field-constructor-wrapper .hint {
  padding: 0 2px;
}
.crm-field-constructor-wrapper .field .sort {
  cursor: move;
}
.crm-field-constructor-wrapper .fieldset {
  overflow: hidden;
  margin-bottom: 20px;
}
.crm-field-constructor-wrapper .fieldset.no-border {
  border: none;
}
.crm-field-constructor-wrapper .fieldset .fields {
  min-width: 370px;
}
.crm-field-constructor-wrapper .fieldset .field .name {
  color: var(--text-color-stronger);
}
@media (min-width: 761px) {
  .crm-field-constructor-wrapper .fieldset .field .name {
    width: 47%;
  }
}
.crm-field-constructor-wrapper .js-other-fields .crm-edit-field-link:not(:hover) > .edit {
  visibility: hidden;
}
.crm-dialog-edit-field-wrapper .crm-values-textarea-wrapper textarea {
  min-width: 350px;
}
.crm-dialog-edit-field-wrapper .ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 210px;
  display: inline-block;
  overflow: hidden;
}
.crm-dialog-edit-field-wrapper .errormsg {
  font-size: 87.5%;
  color: #f00;
}
.crm-dialog-edit-field-wrapper .dialog-body {
  width: 650px;
}
.crm-dialog-edit-field-wrapper .dialog-body .subfields-list tr:hover .c-link-wrapper a {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.crm-dialog-edit-field-wrapper .dialog-body .subfields-list .add-field {
  line-height: 2rem;
}
.crm-dialog-edit-field-wrapper .dialog-body .c-link-wrapper {
  text-align: right;
}
.crm-dialog-edit-field-wrapper .dialog-body .c-link-wrapper a {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.crm-dialog-edit-field-wrapper .dialog-body .c-link-wrapper .installer-small-icon {
  margin: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  filter: grayscale(50%);
}
.ui-sortable .sort {
  cursor: move;
}
.editor-on .edit {
  visibility: hidden;
}
.editor-off .name-input {
  display: none;
}
.editor-off .field-advanced-settings > * {
  display: none;
}
.editor-off .show-in-readonly {
  display: block;
}
.editor-on .show-in-readonly {
  display: none;
}
.editor-on .name-label {
  display: none;
}
.editor-on .name-hint {
  display: none;
}
.show-always {
  display: block;
}
.type-selector {
  margin-top: 5px;
}
.hide-when-field-enabled {
  display: none;
}
.ibutton-container.mini {
  width: 32px;
}
.ibutton-handle {
  width: 6px;
}
#main-field-list .setup-default-value-link,
#main-field-list .default-value-editor {
  display: none;
}
.crm-dialog-wrapper .subfields-value-dialog {
  max-width: 600px;
  margin: 0 auto;
}
.subfields-list .installer-small-icon {
  width: 16px;
  margin: -0.1em 0.25em 0 0;
  padding: 0;
}
.c-funnels-page .c-funnels-section .c-add-wrapper {
  display: inline-block;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 0px;
}
@media (max-width: 760px) {
  .c-funnels-page .c-funnels-section .c-funnels-wrapper {
    max-width: 100%;
  }
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper.type-1 .c-action.left {
  display: none;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper.type-1 .c-action.right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper.type-2 .c-action.left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper.type-2 .c-action.right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper.type-3 .c-action.left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper.type-3 .c-action.right {
  display: none;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper .c-action {
  display: none;
  position: absolute;
  color: var(--light-gray);
  width: 40px;
  height: 100%;
  cursor: pointer;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper .c-action.left {
  left: 0;
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -o-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -ms-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: linear-gradient(-90deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper .c-action.right {
  right: 0;
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -o-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -ms-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper .c-action svg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper .c-action:hover svg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper ul.tabs {
  position: relative;
  overflow-x: unset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper .c-funnels-list .c-funnel:first-child a,
.c-funnels-page .c-funnels-section .c-funnels-wrapper .c-funnels-list .c-funnel.selected a {
  cursor: default;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper .c-funnels-list .c-funnel .color {
  position: relative;
  top: 3px;
  margin: 0;
  vertical-align: baseline;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper .c-funnels-list .c-funnel .c-link .c-name {
  display: inline-block;
  vertical-align: top;
  max-width: 150px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-funnels-page .c-funnels-section .c-funnels-wrapper .c-funnels-list .c-funnel .c-funnel-color-item {
  padding: 0.5rem;
}
.c-funnels-page .c-funnel-color-item {
  padding: 0.45rem;
  border-radius: 1rem;
  display: block;
  border: 1px solid var(--light-gray);
}
.c-funnels-page .c-funnel-section {
  border-top: 1px solid var(--light-gray);
  padding: 20px 0 0;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section {
  margin: 16px 0 0;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-colors {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-colors .c-color-wrapper {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 2px 8px 2px 0;
  padding: 0;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-colors .c-color-wrapper:last-child {
  margin-right: 0;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-colors .c-color-wrapper .color {
  margin: 0;
  cursor: pointer;
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  filter: alpha(opacity=33);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-colors .c-color-wrapper .color.is-active,
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-colors .c-color-wrapper .color:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  border-color: rgba(0,0,0,0.5);
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-toggle-wrapper {
  padding: 0 0 0 20px;
  white-space: nowrap;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-toggle-wrapper.is-hidden .c-color-picker {
  visibility: hidden;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-toggle-wrapper .c-field {
  width: 100px;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-toggle-wrapper .c-toggle-block {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-toggle-wrapper .c-toggle-block .c-toggle {
  cursor: pointer;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-toggle-wrapper .c-toggle-block .c-color-picker {
  position: absolute;
  top: 100%;
  right: 100%;
  margin: 3px 4px 0 0;
  background: var(--background-color-blank);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-stages {
  display: table;
  width: 100%;
  margin: 16px 0 0;
  padding: 0;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-stages .c-stage {
  display: table-cell;
  vertical-align: top;
  padding: 0 5.333333333333333px;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-stages .c-stage:first-child {
  padding: 0 10.666666666666666px 0 0;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-stages .c-stage:last-child {
  padding: 0 0 0 10.666666666666666px;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-stages .c-stage .c-ornament {
  position: relative;
  height: 16px;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-color-section .c-stages .c-stage .c-ornament .svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section {
  margin: 36px 0 0;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list {
  margin-bottom: 0.75rem;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list .c-stage {
  line-height: 22px;
}
@media (max-width: 760px) {
  .c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list .c-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list .c-stage:first-child:last-child .c-delete-link {
  display: none;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list .c-stage:hover .c-delete-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list .c-stage .c-delete-link {
  font-size: 0.875rem;
  margin-left: 8px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list .c-stage .c-sort-toggle {
  position: relative;
  top: 3px;
  vertical-align: baseline;
  margin: 0 4px 0 0;
  cursor: move;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list .c-stage .c-time-limit-wrapper {
  display: inline-block;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list .c-stage .c-time-limit-wrapper.is-extended .c-visible {
  display: none;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list .c-stage .c-time-limit-wrapper.is-extended .c-hidden {
  display: inline-block;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list .c-stage .c-time-limit-wrapper .c-hidden {
  display: none;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-stages-list .c-stage .c-time-limit-wrapper .c-time-field {
  width: 50px;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-stages-section .c-actions {
  margin: 8px 0 0;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-deal-fields {
  margin: 20px 0 0;
  border-top: 1px solid var(--light-gray);
  padding: 10px 0 0;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-deal-fields .fields {
  margin-top: 10px;
  display: table;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-deal-fields .fields .field {
  display: table-row;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-deal-fields .fields .field:not(:first-child):hover {
  background-color: #f7f7f7;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-deal-fields .fields .field.title {
  color: var(--text-color-strong);
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-deal-fields .fields .field.title .name {
  font-size: 1rem;
  color: var(--text-color-strong);
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-deal-fields .fields .field .name {
  float: none;
  display: table-cell;
  padding: 6px 0 6px 10px;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-deal-fields .fields .field .value {
  display: table-cell;
  padding: 4px 25px;
  text-align: center;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-access-section {
  margin: 20px 0 0;
  border-top: 1px solid var(--light-gray);
  padding: 10px 0 0;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-access-section .c-no-access-wrapper.is-active .c-visible {
  display: none;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-access-section .c-no-access-wrapper.is-active .c-hidden {
  display: block;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-access-section .c-no-access-wrapper .c-hidden {
  display: none;
}
.c-funnels-page .c-funnel-section .c-funnel-form .c-access-section .c-access-item select {
  width: 200px;
}
.c-funnels-page .c-funnel-section .c-funnel-actions {
  margin: 20px 0 0;
}
.c-payments-page .c-companies-header .c-add-wrapper {
  display: inline-block;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-payments-page .c-payment-section {
  border-top: 1px solid var(--light-gray);
}
.c-payments-page .c-payment-section .c-payments-header {
  margin: 0 0 10px;
}
.c-payments-page .c-payment-section .c-payments-list {
  margin-top: 1rem;
}
.c-payments-page .c-payment-section .c-payments-list div.with-icons {
  line-height: 1.5em;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-payments-page .c-payment-section .c-payments-list .s-payment-shipping-logo {
  max-width: 60px;
}
.c-payments-page .c-payment-section .c-payments-list .sort {
  cursor: move;
}
.c-payments-page .c-payment-section .dropdown > .dropdown-body {
  max-height: 300px;
}
.c-payment-page .field .value textarea {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
.c-payment-page .c-payment-page-edit .s-payment-shipping-logo {
  vertical-align: top;
}
.c-companies-page .c-companies-header .c-add-wrapper {
  display: inline-block;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-companies-page .c-company-section {
  border-top: 1px solid var(--light-gray);
}
.c-companies-page .c-company-section .field input[type="text"],
.c-companies-page .c-company-section .field textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 350px;
  min-width: 0;
}
.c-companies-page .c-company-section .field textarea {
  resize: vertical;
}
.c-companies-page .c-company-section .c-image-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 350px;
}
.c-companies-page .c-company-section .c-image-section.is-empty {
  width: 350px;
  height: 100px;
}
.c-companies-page .c-company-section .c-image-section.is-empty .c-drop-area .c-drop-hint {
  display: block;
}
.c-companies-page .c-company-section .c-image-section.is-empty .c-image-wrapper {
  display: none;
}
.c-companies-page .c-company-section .c-image-section.is-empty .c-delete-image {
  display: none;
}
.c-companies-page .c-company-section .c-image-section .c-image-wrapper {
  border: 1px solid var(--light-gray);
  max-width: 100%;
}
.c-companies-page .c-company-section .c-image-section .c-image-wrapper img {
  vertical-align: top;
  max-width: 100%;
  max-height: 200px;
}
.c-companies-page .c-company-section .c-image-section .c-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
.c-companies-page .c-company-section .c-image-section .c-drop-area.is-highlighted {
  background: rgba(255,255,204,0.33);
}
.c-companies-page .c-company-section .c-image-section .c-drop-area.is-highlighted .c-drop-hint {
  padding: 0;
  border: 2px dashed var(--light-gray);
}
.c-companies-page .c-company-section .c-image-section .c-drop-area.is-hover {
  background: #ffc;
}
.c-companies-page .c-company-section .c-image-section .c-drop-area .c-drop-hint {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 100px;
  padding: 1px;
  border: 1px solid var(--light-gray);
  text-align: center;
}
.c-companies-page .c-company-section .c-image-section .c-drop-area input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  min-width: 0;
}
.c-companies-page .c-company-section .c-image-section .c-delete-image {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  color: #888;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.c-companies-page .c-company-section .c-image-section .c-delete-image svg {
  vertical-align: baseline;
}
.c-companies-page .c-company-section .c-image-section .c-delete-image:hover {
  background: #f0f0f0;
  color: #000;
}
@media (max-width: 760px) {
  .c-companies-page .c-company-section .c-image-section {
    max-width: 100%;
  }
  .c-companies-page .c-company-section .c-image-section.is-empty {
    width: 100%;
  }
}
.c-companies-page .c-company-section ul.c-options-list {
  margin: 0;
}
.c-companies-page .c-company-section ul.c-options-list a {
  display: inline;
}
.c-companies-page .c-company-section ul.c-options-list li.c-tax-option {
  font-size: 0.875rem;
  padding-bottom: 0.75rem;
}
.c-companies-page .c-company-section ul.c-options-list li.c-tax-option:first-child {
  padding-top: 0;
  margin-top: 0;
}
.c-companies-page .c-company-section ul.c-options-list li.c-tax-option:not(:first-child) {
  margin-top: 0;
}
.c-companies-page .c-company-section ul.c-options-list li.c-tax-option:hover .c-delete-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-companies-page .c-company-section ul.c-options-list li.c-tax-option > * {
  display: inline-block;
  vertical-align: baseline;
}
.c-companies-page .c-company-section ul.c-options-list li.c-tax-option .js-sort-toggle {
  cursor: move;
}
.c-companies-page .c-company-section ul.c-options-list li.c-tax-option input {
  margin: 0 1px 0 8px;
  width: 50px;
  min-width: 0;
  text-align: center;
}
.c-companies-page .c-company-section ul.c-options-list li.c-tax-option input::placeholder {
  color: var(--light-gray);
}
.c-companies-page .c-company-section ul.c-options-list li.c-tax-option .c-delete-link {
  margin: 0 0 0 8px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-companies-page .c-company-section ul.c-options-list li.c-tax-option .c-delete-link > i {
  margin: 0;
  vertical-align: baseline;
}
.c-companies-page .c-company-section ul.c-options-list li.c-tax-option .wa-select {
  margin-left: 0.5rem;
}
.c-companies-page .c-company-section ul.c-options-list + * {
  margin-top: 8px;
}
.c-companies-page .c-company-section .c-templates-section {
  border-top: 1px solid var(--light-gray);
  padding: 16px 0 0;
  margin: 16px 0 0;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0rem 0rem -0.75rem 0rem;
}
@media (min-width: 769px) {
  .c-companies-page .c-company-section .c-templates-section .c-templates-slider {
    max-width: calc(100vw - 420px);
  }
}
@media (min-width: 1201px) {
  .c-companies-page .c-company-section .c-templates-section .c-templates-slider {
    max-width: calc(100vw - 484px);
  }
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider ul.tabs > li:not(:empty):last-child {
  margin-right: 0em;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider ul.tabs > li:not(:empty):first-child {
  margin-left: 0em;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider ul.tabs > li:not(:empty) {
  margin: 1em 0.75em;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider.type-1 .c-action.left {
  display: none;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider.type-1 .c-action.right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider.type-2 .c-action.left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider.type-2 .c-action.right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider.type-3 .c-action.left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider.type-3 .c-action.right {
  display: none;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider .c-action {
  display: none;
  position: absolute;
  color: var(--light-gray);
  width: 40px;
  height: 100%;
  cursor: pointer;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider .c-action.left {
  left: 0;
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -o-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -ms-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: linear-gradient(-90deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider .c-action.right {
  right: 0;
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -o-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -ms-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider .c-action svg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider .c-action:hover svg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.c-companies-page .c-company-section .c-templates-section .c-templates-slider .c-templates-list .c-template-wrapper {
  white-space: normal;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-list {
  position: relative;
  overflow-x: unset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-list .c-template-wrapper {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  width: 250px;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-list .c-template-wrapper:not(.is-active) .c-template-block {
  cursor: pointer;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-list .c-template-wrapper.is-active .c-template-block,
.c-companies-page .c-company-section .c-templates-section .c-templates-list .c-template-wrapper:hover .c-template-block {
  background: var(--highlighted-yellow);
  border-color: var(--yellow);
}
.c-companies-page .c-company-section .c-templates-section .c-templates-list .c-template-wrapper input {
  display: none;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-list .c-template-wrapper .c-template-block {
  position: relative;
  border: 1px solid var(--border-color-soft);
  padding: 0px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.07), 0 0.25rem 0.5rem -0.25rem rgba(0,0,0,0.13);
  box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.07), 0 0.25rem 0.5rem -0.25rem rgba(0,0,0,0.13);
}
.c-companies-page .c-company-section .c-templates-section .c-templates-list .c-template-wrapper .c-template-block:hover {
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.12), 0 0.25rem 0.5rem -0.25rem rgba(0,0,0,0.17);
  box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.12), 0 0.25rem 0.5rem -0.25rem rgba(0,0,0,0.17);
}
.c-companies-page .c-company-section .c-templates-section .c-templates-list .c-template-wrapper .c-template-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-list .c-template-wrapper .c-template-block .c-frame-wrapper {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  border: 1px solid var(--border-color-input);
  border-radius: 0.5rem 0.5rem 0 0;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-list .c-template-wrapper .c-template-block .c-frame-wrapper iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 400%;
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -o-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  border: 0;
}
.c-companies-page .c-company-section .c-templates-section .c-templates-list .c-template-wrapper .c-template-block .c-title {
  text-align: center;
  max-width: 240px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper {
  margin: 32px 0 0;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section {
  margin: 0;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-color-item {
  display: inline-block;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 1rem;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-colors {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-colors .c-color-wrapper {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0 8px 0 0;
  padding: 0;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-colors .c-color-wrapper:last-child {
  margin-right: 0;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-colors .c-color-wrapper .color {
  margin: 0;
  cursor: pointer;
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  filter: alpha(opacity=33);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-colors .c-color-wrapper .color.is-active,
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-colors .c-color-wrapper .color:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  border-color: rgba(0,0,0,0.5);
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-toggle-wrapper {
  display: inline-block;
  margin: 0 0 0 1em;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-toggle-wrapper.is-hidden .c-color-picker {
  visibility: hidden;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-toggle-wrapper .c-field {
  width: 100px;
  min-width: 0;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-toggle-wrapper .c-toggle-block {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-toggle-wrapper .c-toggle-block .c-toggle {
  cursor: pointer;
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper .c-color-section .c-toggle-wrapper .c-toggle-block .c-color-picker {
  position: absolute;
  bottom: 0;
  right: 100%;
  margin: 3px 4px 0 0;
  background: var(--background-color-blank);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper input[type="number"],
.c-companies-page .c-company-section .c-templates-section .c-template-options-wrapper input.number {
  text-align: center;
}
.c-companies-page .c-companies-footer {
  margin: 40px 0 0;
  z-index: 100;
  position: sticky;
  bottom: 0;
}
.c-companies-page .c-footer-layout {
  max-width: 830px;
  background: var(--background-color-wa-header);
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.25em;
}
.c-companies-page .c-notice {
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.c-currencies-page div.c-currencies-group.fields-group {
  margin-top: 1rem;
}
.c-currencies-page .c-currencies-list {
  margin: 0;
}
.c-currencies-page .c-add-wrapper {
  margin: 12px 0 0 0px;
  font-size: 0.875rem;
}
@media (max-width: 550px) {
  .c-currencies-page .c-add-wrapper .wa-select {
    max-width: 60vw;
  }
}
.c-currencies-page .c-currency {
  padding: 9px 16px 8px 8px;
  border-radius: 0.2rem;
}
.c-currencies-page .c-currency a {
  display: inline;
}
.c-currencies-page .c-currency:hover,
.c-currencies-page .c-currency.is-edit {
  background: var(--background-color-table-row-hover);
}
.c-currencies-page .c-currency:hover .c-actions,
.c-currencies-page .c-currency.is-edit .c-actions {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-currencies-page .c-currency.is-edit .c-visible {
  display: none;
}
.c-currencies-page .c-currency.is-edit .c-hidden {
  display: inline-block;
}
.c-currencies-page .c-currency .c-hidden {
  display: none;
}
.c-currencies-page .c-currency .c-column-name {
  width: 50%;
}
.c-currencies-page .c-currency .c-column-name .c-name {
  padding-left: 0.3rem;
}
.c-currencies-page .c-currency .c-column-name .js-sort-toggle {
  cursor: move;
}
.c-currencies-page .c-currency .c-column-rate {
  width: 35%;
}
.c-currencies-page .c-currency .c-column-actions {
  width: 15%;
}
.c-currencies-page .c-currency .c-rate {
  width: 50px;
}
.c-currencies-page .c-currency .c-actions {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .c-currencies-page .c-currency .c-actions {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.c-currencies-page .c-currency .c-actions .js-edit-currency {
  padding-right: 0.5rem;
}
.c-currencies-page .c-currency .c-actions svg {
  cursor: pointer;
}
.c-currencies-page .c-currency .c-actions .c-visible {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-currencies-page .c-currency .c-layout {
  line-height: 1.8rem;
}
.c-currencies-page .c-shop-currency-toggle {
  margin: 32px 0 0;
}
.c-reasons-page .c-reasons-section {
  margin: 16px 0;
}
.c-reasons-page .c-reasons-section .c-reasons-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin-bottom: 0.5rem;
}
.c-reasons-page .c-reasons-section .c-reasons-list .c-reason {
  line-height: 22px;
}
@media (max-width: 760px) {
  .c-reasons-page .c-reasons-section .c-reasons-list .c-reason {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.c-reasons-page .c-reasons-section .c-reasons-list .c-reason:hover .c-delete-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-reasons-page .c-reasons-section .c-reasons-list .c-reason .c-delete-link {
  font-weight: 400;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
@media (max-width: 760px) {
  .c-reasons-page .c-reasons-section .c-reasons-list .c-reason .c-delete-link {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.c-reasons-page .c-reasons-section .c-reasons-list .c-reason .c-sort-toggle {
  position: relative;
  vertical-align: baseline;
  margin: 0 4px 0 0;
  cursor: move;
}
.c-reasons-page .c-reasons-section .c-reasons-list .c-reason .js-funnel-id-field {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 450px;
}
@media (max-width: 760px) {
  .c-reasons-page .c-reasons-section .c-reasons-list .c-reason .js-funnel-id-field {
    max-width: 250px;
  }
}
.c-reasons-page .c-reasons-section .c-actions {
  margin: 8px 0 0;
}
.c-reasons-page .c-footer-actions {
  margin: 32px 0 0;
}
.crm-general-settings-page {
  margin-bottom: -2rem;
}
.crm-general-settings-page .crm-submit {
  margin-left: 0;
}
.crm-general-settings-page .crm-form-buttons {
  margin: 16px 0 0;
  z-index: 100;
  position: sticky;
  bottom: 0;
}
.crm-general-settings-page .crm-form-buttons .crm-loading,
.crm-general-settings-page .crm-form-buttons .crm-yes-status {
  margin-top: 7px;
}
.crm-general-settings-page .c-footer-actions {
  background: var(--background-color-wa-header);
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.25em;
  margin: 0 -15px;
}
@media (max-width: 760px) {
  .crm-general-settings-page .c-footer-actions {
    margin: 0;
    padding: 10px 0px;
  }
}
.crm-general-settings-page .c-footer-actions.is-changed .c-hidden {
  display: inline-block;
}
.crm-general-settings-page .c-footer-actions .c-hidden {
  display: none;
}
.crm-personal-settings-page {
  margin-bottom: -2rem;
}
.crm-personal-settings-page .crm-submit {
  margin-left: 0;
}
.crm-personal-settings-page .crm-form-buttons {
  margin: 16px 0 0;
  z-index: 100;
  position: sticky;
  bottom: 0;
}
.crm-personal-settings-page .crm-form-buttons .crm-loading,
.crm-personal-settings-page .crm-form-buttons .crm-yes-status {
  margin-top: 7px;
}
.crm-personal-settings-page .c-footer-actions {
  background: var(--background-color-wa-header);
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.25em;
  margin: 0 -15px;
}
@media (max-width: 760px) {
  .crm-personal-settings-page .c-footer-actions {
    margin: 0;
    padding: 10px 0px;
  }
}
.crm-personal-settings-page .c-footer-actions.is-changed .c-hidden {
  display: inline-block;
}
.crm-personal-settings-page .c-footer-actions .c-hidden {
  display: none;
}
.crm-personal-settings-page .c-personal-settings-counter-settings-content .c-badge {
  vertical-align: super;
  padding-left: 0.38rem;
  padding-right: 0.38rem;
  padding-top: 0;
}
.crm-personal-settings-page .c-personal-settings-block {
  margin-bottom: 50px;
}
.crm-personal-settings-page .c-personal-settings-block .c-options-list {
  font-size: 1rem;
}
.crm-personal-settings-page .c-personal-settings-block .c-options-list li:not(:first-child) {
  margin-top: 0.5rem;
}
.crm-personal-settings-page .c-personal-settings-block .c-group-list li:not(:first-child) {
  margin-top: 0.5rem;
}
.c-vaults-page .c-vaults-wrapper .c-add-wrapper {
  margin: 8px 0 20px 0;
}
.c-vaults-page .c-vaults-wrapper .c-vaults-list {
  margin: 0;
}
.c-vaults-page .c-vaults-wrapper .c-vaults-list .c-vault-item {
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-vaults-page .c-vaults-wrapper .c-vaults-list .c-vault-item:hover .inline-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-vaults-page .c-vaults-wrapper .c-vaults-list .c-vault-item .inline-link {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-vaults-page .c-vaults-wrapper .c-vaults-list .c-vault-item a {
  display: inline;
}
.c-vaults-page .c-vaults-wrapper .c-vaults-list .c-vault-item .c-hint {
  margin: 0 4px;
}
.c-vaults-page .c-vaults-wrapper .c-vaults-list .c-vault-item .c-name:not(:hover) > .edit {
  visibility: hidden;
}
.c-vaults-page .c-vaults-wrapper .c-vaults-list .c-vault-item .sort {
  cursor: move;
}
.c-vaults-page .c-vaults-wrapper .c-vaults-list .c-vault-item .c-toggle {
  cursor: pointer;
  padding: 0.4rem;
  border-radius: 1rem;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  border: 1px solid var(--light-gray);
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.c-notifications-page .c-notifications-section {
  margin: 20px 0;
}
.c-notifications-page .c-notifications-section .c-add-wrapper {
  margin: 7px 0 0;
}
.c-notification-page .field .value input,
.c-notification-page .field .value textarea {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-notification-page .field .value textarea {
  width: 100%;
  min-width: 0;
  resize: vertical;
}
.c-notification-page .field .value .c-recipient-content {
  display: none;
}
.c-notification-page section.c-notification-section.fields-group.js-fields-group {
  margin-top: 1rem;
}
.c-notification-page .c-notification-recepient div.value,
.c-notification-page .js-senders-block div.value {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.5rem;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-notification-page .ace .ace-eclipse {
  border-radius: 0.25em;
}
.c-notification-page .c-transport-content {
  display: none;
}
.c-notification-page .c-transport-content.is-active {
  display: block;
}
.c-notification-page .c-footer-actions .wa-dropdown {
  float: none;
  display: inline-block;
  margin: 0;
}
.c-notification-page .c-footer-actions .wa-dropdown text-align left .wa-drop-link {
  margin: 0;
  padding: 0;
}
.c-notification-page .field-group .js-senders-show {
  display: none;
}
.c-notification-page .field-group .js-senders-show .c-sender-header-name {
  width: 200px;
}
.c-notification-page .wa-cheatsheet-dropdown .wa-cheatsheet-dropdown-block {
  text-align: left;
}
.c-settings-notification-page.c-page-header {
  margin: 0 0 16px;
}
.c-settings-notification-page .c-notification-list {
  margin: 0 0 2em;
}
.c-settings-notification-page .c-notification-list .c-notification {
  border-radius: 0.3rem;
  padding: 0.3rem 0.3rem;
}
.c-settings-notification-page .c-notification-list .c-notification:hover {
  background-color: var(--background-color-table-row-hover);
}
.c-settings-notification-page .c-notification-list .c-notification:first-child {
  border-top: 0;
}
.c-settings-notification-page .c-notification-list .c-notification.c-is-disabled {
  color: #aaa;
  cursor: pointer;
}
.c-settings-notification-page .c-notification-list .c-notification.c-is-disabled a {
  color: #aaa !important;
}
.c-settings-notification-page .c-notification-list .c-notification .c-hidden {
  display: none;
}
.c-settings-notification-page .c-notification-list .c-notification a {
  display: inline;
  text-decoration: none;
}
.c-settings-notification-page .c-notification-list .c-notification .c-state {
  text-shadow: 0 0 3px rgba(255,255,255,0.5);
  white-space: nowrap;
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.2em;
  word-wrap: break-word;
  background: #f8f8f8;
  border-color: #ccc;
  line-height: 16px;
}
.c-settings-notification-page .c-notification-list .c-notification .c-notification-details svg {
  min-width: 16px;
}
.c-settings-sources-page .c-page-header {
  margin: 0 0 16px;
}
.c-settings-sources-page .c-sources-list {
  margin: 0 0 1em;
}
.c-settings-sources-page .c-sources-list .c-source {
  border-radius: 0.3rem;
  padding: 0.6rem 0.3rem;
}
.c-settings-sources-page .c-sources-list .c-source:hover {
  background-color: var(--background-color-table-row-hover);
}
.c-settings-sources-page .c-sources-list .c-source:first-child {
  border-top: 0;
}
.c-settings-sources-page .c-sources-list .c-source.c-is-disabled {
  color: #aaa;
  cursor: pointer;
}
.c-settings-sources-page .c-sources-list .c-source.c-is-disabled .c-hidden {
  display: inline-block;
}
.c-settings-sources-page .c-sources-list .c-source.c-is-disabled a {
  color: #aaa !important;
}
.c-settings-sources-page .c-sources-list .c-source .c-source-details span {
  line-height: 14px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.c-settings-sources-page .c-sources-list .c-source .c-hidden {
  display: none;
}
.c-settings-sources-page .c-sources-list .c-source a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
.c-settings-sources-page .c-sources-list .c-source .c-source-icon {
  vertical-align: bottom;
  width: 32px;
  margin-top: -8px;
  margin-bottom: -8px;
}
.c-settings-sources-page .c-sources-list .c-source .c-source-im-icon {
  width: 16px;
  margin-right: 8px;
}
.c-settings-sources-page .c-sources-list .c-source > * {
  vertical-align: middle;
}
.c-settings-sources-page .c-sources-list .c-source .c-state {
  text-shadow: 0 0 3px rgba(255,255,255,0.5);
  white-space: nowrap;
  display: inline-block;
  padding: 2px 4px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.2em;
  word-wrap: break-word;
  background: #f8f8f8;
  border-color: #ccc;
  line-height: 16px;
}
.c-settings-sources-page .c-disable-link-wrapper {
  white-space: nowrap;
}
.c-settings-source-page#c-settings-source-page .c-page-header img {
  vertical-align: text-top;
  max-height: 45px;
}
.c-settings-source-page .c-page-header {
  margin: 0 0 32px;
  line-height: 32px;
}
.c-settings-source-page .c-page-header img {
  vertical-align: top;
  max-height: 32px;
}
.c-settings-source-page .crm-source-settings-form .fields-group .crm-section,
.c-settings-source-page .crm-source-settings-form .field-group .crm-section {
  width: 100%;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 0 20px;
}
.c-settings-source-page .crm-source-settings-form .crm-block.is-hidden {
  display: none;
}
.c-settings-source-page .crm-source-settings-form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-settings-source-page .crm-source-settings-form .crm-askverify-params textarea {
  width: 88%;
  height: 5.5em;
}
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block:not(.not-styled) {
  background: var(--background-color);
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block textarea {
  width: 88%;
  height: 5.5em;
}
.c-settings-source-page .crm-source-settings-form .crm-source-settings-block-with_contact .c-segments-ul input {
  margin-top: 0.1em;
  margin-right: 0.4em;
}
.c-settings-source-page .crm-source-settings-form .crm-source-settings-block-with_contact .c-segments-ul .c-name-wrapper .size-16 {
  margin-right: 0.2rem;
}
.c-settings-source-page .crm-source-settings-form .crm-source-settings-block-with_contact .c-segments-ul .c-name-wrapper .size-16 svg {
  max-width: 18px;
  color: var(--menu-glyph-color);
}
.c-settings-source-page .crm-source-settings-form .c-fields-section > .field:first-child,
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block > .field:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-settings-source-page .crm-source-settings-form .c-fields-section > .field > .name,
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block > .field > .name,
.c-settings-source-page .crm-source-settings-form .c-fields-section > .field > .value,
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block > .field > .value {
  float: none;
  margin-left: 0;
}
.c-settings-source-page .crm-source-settings-form .c-fields-section > .field > .name .c-readonly-input,
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block > .field > .name .c-readonly-input,
.c-settings-source-page .crm-source-settings-form .c-fields-section > .field > .value .c-readonly-input,
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block > .field > .value .c-readonly-input {
  border: 1px solid var(--border-color-input);
  background-color: var(--background-color-input);
  padding: 0.3125em 0.5em;
  border-radius: 0.25em;
  max-width: 100%;
  line-height: 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.c-settings-source-page .crm-source-settings-form .c-fields-section > .field > .name .field-group,
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block > .field > .name .field-group,
.c-settings-source-page .crm-source-settings-form .c-fields-section > .field > .value .field-group,
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block > .field > .value .field-group {
  padding: 0;
  margin-top: 1rem;
}
.c-settings-source-page .crm-source-settings-form .c-fields-section > .field > .name .field.c-checkbox .value p,
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block > .field > .name .field.c-checkbox .value p,
.c-settings-source-page .crm-source-settings-form .c-fields-section > .field > .value .field.c-checkbox .value p,
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block > .field > .value .field.c-checkbox .value p {
  margin-top: 3px;
}
.c-settings-source-page .crm-source-settings-form .c-fields-section > .field > .name .field.c-checkbox .value p label,
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block > .field > .name .field.c-checkbox .value p label,
.c-settings-source-page .crm-source-settings-form .c-fields-section > .field > .value .field.c-checkbox .value p label,
.c-settings-source-page .crm-source-settings-form .c-connection-settings-block > .field > .value .field.c-checkbox .value p label {
  display: none;
}
.c-settings-source-page .crm-source-settings-form .ace {
  border: 0;
  background-color: var(--background-color-input);
  padding: 15px 12px;
}
.c-settings-source-page .crm-source-settings-form .ace .ace-eclipse {
  background-color: transparent;
  color: var(--input-color);
}
.c-settings-source-page .crm-source-settings-form .ace .ace-eclipse .ace_scroller {
  background-color: transparent;
}
.c-settings-source-page .crm-source-settings-form .ace .ace-eclipse .ace_active-line {
  background-color: var(--menu-selected-background-color-hover);
}
.c-settings-source-page .crm-source-settings-form .c-after-antispam-block {
  margin-top: 10px;
}
.c-settings-source-page .crm-source-settings-form .c-after-antispam-block > p {
  margin-bottom: 1em;
}
.c-settings-source-page .crm-source-settings-form .c-after-antispam-block input[type="text"],
.c-settings-source-page .crm-source-settings-form .c-after-antispam-block textarea {
  width: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-settings-source-page .crm-source-settings-form .c-after-antispam-block .c-personal-portal-not-available {
  color: #f00;
  margin-left: 17px;
  font-size: 0.8em;
}
.c-settings-source-page .hr-dashed {
  border-bottom: 1px dashed #c0c0c0;
  clear: both;
  height: 20px;
  margin-bottom: 15px;
}
.c-settings-source-page .reply-to-reply select {
  font-weight: bold;
}
.c-settings-source-page #rtr-template {
  display: none;
}
.c-settings-source-page .reply-to-reply-state option {
  padding-left: 20px;
}
.c-settings-source-page .reply-to-reply-state option.option-disabled {
  font-style: italic;
  font-weight: normal;
  padding-left: 0;
}
.c-settings-source-page select {
  min-width: 80px;
}
.c-settings-source-page .c-responsible-section,
.c-settings-source-page .c-deal-section {
  padding: 0;
}
.c-settings-source-page .c-responsible-section .c-funnels-list .dropdown .dropdown-body .icon,
.c-settings-source-page .c-deal-section .c-funnels-list .dropdown .dropdown-body .icon,
.c-settings-source-page .c-responsible-section .c-stages-list .dropdown .dropdown-body .icon,
.c-settings-source-page .c-deal-section .c-stages-list .dropdown .dropdown-body .icon {
  margin-right: 0.3rem;
}
.c-settings-source-page .c-responsible-section .c-funnels-list .dropdown .menu,
.c-settings-source-page .c-deal-section .c-funnels-list .dropdown .menu,
.c-settings-source-page .c-responsible-section .c-stages-list .dropdown .menu,
.c-settings-source-page .c-deal-section .c-stages-list .dropdown .menu {
  margin-bottom: 0;
}
.c-settings-source-page .c-responsible-section .c-funnels-list .dropdown .menu svg,
.c-settings-source-page .c-deal-section .c-funnels-list .dropdown .menu svg,
.c-settings-source-page .c-responsible-section .c-stages-list .dropdown .menu svg,
.c-settings-source-page .c-deal-section .c-stages-list .dropdown .menu svg {
  margin-right: 0.25rem;
}
.c-settings-source-page .c-responsible-section .c-funnels-list .c-visible-link span,
.c-settings-source-page .c-deal-section .c-funnels-list .c-visible-link span,
.c-settings-source-page .c-responsible-section .c-stages-list .c-visible-link span,
.c-settings-source-page .c-deal-section .c-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-settings-source-page .c-responsible-section .crm-fields .crm-field,
.c-settings-source-page .c-deal-section .crm-fields .crm-field {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-settings-source-page .c-responsible-section .crm-fields .crm-field .crm-name-col,
.c-settings-source-page .c-deal-section .crm-fields .crm-field .crm-name-col {
  display: table-cell;
  width: 150px;
  padding-right: 1rem;
  line-height: 1.25rem;
  font-size: 0.875em;
  color: var(--text-color-hint-strong);
}
.c-settings-source-page .c-responsible-section .crm-fields .crm-field .crm-input-col-1,
.c-settings-source-page .c-deal-section .crm-fields .crm-field .crm-input-col-1,
.c-settings-source-page .c-responsible-section .crm-fields .crm-field .crm-input-col-2,
.c-settings-source-page .c-deal-section .crm-fields .crm-field .crm-input-col-2 {
  display: table-cell;
  max-width: 600px;
}
.c-settings-source-page .c-responsible-section .crm-fields .crm-field .crm-input-col-1 select,
.c-settings-source-page .c-deal-section .crm-fields .crm-field .crm-input-col-1 select,
.c-settings-source-page .c-responsible-section .crm-fields .crm-field .crm-input-col-2 select,
.c-settings-source-page .c-deal-section .crm-fields .crm-field .crm-input-col-2 select {
  width: 100%;
}
.c-settings-source-page .c-responsible-section .crm-fields .crm-field .crm-input-col-1 .crm-input-wrapper,
.c-settings-source-page .c-deal-section .crm-fields .crm-field .crm-input-col-1 .crm-input-wrapper {
  margin-right: 8px;
}
.c-settings-source-page .c-responsible-section .crm-fields .crm-field .crm-input-col-2 .crm-input-wrapper,
.c-settings-source-page .c-deal-section .crm-fields .crm-field .crm-input-col-2 .crm-input-wrapper {
  margin-right: 0;
}
.crm-form-buttons .crm-loading {
  margin-top: 9px;
}
.crm-form-buttons .crm-success-status .yes {
  margin-top: 8px;
}
.c-spam-control-editor-wrapper .c-hint {
  margin-top: 10px;
  margin-left: 180px;
}
.crm-email-template-editor-wrapper .expandable {
  position: relative;
}
.crm-email-template-editor-wrapper .expandable .crm-editor-wrapper .dropdown.c-message-to-selector > .dropdown-toggle:not(.without-arrow):after {
  top: unset;
  bottom: 5px;
}
.crm-email-template-editor-wrapper .expandable .expandable-legend {
  position: absolute;
  z-index: 100;
  top: -16px;
  left: 10px;
  padding: 4px 8px 4px 8px;
  background: var(--background-color);
  border-radius: 5px;
}
.crm-email-template-editor-wrapper .expandable label.expandable-legend input {
  vertical-align: middle;
}
.crm-email-template-editor-wrapper .expandable.collapsed {
  border: 1px solid transparent;
}
.crm-email-template-editor-wrapper .expandable.collapsed .collapsed-hidden {
  display: none;
}
.crm-email-template-editor-wrapper .expandable.expanded {
  border: 1px solid var(--light-gray);
  margin: 25px 0 0;
}
.crm-email-template-editor-wrapper .expandable.expanded .field .name {
  width: 155px;
}
.crm-email-template-editor-wrapper .expandable.expanded .field .value {
  margin-left: 165px;
}
.crm-email-template-editor-wrapper .crm-subject-input {
  width: 99% !important;
}
.crm-email-template-editor-wrapper .crm-variables-link {
  float: right;
  margin: 0 4px;
}
.crm-email-template-editor-wrapper .crm-variables-link-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
}
.crm-email-template-editor-wrapper .crm-variables-wrapper {
  display: none;
}
.crm-email-template-editor-wrapper .crm-variables-wrapper .shadowed.equal-width {
  background-color: var(--background-color-btn-light-gray);
  color: var(--text-color-input);
  border-radius: 0.3rem;
}
.crm-email-template-editor-wrapper .crm-variables-wrapper .fields {
  width: 100%;
  padding: 0 0 2px 3px;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  resize: vertical;
  overflow: auto;
  overflow-x: hidden;
}
.crm-email-template-editor-wrapper .crm-variables-wrapper .fields .field .name {
  padding: 0;
  width: 200px;
}
.crm-email-template-editor-wrapper .crm-variables-wrapper .fields .field .name a b {
  font-weight: bold;
  font-size: 10px;
}
.crm-email-template-editor-wrapper .crm-variables-wrapper .fields .field .value {
  margin: 6px 0 3px 205px;
}
.template.hidden {
  display: none !important;
}
.c-settings-shop-page .c-storefront-list {
  margin: 0;
  padding: 0;
}
.c-settings-shop-page .crm-fields .crm-field .crm-input-col-1,
.c-settings-shop-page .crm-fields .crm-field .crm-input-col-2 {
  max-width: 600px;
}
.c-settings-shop-page .crm-fields .crm-field .crm-input-col-1 select,
.c-settings-shop-page .crm-fields .crm-field .crm-input-col-2 select {
  width: 100%;
}
.c-settings-shop-page .c-storefront-params-block {
  margin: 16px 0 0;
}
.c-settings-shop-page .c-deal-section {
  padding: 0;
}
.c-settings-shop-page .c-deal-section .svg-icon {
  vertical-align: top;
  margin-top: 0;
}
.c-settings-shop-page .c-deal-section .c-funnels-list .dropdown .dropdown-body .icon,
.c-settings-shop-page .c-deal-section .c-stages-list .dropdown .dropdown-body .icon {
  margin-right: 0.3rem;
}
.c-settings-shop-page .c-deal-section .c-funnels-list .dropdown .menu,
.c-settings-shop-page .c-deal-section .c-stages-list .dropdown .menu {
  margin-bottom: 0;
}
.c-settings-shop-page .c-deal-section .c-funnels-list .dropdown .menu svg,
.c-settings-shop-page .c-deal-section .c-stages-list .dropdown .menu svg {
  margin-right: 0.25rem;
}
.c-settings-shop-page .c-deal-section .c-funnels-list .c-visible-link span,
.c-settings-shop-page .c-deal-section .c-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-settings-shop-page .c-footer-actions {
  margin: 48px 0 0;
}
.c-settings-shop-page .c-footer-actions.is-changed .c-hidden {
  display: inline-block;
}
.c-settings-shop-page .c-footer-actions .c-hidden {
  display: none;
}
@media (max-width: 760px) {
  .c-settings-shop-page #toggle-menu,
  .c-settings-shop-workflow-page #toggle-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-settings-shop-page #toggle-menu > a,
  .c-settings-shop-workflow-page #toggle-menu > a {
    white-space: pre-wrap;
  }
}
.c-settings-shop-page ul.c-view-toggle-wrapper,
.c-settings-shop-workflow-page ul.c-view-toggle-wrapper {
  margin: 16px 0 32px;
  padding: 0;
}
.c-settings-shop-page ul.c-view-toggle-wrapper > li,
.c-settings-shop-workflow-page ul.c-view-toggle-wrapper > li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100px;
  border: solid rgba(0,0,0,0.05);
  border-width: 1px 0 1px 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.c-settings-shop-page ul.c-view-toggle-wrapper > li:first-child,
.c-settings-shop-workflow-page ul.c-view-toggle-wrapper > li:first-child {
  border-radius: 2px 0 0 2px;
}
.c-settings-shop-page ul.c-view-toggle-wrapper > li:last-child,
.c-settings-shop-workflow-page ul.c-view-toggle-wrapper > li:last-child {
  border-width: 1px;
  border-radius: 0 2px 2px 0;
}
.c-settings-shop-page ul.c-view-toggle-wrapper > li.is-active,
.c-settings-shop-workflow-page ul.c-view-toggle-wrapper > li.is-active {
  background: #cbf9b1;
  border-width: 1px;
}
.c-settings-shop-page ul.c-view-toggle-wrapper > li.is-active + *,
.c-settings-shop-workflow-page ul.c-view-toggle-wrapper > li.is-active + * {
  border-left: 0;
}
.c-settings-shop-page ul.c-view-toggle-wrapper > li.is-active > a,
.c-settings-shop-workflow-page ul.c-view-toggle-wrapper > li.is-active > a {
  cursor: default;
  color: rgba(0,0,0,0.7);
}
.c-settings-shop-page ul.c-view-toggle-wrapper > li > a,
.c-settings-shop-workflow-page ul.c-view-toggle-wrapper > li > a {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.c-settings-shop-workflow-page .c-funnels-section {
  margin: 0.5rem 0 0 0;
}
.c-settings-shop-workflow-page .c-funnels-section .c-add-wrapper {
  display: inline-block;
  margin: 5px 0 0 16px;
  white-space: nowrap;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 0;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper.type-1 .c-action.left {
  display: none;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper.type-1 .c-action.right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper.type-2 .c-action.left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper.type-2 .c-action.right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper.type-3 .c-action.left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper.type-3 .c-action.right {
  display: none;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper .c-action {
  display: none;
  position: absolute;
  color: var(--light-gray);
  width: 40px;
  height: 100%;
  cursor: pointer;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper .c-action.left {
  left: 0;
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -o-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -ms-linear-gradient(180deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: linear-gradient(-90deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper .c-action.right {
  right: 0;
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -o-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: -ms-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
  background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, var(--background-color-blank) 40%);
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper .c-action svg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper .c-action:hover svg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper ul.tabs {
  position: relative;
  overflow-x: unset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper .c-funnels-list .c-funnel:first-child {
  margin-left: 0;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper .c-funnels-list .c-funnel.selected a {
  cursor: default;
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper .c-funnels-list .c-funnel .c-funnel-color-item {
  padding: 0.5rem;
  border-radius: 1rem;
  display: block;
  border: 1px solid var(--light-gray);
}
.c-settings-shop-workflow-page .c-funnels-section .c-funnels-wrapper .c-funnels-list .c-funnel .c-link .c-name {
  display: inline-block;
  vertical-align: top;
  max-width: 150px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-settings-shop-workflow-page .c-funnel-section {
  border-top: 1px solid var(--light-gray);
  padding: 20px 0 0;
}
.c-settings-shop-workflow-page .c-funnel-section .c-stage-line {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background: transparent;
  -webkit-transition: 200ms background linear;
  -moz-transition: 200ms background linear;
  -o-transition: 200ms background linear;
  -ms-transition: 200ms background linear;
  transition: 200ms background linear;
  border-radius: 5px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.c-settings-shop-workflow-page .c-funnel-section .c-stage-line .c-name {
  display: inline-block;
  width: 300px;
}
.c-settings-shop-workflow-page .c-funnel-section .c-stage-line .wa-select select {
  white-space: wrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 400px;
  word-break: break-all;
}
@media screen and (max-width: 900px) {
  .c-settings-shop-workflow-page .c-funnel-section .c-stage-line .wa-select select {
    max-width: 100%;
  }
}
.c-settings-shop-workflow-page .c-funnel-section ul li:not(:first-child):hover .c-stage-line {
  background: var(--background-color-table-row-hover);
}
.c-settings-shop-workflow-page .c-footer-actions {
  margin: 32px 0 0;
}
.c-settings-shop-workflow-page .c-footer-actions.is-changed .c-hidden {
  display: inline-block;
}
.c-settings-shop-workflow-page .c-footer-actions .c-hidden {
  display: none;
}
.c-settings-templates-page .c-templates-section .c-add-wrapper {
  display: inline-block;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-settings-templates-page .c-template-section {
  border-top: 1px solid var(--light-gray);
  padding: 32px 0 0;
}
@media (min-width: 769px) {
  .c-settings-templates-page .c-template-section .table-scrollable-x {
    max-width: calc(100vw - 420px);
  }
}
@media (min-width: 1201px) {
  .c-settings-templates-page .c-template-section .table-scrollable-x {
    max-width: calc(100vw - 484px);
  }
}
.c-settings-templates-page .c-template-section .c-params-section {
  margin: 32px 0 0;
}
.c-settings-templates-page .c-template-section .c-params-section .c-params-table {
  margin: 8px 0 0;
  width: 100%;
}
.c-settings-templates-page .c-template-section .c-params-section .c-params-table tbody {
  font-size: 0.875rem;
}
.c-settings-templates-page .c-template-section .c-params-section .c-params-table tbody tr input[type="text"] {
  max-width: 150px;
}
.c-settings-templates-page .c-template-section .c-params-section .c-params-table tbody tr:hover .c-delete-link {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-settings-templates-page .c-template-section .c-params-section .c-params-table .c-delete-link {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-settings-templates-page .c-template-section .c-params-section .field .value {
  line-height: 22px;
}
.c-settings-templates-page .c-template-section .c-params-section .field .value:first-child:last-child .c-delete-link {
  display: none;
}
.c-settings-templates-page .c-template-section .c-params-section .field .value:hover .c-delete-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-settings-templates-page .c-template-section .c-params-section .field .value a {
  display: inline;
  margin: 0;
  padding: 0;
}
.c-settings-templates-page .c-template-section .c-params-section .field .value .c-delete-link {
  margin-left: 8px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-settings-templates-page .c-template-section .c-params-section .value .js-placeholder-field {
  width: 200px;
}
.c-settings-templates-page .c-template-section .c-params-section .c-actions {
  margin: 4px 0 0;
}
.c-settings-templates-page .c-template-section .c-template-content {
  margin: 32px 0 0;
}
.c-settings-templates-page .c-template-section .c-footer-actions {
  margin: 16px 0 0;
  z-index: 100;
  position: sticky;
  bottom: 0;
}
.c-settings-templates-page .c-template-section .c-footer-actions .c-footer-block {
  max-width: 830px;
  background: var(--background-color-wa-header);
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.25em;
}
@media (max-width: 760px) {
  .c-settings-templates-page .c-template-section .c-footer-actions .c-footer-block {
    margin: 0;
    padding: 10px 0px;
  }
}
.c-settings-templates-page .c-template-section .c-footer-actions .c-footer-block.is-fixed-to-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  z-index: 1;
}
.c-settings-templates-page .c-template-section .c-footer-actions .c-footer-block .c-footer-layout {
  gap: 1.5rem;
}
@media (max-width: 760px) {
  .c-settings-templates-page .c-template-section .c-footer-actions .c-footer-block .c-footer-layout {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-settings-templates-page .c-template-section .c-footer-actions .c-footer-block .c-footer-link-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.25rem 1rem;
}
.c-settings-templates-page .c-template-section .c-footer-actions .c-column.right > * {
  margin-left: 1em;
}
.c-settings-templates-page .c-template-section .c-footer-actions .c-column.right > *:first-child {
  margin-left: 0;
}
.c-settings-templates-page .c-template-section .wa-dropdown {
  float: none;
  display: inline-block;
  margin: 0;
  text-align: left;
}
.c-settings-templates-page .c-template-section .wa-dropdown .wa-drop-link {
  margin: 0;
  padding: 0;
}
.c-settings-templates-page .js-redactor-wrapper {
  padding-right: 1rem;
  background: var(--background-color-input);
  border-radius: 0.25em;
}
.c-settings-templates-page .js-redactor-wrapper .ace-eclipse {
  background: transparent;
  border-radius: 0.25em 0em 0em 0.25em;
}
.c-settings-templates-page .js-redactor-wrapper .ace-eclipse .ace_active-line {
  background: var(--background-color-input);
}
.c-settings-templates-page .js-redactor-wrapper .ace_scroller.ace_scroll-left {
  -webkit-box-shadow: initial !important;
  box-shadow: initial !important;
}
.c-settings-templates-page .js-redactor-wrapper .ace_print-margin {
  display: none !important;
}
.c-settings-templates-page .preview-block {
  display: none;
}
.c-settings-templates-preview-dialog .dialog-body {
  width: unset;
  max-width: unset;
  height: 90vh;
}
.c-settings-templates-preview-dialog .dialog-body .dialog-content {
  width: 80vw;
  padding: 0.3rem;
}
.c-settings-templates-preview-dialog .dialog-body .dialog-content iframe {
  width: 100%;
  height: 77vh;
  background: var(--background-color);
  border-radius: 0.2rem;
  border: 1px solid var(--border-color-input);
}
.c-settings-pbx-page {
  padding: 0;
}
.c-settings-pbx-page .js-pairs-table .icon.userpic i {
  border-radius: 50%;
}
.c-settings-pbx-page .js-pairs-table .c-column-icon {
  width: 16px;
}
.c-settings-pbx-page .js-pairs-table .c-column-icon i {
  margin: 0;
}
.c-settings-pbx-page .js-pairs-table .c-column-number {
  width: 25%;
  white-space: nowrap;
}
.c-settings-pbx-page .js-pairs-table .c-column-number .c-not-exist {
  margin-top: 6px;
  font-size: smaller;
}
@media (max-width: 760px) {
  .c-settings-pbx-page .js-pairs-table .c-pair-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--border-color-soft);
  }
  .c-settings-pbx-page .js-pairs-table .c-pair-wrapper td {
    border-bottom: 0;
  }
}
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-users-list {
  margin-bottom: 0;
}
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-users-list .c-user-wrapper {
  margin-bottom: 0.2rem;
}
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-users-list .c-user-wrapper:hover .c-delete-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-users-list .c-user-wrapper a {
  display: inline-block;
}
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-users-list .c-user-wrapper .c-delete-link {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-left: 8px;
}
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-user-add-wrapper {
  padding: 5px 0 5px 0;
}
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-user-add-wrapper,
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-user-delete-number {
  margin: 0 0 0;
}
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-user-add-wrapper.is-shown .c-hidden,
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-user-delete-number.is-shown .c-hidden {
  display: block;
}
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-user-add-wrapper.is-shown .c-visible,
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-user-delete-number.is-shown .c-visible {
  display: none;
}
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-user-add-wrapper .c-hidden,
.c-settings-pbx-page .js-pairs-table .c-pair-wrapper .c-user-delete-number .c-hidden {
  display: none;
}
.crm-confirm-dialog .crm-dialog-block .crm-dialog-content,
.crm-access-denied-dialog .crm-dialog-block .crm-dialog-content {
  min-height: 0;
}
.c-contact-add-company-contact .field .name {
  width: 130px;
}
.c-contact-add-company-contact .field .value {
  margin-left: 130px;
}
.c-contact-add-company-contact .field .value .c-company-field .c-change-company {
  color: #000;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  margin-left: 4px;
  top: 2px;
  -webkit-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-contact-add-company-contact .field .value .c-company-field:hover > .c-change-company {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-deal-close-dialog .crm-dialog-block {
  width: 500px;
}
.c-deal-close-dialog .crm-dialog-block .crm-dialog-header {
  padding-bottom: 32px;
}
.c-deal-close-dialog .crm-dialog-block .crm-dialog-content {
  min-height: 60px;
}
.c-deal-close-dialog .c-hidden {
  display: none;
}
.c-deal-close-dialog .c-status-toggle {
  text-align: center;
}
.c-deal-close-dialog .c-deal-form input[type="text"] {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-deal-close-dialog .c-deal-form .field {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.c-deal-close-dialog .c-deal-form .field:first-child {
  margin-top: 0;
}
.c-deal-close-dialog .c-deal-form .field .name,
.c-deal-close-dialog .c-deal-form .field .value {
  float: none;
  margin: 0;
  display: table-cell;
  vertical-align: top;
}
.c-deal-change-client-dialog .crm-dialog-block .crm-dialog-content {
  min-height: 0;
}
.c-deal-change-client-dialog .c-view-toggle-wrapper {
  margin: 16px 0 0;
  padding: 0;
  text-align: center;
}
.c-deal-change-client-dialog .c-view-toggle-wrapper .c-toggle {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 10px;
  text-align: center;
  min-width: 100px;
  border: solid rgba(0,0,0,0.05);
  border-width: 1px 0 1px 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.c-deal-change-client-dialog .c-view-toggle-wrapper .c-toggle:first-child {
  border-radius: 2px 0 0 2px;
}
.c-deal-change-client-dialog .c-view-toggle-wrapper .c-toggle:last-child {
  border-width: 1px;
  border-radius: 0 2px 2px 0;
}
.c-deal-change-client-dialog .c-view-toggle-wrapper .c-toggle.is-active {
  background: #cbf9b1;
  border-width: 1px;
}
.c-deal-change-client-dialog .c-view-toggle-wrapper .c-toggle.is-active + * {
  border-left: 0;
}
.c-deal-change-client-dialog .c-hidden {
  display: none;
}
.c-deal-change-client-dialog .c-hidden.is-active {
  display: block;
}
.c-send-email-dialog.iframe-style .dialog-body {
  max-width: 99vw;
}
.c-send-email-dialog.iframe-style .dialog-body .success-block {
  margin-bottom: 1rem;
}
.c-send-email-dialog.iframe-style .dialog-body .dialog-header {
  padding-bottom: 1rem;
  margin: 0;
}
.c-send-email-dialog.iframe-style .c-message-form-wrapper .field {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.c-send-email-dialog.iframe-style .c-message-form-wrapper .field.email-copy-wrapper {
  display: none;
  margin-bottom: 12px;
}
.c-send-email-dialog.iframe-style .c-message-form-wrapper .field.email-copy-wrapper-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-send-email-dialog.iframe-style .c-message-form-wrapper .field.email-copy-wrapper-collapsed {
  display: none;
}
.c-send-email-dialog.iframe-style .c-message-form-wrapper .field.email-copy-wrapper-collapsed .email-copy-area {
  overflow-x: hidden;
}
.c-send-email-dialog.iframe-style .c-message-form-wrapper .field .name {
  width: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
}
.c-send-email-dialog.iframe-style .c-message-form-wrapper .field .value {
  display: table-cell;
  vertical-align: top;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-send-email-dialog.iframe-style .c-message-form-wrapper .field .value.js-deal-value {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-send-email-dialog .dialog-body .dialog-content {
  padding-bottom: 0;
}
.c-send-email-dialog .c-message-form-wrapper .field .js-deal-value {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-send-email-dialog .c-message-form-wrapper .field .value input[type="text"],
.c-send-email-dialog .c-message-form-wrapper .field .value textarea {
  min-width: 0;
  width: 100%;
  max-width: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-send-email-dialog .c-message-form-wrapper .field .value input[name="subject"]:not(:focus) {
  font-weight: 500;
}
.c-send-email-dialog .c-message-form-wrapper .field .value input:-internal-autofill-selected {
  background-color: transparent !important;
}
.c-send-email-dialog .c-message-form-wrapper .field .value .c-select-funnel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-send-email-dialog .c-message-form-wrapper .field .value .c-select-funnel.hidden {
  display: none;
}
.c-send-email-dialog .c-message-form-wrapper .field .value .c-select-deal .dropdown-toggle,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnels-list .dropdown-toggle,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .dropdown-toggle {
  word-break: break-word;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  text-align: left;
  gap: 0.5rem;
}
.c-send-email-dialog .c-message-form-wrapper .field .value .c-select-deal .dropdown-toggle .js-text,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnels-list .dropdown-toggle .js-text,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .dropdown-toggle .js-text {
  word-break: break-word;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  text-align: left;
  gap: 0.5rem;
}
.c-send-email-dialog .c-message-form-wrapper .field .value .c-select-deal .dropdown .dropdown-body,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnels-list .dropdown .dropdown-body,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .dropdown .dropdown-body {
  max-height: 285px;
}
.c-send-email-dialog .c-message-form-wrapper .field .value .c-select-deal .dropdown > li,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnels-list .dropdown > li,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .dropdown > li {
  padding: 0;
}
.c-send-email-dialog .c-message-form-wrapper .field .value .c-select-deal .dropdown > li:hover,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnels-list .dropdown > li:hover,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .dropdown > li:hover {
  background: none;
}
.c-send-email-dialog .c-message-form-wrapper .field .value .c-select-deal .dropdown > li > a,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnels-list .dropdown > li > a,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .dropdown > li > a {
  padding: 0;
  margin: 0;
}
.c-send-email-dialog .c-message-form-wrapper .field .value .c-select-deal .c-visible-link span,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnels-list .c-visible-link span,
.c-send-email-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-send-email-dialog .c-message-form-wrapper .field .value .c-empty-deal {
  display: block;
}
.c-send-email-dialog .c-message-form-wrapper .field .value .c-empty-deal.c-empty-deal-hidden {
  display: none;
}
.c-send-email-dialog .c-message-form-wrapper .c-email-to-user {
  cursor: default;
}
.c-send-email-dialog .c-message-form-wrapper .c-email-to-user .js-edit-recipient {
  cursor: pointer;
}
.c-send-email-dialog .c-message-form-wrapper .c-email-to-user b {
  font-weight: normal;
}
.c-send-email-dialog .c-message-form-wrapper .c-email-to-user .c-remove-to-email {
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: smaller;
  font-weight: bold;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-send-email-dialog .c-message-form-wrapper .c-email-to-user:hover > .c-remove-to-email {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper {
  display: none;
  margin-bottom: 12px;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-block {
  display: block;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-block .email-copy-area .email-copy-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 5px 10px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-input-div .email-copy-input {
  width: 100%;
  width: 100%;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-user {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 5px;
  text-decoration: none;
  font-family: helvetica;
  font-size: 13px;
  cursor: default;
  position: relative;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid var(--border-color-input-hover);
  border-radius: 2px;
  padding: 0 5px 0 13px;
/* box-sizing: content-box; */
  height: 22px;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-user b {
  font-weight: normal;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-user .remove-cc {
  color: #000;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: smaller;
  font-weight: bold;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-user:hover > .remove-cc {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-block .deal-participants-area {
  font-size: smaller;
  margin-top: 8px;
  line-height: 20px;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-block .deal-participants-area .email-copy-user {
  position: relative;
  margin: 0 4px;
  cursor: pointer;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-block .deal-participants-area .email-copy-user b {
  color: #008000;
  border-bottom: 1px dotted;
  font-weight: normal;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-collapsed {
  display: none;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-collapsed .email-copy-area {
  overflow-x: hidden;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-collapsed .email-copy-area .email-copy-user {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 0px 11px;
  text-decoration: none;
  margin-right: 0;
  margin-bottom: 0;
  font-family: helvetica;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  height: 22px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-collapsed .email-copy-area .email-copy-user b {
  font-weight: normal;
}
.c-send-email-dialog .c-message-form-wrapper .email-copy-wrapper-collapsed-block {
  display: block;
}
.c-send-email-dialog .c-message-form-wrapper .c-wysiwyg-wrapper {
  margin: 16px 0 0;
  border: 0;
}
.c-send-email-dialog .c-message-form-wrapper .c-wysiwyg-wrapper .redactor-box,
.c-send-email-dialog .c-message-form-wrapper .c-wysiwyg-wrapper .redactor-toolbar {
  background: var(--background-color-blank);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-send-email-dialog .c-message-form-wrapper .c-wysiwyg-wrapper .redactor-box li a,
.c-send-email-dialog .c-message-form-wrapper .c-wysiwyg-wrapper .redactor-toolbar li a {
  border-right: 0;
}
.c-send-email-dialog .c-message-form-wrapper .c-wysiwyg-wrapper .redactor-box {
  margin: 0;
}
.c-send-email-dialog .c-message-form-wrapper .c-wysiwyg-wrapper .redactor-box .redactor-layer {
  border-width: 1px;
  border: 0;
  border-top: 1px solid var(--border-color-soft);
  background: var(--background-color-blank);
}
.c-send-email-dialog .c-message-form-wrapper .c-wysiwyg-wrapper .redactor-box textarea {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-send-email-dialog .c-drop-wrapper {
  position: relative;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3rem 0.6rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-send-email-dialog .c-drop-wrapper.is-hover {
  background: var(--highlighted-yellow);
}
.c-send-email-dialog .c-drop-wrapper .c-drop-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.c-send-email-dialog .c-files-wrapper .c-upload-list {
  padding: 0;
  margin: 0;
  gap: 0 1rem;
  max-height: 165px;
  overflow: auto;
}
.c-send-email-dialog .c-files-wrapper .c-upload-list .c-upload-item {
  line-height: 1.25em;
  padding-top: 11.5px;
}
.c-send-email-dialog .c-files-wrapper .c-upload-list .c-upload-item.is-upload .progress {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-send-email-dialog .c-files-wrapper .c-upload-list .c-upload-item.is-template {
  display: none;
}
.c-send-email-dialog .c-files-wrapper .c-upload-list .c-upload-item .c-name {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-send-email-dialog .c-files-wrapper .c-upload-list .c-upload-item .js-file-delete {
  padding: 0;
  margin: 0;
}
.c-send-email-dialog .c-files-wrapper .c-upload-list .c-upload-item .js-file-delete:hover {
  background: transparent !important;
}
@property --progress-value {
  syntax: '<integer>';
  inherits: false;
  initial-value: 0;
}
.c-send-email-dialog .c-files-wrapper .c-upload-list .c-upload-item .progress {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
/* to center the percentage value */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: -webkit-radial-gradient(closest-side, var(--background-color-blank) 65%, transparent 70% 102%, #fff 0), conic-gradient(#1b9aff calc(var(--progress-value) * 1%), rgba(27,154,255,0.239) 0);
  background: -moz-radial-gradient(closest-side, var(--background-color-blank) 65%, transparent 70% 102%, #fff 0), conic-gradient(#1b9aff calc(var(--progress-value) * 1%), rgba(27,154,255,0.239) 0);
  background: -o-radial-gradient(closest-side, var(--background-color-blank) 65%, transparent 70% 102%, #fff 0), conic-gradient(#1b9aff calc(var(--progress-value) * 1%), rgba(27,154,255,0.239) 0);
  background: -ms-radial-gradient(closest-side, var(--background-color-blank) 65%, transparent 70% 102%, #fff 0), conic-gradient(#1b9aff calc(var(--progress-value) * 1%), rgba(27,154,255,0.239) 0);
  background: radial-gradient(closest-side, var(--background-color-blank) 65%, transparent 70% 102%, #fff 0), conic-gradient(#1b9aff calc(var(--progress-value) * 1%), rgba(27,154,255,0.239) 0);
}
.c-send-email-dialog .c-files-wrapper .c-upload-list .c-upload-item .progress progress {
  visibility: hidden;
  width: 0;
  height: 0;
}
.c-send-email-dialog .c-files-wrapper .c-upload-list .c-upload-item .js-progress-success-icon {
  display: none;
}
.c-send-email-dialog .c-files-wrapper .c-upload-list .c-upload-item .js-status {
  display: none;
}
.c-send-email-dialog .c-files-wrapper .c-upload-list .c-upload-item .js-status.errormsg {
  display: block;
  color: #f00;
}
.c-send-email-dialog .c-attach-existed-files-wrapper {
  max-height: 200px;
  overflow: auto;
}
.c-send-email-dialog .c-attach-existed-files-wrapper > li {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 760px) {
  .c-send-email-dialog.iframe-style .dialog-body {
    max-width: 98vw;
  }
  .c-send-email-dialog.iframe-style .dialog-body .dialog-content {
    padding-bottom: 1rem;
  }
  .c-send-email-dialog.iframe-style .dialog-body .dialog-header {
    padding-bottom: 0.5rem;
  }
  .c-send-email-dialog.iframe-style .dialog-body .dialog-header h1 {
    font-size: 1.7rem;
    padding-right: 1.5rem;
  }
  .c-send-email-dialog.iframe-style .dialog-body .dialog-footer {
    gap: 0.5rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-send-email-dialog.iframe-style .dialog-body .c-message-form-wrapper .c-wysiwyg-wrapper {
    margin: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-send-email-dialog.iframe-style .dialog-body .c-message-form-wrapper .redactor-toolbar li a.re-button-icon {
    padding: 10px;
    height: 36px;
  }
  .c-send-email-dialog.iframe-style .dialog-body .c-message-form-wrapper .field {
    margin-top: 0.5rem;
  }
  .c-send-email-dialog.iframe-style .dialog-body .c-message-form-wrapper .field .value .js-show-personal-settings-dialog {
    display: none;
  }
  .c-send-email-dialog.iframe-style .dialog-body .c-message-form-wrapper .field .value .flexbox.middle {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-send-email-dialog.iframe-style .dialog-body .c-message-form-wrapper .field.textarea-class {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .c-send-email-dialog.iframe-style .dialog-body .c-message-form-wrapper .field.textarea-class .value {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .c-send-email-dialog.iframe-style .dialog-body .c-message-form-wrapper .field .name {
    width: 60px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: table-cell;
  }
}
.c-send-sms-dialog.iframe-style .dialog-header,
.c-send-sms-dialog.iframe-style .dialog-content {
  padding-bottom: 1.5rem;
}
.c-send-sms-dialog.iframe-style .c-message-form-wrapper .field {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-send-sms-dialog.iframe-style .c-message-form-wrapper .field.textarea-class {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.c-send-sms-dialog.iframe-style .c-message-form-wrapper .field.textarea-class .value {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-send-sms-dialog.iframe-style .c-message-form-wrapper .field .name {
  width: 150px;
}
.c-send-sms-dialog .crm-dialog-block {
  width: 900px;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value input[type="text"]:not(.c-specified-sms-sender),
.c-send-sms-dialog .c-message-form-wrapper .field .value textarea {
  min-width: 0;
  width: 100%;
  max-width: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-select-funnel {
  display: inline;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-select-funnel.hidden {
  display: none;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-select-deal,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnels-list,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list {
  display: inline-block;
  margin-right: 8px;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-select-deal .dropdown > li,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnels-list .dropdown > li,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .dropdown > li {
  padding: 0;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-select-deal .dropdown > li:hover,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnels-list .dropdown > li:hover,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .dropdown > li:hover {
  background: none;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-select-deal .dropdown > li > a,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnels-list .dropdown > li > a,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .dropdown > li > a {
  padding: 0;
  margin: 0;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-select-deal .c-visible-link span,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnels-list .c-visible-link span,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-select-deal .menu-v,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnels-list .menu-v,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .menu-v {
  width: 200px;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-select-deal .menu-v a b,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnels-list .menu-v a b,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .menu-v a b,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-select-deal .menu-v a i,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnels-list .menu-v a i,
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-funnel-stages-list .menu-v a i {
  color: inherit;
  font-weight: normal;
  border: 0;
  font-style: normal;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-empty-deal {
  display: block;
}
.c-send-sms-dialog .c-message-form-wrapper .field .value .c-empty-deal.c-empty-deal-hidden {
  display: none;
}
.c-send-sms-dialog .c-message-form-wrapper .field .c-user-email {
  color: #999;
  margin-right: 12px;
}
.c-send-sms-dialog .c-message-form-wrapper .c-to-input {
  border: 1px solid #ccc;
  padding: 3px 5px;
  font-size: 13px;
  width: 200px;
}
.c-send-sms-dialog .c-message-form-wrapper .c-email-to-user {
  height: 14px;
  display: block;
  float: left;
  padding-right: 11px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
  cursor: default;
  position: relative;
}
.c-send-sms-dialog .c-message-form-wrapper .c-email-to-user .js-edit-recipient {
  cursor: pointer;
}
.c-send-sms-dialog .c-message-form-wrapper .c-email-to-user b {
  font-weight: normal;
}
.c-send-sms-dialog .c-message-form-wrapper .c-email-to-user .c-remove-to-email {
  color: #000;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: smaller;
  font-weight: bold;
  position: absolute;
  right: 3px;
  top: 1px;
  -webkit-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-send-sms-dialog .c-message-form-wrapper .c-email-to-user:hover > .c-remove-to-email {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper {
  display: none;
  margin-bottom: 12px;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-block {
  display: block;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-input-div .email-copy-input {
  width: 100%;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-user {
  height: 14px;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px 11px 4px 9px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
  cursor: default;
  position: relative;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-user b {
  font-weight: normal;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-user .remove-cc {
  color: #000;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: smaller;
  font-weight: bold;
  position: absolute;
  right: 3px;
  top: 6px;
  -webkit-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-block .email-copy-area .email-copy-text .email-copy-user:hover > .remove-cc {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-block .deal-participants-area {
  font-size: smaller;
  margin-top: 8px;
  line-height: 20px;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-block .deal-participants-area .email-copy-user {
  position: relative;
  margin: 0 4px;
  cursor: pointer;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-block .deal-participants-area .email-copy-user b {
  color: #008000;
  border-bottom: 1px dotted;
  font-weight: normal;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-collapsed {
  display: none;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-collapsed .email-copy-area {
  overflow-x: hidden;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-collapsed .email-copy-area .email-copy-user {
  height: 14px;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px 11px 4px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-collapsed .email-copy-area .email-copy-user b {
  font-weight: normal;
}
.c-send-sms-dialog .c-message-form-wrapper .email-copy-wrapper-collapsed-block {
  display: block;
}
.c-send-sms-dialog .c-message-form-wrapper .c-wysiwyg-wrapper {
  margin: 16px 0 0;
}
.c-send-sms-dialog .c-message-form-wrapper .c-wysiwyg-wrapper .redactor-box {
  margin: 0;
}
.c-send-sms-dialog .c-message-form-wrapper .c-wysiwyg-wrapper .redactor-box textarea {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-drop-wrapper {
  position: relative;
  padding: 16px;
  border: 1px dashed #aaa;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  text-align: center;
  background: #f3f3f3;
  color: #aaa;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-drop-wrapper:hover,
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-drop-wrapper.is-hover {
  background: #ffc;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-drop-wrapper .c-drop-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-upload-list {
  padding: 0;
  margin: 1em 0 0;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-upload-list .c-upload-item {
  margin: 4px 0 0;
  line-height: 1.25em;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-upload-list .c-upload-item.is-upload .c-progress-wrapper {
  display: inline-block;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-upload-list .c-upload-item.is-upload .inline-link {
  display: none;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-upload-list .c-upload-item:first-child {
  margin-top: 0;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-upload-list .c-upload-item.is-template {
  display: none;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-upload-list .c-upload-item .c-name {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-upload-list .c-upload-item .c-status {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 8px;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-upload-list .c-upload-item .c-progress-wrapper {
  display: none;
  vertical-align: middle;
  white-space: nowrap;
  height: 12px;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-upload-list .c-upload-item .c-progress-wrapper .c-progress {
  display: inline-block;
  vertical-align: top;
  background: #f0f0f0;
  width: 200px;
  height: 100%;
}
.c-send-sms-dialog .c-message-form-wrapper .c-files-wrapper .c-upload-list .c-upload-item .c-progress-wrapper .c-progress .c-bar {
  display: inline-block;
  vertical-align: top;
  background: #cba;
  height: 100%;
  -webkit-transition: background 100ms linear;
  -moz-transition: background 100ms linear;
  -o-transition: background 100ms linear;
  -ms-transition: background 100ms linear;
  transition: background 100ms linear;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-send-sms-dialog .c-message-form-wrapper .c-attach-existed-files-wrapper {
  max-height: 200px;
  overflow: auto;
}
.c-send-sms-dialog .c-message-form-wrapper .c-attach-existed-files-wrapper > li {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 760px) {
  .c-send-sms-dialog.iframe-style .dialog-header h1 {
    font-size: 1.7rem;
    padding-right: 1.5rem;
  }
  .c-send-sms-dialog.iframe-style .dialog-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-send-sms-dialog.iframe-style .c-message-form-wrapper .field {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-send-sms-dialog.iframe-style .c-message-form-wrapper .field .value {
    width: 100%;
  }
  .c-send-sms-dialog.iframe-style .c-message-form-wrapper .field.textarea-class {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .c-send-sms-dialog.iframe-style .c-message-form-wrapper .field.textarea-class .value {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .c-send-sms-dialog.iframe-style .c-message-form-wrapper .field.textarea-class .value .js-send-sms-textarea {
    resize: none;
  }
  .c-send-sms-dialog.iframe-style .c-message-form-wrapper .field .name {
    width: 100px;
  }
}
.c-email-personal-settings-dialog .c-sender-name-wrapper input[type="text"] {
  width: 99%;
}
.c-email-personal-settings-dialog .c-wysiwyg-wrapper {
  border: none;
}
.c-email-personal-settings-dialog .redactor-box {
  border: 1px solid #eee;
  border-top: none;
}
@media (max-width: 760px) {
  .c-email-personal-settings-dialog .dialog-body .dialog-header {
    padding: 0.5rem;
  }
  .c-email-personal-settings-dialog .dialog-body .dialog-header h1 {
    font-size: 1.7rem;
    padding-right: 1.5rem;
  }
  .c-email-personal-settings-dialog .dialog-body .dialog-content {
    padding: 0 0.5rem;
  }
  .c-email-personal-settings-dialog .dialog-body .dialog-content .redactor-toolbar li a.re-button-icon {
    padding: 10px;
    height: 36px;
  }
  .c-email-personal-settings-dialog .dialog-body .dialog-footer {
    padding: 0.5rem;
    padding-top: 1rem;
  }
}
.c-deal-change-workflow-dialog {
  padding: 0;
}
.c-deal-change-workflow-dialog #wf-message-form textarea,
.c-deal-change-workflow-dialog #wf-pay-form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
}
.c-deal-change-workflow-dialog #wf-ship-form .shipping-date-fields input {
  width: 100px;
}
.c-deal-change-workflow-dialog #wf-ship-form .shipping-time-from-fields input,
.c-deal-change-workflow-dialog #wf-ship-form .shipping-time-to-fields input {
  width: 50px;
}
.c-deals-close-dialog .crm-dialog-block {
  width: 500px;
}
.c-deals-close-dialog .crm-dialog-block .crm-dialog-header {
  padding-bottom: 32px;
}
.c-deals-close-dialog .crm-dialog-block .crm-dialog-content {
  min-height: 60px;
}
.c-deals-close-dialog .c-hidden {
  display: none;
}
.c-deals-close-dialog .c-status-toggle {
  text-align: center;
}
.c-deals-close-dialog .c-deal-form input[type="text"] {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-deals-close-dialog .c-deal-form .field {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.c-deals-close-dialog .c-deal-form .field:first-child {
  margin-top: 0;
}
.c-deals-close-dialog .c-deal-form .field .name,
.c-deals-close-dialog .c-deal-form .field .value {
  float: none;
  margin: 0;
  display: table-cell;
  vertical-align: top;
}
.c-deals-change-funnel-dialog .crm-dialog-block .crm-dialog-content {
  min-height: 50px;
}
.c-deals-change-funnel-dialog .c-funnels-list,
.c-deals-change-funnel-dialog .c-funnel-stages-list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.c-deals-change-funnel-dialog .c-funnels-list .dropdown > li,
.c-deals-change-funnel-dialog .c-funnel-stages-list .dropdown > li {
  padding: 0;
}
.c-deals-change-funnel-dialog .c-funnels-list .dropdown > li:hover,
.c-deals-change-funnel-dialog .c-funnel-stages-list .dropdown > li:hover {
  background: none;
}
.c-deals-change-funnel-dialog .c-funnels-list .dropdown > li > a,
.c-deals-change-funnel-dialog .c-funnel-stages-list .dropdown > li > a {
  padding: 0;
  margin: 0;
}
.c-deals-change-funnel-dialog .c-funnels-list .c-visible-link span,
.c-deals-change-funnel-dialog .c-funnel-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-deals-change-funnel-dialog .c-funnels-list .menu-v,
.c-deals-change-funnel-dialog .c-funnel-stages-list .menu-v {
  width: 200px;
}
.c-deals-change-funnel-dialog .c-funnels-list .menu-v a b,
.c-deals-change-funnel-dialog .c-funnel-stages-list .menu-v a b,
.c-deals-change-funnel-dialog .c-funnels-list .menu-v a i,
.c-deals-change-funnel-dialog .c-funnel-stages-list .menu-v a i {
  color: inherit;
  font-weight: normal;
  border: 0;
  font-style: normal;
}
.c-deals-change-responsible-dialog .crm-dialog-block .crm-dialog-content {
  min-height: 50px;
}
.c-deals-change-responsible-dialog .c-users-list {
  display: inline-block;
}
.c-deals-change-responsible-dialog .c-users-list .menu-v {
  width: 250px;
  max-height: 400px;
  overflow: auto;
}
.c-reminder-settings-wrapper .c-other-options-section .c-options-list li:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-reminder-settings-wrapper .c-other-options-section .c-options-list li input[type="number"] {
  text-align: left;
}
.c-reminder-settings-wrapper .c-other-options-section .c-options-list li {
  line-height: 27.25px;
}
.c-reminder-settings-wrapper .c-view-options-section {
  margin-top: 2rem;
}
.c-reminder-settings-dialog .c-other-options-section {
  border-top: 1px solid #ccc;
}
.c-pop-up-min {
  width: 34px;
  text-align: right;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1px 2px;
}
.c-pop-up-min:-moz-read-only {
  color: #999;
  cursor: default;
  background-color: #eee;
}
.c-pop-up-min:read-only {
  color: #999;
  cursor: default;
  background-color: #eee;
}
.c-contact-columns-dialog a {
  display: inline !important;
}
.c-contact-columns-dialog .c-active-list,
.c-contact-columns-dialog .c-unactive-list {
  max-height: 290px;
  overflow: auto;
}
.c-contact-columns-dialog .c-active-list .c-item,
.c-contact-columns-dialog .c-unactive-list .c-item {
  display: block;
  margin: 0 0 3px;
}
.c-contact-columns-dialog .c-active-list .c-item.is-locked .c-toggle,
.c-contact-columns-dialog .c-unactive-list .c-item.is-locked .c-toggle {
  visibility: hidden;
}
.c-contact-columns-dialog .c-active-list .c-item .c-toggle,
.c-contact-columns-dialog .c-unactive-list .c-item .c-toggle,
.c-contact-columns-dialog .c-active-list .c-item .c-field,
.c-contact-columns-dialog .c-unactive-list .c-item .c-field {
  margin: 0 4px 0 0;
}
.c-contact-columns-dialog .c-active-list .c-item .c-name {
  font-weight: bold;
}
.c-contact-columns-dialog .c-unactive-list {
  margin: 10px 0 0;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}
.c-contact-columns-dialog .c-unactive-list .c-item .c-toggle {
  visibility: hidden;
}
.c-contact-columns-dialog .c-footer-actions {
  margin: 16px 0 0;
}
.crm-contact-segment-list-edit-wrapper .fields .field .name {
  width: 100px;
}
.crm-contact-segment-list-edit-wrapper .fields .field .value {
  margin-left: 120px;
}
.crm-contact-segment-list-edit-wrapper .fields .field .value .crm-name-input {
  width: 98%;
}
.crm-contact-segment-list-edit-wrapper .fields .crm-access-label {
  display: block;
  margin-bottom: 4px;
}
.crm-contact-segment-list-edit-wrapper .fields .crm-icons-block li:first-child {
  margin-top: 0.5rem;
}
.crm-contact-segment-list-edit-wrapper .fields .crm-icons-block li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
}
.crm-contact-segment-list-edit-wrapper .fields .crm-description {
  margin-top: 20px;
}
.crm-contact-segment-list-edit-wrapper .crm-loading,
.crm-contact-segment-list-edit-wrapper .crm-cancel-loading {
  margin-top: 5px;
}
.crm-contact-segment-list-edit-wrapper .crm-delete-link {
  color: #f00;
}
.c-contact-add-employee-dialog {
  padding: 0;
}
.c-currencies-primary-change-dialog {
  padding: 0;
}
.c-currencies-primary-change-dialog .crm-dialog-block .crm-dialog-content {
  min-height: 80px;
}
.c-copy-shop-currencies-dialog .crm-dialog-block .crm-dialog-content {
  min-height: 50px;
}
.c-copy-shop-currencies-dialog .crm-dialog-block .crm-dialog-content .c-field.small {
  width: 60px;
}
.c-vault-edit-dialog .c-no-access-wrapper {
  margin: 10px 0 0;
}
.c-vault-edit-dialog .c-no-access-wrapper.is-active .c-visible {
  display: none;
}
.c-vault-edit-dialog .c-no-access-wrapper.is-active .c-hidden {
  display: block;
}
.c-vault-edit-dialog .c-no-access-wrapper .c-hidden {
  display: none;
}
.c-vault-edit-dialog .c-color-toggle {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-vault-edit-dialog .c-color-toggle input.c-field {
  min-width: 0;
  width: 90px;
}
.c-vault-edit-dialog .c-color-toggle .c-toggle {
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 1rem;
  display: block;
  border: 1px solid var(--light-gray);
}
.c-vault-edit-dialog .c-color-toggle .c-color-picker {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  background: var(--background-color-blank);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.c-vault-edit-dialog .c-color-toggle .c-color-picker.is-shown {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 1;
}
.c-vault-edit-dialog .dialog-body .fields .dialog-content {
  overflow-y: unset;
}
.crm-settings-form-edit-field-wrapper .crm-field-redactor {
  display: table;
}
.crm-settings-form-edit-field-wrapper .crm-field-redactor .crm-redactors-radio-block {
  display: table-row;
}
.crm-settings-form-edit-field-wrapper .crm-field-redactor .crm-redactors-radio-block .crm-redactors-radio-column {
  display: table-cell;
}
.crm-settings-form-edit-field-wrapper .crm-field-redactor .crm-redactors-radio-block .crm-redactors-radio-column .crm-redactor-image {
  margin-top: 2px;
}
.crm-settings-form-edit-field-wrapper.crm-dialog-wrapper {
  z-index: 100;
}
.c-settings-form-agreement-checkbox-edit-wrapper .c-html-label-textarea-wrapper textarea {
  min-width: 350px;
}
.c-settings-form-agreement-checkbox-edit-wrapper.crm-dialog-wrapper {
  z-index: 100;
}
.crm-contact-operation-add-to-segment-wrapper .crm-loading {
  margin-top: 6px;
}
.crm-contact-operation-add-to-segment-wrapper .crm-add-new-segment-link {
  margin-left: -2px;
}
.crm-contact-operation-export-wrapper .crm-loading {
  margin-top: 6px;
}
.crm-contact-operation-export-wrapper .crm-dialog-block .crm-dialog-content {
  min-height: 150px;
}
.crm-contact-operation-assign-tags-wrapper .crm-loading {
  margin-top: 6px;
}
.crm-contact-operation-exclude-from-list-wrapper .crm-dialog-block .crm-dialog-content {
  min-height: 150px;
}
.crm-contact-operation-exclude-from-list-wrapper .crm-loading {
  margin-top: 6px;
}
.crm-contact-operation-delete-checking .crm-dialog-block {
  width: 750px;
}
.crm-contact-operation-delete-wrapper .crm-dialog-block {
  width: 750px;
}
.c-call-associate-deal .dialog-body .dialog-content {
  overflow-y: visible;
}
.c-call-associate-deal .dialog-body .dialog-content .dropdown-body .menu {
  margin: 0;
}
.c-call-associate-deal .dialog-body .dialog-content div.field .name {
  width: 70px;
}
.c-call-associate-deal .dialog-body .dialog-content div.field .value {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-call-associate-deal .dialog-body .dialog-content div.field .value .c-select-funnel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1rem;
}
.c-call-associate-deal .dialog-body .dialog-content div.field .value .c-select-funnel .js-text {
  word-break: break-word;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-call-associate-deal .dialog-body .dialog-content div.field .value .js-select-stage-wrapper .js-text {
  word-break: break-word;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-call-init-contact .dialog-header {
  word-break: break-all;
}
.c-call-init-contact .dialog-header .header-number {
  color: var(--text-color-heading);
  white-space: nowrap;
}
.c-call-init-contact .c-content {
  margin: 16px;
  min-height: 50px;
  max-height: 300px;
  overflow: auto;
}
@-webkit-keyframes call-pending {
  0% {
    color: #222;
  }
  50% {
    color: rgba(34,34,34,0);
  }
  100% {
    color: #222;
  }
}
.c-call-init-contact .c-content .c-call-pending {
  -webkit-animation: call-pending 2s linear infinite;
  -webkit-animation: call-pending 2s linear infinite;
  -moz-animation: call-pending 2s linear infinite;
  -o-animation: call-pending 2s linear infinite;
  -ms-animation: call-pending 2s linear infinite;
  animation: call-pending 2s linear infinite;
}
.c-call-init-contact .c-content .c-call-from {
  display: block;
  margin-bottom: 12px;
}
@-moz-keyframes call-pending {
  0% {
    color: #222;
  }
  50% {
    color: rgba(34,34,34,0);
  }
  100% {
    color: #222;
  }
}
@-webkit-keyframes call-pending {
  0% {
    color: #222;
  }
  50% {
    color: rgba(34,34,34,0);
  }
  100% {
    color: #222;
  }
}
@-o-keyframes call-pending {
  0% {
    color: #222;
  }
  50% {
    color: rgba(34,34,34,0);
  }
  100% {
    color: #222;
  }
}
@keyframes call-pending {
  0% {
    color: #222;
  }
  50% {
    color: rgba(34,34,34,0);
  }
  100% {
    color: #222;
  }
}
@media (max-width: 760px) {
  .c-call-init-contact {
    padding-right: 1.5rem;
  }
  .c-call-init-contact h2 {
    font-size: 1.5rem;
  }
}
.c-call-redirect .crm-dialog-block {
  min-height: 235px;
}
.c-call-redirect .crm-dialog-block .crm-dialog-content {
  min-height: 90px;
}
.c-call-redirect .field .ui-widget.ui-widget-content {
  position: absolute;
  padding: 0;
}
.c-call-redirect .field .name {
  width: 110px;
  padding-top: 6px;
}
.c-call-redirect .field .value {
  margin-left: 110px;
}
.c-call-redirect .field .value .c-candidates-list .c-candidate {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.5rem;
  padding: 6px 10px;
  border-bottom: 1px solid var(--border-color-hr);
}
.c-call-redirect .field .value .c-candidates-list .c-candidate:last-child {
  border-bottom: none;
}
.c-call-redirect .field .value .c-candidates-list .c-candidate:hover {
  background-color: var(--highlighted-yellow);
}
.c-call-redirect .field .value .c-candidates-list .c-candidate .c-autocomplete {
  display: inline-block;
  max-width: 200px;
}
.c-call-redirect .field .value .c-users-list {
  margin: 6px 6px 3px 40px;
}
.c-call-redirect .field .value .c-users-list .c-tel-user {
  margin-bottom: 6px;
}
.c-call-redirect .field .value .c-users-list .c-tel-user:last-child {
  margin-bottom: 0;
}
.c-call-redirect .field .value .c-contact {
  margin-right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-call-redirect .field .value .c-contact .userpic20 {
  vertical-align: top;
}
.c-call-redirect .field .value input[type="text"],
.c-call-redirect .field .value textarea {
  min-width: 0;
  width: 100%;
  max-width: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-message-show-body-dialog .c-message-info .field {
  display: table;
  width: 100%;
  margin: 5px 0 0;
  padding: 0;
}
.c-message-show-body-dialog .c-message-info .field:first-child {
  margin-top: 0;
}
.c-message-show-body-dialog .c-message-info .field > .name,
.c-message-show-body-dialog .c-message-info .field > .value {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
  float: none;
}
.c-message-show-body-dialog .c-message-info .field > .name {
  width: 80px;
  padding-right: 16px;
}
.c-message-show-body-dialog .c-message-info .field > .value {
  padding-top: 1px;
}
.c-message-show-body-dialog .c-message-info .c-copy-list,
.c-message-show-body-dialog .c-message-info .c-to-list {
  margin: 0;
  padding: 0;
}
.c-message-show-body-dialog .c-message-info .c-copy-list > li,
.c-message-show-body-dialog .c-message-info .c-to-list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 6px 0;
}
.c-message-show-body-dialog .c-message-info .c-copy-list > li:after,
.c-message-show-body-dialog .c-message-info .c-to-list > li:after {
  content: ",";
}
.c-message-show-body-dialog .c-message-info .c-copy-list > li:last-child:after,
.c-message-show-body-dialog .c-message-info .c-to-list > li:last-child:after {
  display: none;
}
.c-message-show-body-dialog .c-message-info .deal-form {
  display: inline-block;
}
.c-message-show-body-dialog .c-message-info .deal-form.deal-form-hidden {
  display: none;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value {
  display: inline-block;
  vertical-align: top;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-empty-deal {
  display: block;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-empty-deal.c-empty-deal-hidden {
  display: none;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-deal-name.c-deal-name-hidden {
  display: none;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-deal-name .c-remove-deal {
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-deal-name:hover > .c-remove-deal {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-select-deal,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnels-list {
  display: inline-block;
  padding-top: 3px;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-select-funnel {
  display: inline;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-select-funnel.hidden {
  display: none;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-select-deal,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnels-list,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnel-stages-list {
  vertical-align: top;
  display: inline-block;
  margin-right: 8px;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-select-deal .dropdown > li,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnels-list .dropdown > li,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnel-stages-list .dropdown > li {
  padding: 0;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-select-deal .dropdown > li:hover,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnels-list .dropdown > li:hover,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnel-stages-list .dropdown > li:hover {
  background: none;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-select-deal .dropdown > li > a,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnels-list .dropdown > li > a,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnel-stages-list .dropdown > li > a {
  padding: 0;
  margin: 0;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-select-deal .c-visible-link span,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnels-list .c-visible-link span,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnel-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-select-deal .menu-v,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnels-list .menu-v,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnel-stages-list .menu-v {
  width: 200px;
}
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-select-deal .menu-v a b,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnels-list .menu-v a b,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnel-stages-list .menu-v a b,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-select-deal .menu-v a i,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnels-list .menu-v a i,
.c-message-show-body-dialog .c-message-info .deal-form .c-deal-value .c-funnel-stages-list .menu-v a i {
  color: inherit;
  font-weight: normal;
  border: 0;
  font-style: normal;
}
.c-message-show-body-dialog .c-message-info .c-contact-link {
  margin-right: 5px;
}
.c-message-show-body-dialog .c-message-info .c-contact-link .c-contact-photo {
  position: relative;
  vertical-align: top;
  border-radius: 50%;
  width: 16px;
  margin-top: -1px;
}
.c-message-show-body-dialog .c-message-body {
  margin: 16px 0 0;
  padding: 16px 0 0;
  max-height: 41vh;
  overflow-y: auto;
  min-height: 20px;
}
.c-message-show-body-dialog .c-message-body .c-attachments-block {
  margin-top: -15px;
  margin-bottom: 15px;
}
.c-message-show-body-dialog .c-message-body .c-attachments-block .c-attachments-list a {
  display: inline;
  padding: 0;
  margin-right: 4px;
}
.c-message-by-deal-dialog .crm-dialog-block {
  width: 900px;
}
.c-message-by-deal-dialog .crm-dialog-block .crm-dialog-content {
  min-height: 200px;
}
.c-message-by-deal-dialog .c-contact .c-photo {
  position: relative;
  vertical-align: top;
  border-radius: 50%;
  width: 16px;
  margin: -1px 0 0 5px;
}
.c-message-by-deal-dialog .c-message-body {
  margin: 16px -16px 0;
}
.c-message-by-deal-dialog .c-message-body table.c-messages-table {
  table-layout: fixed;
}
.c-message-by-deal-dialog .c-message-body table.c-messages-table thead td {
  font-size: 11px;
  color: #777;
  text-transform: uppercase;
  font-weight: bold;
}
.c-message-by-deal-dialog .c-message-body table.c-messages-table td:first-child {
  padding-left: 16px;
}
.c-message-by-deal-dialog .c-message-body table.c-messages-table td:last-child {
  padding-right: 16px;
}
.c-message-by-deal-dialog .c-message-body table.c-messages-table td.c-column-date {
  width: 125px;
}
.c-message-by-deal-dialog .c-message-body table.c-messages-table td.c-column-sender {
  width: 220px;
}
.c-message-by-deal-dialog .c-message-body table.c-messages-table td.c-column-type {
  width: 50px;
  text-align: center;
}
.c-conversation-associate-deal .dialog-body .dialog-content {
  min-height: 90px;
  overflow-y: visible;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .name {
  width: 70px;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1rem;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-contact-link {
  margin-right: 5px;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-contact-link .c-contact-photo {
  position: relative;
  vertical-align: top;
  border-radius: 50%;
  width: 16px;
  margin-right: 0;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value input[type="text"],
.c-conversation-associate-deal .dialog-body .dialog-content .field .value textarea {
  min-width: 0;
  width: 100%;
  max-width: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-select-funnel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1rem;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-select-funnel .dropdown-toggle .js-text {
  word-break: break-word;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  text-align: left;
  gap: 0.25rem;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-select-funnel.hidden {
  display: none;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-select-funnel .menu > li > a {
  word-break: break-word;
  white-space: pre-wrap;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-select-deal,
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-funnels-list,
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-funnel-stages-list {
  display: inline-block;
  margin-right: 8px;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-select-deal .dropdown-toggle .js-text,
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-funnels-list .dropdown-toggle .js-text,
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-funnel-stages-list .dropdown-toggle .js-text {
  word-break: break-word;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  text-align: left;
  gap: 0.25rem;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-select-deal .dropdown-body .js-deal-item .js-text--name,
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-funnels-list .dropdown-body .js-deal-item .js-text--name,
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-funnel-stages-list .dropdown-body .js-deal-item .js-text--name {
  word-break: break-word;
  white-space: pre-wrap;
}
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-select-deal .c-visible-link span,
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-funnels-list .c-visible-link span,
.c-conversation-associate-deal .dialog-body .dialog-content .field .value .c-funnel-stages-list .c-visible-link span {
  display: inline-block;
  max-width: 135px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-deal-assign-tags-dialog .crm-loading {
  margin-top: 6px;
}
.c-deal-assign-tags-dialog .crm-popular-tags {
  padding: 0 0 0 5px;
  font-size: 0.85em;
  line-height: 17px;
}
.c-deal-assign-tags-dialog .crm-popular-tags .crm-title,
.c-deal-assign-tags-dialog .crm-popular-tags .crm-popular-tag-item {
  padding: 3px 0;
  margin-right: 3px;
}
.c-deal-assign-tags-dialog .crm-popular-tags .crm-popular-tag-item .crm-popular-tag-item-link {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #008000;
}
.c-deal-edit-order-dialog {
  display: none;
}
.c-deal-edit-order-dialog .crm-dialog-block {
  width: 90%;
  max-width: 90%;
  height: 90%;
}
.c-deal-edit-order-dialog .crm-dialog-block .crm-dialog-header {
  padding: 13px;
  background-color: #f4f4f4;
}
.c-deal-edit-order-dialog .crm-dialog-block .crm-dialog-header h1 {
  display: inline-block;
}
.c-deal-edit-order-dialog .crm-dialog-block .crm-dialog-header .icon16.c-dialog-close {
  color: #000;
  background: none;
  text-indent: 0;
  width: auto;
  float: right;
  cursor: pointer;
  margin-top: 2px;
}
.c-deal-edit-order-dialog .crm-dialog-block .crm-dialog-header .icon16.c-dialog-close:before {
  display: inline-block;
  content: "×";
  font-size: 24px;
}
.c-deal-edit-order-dialog .crm-dialog-block .crm-dialog-content {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
.c-deal-edit-order-dialog .crm-dialog-block .crm-dialog-content .c-content-iframe {
  width: 100%;
  height: 100%;
}
.c-deal-edit-order-shipping-details-dialog {
  display: none;
}
.c-deal-edit-order-shipping-details-dialog .crm-dialog-block {
  max-height: 400px;
}
.c-deal-edit-order-shipping-details-dialog #workflow-content {
  margin: 10px 0 20px 0;
}
.c-deal-edit-order-shipping-details-dialog #workflow-content form,
.c-deal-edit-order-shipping-details-dialog .workflow-content form {
  background: #eee;
  padding: 20px;
  margin-bottom: 10px;
}
.c-deal-edit-order-shipping-details-dialog #workflow-content form#wf-message-form {
  background: #eef3ff;
  border: 1px dashed #cde;
}
.c-deal-edit-order-shipping-details-dialog #workflow-content form#wf-message-form textarea {
  min-height: 100px;
}
.c-deal-edit-order-shipping-details-dialog #workflow-content form#wf-ship-form {
  background: #eef7ff;
  border: 1px dashed #cde;
}
.c-deal-edit-order-shipping-details-dialog #wf-ship-form .shipping-date-fields input {
  width: 100px;
}
.c-deal-edit-order-shipping-details-dialog #wf-ship-form .shipping-time-from-fields input,
.c-deal-edit-order-shipping-details-dialog #wf-ship-form .shipping-time-to-fields input {
  width: 50px;
}
.c-deal-edit-order-shipping-details-dialog #wf-ship-form {
  max-height: 140px;
  overflow-y: auto;
}
.c-invoice-front-section.with-background {
  background: var(--background-color);
  padding: 1.5rem 0;
}
.c-invoice-front-section .c-front-invoice-wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  font: 16px/20px Arial, sans-serif;
  color: #585858;
}
.c-invoice-front-section .c-front-invoice-wrapper .nowrap {
  white-space: nowrap;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-layout {
  display: table;
  width: 100%;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-layout.inline {
  width: auto;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-layout.fixed {
  table-layout: fixed;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-layout > .c-column {
  display: table-cell;
  vertical-align: top;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-layout > .c-column.middle {
  vertical-align: middle;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-layout > .c-column.center {
  text-align: center;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-layout > .c-column.right {
  text-align: right;
}
.c-invoice-front-section .c-front-invoice-wrapper .line {
  margin-top: 4px;
  margin-bottom: 0;
}
.c-invoice-front-section .c-front-invoice-wrapper .line:first-child {
  margin-top: 0;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section {
  margin: 32px 0;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options {
  margin: 0;
  padding: 16px 0;
  border-top: 3px solid #2296bf;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item {
  position: relative;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  clear: both;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item.is-active .c-payment-content.is-hidden {
  display: block;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item.has-error {
  background: rgba(255,0,0,0.1);
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .c-payment-header {
  margin: 0;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .c-payment-header label > * {
  display: inline;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .c-payment-description {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.25em;
  color: #666;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .c-payment-content {
  margin: 1em 0 0;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .c-payment-content.is-hidden {
  display: none;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .wa-form {
  margin: 16px 0;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .wa-form .wa-field {
  display: table;
  width: 100%;
  margin: 8px 0 0;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .wa-form .wa-field:first-child {
  margin-top: 0;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .wa-form .wa-field .wa-name,
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .wa-form .wa-field .wa-value {
  display: table-cell;
  vertical-align: top;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .wa-form .wa-field .wa-name {
  width: 20%;
  color: #aaa;
  font-size: 12px;
}
.c-invoice-front-section .c-front-invoice-wrapper .c-payment-section .c-payment-options .c-payment-item .wa-form label input[type="radio"] {
  position: static;
}
.c-invoice-front-section .c-front-invoice-block {
  border: 1px solid rgba(136,153,170,0.14);
  border-radius: 3px;
  padding: 32px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font: 16px/20px Arial, sans-serif;
  color: #585858;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-header {
  color: #2296bf;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-border {
  border-color: #2296bf;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-logo {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-logo img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: top;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-info-section {
  margin: 32px 0 0;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-info-section > .c-column:not(:last-child) {
  padding-right: 20px;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-info-section .c-date-due {
  margin: 26px 0 0;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-info-section .c-amount-wrapper .c-amount {
  font-size: 24px;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section {
  margin: 32px 0 0;
  border-style: solid;
  border-width: 3px 0 0;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tr td input {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tr td.right {
  text-align: right;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tr td.right input {
  text-align: right;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tr td.c-number {
  width: 20px;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tr td.c-amount {
  width: 10%;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tr td.c-price {
  width: 20%;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tr td.c-total {
  width: 20%;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table thead tr td,
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tbody tr td {
  border-bottom: 1px solid #e6e6e6;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table thead tr td {
  height: 32px;
  padding: 0 8px;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tbody tr td {
  padding: 8px;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tfoot tr:first-child td {
  padding-top: 6px;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tfoot tr td {
  height: 26px;
  padding: 0 8px 4px;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tfoot tr.c-total-row td {
  border-width: 1px 0 0;
  border-style: solid;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-items-section table tfoot tr.c-total-row .c-total {
  font-size: 24px;
  line-height: 1.5em;
}
.c-invoice-front-section .c-front-invoice-block.type-1 .c-comment-wrapper {
  margin: 32px 0 0;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-header {
  color: #2296bf;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-border {
  border-color: #2296bf;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-logo {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-logo img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: top;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-info-section {
  margin: 32px 0 0;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-info-section > .c-column:not(:last-child) {
  padding-right: 20px;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-info-section .c-date-due {
  margin: 26px 0 0;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-info-section .c-amount-wrapper .c-amount {
  font-size: 24px;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section {
  margin: 32px 0 0;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tr td {
  border: 1px solid #a9a9a9;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tr td input {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tr td.right {
  text-align: right;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tr td.right input {
  text-align: right;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tr td.c-number {
  width: 20px;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tr td.c-amount {
  width: 10%;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tr td.c-price {
  width: 18%;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tr td.c-tax {
  width: 15%;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tr td.c-total {
  width: 18%;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table thead tr td {
  height: 32px;
  padding: 0 8px;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tbody tr td {
  padding: 8px;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tfoot tr:first-child td {
  padding-top: 6px;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tfoot tr td {
  height: 26px;
  padding: 0 8px 4px;
  border: 0;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-items-section table tfoot tr.c-total-row .c-total {
  font-size: 24px;
  line-height: 1.5em;
}
.c-invoice-front-section .c-front-invoice-block.type-2 .c-comment-wrapper {
  margin: 32px 0 0;
}
@media print {
  .c-invoice-front-section.with-background,
  .c-invoice-front-section {
    background: transparent;
  }
  .c-invoice-front-section.with-background .c-front-invoice-block,
  .c-invoice-front-section .c-front-invoice-block {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .c-invoice-front-section.with-background .c-payment-section,
  .c-invoice-front-section .c-payment-section {
    display: none;
  }
}
