/* Naming */
/* Note: please update palette.ts as well which is used by javascript files */
#commandbar-wrapper svg {
  max-width: inherit;
}
* {
  box-sizing: initial;
}
.hidden {
  display: none;
}
.reset {
  clear: both;
}
.uk-link,
a {
  color: #2E5BFF;
  text-decoration: none;
}
.uk-link:hover,
a:hover {
  color: #274BDB;
  text-decoration: underline;
}
.uk-text-danger {
  text-decoration: none !important;
}
.uk-text-theme {
  color: #B43DC6;
}
.uk-text-underline {
  border-bottom: 1px solid;
}
.uk-form-icon .uk-icon-search {
  position: relative;
  left: -25px;
  width: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 400;
}
.tm-navbar {
  color: #F5F6F7;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-origin: initial;
  background-clip: initial;
  background: #000000 initial initial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 34px;
  font-weight: 700;
}
h2 {
  font-size: 18px;
  font-weight: 700;
}
h3 {
  font-size: 16px;
  font-weight: 300;
}
.dash-header-ruler {
  margin-top: 10px;
  margin-bottom: 0;
  border-top: 2px solid #F5F6F7;
}
.dash-nav-lead {
  z-index: 999;
  padding: 10px 0;
}
.stickybg.uk-active {
  background-color: #F5F6F7;
}
.dash-nps-title {
  position: relative;
  bottom: 28px;
}
.tint {
  color: #B43DC6;
}
.tintbg {
  background-color: #B43DC6;
}
.tintbgimportant {
  background-color: #B43DC6 !important;
}
.dash-nps-container {
  margin-top: 40px;
}
.dash-nps-score-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 200px;
}
.dash-nps-score-container {
  flex: 1;
  min-height: 200px;
  flex-direction: column;
  display: flex;
}
.dash-npsscore {
  color: #B43DC6;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 80px;
  letter-spacing: -5px;
}
.dash-nps-change {
  margin-top: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #28364B;
}
.dash-nps-chart-container {
  flex: 3;
  display: flex;
  position: relative;
  flex-direction: column;
}
.dash-nps-chart-canvas-container {
  display: flex;
  align-items: center;
  flex: 1;
  max-height: 130px;
  min-width: 320px;
  margin-left: 10px;
  margin-top: 2%;
}
.dash-nps-chart-tooltips {
  position: absolute !important;
  transform: translate(-34px, -24px) !important;
  white-space: nowrap;
}
.dash-nps-chart-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  font-size: 40px;
}
.dash-nps-stats-wrapper {
  display: flex;
  min-height: 130px;
  flex-wrap: wrap;
}
.dash-nps-stats-sub-wrapper {
  display: flex;
  margin-top: 22px;
}
.dash-nps-stats-container {
  flex: 1;
  flex-wrap: wrap;
  min-height: 122px;
}
.dash-stats-item {
  display: flex;
  flex-direction: column;
  flex: auto;
  justify-content: space-between;
  align-items: stretch;
  min-height: 68px;
  min-width: 120px;
  border-right: 2px solid #F5F6F7;
}
.dash-stats-item:not(:first-child) {
  padding-left: 10px;
}
.dash-stats-item:last-child {
  border: none;
}
.dash-stats-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #B6BAC0;
}
.dash-stats-value {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 43px;
  line-height: 36px;
  color: #28364B;
}
.npslabel .npscaption {
  width: 350px;
  color: #B43DC6;
  font-size: 0.98em;
  line-height: 1em;
  padding-top: 10px;
  z-index: 1;
}
.npsmath {
  padding-top: 70px;
  font-size: 38px;
  font-weight: 200;
  color: #B43DC6;
}
.tableheader {
  font-family: Helvetica, serif;
  font-size: 37px;
  color: #494949;
  line-height: 44px;
}
.emailstats h1 {
  font-size: 2em;
  margin-bottom: 0;
}
.emailstats h3 {
  margin-top: 5px;
  color: #DBDDE0;
}
.emailstats div {
  padding-right: 40px;
}
.grey {
  color: #6E7682;
}
.lightgrey {
  color: #DBDDE0;
}
.bglightgrey {
  background-color: #F5F6F7;
  padding: 30px 30px 15px 30px;
  border-radius: 5px;
}
::-moz-selection {
  background: #B43DC6;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #2B9BF4;
  color: #ffffff;
  text-shadow: none;
}
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: #F5F6F7;
  color: #2B9BF4;
  outline: none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.uk-notify-message-success {
  background: #E5FBF1;
  color: #15ca77;
  border-color: #1dda84;
}
.subnav-block .custom-filter.savesegment {
  background-color: transparent;
  font-weight: 500;
}
.uk-notify-message-custom {
  background-color: transparent;
  border: none;
}
.uk-notify-message-custom .uk-comment-body {
  color: #343434;
  background-color: rgba(255, 255, 255, 0.5);
}
.uk-notify-message-custom .uk-comment-header {
  min-width: 240px;
}
/*TABS */
.uk-tab > li > a {
  color: #B43DC6;
  text-decoration: none;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Also apply if dropdown is opened
* 3. Remove default focus style
*/
.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
  text-decoration: none;
  color: #B43DC6;
}
/*
* 1. Dimensions
* 2. Style
*/
.uk-navbar {
  border-bottom: 2px solid #EDEEEF;
}
.uk-navbar-nav > li > a {
  height: 61px;
  line-height: 61px;
  /* 2 */
}
.uk-dropdown-set-width {
  width: 270px;
}
.bookmark-icon {
  background: url('/img/icon/bookmark.svg') center center no-repeat;
  width: 22px;
  height: 25px;
}
.bookmark-icon-new {
  background: url('/img/icon/bookmark_new.svg') center center no-repeat;
  background-size: 33px;
}
/*
* Imitate navbar items
*/
.uk-navbar-toggle:after {
  content: "";
}
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  height: 61px;
}
.uk-navbar,
.uk-navbar-attached .uk-navbar-nav > li > a {
  background-color: #F5F6F7;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
.uk-navbar-flip .uk-navbar-nav > li > a {
  background-color: transparent;
}
.uk-navbar-attached .uk-navbar-nav li {
  margin-bottom: -2px;
}
.uk-navbar-attached .uk-navbar-nav li.uk-active {
  border-bottom: 2px solid #2B9BF4;
}
.uk-navbar-nav > li > a {
  border: 0;
}
.uk-search-field {
  width: 150px;
}
/*Effects*/
.promoter {
  background-color: #1EE389;
}
.passive {
  background-color: #BBBBBB;
}
.detractor {
  background-color: #F44D3D;
}
/*Effects*/
.fxexpand {
  border-radius: 50%;
  overflow: hidden;
  background: no-repeat center;
  background-blend-mode: luminosity;
  border: 4px solid #000;
  width: 46px;
  height: 46px;
  background-size: 46px 46px;
}
.fxexpand:hover {
  background-color: transparent;
  background-size: 51px 51px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.uk-nav-search > li.uk-active > a {
  background: #B43DC6 !important;
}
.uk-button-outline {
  border: 1px solid;
}
.filtericon:hover {
  text-decoration: none;
}
.dashstats {
  max-width: 220px;
  overflow: visible;
}
.dashstats dd {
  text-align: right;
}
.navupgrade a {
  margin-right: 12px !important;
  padding: 0 12px 0 12px !important;
  background-color: #2B9CF5 !important;
  color: blue;
}
.showpointer {
  cursor: pointer;
}
.uk-text-danger:hover {
  color: #F44D3D !important;
}
.bucketbutton {
  vertical-align: top;
  margin-left: 10px;
  margin-top: 1px;
}
.buckets {
  display: table;
  border-radius: 4px;
  width: 100%;
  min-height: 170px;
  padding: 30px;
}
.buckets a {
  border: none;
  color: #28364B;
}
.buckets tr:hover a {
  color: #2B9BF4;
  text-decoration: none;
}
.buckets tr .linkart {
  visibility: hidden;
}
.buckets tr:hover .linkart {
  visibility: visible;
}
.buckets .caret {
  padding-bottom: 3px;
}
.buckets table tr th {
  color: #B6BAC0;
  font-size: 15px;
  font-weight: 500;
}
.buckets table tr td {
  font-size: 15px;
}
.buckets table tr:first-child th,
.buckets table tr:last-child td {
  border: none;
}
.buckets table tr th,
.buckets table tr td {
  border-bottom: 2px solid #EDEEEF;
}
.chat .uk-comment-avatar {
  border: 2px solid;
  border-color: white !important;
  max-width: 40px;
}
.linkmore {
  font-weight: 700;
}
.uk-panel-title {
  font-weight: 500;
}
.uk-text-danger {
  color: #F44D3D !important;
}
.uk-block-muted {
  background: #FAFAFB;
}
/*Tint Colors*/
.uk-badge-tint {
  background-color: #B43DC6;
}
.bgtint {
  background-color: #B43DC6 !important;
}
.bgpromoter {
  background-color: #1EE389 !important;
}
.bgpassive {
  background-color: #bbbbbb !important;
}
.bgdetractor {
  background-color: #F44D3D !important;
}
.uk-notify-message-tinted {
  color: #1EE289;
  background-color: #F8ECFA;
  border: 1px #1EE289 solid;
}
.switch-input:checked ~ .switch-label {
  background: #B43DC6 !important;
}
.a,
.a:visited,
.a:active {
  color: #B43DC6;
  text-decoration: none;
  border-bottom: 1px #B43DC6 solid;
}
.a:hover {
  color: #B43DC6;
  text-decoration: none;
  border-bottom: 1px #B43DC6 solid;
}
.linkresponses,
.linkresponses:visited,
.linkresponses:active {
  color: #333333;
}
.uk-button.uk-active,
label.uk-active,
label.uk-button.active {
  border-color: #9A34AA !important;
  background-color: #B43DC6 !important;
  color: white !important;
}
.uk-alert {
  background: #E9F5FD;
  color: #268AD9;
  border: 1px solid #2B9BF4;
  text-shadow: none;
}
.uk-alert-success {
  background: #E8FCF3;
  color: #19B76F;
  border: 1px solid #1EE289;
}
.uk-alert-warning {
  background: #FEEFE9;
  color: #F15B21;
  border: 1px solid #FE6226;
}
.uk-alert-danger {
  background: #FDEDEB;
  color: #E14031;
  border: 1px solid #F44D3D;
}
.uk-nav-navbar > li > a:focus,
.uk-nav-navbar > li > a:hover {
  background: #F5F6F7;
  border: none;
  color: #2B9BF4;
}
.uk-comment .uk-comment-header {
  background: #FAFAFB;
  color: #28364B;
  border: 1px solid #DBDDE0;
  text-shadow: none;
}
.uk-comment-primary .uk-comment-header {
  background: #E9F5FD;
  color: #28364B;
  border: 1px solid #2B9BF4;
  text-shadow: none;
}
.uk-comment-primary .uk-comment-title {
  color: #28364B;
}
.uk-comment .uk-comment-meta {
  color: #28364B;
}
.uk-button {
  vertical-align: middle;
  min-height: auto;
  text-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  -o-text-overflow: clip;
  text-overflow: clip;
  display: inline-block;
  text-decoration: none;
  padding: 0 16px 0 14px;
  border: 1px solid #DBDDE0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 32px;
  height: 32px;
  color: #28364B;
  background-color: #EDEEEF;
  border-radius: 4px;
  /* ani */
  transition: all 200ms ease-in-out;
}
.uk-button svg {
  margin-right: -8px;
  padding-bottom: 2px;
}
.uk-button .uk-nav-dropdown svg {
  margin-right: 0;
  padding-bottom: 0;
}
.uk-button:disabled {
  text-shadow: none;
}
.uk-button.uk-width-1-1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.uk-button.uk-button-small {
  padding: 0 13px 0 13px;
  font-size: 13px !important;
  line-height: 30px;
  height: 30px;
}
.uk-button.uk-button-mini {
  padding: 0 19px 0 11px;
  font-size: 11px !important;
  line-height: 26px;
  height: 26px;
}
.uk-button:hover,
.uk-button:focus {
  text-decoration: none;
  color: #28364B;
  border: 1px solid #DBDDE0;
  background-color: #DBDDE0;
}
.uk-button-disabled:disabled,
.uk-button-disabled:hover {
  color: #C8D2D9;
  background: #E4E8EB;
  cursor: not-allowed;
  border: none;
}
.uk-button.uk-button-tint,
.uk-button.uk-button-primary {
  border: 1px solid #2489DA;
  color: #FFFFFF;
  background-color: #2B9BF4;
}
.uk-button.uk-button-tint:hover,
.uk-button.uk-button-tint:focus,
.uk-button.uk-button-primary:hover,
.uk-button.uk-button-primary:focus {
  border: 1px solid #2489DA;
  background-color: #2489DA;
}
.uk-button.uk-button-danger {
  border: 1px solid #DE4536;
  color: white;
  background-color: #F44D3D;
}
.uk-button.uk-button-danger:hover {
  background-color: #DE4536;
}
.uk-button.uk-button-success {
  border: 1px solid #1DCE7E;
  color: white;
  background-color: #1EE289;
}
.uk-button.uk-button-success svg {
  margin-left: 8px;
}
.uk-button.uk-button-success svg * {
  stroke: white;
}
.uk-button.uk-button-square {
  border-radius: 0;
}
.uk-button.uk-button-success:hover {
  background-color: #1DCE7E;
}
.uk-button.uk-button-purple {
  background-color: #B43DC6;
  color: white;
  text-shadow: none;
}
.uk-form input:not([type]),
.uk-form input[type=checkbox],
.uk-form input[type=color],
.uk-form input[type=date],
.uk-form input[type=datetime-local],
.uk-form input[type=datetime],
.uk-form input[type=email],
.uk-form input[type=month],
.uk-form input[type=number],
.uk-form input[type=password],
.uk-form input[type=search],
.uk-form input[type=tel],
.uk-form input[type=text],
.uk-form input[type=time],
.uk-form input[type=url],
.uk-form input[type=week],
.uk-form select,
.uk-form textarea {
  border: 2px solid #EDEEEF !important;
}
.uk-form input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
.uk-dropdown img {
  padding-bottom: 3px;
}
/* new justin style checkboxes */
.uk-form input[type=checkbox]:not(:disabled) {
  border: 1px solid #DBDDE0 !important;
  background: #FAFBFC;
  border-radius: 3px;
  padding: 1px;
  width: 16px;
  height: 16px;
}
.uk-form input[type=checkbox]:not(:disabled):checked {
  border: 1px solid #2B9BF4 !important;
  background: #2B9BF4;
}
.uk-form input[type=checkbox]:disabled {
  border: 1px solid #DBDDE0 !important;
  background: #F5F6F7;
  border-radius: 3px;
}
.uk-form input[type=checkbox]:checked:before {
  color: #fff;
}
.uk-form .floating-label {
  border: solid 1px #ccc;
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 0 8px;
  position: relative;
  /** active label */
}
.uk-form .floating-label input[type=text] {
  border: none;
  font-size: 16px;
  outline: 0;
  padding: 16px 0 10px;
  width: 100%;
}
.uk-form .floating-label label {
  font-size: 16px;
  position: absolute;
  transform-origin: top left;
  transform: translate(0, 16px) scale(1);
  transition: all 0.1s ease-in-out;
}
.uk-form .floating-label.active label {
  transform: translate(0, 4px) scale(0.75);
}
.uk-form legend {
  font-weight: 700 !important;
}
.uk-form legend:after {
  border-bottom: none;
}
table.uk-table thead th {
  color: #96A2AC;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  vertical-align: top;
  font-weight: normal;
}
table.uk-table thead th a {
  color: #96A2AC;
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  display: inline-block;
  font-size: 12px;
  font-family: Consolas, monospace, serif;
  color: #2B9BF4;
  white-space: nowrap;
  padding: 6px;
  margin: 8px 0 4px 0;
  border: none;
  border-radius: 4px;
  background: #F5F6F7;
}
code.field {
  background-color: #F4F6FC;
  color: #93A1BE;
  font-size: 14px;
  line-height: 24px;
}
box {
  background-color: #F4F6FC;
  font-size: 12px;
  font-family: Consolas, monospace, serif;
  line-height: 20px;
  border: 1px solid #93A1BE;
  border-radius: 4px;
  padding: 10px;
}
@supports (-webkit-appearance:none) {
  .uk-form input[type="text"],
  .uk-form input[type="number"] {
    padding: 15px 6px !important;
  }
}
@-moz-document url-prefix() {
  .uk-form input[type="text"],
  .uk-form input[type="number"] {
    padding: 5px 6px !important;
  }
}
.uk-form select {
  height: 34px;
}
#sso-register .uk-form select {
  height: 40px;
}
hr {
  border-top: 2px solid #F5F6F7 !important;
}
.uk-panel-box {
  background: #FAFAFB;
  border: 2px solid #FAFAFB;
}
.uk-panel-box-secondary {
  background-color: #fff;
  border: 2px solid #F5F6F7;
}
.uk-description-list-line > dt:nth-child(n+2) {
  border-top: 2px solid #F5F6F7;
}
.uk-tab > li > a,
.uk-tab > li > a:focus {
  display: block;
  padding: 8px 12px;
  border: 2px solid transparent;
  color: #07d;
  text-shadow: none;
  background: none;
}
.uk-tab {
  border-bottom: 2px solid #EDEEEF;
}
.uk-tab-center {
  border-bottom: 2px solid #EDEEEF;
}
.uk-tab-center .uk-tab > li.uk-active > a {
  border-color: #EDEEEF #EDEEEF #fff;
  background: #fff;
}
.uk-tab a {
  color: #28364B !important;
}
.uk-tab > li {
  margin-bottom: -2px;
}
.uk-tab > li.uk-open > a,
.uk-tab > li > a:hover {
  border-color: #EDEEEF;
  background: #EDEEEF;
  color: #059;
  outline: 0;
}
.uk-tab > li.uk-active > a {
  border-color: #EDEEEF #EDEEEF transparent;
  background: white;
}
.uk-tab-left {
  border-bottom: none;
}
.uk-tab-left > li.uk-active > a {
  border-color: #EDEEEF transparent #EDEEEF #EDEEEF;
}
@media (max-width: 1220px) {
  .uk-navbar-nav > li > a {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .uk-navbar-nav > li > a {
    padding: 0 10px;
  }
  .uk-tab-left {
    border-right: 2px solid #F5F6F7;
  }
  .uk-tab-left > li {
    margin-right: -2px;
  }
  .uk-tab-left > li.uk-active > a {
    border-right-color: transparent;
  }
}
.dropsubnav > li {
  padding-top: 5px;
}
.blockMsg {
  border: 1px !important;
  border-radius: 5px !important;
  padding: 10px !important;
  top: 40% !important;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
[v-cloak] {
  display: none;
}
.sendpage .bglightgrey-nopadding,
#send-app .bglightgrey-nopadding {
  background-color: #F5F6F7;
  border-radius: 5px;
  margin: 0 0 15px;
  font-size: 16px;
}
.sendpage .bglightgrey-nopadding .row,
#send-app .bglightgrey-nopadding .row {
  padding: 18px 24px 18px 30px;
}
.sendpage .bglightgrey-nopadding .row + .row,
#send-app .bglightgrey-nopadding .row + .row {
  border-top: 2px solid #EFF0F1;
}
.sendpage .bglightgrey-nopadding .row-name,
#send-app .bglightgrey-nopadding .row-name {
  font-size: 18px;
  font-weight: 700;
  padding-top: 25px;
}
.sendpage .bglightgrey-nopadding .row-buttons,
#send-app .bglightgrey-nopadding .row-buttons {
  text-align: right;
}
.sendpage .input-daysbetween,
#send-app .input-daysbetween {
  width: 80px;
  text-align: right;
}
.sendpage .input-daysfirstemail,
#send-app .input-daysfirstemail,
.sendpage .input-daysfirstemail_spread,
#send-app .input-daysfirstemail_spread {
  width: 60px;
  text-align: right;
}
.sendpage .input-number,
#send-app .input-number {
  width: 65px;
  text-align: right;
}
.sendpage #dailyscheduler .equalssign,
#send-app #dailyscheduler .equalssign {
  padding-top: 7px;
  width: 40px;
  padding-left: 0;
  text-align: center;
}
.sendpage #dailyscheduler .name-input,
#send-app #dailyscheduler .name-input {
  border: none;
  border-bottom: 2px solid #2B9BF4;
  outline: none;
  font: inherit;
  background-color: transparent;
  padding: 0;
}
.sendpage #dailyscheduler .remove-schedule,
#send-app #dailyscheduler .remove-schedule {
  color: red;
}
.sendpage #dailyscheduler .uk-button.uk-active,
#send-app #dailyscheduler .uk-button.uk-active {
  border-color: #107BD4 !important;
  background-color: #2B9BF4 !important;
  color: white !important;
}
#send-app .uk-disabled {
  pointer-events: none;
  user-select: none;
}
.notification {
  border-bottom: 1px solid #DBDDE0;
}
.notification:hover {
  background-color: #E0F0FE;
  cursor: pointer ;
}
.notification-header {
  background-color: #F5F6F7;
  margin-top: 0 !important;
}
.notification-dropdown {
  max-height: 400px;
  overflow: auto;
}
.notification-dropdown .mention {
  background: none !important;
  padding: 2px;
  font-weight: 500;
  border-radius: 2px;
}
.mention {
  background-color: #FCDFA7;
  padding: 2px;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
}
.uk-accordion-title {
  box-sizing: border-box;
  padding: 17px 22px 19px;
  font-size: 18px;
  font-weight: 500;
  color: #28364B;
  background-color: #FAFAFB;
  border: 2px solid #F5F6F7;
}
.uk-accordion-title:after {
  content: "";
  background: url('/img/icon/caretdown.svg') no-repeat;
  background-size: 12px;
  display: block;
  float: right;
  position: relative;
  top: 7px;
  width: 12px;
  height: 8px;
  transition: all 0.3s linear;
  transform: rotate(-180deg);
}
.uk-accordion-title.uk-active:after {
  transform: rotate(0);
}
#taskbar {
  color: white;
  height: 35px;
  border: 0;
  margin-top: 0;
  background-color: #546270;
}
#taskbarstatus {
  margin-top: 8px;
}
a:hover svg * {
  stroke: #2B9BF4;
  path: #2B9BF4;
  polyline: #2B9BF4;
}
.container.center {
  padding: 1.5em 2em;
  text-align: center;
}
.external-leaderboard-label {
  color: #8C54FF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 15px;
  text-align: center;
  height: 15px;
  width: 54px;
  text-transform: uppercase;
  border: 1px solid rgba(140, 84, 255, 0.05);
  border-radius: 2px;
  background-color: #F0EAFF;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.wrap-in-box {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.role_staff_bg {
  background-color: #FFEEFD !important;
  padding: 5px 15px 5px 15px;
  margin-top: 15px;
  border-radius: 8px;
  color: #B43DC6 !important;
}
.role_staff_bg h3 {
  color: #B43DC6 !important;
}
.role_staff_bg p {
  color: #28364B;
}
.role_staff_button {
  background-color: #FFEEFD;
  border-color: #B43DC6;
  color: #B43DC6 !important;
}
.role_staff_button:hover {
  background-color: #f8e0f6;
  border-color: #B43DC6;
}
.role_staff_icon_lg {
  width: 24px;
  margin-right: 10px;
}
.role_staff_icon_sm {
  width: 12px;
  margin-right: 5px;
}
.moderated-container--tag {
  display: inline-flex;
  align-items: center;
}
.moderated-container--tag span {
  background-color: #f4ebff;
  padding: 2px 8px;
  border-radius: 4px;
  color: #333;
  width: fit-content;
  margin-right: 8px;
}
.moderated-container--tag img {
  height: 16px;
  width: auto;
  margin-right: 6px;
}
/* Visually hide elements but allow screen readers to still interpret it */
.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.an_util--round {
  border-radius: 40px;
}
.an_util--white {
  color: white !important;
}
.an_util--position-fixed {
  position: fixed !important;
}
.master-logo img {
  margin-right: 30px;
}
.master-send-count {
  margin-top: -20px;
}
#mobilenav .master-send-count {
  margin-top: 0;
}
.master-admin-icon {
  font-size: 17px;
}
.master-trial-block {
  color: white;
  text-shadow: none;
  line-height: 1em;
  text-align: right;
  padding-top: 10px;
}
.master-trial-timeremaining {
  font-size: 0.6em;
}
.master-account-name .master-trial-name {
  margin-right: 12px !important;
}
.master-trial-name {
  font-size: 17px;
}
#icon-nav li > a {
  padding-right: 4px;
  padding-left: 4px;
}
#settings-cog {
  padding-right: 1px;
}
#admin-spanner svg path {
  stroke: #F44D3D;
}
.master-menu {
  margin-top: 2px;
}
#mobilenav .uk-panel {
  font-size: 1.4em;
  line-height: 2em;
}
.master-title {
  margin-top: 21px;
  margin-bottom: -40px;
  min-height: 110px;
}
.master-title article .subtitle {
  font-size: 16px;
}
#masterview-app nav ol.cd-multi-steps {
  margin-top: -2em;
}
.logo-20 {
  padding: 20px;
}
.logo-40 {
  padding: 40px;
}
.segment-item {
  padding: 5px 0 0 10px;
}
#people-subnav .uk-article-lead {
  z-index: 999;
  padding: 10px 0;
}
#people-subnav .uk-article-lead > span.uk-button-dropdown {
  position: relative;
}
#people-subnav .uk-article-lead > div.uk-button-dropdown {
  margin-top: 0;
}
#people-subnav #searchform {
  display: inline-block;
}
#people-subnav #searchform #searchopts {
  display: none;
  font-size: 14px;
  background: #f5f5f5;
}
#people-subnav #searchform #searchbox {
  font-size: 12pt;
  background-color: #f9f9f9;
  border-radius: 4px;
  height: 34px;
}
#people-subnav #searchform #searchbox > a {
  padding-left: -50px;
}
#people-subnav #peoplebulk-sticky {
  padding: 10px;
  height: 34px;
}
#people-subnav #peoplebulk-sticky label {
  padding-left: 10px;
}
#tablepeople thead .a {
  color: #96A2AC !important;
  border-bottom: 1px dotted #96A2AC !important;
}
#tablepeople #peoplebulk-table td {
  padding: 0;
}
#tablepeople #peoplebulk-table td > div {
  padding: 8px;
}
#tablepeople #peoplebulk-table [v-cloak] > * {
  display: none;
}
#tablepeople #peoplebulk-table [v-cloak]::before {
  content: "loading...";
}
#tablepeople .people-status-head {
  min-width: 74px;
}
#tablepeople .people-total-head {
  text-align: right;
  min-width: 240px;
}
#tablepeople .person-row .person-avatar {
  width: 50px;
  height: 50px;
}
#tablepeople .person-row .person-custom-field {
  white-space: pre-wrap;
}
#peoplebulk-sticky {
  display: none;
}
.peoplebulk-controls {
  vertical-align: middle;
  line-height: 27px;
}
.peoplebulk-controls label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.peoplebulk-controls .bulk-queue-button {
  min-width: 85px;
}
.peoplebulk-controls .showqueue {
  display: none;
}
label.peoplebulk-label {
  cursor: pointer;
}
button.send-survey {
  width: 53px;
}
.download-contacts-modal,
.contacts-modal {
  width: 400px;
  color: #2F384C;
  padding: 32px;
}
.download-contacts-modal .download-contacts-modal-title,
.contacts-modal .download-contacts-modal-title,
.download-contacts-modal .title,
.contacts-modal .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.download-contacts-modal .download-contacts-modal-text,
.contacts-modal .download-contacts-modal-text,
.download-contacts-modal .text,
.contacts-modal .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.download-contacts-modal .uk-button,
.contacts-modal .uk-button {
  height: 36px;
}
.download-contacts-modal .uk-button-primary,
.contacts-modal .uk-button-primary {
  background-color: #2E5BFF !important;
}
#responses-tabs {
  margin-top: -30px;
}
#responses-tabs .response-count {
  color: #DBDDE0;
}
#responses-content {
  /* Move the magnifying lens from the left to the right and change to a custom image */
}
#responses-content #searchbox ::placeholder {
  color: #DBDDE0;
}
#responses-content .response-edit-score {
  vertical-align: top;
}
#responses-content .uk-search:before {
  content: none;
}
#responses-content > div {
  margin-right: auto;
  margin-left: auto;
}
#responses-content > div > .uk-grid {
  padding-bottom: 10px;
}
#responses-content #search-container .reset-search,
#responses-content #search-container .reset-cancel {
  position: absolute;
  display: block;
  right: 10px;
}
#responses-content #search-container .reset-search {
  top: 13px;
}
#responses-content #search-container .reset-cancel {
  top: 7px;
}
#responses-content #search-container #search {
  position: relative;
}
#responses-content #search-container #search #searchbox {
  width: 183px !important;
  font-size: 16px;
  font-family: 'Roboto', serif;
  height: 35px;
  border-radius: 4px;
  border: 2px solid #F5F6F7;
  padding-left: 6px;
}
#responses-content #search-container #search .search-loading {
  position: absolute;
  right: 10px;
  top: 10px;
}
#responses-content #search-container #response-count-block {
  margin-top: 11px;
}
#responses-content #search-container #response-count-block #response-count {
  font-weight: bold;
  font-size: 18px;
}
#responses-content #search-container #response-count-block #response-download-dropdown {
  margin-left: 36px;
  color: #2B9BF4;
  margin-top: 0;
}
#responses-content #search-container #response-count-block #response-download-dropdown #download-icon {
  font-size: 15px;
  font-weight: bold;
}
#responses-content #search-container #response-count-block #response-download-dropdown #download-icon img {
  padding-left: 7px;
}
#responses-content #search-container #response-count-block #bulk-close-dropdown {
  margin-left: 25px;
}
#responses-content #search-container #response-count-block #bulk-close-dropdown #bulk-close-icon {
  color: #2B9BF4;
  font-size: 15px;
  font-weight: bold;
}
#responses-content #search-container #response-count-block #bulk-close-dropdown #bulk-close-icon img {
  margin-left: 2px;
}
#responses-content .question-container .question {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-right: 20px;
  border-radius: 3px;
  border: 2px solid #F5F6F7;
}
#responses-content .question-container .question .uk-subnav .uk-text-danger {
  color: #1EE289 !important;
}
#responses-content .question-container .question .uk-subnav > * > * {
  color: #9399A2;
}
#responses-content .question-container .question .uk-subnav > * > span:hover,
#responses-content .question-container .question .uk-subnav > * > a:hover {
  color: #2B9BF4 !important;
  text-decoration: none;
}
#responses-content .question-container .question .response {
  padding-left: 35px;
}
@media only screen and (max-width: 1220px) {
  #responses-content .question-container .question .response {
    margin-left: -12px;
  }
}
#responses-content .question-container .question .response .custom-data {
  font-size: 12px;
  margin-top: 6px;
  color: #A7ACB3;
}
#responses-content .question-container .question .response .custom-data a {
  color: #A7ACB3;
}
#responses-content .question-container .question .response .custom-data img {
  opacity: 0.5;
}
#responses-content .question-container .question .response .timediv {
  text-align: right;
  color: #9399A2;
  font-size: 12px;
  margin-top: -10px;
  margin-right: 10px;
}
#responses-content .question-container .question .response .statusdiv {
  color: #9399A2;
  font-size: 12px;
  margin-top: 6px;
  text-align: right;
}
#responses-content .question-container .question .response .status {
  padding-right: 20px;
}
#responses-content .question-container .question .response .statusopen {
  color: #1EE289;
  padding-left: 10px;
}
#responses-content .question-container .question .response .statusclosed {
  color: #DBDDE0;
  padding-left: 10px;
}
#responses-content .question-container .question .response .contact {
  margin-top: 2px;
  color: #9399A2;
  font-size: 15px;
}
#responses-content .question-container .question .response .contact .contactname {
  line-height: 1em;
  font-weight: bold;
  color: #1E283A;
}
#responses-content .question-container .question .response .contact .intercom-icon img {
  width: 12px;
  height: 12px;
}
#responses-content .question-container .question .response .contact .case-closed {
  background-color: #9399A2;
}
#responses-content .question-container .question .response .contact .case-open {
  background-color: #1EE289;
}
#responses-content .question-container .question .response .contact a {
  color: #9399A2;
}
#responses-content .question-container .question .response .donotcontact {
  cursor: pointer;
  color: #666666;
  background-color: #FFF9E0;
  padding: 5px 10px;
}
#responses-content .question-container .question .response a {
  cursor: pointer;
}
#responses-content .question-container .question .response .info-maybe-bot {
  color: red;
}
#responses-content .question-container .question .response .comment-container {
  margin-bottom: 6px;
  margin-top: 6px;
  position: relative;
}
#responses-content .question-container .question .response .comment-container .comment,
#responses-content .question-container .question .response .comment-container .comment-form {
  padding: 0;
  display: inline-block;
  border-radius: 4px;
}
#responses-content .question-container .question .response .comment-container .comment p {
  font-size: 17px;
  line-height: 1.4em;
  padding: 0;
  margin-top: 4px;
}
#responses-content .question-container .question .response .comment-container .comment p i {
  color: #b0b0b0;
}
#responses-content .question-container .question .response .comment-container .comment-form {
  width: 100%;
}
#responses-content .question-container .question .response .comment-container .comment-form textarea {
  width: 100%;
}
#responses-content .question-container .question .response .comment-container img {
  padding-bottom: 2px;
}
#responses-content .question-container .question .response .comment-container .messagelist {
  font-size: 12px;
  line-height: 1.3em;
  color: #1E283A;
  margin-top: 10px;
}
#responses-content .question-container .question .response .comment-container .messagelist .divchat {
  margin: 4px 0;
  border-radius: 3px;
  padding: 5px;
}
#responses-content .question-container .question .response .comment-container .messagelist .divchat img {
  margin-right: 5px;
}
#responses-content .question-container .question .response .comment-container .messagelist img {
  padding-bottom: 2px;
}
#responses-content .question-container .question .response .comment-container .messagelist .indent {
  margin-left: 15px;
}
#responses-content .question-container .question .response .comment-container .messagelist small {
  line-height: normal;
  padding-left: 5px;
}
#responses-content .question-container .question .response .comment-container .messagelist .automation {
  background-color: #FFEEFD;
}
#responses-content .question-container .question .response .comment-container .messagelist .automation-sms {
  background-color: #EEFDF6;
}
#responses-content .question-container .question .response .comment-container .messagelist .chat-in {
  background-color: #F5F6F7;
}
#responses-content .question-container .question .response .comment-container .messagelist .chat-out {
  background-color: #2B9BF4;
  color: white;
}
#responses-content .question-container .question .response .comment-container .messagelist .divnote {
  margin: 4px 0;
  border-radius: 3px;
}
#responses-content .question-container .question .response .comment-container .messagelist .divnote p {
  font-weight: lighter;
}
#responses-content .question-container .question .response .comment-container .messagelist .divnote small {
  line-height: normal;
}
#responses-content .question-container .question .response .comment-container .messagelist .divnote .action {
  cursor: pointer;
  margin-left: 5px;
}
#responses-content .question-container .question .response .buttonrow {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
}
#responses-content .question-container .question .response .buttonrow .uk-dropdown {
  font-weight: 400;
}
#responses-content .question-container .question .response .buttonrow .uk-subnav li.button {
  margin-right: 22px;
}
#responses-content .question-container .question .response .buttonrow .actionicon {
  padding-bottom: 4px;
  padding-left: 7px;
}
#responses-content .question-container .question .response .buttonrow .actionellipsis {
  vertical-align: baseline;
  padding-bottom: 3px;
  padding-top: 4px;
  padding-left: 3px;
}
#responses-content .question-container .question .response .buttonrow .publish-status i.uk-icon {
  padding-bottom: 4px;
  padding-left: 7px;
}
#responses-content .question-container .question .response .buttonrow .dont-contact > span {
  color: #DBDDE0;
}
#responses-content .question-container .question br {
  clear: both;
}
#responses-content .question-container .question .bottom-right-links > ul > li > span,
#responses-content .question-container .question .bottom-right-links > ul > li > a {
  padding: 0 13px;
  color: #2B9BF4 !important;
}
#responses-content .question-container .question .bottom-right-links > ul > li:last-child > span,
#responses-content .question-container .question .bottom-right-links > ul > li:last-child > a {
  padding-right: 0;
  color: #2B9BF4 !important;
}
#responses-content .question-container .question .body div.container-for-border {
  border-bottom: 2px solid #F5F6F7;
  padding-bottom: 2px;
}
#responses-content .question-container .question .notes > div + div {
  margin-top: 5px;
}
#responses-content .question-container .question .notes > div > span {
  display: inline-block;
  background-color: #FFF9E0;
  padding: 5px 10px;
}
.actionicon2 {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 4px;
}
#modal-chat .uk-modal-dialog {
  padding: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#modal-chat iframe {
  border-radius: 4px;
}
@media only screen and (max-width: 479px), only screen and (max-width: 768px) {
  #modal-chat .uk-modal-dialog {
    width: 100%;
  }
}
.score-circle {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 54px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.score-circle:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
}
.score-circle.score-10,
.score-circle.score-9,
.score-circle.fivestar.score-5,
.score-circle.fivestar.score-4 {
  border: 4px solid;
  background-color: rgba(30, 226, 137, 0.08);
  color: #1EE389;
}
.score-circle.score-8,
.score-circle.score-7,
.score-circle.fivestar.score-3 {
  border: 4px solid;
  background-color: rgba(187, 187, 187, 0.08);
  color: #BBBBBB;
}
.score-circle.score-6,
.score-circle.score-5,
.score-circle.score-4,
.score-circle.score-3,
.score-circle.score-2,
.score-circle.score-1,
.score-circle.score-0,
.score-circle.fivestar.score-1,
.score-circle.fivestar.score-0 {
  border: 4px solid;
  background-color: rgba(244, 77, 61, 0.08);
  color: #F44D3D;
}
.score-circle-ani {
  transition: all 200ms ease-in-out;
}
.score-circle-ani .score-avatar {
  box-sizing: border-box;
  border: 2px solid white;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 34px;
  left: 34px;
  transition: all 200ms ease-in-out;
}
.score-circle-ani:hover {
  transform: scale(0.5);
}
.score-circle-ani:hover .score-avatar {
  top: 14px;
  left: 14px;
  transform: scale(5);
}
.score-circle-small {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
  border-width: 3px !important;
  margin-top: 0;
  margin-left: 12px;
  box-sizing: border-box;
}
.emailtemplates .uk-form-label {
  width: 320px;
}
.ssosettings .uk-badge {
  font-size: 1em;
  font-weight: normal;
  padding: 5px;
  background-color: #b047c3;
}
.ssosettings .uk-close {
  opacity: 1;
}
.ssosettings #addDomain {
  width: 120px;
  text-align: right;
}
.ssogrouplist-overflow {
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #eaeaea;
  padding: 10px;
}
.intercom-settings:not(.upgrade) h4 {
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: bold;
}
.intercom-settings:not(.upgrade) .contact-settings {
  position: relative;
}
.intercom-settings:not(.upgrade) .contact-settings small {
  float: right;
}
.setting-title {
  opacity: 0.5;
  color: #3A4B59;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.21px;
  text-transform: uppercase;
  margin: 20px 0 5px;
}
.setting-title a {
  opacity: 1;
  text-decoration: none;
}
.setting-panel {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  padding: 30px;
}
.setting-shadow {
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
}
.sso-setting-v2 #addDomain {
  margin-left: 0;
  text-align: left;
  width: 200px;
  line-height: 36px;
  height: 36px;
}
.sso-setting-v2 .tips {
  background: #F8F9FE;
  border: 1px solid #E0E7FF;
  border-radius: 8px;
  padding: 20px;
}
.sso-setting-v2 .tips .title {
  color: #2F384C;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sso-setting-v2 .tips .body {
  font-size: 14px;
  line-height: 20px;
  color: #93A1BE;
}
.sso-setting-v2 .domains-disabled {
  opacity: 50%;
}
.sso-setting-v2 .domains-disabled a,
.sso-setting-v2 .domains-disabled button,
.sso-setting-v2 .domains-disabled input {
  cursor: default;
}
#ssodomains > li.uk-badge {
  font-size: 0.8em;
}
@-webkit-keyframes custom-animation {
  0% {
    opacity: 0;
    color: rgba(40, 54, 75, 0);
    transform: rotateY(-90deg);
  }
  75% {
    opacity: 0.75;
    color: rgba(40, 54, 75, 0);
    transform: rotateY(0deg);
  }
  100% {
    opacity: 1;
    color: #28364b;
    transform: rotateY(0deg);
  }
}
@keyframes custom-animation {
  0% {
    opacity: 0;
    color: rgba(40, 54, 75, 0);
    transform: rotateY(-90deg);
  }
  75% {
    opacity: 0.75;
    color: rgba(40, 54, 75, 0);
    transform: rotateY(0deg);
  }
  100% {
    opacity: 1;
    color: #28364b;
    transform: rotateY(0deg);
  }
}
.subnav-block {
  min-height: 52px;
  background-color: #F5F6F7;
  width: 100%;
}
.subnav-block > .uk-container {
  padding-top: 11px;
}
.subnav-block #datestart,
.subnav-block #dateend {
  width: 110px;
  margin-top: -3px;
}
.subnav-block .uk-button-dropdown {
  position: relative;
  margin-top: -2px;
  cursor: pointer;
}
.subnav-block .custom-filter {
  background-color: #DBDDE0;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  padding: 2px 10px 4px 14px;
  margin: 0 0 5px 5px;
  text-decoration: none;
  font-weight: bold;
  color: #28364B;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  float: left;
}
.subnav-block .custom-filter span {
  cursor: pointer;
}
.subnav-block .custom-filter img {
  padding-bottom: 2px;
  margin-left: 4px;
}
.subnav-block .slide-in {
  transform: rotateY(-90deg);
  transform-origin: 0 50% 0;
  animation: custom-animation 0.4s cubic-bezier(0, 0, 0.3, 1) both;
}
.subnav-block .animation-delay {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.subnav-block .add-filter > span {
  padding-bottom: 4px;
}
.subnav-block .add-filter > span > img {
  padding-bottom: 2px;
  margin-left: 2px;
}
.subnav-block .add-filter .uk-dropdown {
  width: 250px;
}
.subnav-block .add-filter .uk-nav i {
  margin-top: 3px;
}
.subnav-block .add-filter .divadd li {
  display: flex;
}
.subnav-block .add-filter .divadd li .filter-name {
  flex: 1;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.subnav-block .subnav-button {
  float: left;
  margin-left: 29px;
  cursor: pointer;
}
.subnav-block .caret-left {
  transform: rotate(90deg);
}
.subnav-block i.asknicely-icon-loader_static:before {
  color: #2B9BF4;
}
@media screen and (min-height: 500px) {
  .subnav-block .add-filter .uk-dropdown-scrollable {
    max-height: 400px;
  }
}
@media screen and (min-height: 720px) {
  .subnav-block .add-filter .uk-dropdown-scrollable {
    max-height: 600px;
  }
}
@media screen and (min-height: 1080px) {
  .subnav-block .add-filter .uk-dropdown-scrollable {
    max-height: 800px;
  }
}
.support-container {
  padding: 3rem;
}
/* asknicely icons */
.asknicely__dropdown,
.asknicely__dropdown-arrow,
.asknicely__dropdown-arrow--right,
.asknicely__dropdown-arrow--left {
  width: 350px;
  border-radius: 4px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  margin-top: 8px;
  margin-left: 10px;
  padding: 0;
  margin-bottom: 40px;
  padding-top: 15px;
}
.asknicely__dropdown-scrollzone {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.asknicely__dropdown-scrollzone::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.asknicely__dropdown-scrollzone::-webkit-scrollbar-track {
  background: transparent;
}
.asknicely__dropdown-scrollzone::-webkit-scrollbar-thumb {
  border-radius: 4.5px;
  background-color: #172437;
}
.asknicely__dropdown-arrow:after,
.asknicely__dropdown-arrow--right:after,
.asknicely__dropdown-arrow--left:after {
  top: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  pointer-events: none;
  border: 6px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
/* dropdown box top right arrow */
.asknicely__dropdown-arrow--right:after {
  right: 30px;
}
/* dropdown box top left arrow */
.asknicely__dropdown-arrow--left:after {
  left: 30px;
}
/* dropdown button */
.asknicely__dropdown-button,
.asknicely__dropdown-button--icon {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.asknicely__dropdown-button:hover,
.asknicely__dropdown-button--icon:hover {
  cursor: pointer;
}
.uk-open .asknicely__dropdown-button,
.uk-open .asknicely__dropdown-button--icon {
  color: #2B9BF4;
}
.asknicely__dropdown-button--icon:after {
  content: "";
  background: url("/img/icons/plus.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 25px;
  height: 25px;
  right: -25px;
  top: 0;
}
/* dropdown back */
.asknicely__dropdown-back .asknicely__dropdown-back-title:hover,
.asknicely__dropdown-back--icon .asknicely__dropdown-back-title:hover {
  cursor: pointer;
  color: #2B9BF4;
}
.asknicely__dropdown-back--icon {
  margin-left: 15px;
  margin-bottom: 10px;
}
.asknicely__dropdown-back--icon:after {
  content: "";
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpolyline%20fill%3D'none'%20stroke%3D'%239399A2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20stroke-width%3D'2'%20points%3D'8%2010%2012.084%2014%2016%2010'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  left: 0;
  top: 8px;
  position: absolute;
  transform: rotate(90deg);
  margin: 5px;
}
.asknicely__dropdown-back-title {
  color: #28364B;
  font-size: 16px;
  line-height: 22px;
  display: block;
  font-weight: 500;
  padding: 0 15px 5px 15px;
}
/* dropdown search */
.asknicely__dropdown-search-container {
  padding: 0 15px;
  margin-bottom: 10px;
}
.asknicely__dropdown-search {
  width: 100%;
  border-radius: 4px;
  background-color: #F5F6F7;
  min-height: 40px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.asknicely__dropdown-search-input,
.asknicely__dropdown-search--magnifier {
  font-size: 16px;
  line-height: 19px;
  background: transparent;
  border: 0;
  width: 300px;
  height: 26px;
}
.asknicely__dropdown-search-input::placeholder,
.asknicely__dropdown-search--magnifier::placeholder {
  color: #B6BAC0;
}
.asknicely__dropdown-search-input:focus,
.asknicely__dropdown-search--magnifier:focus {
  outline: none;
}
.asknicely__dropdown-search--magnifier {
  padding-left: 25px;
}
.asknicely__dropdown-search--magnifier-icon {
  left: 10px;
  position: absolute;
  top: 13px;
}
/* dropdown items */
.asknicely__dropdown-item,
.asknicely__dropdown-item--arrow,
.asknicely__dropdown-item--loader,
.asknicely__dropdown-item--noradius {
  color: #28364B;
  font-size: 16px;
  line-height: 32px;
  display: block;
  padding: 0 15px;
}
.asknicely__dropdown-item:hover,
.asknicely__dropdown-item--arrow:hover,
.asknicely__dropdown-item--loader:hover,
.asknicely__dropdown-item--noradius:hover {
  background: #F5F6F7;
  color: #2B9BF4;
  outline: none;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}
.asknicely__dropdown-item-group {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #B6BAC0;
  padding: 5px 15px;
}
.asknicely__dropdown-segment-total {
  float: right;
  font-size: 14px;
  color: #999;
}
.asknicely__dropdown-item--arrow:after {
  content: "";
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpolyline%20fill%3D'none'%20stroke%3D'%239399A2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20stroke-width%3D'2'%20points%3D'8%2010%2012.084%2014%2016%2010'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  right: 0;
  position: absolute;
  transform: rotate(-90deg);
  margin: 5px;
}
.asknicely__dropdown-item--arrow:hover:after {
  content: "";
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpolyline%20fill%3D'none'%20stroke%3D'%232B9BF4'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20stroke-width%3D'2'%20points%3D'8%2010%2012.084%2014%2016%2010'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  right: 0;
  position: absolute;
  transform: rotate(-90deg);
  margin: 5px;
}
.asknicely__dropdown-item--loader:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D'1.1'%20id%3D'L9'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'0%200%20100%20100'%20enable-background%3D'new%200%200%200%200'%20xml%3Aspace%3D'preserve'%3E%3Cpath%20fill%3D'%232B9BF4'%20d%3D'M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50%20M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%20transform%3D'rotate%2818%2050%2050%29'%3E%3CanimateTransform%20attributeName%3D'transform'%20attributeType%3D'XML'%20type%3D'rotate'%20dur%3D'1s'%20from%3D'0%2050%2050'%20to%3D'360%2050%2050'%20repeatCount%3D'indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E") no-repeat !important;
}
.asknicely__dropdown-item--noradius:first-child {
  border-radius: 0;
}
.asknicely__dropdown-item--noradius:last-child {
  border-radius: 0;
}
.asknicely__dropdown-item--active {
  background: #F5F6F7;
}
.asknicely_dropdown-hr {
  border-bottom: 2px #F5F6F7 solid;
  padding: 0;
  width: 100%;
  margin: 15px 0 15px 0;
}
/* dropdown footer */
.asknicely__dropdown-footer {
  padding: 0 15px 15px 15px;
}
/* Multi domain selection */
.multi-domain-container {
  border: 2px solid #EDEEEF;
  border-radius: 4px;
}
.uk-form select.domain-select {
  border: 0 !important;
  max-height: 30px;
  border-radius: 0 4px 4px 0;
  width: 100%;
  -webkit-border-radius: 0 4px 4px 0;
  -webkit-appearance: none;
}
.uk-form input[type="text"].domain-from-address {
  border: 0 !important;
  padding-right: 10px !important;
  border-radius: 4px 0 0 4px;
}
.domain-at {
  position: relative;
}
.domain-at::after {
  content: "@";
  position: absolute;
  right: -4px;
  top: 4px;
}
/* lozenger */
.asknicely__lozenger,
.asknicely__lozenger-arrow,
.asknicely__lozenger-arrow--down {
  background-color: #DBDDE0;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  padding: 3px 10px 5px 14px;
  margin: 0 5px 5px 0;
  text-decoration: none;
  font-weight: bold;
  color: #28364B;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.asknicely__lozenger-simple {
  padding: 5px 8px !important;
  background-color: #DBDDE0;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  margin: 0 5px 5px 0;
  text-decoration: none;
  color: #28364B;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.asknicely__lozenger-close {
  margin-left: 3px;
}
.asknicely__lozenger img,
.asknicely__lozenger-arrow img,
.asknicely__lozenger-arrow--down img {
  padding: 0;
}
.asknicely__lozenger-list {
  float: left;
}
.asknicely__lozenger-arrow,
.asknicely__lozenger-arrow--down {
  padding-right: 30px;
}
.asknicely__lozenger-arrow--down:after {
  content: "";
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpolyline%20fill%3D'none'%20stroke%3D'%23B6BAC0'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20stroke-width%3D'2'%20points%3D'8%2010%2012.084%2014%2016%2010'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  right: 0;
  margin-right: 5px;
  position: absolute;
}
.asknicely__lozenger:first-child,
.asknicely__lozenger-arrow:first-child,
.asknicely__lozenger-arrow--down:first-child {
  margin-left: 0;
}
/* Naming */
/* Assignments */
/* Scorecard in appstore */
/* filter equivalents. use https://codepen.io/sosuke/pen/Pjoqqp to generate for a colour */
/* Insights coloring */
.asknicely__block {
  min-height: 35px;
  line-height: 35px;
  padding: 1em;
  background-color: #F4F6FC;
}
.asknicely__block.asknicely__block-plain {
  background-color: transparent !important;
}
.asknicely__block.asknicely__block-bordered {
  border: 1px solid #E4E8EB;
}
.asknicely__block a {
  color: inherit;
}
.asknicely__block > div {
  vertical-align: middle;
}
@keyframes togreen {
  from {
    background-color: white;
  }
  to {
    background-color: #2ecc71;
  }
}
@keyframes tored {
  from {
    background-color: white;
  }
  to {
    background-color: #e74c3c;
  }
}
.color-dot {
  border-radius: 99px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  animation-duration: 1s;
}
.color-dot.red {
  background-color: #e74c3c;
  animation-name: tored;
}
.color-dot.orange {
  background-color: #e67e22;
}
.color-dot.yellow {
  background-color: #f1c40f;
}
.color-dot.green {
  background-color: #2ecc71;
  animation-name: togreen;
}
@font-face {
  font-family: 'asknicely-icons';
  src: url('asknicely/asknicely-icons/asknicely-icons.eot?481r8c');
  src: url('asknicely/asknicely-icons/asknicely-icons.eot?481r8c#iefix') format('embedded-opentype'), url('asknicely/asknicely-icons/asknicely-icons.ttf?481r8c') format('truetype'), url('asknicely/asknicely-icons/asknicely-icons.woff?481r8c') format('woff'), url('asknicely/asknicely-icons/asknicely-icons.svg?481r8c#asknicely-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="asknicely-icon-"],
[class*=" asknicely-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'asknicely-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.asknicely-icon-loader_static:before {
  content: "\e900";
  color: #b43dc6;
  -webkit-animation: asknicely-spin 2s infinite linear;
  -moz-animation: asknicely-spin 2s infinite linear;
  -o-animation: asknicely-spin 2s infinite linear;
  animation: asknicely-spin 2s infinite linear;
  display: inline-block;
}
.font-preloader {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
@-webkit-keyframes asknicely-spin {
  0% {
    transform: translate3d(0, 0, 0) rotate(-0.001deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(360.001deg);
  }
}
@-moz-keyframes asknicely-spin {
  0% {
    transform: translate3d(0, 0, 0) rotate(-0.001deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(360.001deg);
  }
}
@-o-keyframes asknicely-spin {
  0% {
    transform: translate3d(0, 0, 0) rotate(-0.001deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(360.001deg);
  }
}
@keyframes asknicely-spin {
  0% {
    transform: translate3d(0, 0, 0) rotate(-0.001deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(360.001deg);
  }
}
.tab-container {
  border-bottom: 1px solid #E4E8EB;
  margin-bottom: 30px;
}
.tab-container.tab-container-margin-remove {
  margin-bottom: 0;
}
.tab {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab .active {
  border-bottom: 1px solid #007EFF;
  margin-bottom: -1px;
}
.tab li {
  min-width: 100px;
}
.tab > li > a:hover {
  background: none;
  color: #007EFF;
}
.tab:after,
.tab:before {
  content: "";
  display: table;
}
.tab:after {
  clear: both;
}
.tab > li {
  margin-bottom: -1px;
  float: left;
  position: relative;
}
.tab > li .badge-count {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-sizing: border-box;
  align-items: center;
  background: #B43DC6;
  border: 2px solid #F9FAFB;
  border-radius: 10px;
  top: 5px;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 10px;
  text-decoration: none;
  min-width: 20px;
  padding: 1px 5px;
}
.tab > li > a {
  border: none;
  display: block;
  padding: 8px 12px;
  color: #334E68;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  text-align: center;
  line-height: 38px;
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Helvetica', 'Arial', 'sans-serif';
}
.tab-center:after,
.tab-center:before {
  content: "";
  display: table;
}
.tab-center:after {
  clear: both;
}
.tab-center .tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}
.tab-center .tab > li {
  position: relative;
  right: -50%;
}
.panel-box-shadow {
  background: transparent;
  border: 1px solid rgba(46, 91, 255, 0.08) !important;
  box-shadow: 1px 2px 6px 0 rgba(46, 91, 255, 0.08) !important;
  border-radius: 4px !important;
}
.uk-panel > a {
  text-decoration: none;
  color: inherit;
}
h3.uk-panel-title {
  font-size: inherit;
  font-weight: inherit;
}
.uk-panel.panel-centerised {
  padding: 1.5em 2em;
  text-align: center;
  top: 0;
  bottom: 0;
}
.uk-panel-hover:hover {
  background-color: #f6f9fe;
}
.integrations-no-results h2 {
  height: 26px;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #9399A2;
}
.integrations-no-results p {
  height: 52px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #9399A2;
}
#expire-modal-notification {
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Helvetica', 'Arial', 'sans-serif';
  color: #2F384C;
  height: 580px;
  width: 370px;
  padding: 32px !important;
}
#expire-modal-notification .uk-modal-close {
  position: absolute;
  right: 8px;
  top: 8px;
}
#expire-modal-notification a {
  color: #B43DC6;
}
#expire-modal-notification .title {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
}
#expire-modal-notification .flex {
  display: flex;
  align-content: center;
  justify-content: center;
}
#expire-modal-notification .title-image-container {
  margin-bottom: 40px;
}
#expire-modal-notification .title-image {
  width: 50%;
}
#expire-modal-notification .section {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 20px;
}
#expire-modal-notification .td-number {
  text-align: right;
  padding-right: 22px;
}
/* Classes to replace inline styles follow; don't use in new code */
.float-right {
  float: right;
}
.company-logo-container {
  margin-top: 5px;
  max-height: 58px;
  width: auto;
  margin-bottom: 50px;
  float: right;
}
.company-logo {
  max-width: 180px;
  max-height: 60px;
  float: right;
}
.pointer {
  cursor: pointer;
}
.width-200 {
  width: 200px;
}
.nowrap {
  white-space: nowrap;
}
