:root {
  --white-10: rgba(255, 255, 255, 0.1);
  --black-10: rgba(0, 0, 0, 0.1);
  --white-20: rgba(255, 255, 255, 0.2);
  --black-20: rgba(0, 0, 0, 0.2);
  --white-30: rgba(255, 255, 255, 0.3);
  --black-30: rgba(0, 0, 0, 0.3);
  --white-40: rgba(255, 255, 255, 0.4);
  --black-40: rgba(0, 0, 0, 0.4);
  --white-50: rgba(255, 255, 255, 0.5);
  --black-50: rgba(0, 0, 0, 0.5);
  --white-60: rgba(255, 255, 255, 0.6);
  --black-60: rgba(0, 0, 0, 0.6);
  --white-70: rgba(255, 255, 255, 0.7);
  --black-70: rgba(0, 0, 0, 0.7);
  --white-80: rgba(255, 255, 255, 0.8);
  --black-80: rgba(0, 0, 0, 0.8);
  --white-90: rgba(255, 255, 255, 0.9);
  --black-90: rgba(0, 0, 0, 0.9);
}
:root .gap10 {
  height: 10px;
}
:root .spacer10 {
  display: inline-block;
  width: 10px;
}
:root .gap20 {
  height: 20px;
}
:root .spacer20 {
  display: inline-block;
  width: 20px;
}
:root .gap30 {
  height: 30px;
}
:root .spacer30 {
  display: inline-block;
  width: 30px;
}
:root .gap40 {
  height: 40px;
}
:root .spacer40 {
  display: inline-block;
  width: 40px;
}
:root .gap50 {
  height: 50px;
}
:root .spacer50 {
  display: inline-block;
  width: 50px;
}
:root .gap60 {
  height: 60px;
}
:root .spacer60 {
  display: inline-block;
  width: 60px;
}
:root .gap70 {
  height: 70px;
}
:root .spacer70 {
  display: inline-block;
  width: 70px;
}
:root .gap80 {
  height: 80px;
}
:root .spacer80 {
  display: inline-block;
  width: 80px;
}
:root .gap90 {
  height: 90px;
}
:root .spacer90 {
  display: inline-block;
  width: 90px;
}

body {
  --body-background: #FFF;
  --bar-top-background: #EEE;
  --bar-top-logo-background: #111;
  --bar-top-color: #111;
  --bar-top-color-10: rgba(15,15,15,0.1);
  --bar-top-dark-accent: #111;
  --bar-top-light-accent: #DDD;
  --drawer-background: #F1F2F5;
  --drawer-top-background: #444;
  --drawer-border-color: #444;
  --drawer-top-color: #FFF;
  --drawer-top-color-30: rgba(255,255,255,0.3);
  --sidebar-left-c-bg: #444;
  --sidebar-left-c-color: #FFF;
  --sidebar-left-c-dark-accent: #111;
  --sidebar-left-c-light-accent: #111;
  --hub-c-white: #fff;
  --hub-c-white-70: rgba(255,255,255,0.7);
  --hub-c-white-50: rgba(255,255,255,0.5);
  --hub-c-white-30: rgba(255,255,255,0.3);
  --hub-c-white-10: rgba(255,255,255,0.1);
  --hub-c-black: #111;
  --hub-c-black-70: rgba(15,15,15,0.7);
  --hub-c-black-50: rgba(15,15,15,0.5);
  --hub-c-black-30: rgba(15,15,15,0.3);
  --hub-c-black-10: rgba(15,15,15,0.1);
  --hub-c-lt-grey: #DDD;
  --hub-c-grey: #e4e3e0;
  --hub-c-grey2: #eee;
  --dashboard-background: #EEE;
  --dashboard-dark-accent: #DDD;
  --dashboard-light-accent: #DDD;
  --dashboard-color: #111;
  --dashboard-color-10: rgba(15,15,15,0.1);
  --button-background-color: #555;
  --button-background-color-hover: #333;
  --button-text-color: #FFF;
  --error-red: #F00;
  --invert: invert(0);
}

body.theme.dark {
  --body-background: #3e3e3e;
  --bar-top-background: #222;
  --bar-top-logo-background: #222;
  --bar-top-color: #FFF;
  --bar-top-color-10: rgba(255,255,255,0.1);
  --bar-top-dark-accent: #111;
  --bar-top-light-accent: #222;
  --drawer-background: #222;
  --drawer-top-background: #111;
  --drawer-border-color: #111;
  --sidebar-left-c-bg: #444;
  --sidebar-left-c-color: #FFF;
  --sidebar-left-c-dark-accent: #111;
  --sidebar-left-c-light-accent: #222;
  --hub-c-white: #111;
  --hub-c-white-70: rgba(15,15,15,0.7);
  --hub-c-white-50: rgba(15,15,15,0.5);
  --hub-c-white-30: rgba(15,15,15,0.3);
  --hub-c-white-10: rgba(15,15,15,0.1);
  --hub-c-black: #fff;
  --hub-c-black-70: rgba(255,255,255,0.7);
  --hub-c-black-50: rgba(255,255,255,0.5);
  --hub-c-black-30: rgba(255,255,255,0.3);
  --hub-c-black-10: rgba(255,255,255,0.1);
  --hub-c-50: rgba(0,0,0,0.5);
  --hub-c-lt-grey: #111;
  --hub-c-grey: #222;
  --hub-c-grey2: #111;
  --dashboard-background: #222;
  --dashboard-dark-accent: #111;
  --dashboard-light-accent: #222;
  --dashboard-color: #FFF;
  --dashboard-color-10: rgba(15,15,15,0.1);
  --button-background-color: #777;
  --button-background-color-hover: #555;
  --button-text-color: #FFF;
  --error-red: #ff8a8a;
  --invert: invert(1);
}

body.theme.winter {
  --body-background: #F2F6F5;
  --bar-top-background: #90C1E8;
  --bar-top-logo-background: var(--bar-top-background);
  --bar-top-color: #4D56CB;
  --bar-top-color-10: rgba( 77, 86, 203, 0.1);
  --bar-top-dark-accent: #42237E;
  --bar-top-light-accent: #90C1E8;
  --drawer-background: #F2F6F5;
  --drawer-top-background: #42237E;
  --drawer-border-color: #42237E;
  --sidebar-left-c-bg: #444;
  --sidebar-left-c-color: #FFF;
  --sidebar-left-c-dark-accent: #111;
  --sidebar-left-c-light-accent: #222;
  --hub-c-white: #F2F6F5;
  --hub-c-white-70: rgba(15,15,15,0.7);
  --hub-c-white-50: rgba(15,15,15,0.5);
  --hub-c-white-30: rgba(15,15,15,0.3);
  --hub-c-white-10: rgba(15,15,15,0.1);
  --hub-c-black: #111;
  --hub-c-black-70: rgba(255,255,255,0.7);
  --hub-c-black-50: rgba(255,255,255,0.5);
  --hub-c-black-30: rgba(255,255,255,0.3);
  --hub-c-black-10: rgba(255,255,255,0.1);
  --hub-c-50: rgba(0,0,0,0.5);
  --hub-c-lt-grey: #111;
  --hub-c-grey: #222;
  --hub-c-grey2: #111;
  --dashboard-background: #222;
  --dashboard-dark-accent: #111;
  --dashboard-light-accent: #222;
  --dashboard-color: #FFF;
  --dashboard-color-10: rgba(15,15,15,0.1);
  --button-background-color: #777;
  --button-background-color-hover: #555;
  --button-text-color: #FFF;
  --invert: invert(1);
}

* {
  box-sizing: border-box;
  transition: all 0.2s ease;
}

html {
  height: 100%;
}

body {
  position: relative;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  color: var(--hub-c-black);
  background-color: var(--body-background);
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.clear {
  clear: both;
}

.alert.message {
  background: var(--bar-top-background);
  border: var(--bar-top-color-10) 1px solid;
  border-radius: 3px;
  padding: 10px;
}
.alert.message.notice {
  background: #F2EAD8;
  border-color: #CBB395;
  color: #111;
}
.alert.message.error {
  background: #f2d8d8;
  border-color: #cb9595;
  color: #111;
}

.forcefield {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  -webkit-backdrop-filter: opacity(50%);
          backdrop-filter: opacity(50%);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.forcefield .forcefield__message-box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 36px;
  background-color: #444;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
}

img {
  border: 0;
  vertical-align: middle;
}

.cover-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container.login {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.container.login .btn-link {
  font-size: 14px;
}
.container.login .invalid-feedback {
  color: #F00;
  font-size: 13px;
}
.container.login img.hub {
  display: inline-block;
  margin-bottom: 20px;
  width: 240px;
}
.container.login .card {
  background: #EEE;
  border: #DDD 1px solid;
  display: block;
  padding: 20px 30px;
  border-radius: 5px;
  max-width: 600px;
  width: 400px;
}
.container.login .card .form-check {
  padding: 10px 0;
}
.container.login .card label {
  display: block;
  font-size: 14px;
  padding: 4px 0;
  text-align: left;
}
.container.login .card input {
  border: #DDD 1px solid;
  border-radius: 3px;
  display: block;
  font-size: 18px;
  padding: 8px;
  width: 100%;
}
.container.login .card input[type=checkbox] {
  display: inline-block;
  width: auto;
}
.container.login .card input[type=checkbox] + label {
  display: inline-block;
}
.container.login .card button {
  background: #000;
  color: #FFF;
  display: block;
  font-size: 24px;
  padding: 4px 12px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 3px;
}
.container.login .card button.small {
  font-size: 16px;
}

/* ***************************************************************************************************** Body Overlay */
.body-overlay {
  background-color: rgba(0, 0, 0, 0.95);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 300px;
  display: block;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 50px 0;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10001;
}
.body-overlay .lds-facebook {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 80px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% + 20px);
}
.body-overlay .lds-facebook__progress {
  background: #444;
  border-radius: 3px;
  height: 5px;
  left: -120px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  width: 320px;
}
.body-overlay .lds-facebook__progress__color {
  background: rgb(0, 157, 219);
  background: linear-gradient(90deg, rgb(0, 157, 219) 0%, rgb(150, 61, 151) 26%, rgb(223, 58, 62) 42%, rgb(245, 130, 30) 58%, rgb(254, 184, 39) 74%, rgb(98, 187, 69) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
          clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}
.body-overlay .lds-facebook div.lds-facebook__bar {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 8px;
  background: #fff;
  border-radius: 2px;
  animation: lds-facebook 2.4s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.body-overlay .lds-facebook div.lds-facebook__bar:nth-child(1) {
  left: 0;
  background: #009DDB;
  animation-delay: -0.6s;
}
.body-overlay .lds-facebook div.lds-facebook__bar:nth-child(2) {
  left: 20%;
  background: #963D97;
  animation-delay: -0.48s;
}
.body-overlay .lds-facebook div.lds-facebook__bar:nth-child(3) {
  left: 40%;
  background: #DF3A3E;
  animation-delay: -0.36s;
}
.body-overlay .lds-facebook div.lds-facebook__bar:nth-child(4) {
  left: 60%;
  background: #F5821E;
  animation-delay: -0.24s;
}
.body-overlay .lds-facebook div.lds-facebook__bar:nth-child(5) {
  left: 80%;
  background: #FEB827;
  animation-delay: -0.12s;
}
.body-overlay .lds-facebook div.lds-facebook__bar:nth-child(6) {
  left: 100%;
  background: #62BB45;
  animation-delay: 0;
}
.body-overlay .lds-facebook div.progress {
  background: none;
  color: var(--hub-c-grey2);
  display: inline-block;
  font-size: 12px;
  left: 30px;
  position: absolute;
  top: 40px;
  width: auto;
  animation: none;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 48px;
  }
  50%, 100% {
    top: 24px;
    height: 24px;
  }
}

/* *********************************** Dashboard */
.dashboard-scroll {
  bottom: 0;
  left: 280px;
  overflow-x: visible;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
}

body.hub-sidebar-left-closed .dashboard-scroll {
  left: 50px;
}

.dashboard-content {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  padding: 20px;
}
.dashboard-content .column {
  flex-grow: 1;
  min-height: 200px;
  width: 40%;
}
.dashboard-content .column:nth-child(1) {
  width: 60%;
}
.dashboard-content .column .box {
  background: var(--dashboard-background);
  border: var(--dashboard-light-accent) 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  color: var(--bar-top-color);
  margin-bottom: 10px;
  padding: 0 20px 10px;
  --dark-accent-color: $dashboard_light_accent;
}
.dashboard-content .column .box.pipeline-chart {
  padding: 0;
}
.dashboard-content .column .box.pipeline-chart h2 {
  background: var(--dashboard-dark-accent);
  left: 0;
  margin-bottom: 0;
  width: 100%;
}
.dashboard-content .column .box.prospects {
  background: #459BD6;
  border-color: #5078A9;
  color: #FFF;
  --dashboard-dark-accent: #5078A9;
}
.dashboard-content .column .box.compliance {
  background: #F3BB4B;
  border-color: #d8a33a;
  color: #111;
  --dashboard-dark-accent: #f8ce78;
}
.dashboard-content .column .box.kpi-indicators {
  background: #333;
  border-color: #111;
  color: #FFF;
  --dashboard-dark-accent: #111;
}
.dashboard-content .column .box.ding {
  background: #78B956;
  border-color: #549b2f;
  color: #FFF;
  --dashboard-dark-accent: #549b2f;
}
.dashboard-content .column .box.prn-news {
  background: #B90B2E;
  border-color: #950825;
  color: #FFF;
  --dashboard-dark-accent: #950825;
}
.dashboard-content .column .box.saved-search {
  background: #459BD6;
  border-color: #2980bc;
  color: #FFF;
  --dashboard-dark-accent: #2980bc;
}
.dashboard-content .column .box.your-day {
  min-height: calc(100vh - 140px);
}
.dashboard-content .column .box h2 {
  background: var(--dashboard-dark-accent);
  font-size: 22px;
  left: -20px;
  margin-bottom: 10px;
  padding: 10px 20px 0;
  position: relative;
  text-transform: uppercase;
  width: calc(100% + 40px);
}
.dashboard-content .column .box h3 {
  background: var(--dashboard-dark-accent);
  border-radius: 3px;
  padding: 6px 12px;
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.dashboard-content .column .box h4 {
  font-size: 18px;
  line-height: 1.2;
  padding: 0 0 10px;
}
.dashboard-content .column .box .loading {
  opacity: 0.5;
}

.status-bar {
  background: #111;
  bottom: 0;
  display: block;
  height: 50px;
  line-height: 60px;
  text-align: center;
  z-index: 1000;
}
.status-bar p {
  color: #999;
  font-size: 14px;
  font-style: italic;
  position: relative;
  top: -5px;
}

.status-bar label {
  color: #CCC;
  font-size: 12px;
  margin-left: 20px;
  position: relative;
  text-transform: uppercase;
  top: -4px;
  vertical-align: -webkit-baseline-middle;
}

.status-bar .spacer {
  display: inline-block;
  width: 10px;
}

.status-bar .box {
  color: #FFF;
  font-size: 1.65em;
  margin: 0 10px;
  position: relative;
  vertical-align: middle;
}
.status-bar .box.has-weekly:after {
  content: attr(data-weekly);
  font-size: 0.5em;
  margin-left: 5px;
  position: relative;
  top: -0.7em;
  opacity: 0.8;
}

.status-bar .box:before {
  background: #111;
  bottom: 100%;
  color: #AAA;
  content: attr(title);
  font-size: 10px;
  left: 50%;
  line-height: 10px;
  padding: 4px 10px;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(5px);
  white-space: nowrap;
  border-radius: 3px 3px 0 0;
}

.status-bar .box[title=""]:before {
  display: none;
}

* {
  --inbound: #6CCEF5;
  --outbound: #ACD273;
  --prior: #08B0F0;
  --current: #CE93D8;
  --total-time: #08B0F0;
  --this-week: #E2798C;
  --last-week: #4AD5B0;
  --emails: #FFF898;
  --sent: #F68D56;
  --received: #38B549;
  --dnd: #F44336;
}

.status-bar .box.explanation {
  color: #999;
  text-transform: uppercase;
}
.status-bar .box.inbound {
  color: var(--inbound);
}

.status-bar .box.outbound {
  color: var(--outbound);
}

.status-bar .box.prior {
  color: var(--prior);
}

.status-bar .box.current {
  color: var(--current);
}

.status-bar .box.total-time {
  color: var(--total-time);
}

.status-bar .box.thisweek {
  color: var(--this-week);
}

.status-bar .box.lastweek {
  color: var(--last-week);
}

.status-bar .box.emails {
  color: var(--emails);
}

.status-bar .box.emails:before {
  color: #CCC;
  font-weight: 500;
}

.status-bar .box.sent {
  color: var(--sent);
}

.status-bar .box.received {
  color: var(--received);
}

.status-bar .box.dnd {
  color: var(--dnd);
}

.status-bar .box.productivity {
  background: -webkit-linear-gradient(#83FF60, #62BB45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.6em;
  font-weight: 500;
  margin-right: 30px;
  top: -5px;
}

@property --p {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.kpi-chart {
  background-color: #333;
  display: flex;
  flex-direction: row;
}

.legend {
  justify-content: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 30%;
}
.legend .kpi {
  display: block;
  font-size: 32px;
  line-height: 32px;
  justify-content: center;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.legend .kpi sup {
  display: block;
  font-size: 11px;
  line-height: 11px;
  top: 0;
}
.legend .kpi sup:after {
  content: " DAY STREAK";
}
.legend .kpi.weekly {
  font-size: 22px;
  line-height: 26px;
}
.legend .kpi.weekly sup {
  display: none;
}
.legend .kpi:before {
  color: #DDD;
  display: block;
  font-size: 14px;
  line-height: 14px;
}

.legend .kpi.calls {
  color: var(--outbound);
}

.legend .kpi.calls:before {
  content: "Calls Out";
}

.legend .kpi.texts {
  color: var(--sent);
}

.legend .kpi.texts:before {
  content: "Texts Sent";
}

.legend .kpi.emails {
  color: #FEF8A4;
}

.legend .kpi.emails:before {
  content: "Emails Sent";
}

.legend .kpi.weekly:before {
  content: "Weekly";
}

.pies {
  height: 200px;
  position: relative;
  border-radius: 0 0 2px 2px;
  width: 40%;
}

.pie {
  --p:20;
  --b:22px;
  --c:#B3D07E;
  --w:150px;
  width: var(--w);
  aspect-ratio: 1;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  display: inline-grid;
  place-content: center;
}

.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.pie:before {
  inset: 0;
  background: radial-gradient(farthest-side, var(--c) 98%, rgba(0, 0, 0, 0)) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p) * 1%), rgba(0, 0, 0, 0) 0);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie:after {
  inset: calc(50% - var(--b) / 2);
  background: var(--c);
  transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

.animate {
  animation: p 1s 0.5s both;
}

.bkgd {
  opacity: 0.1;
}

.no-round:before {
  background-size: 0 0, auto;
}

.no-round:after {
  content: none;
}

@keyframes p {
  from {
    --p:0;
  }
}
/* ********************************************************************************************************* Pipeline */
.pipeline {
  background: none;
  margin: 0;
  padding: 8px 8px 8px 0;
  z-index: 100;
  background: #333;
  position: relative;
  background: none;
  transition: all 0.2s ease;
}
.pipeline .stage {
  color: #fff;
  margin: 0 4px;
  min-width: 60px;
  padding: 0 4px;
  width: auto;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border: none;
}
.pipeline .stage.selected {
  min-width: 90px;
}
.pipeline .stage:focus {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.pipeline .stage .count {
  font-size: 1.4em;
  line-height: 34px;
  padding: 0;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.pipeline .stage .count i,
.pipeline .stage .count .count:before {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  font-style: normal;
  margin-right: 4px;
  opacity: 0.5;
  position: relative;
  text-shadow: none;
  top: -1px;
  vertical-align: middle;
}
.pipeline .stage .count:before {
  content: "";
}
.pipeline .stage .label {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
}
.pipeline .toggle-hero {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: middle;
  width: 20px;
}
.pipeline .toggle-hero:before {
  color: var(--bar-top-color);
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  line-height: 20px;
  margin-left: 8px;
  position: relative;
  text-align: center;
  top: -2px;
  transform: rotate(0deg);
  transition: 0.1s all ease-in-out;
}

body.hub-hero-closed .pipeline .toggle-hero:before {
  top: 0;
  transform: rotate(180deg);
}

/* ******************************************************************************************************** Accordion */
.accordion__tabs {
  padding: 10px;
}
.accordion__tab {
  background-color: var(--hub-c-black-70);
  color: var(--hub-c-white);
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  padding: 6px 12px;
  vertical-align: bottom;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  transition-duration: 100ms;
  width: 100%;
}
.accordion__tab:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-right: 8px;
}
.accordion__tab.contact-info:before {
  content: "\f05a";
}
.accordion__tab.status:before {
  content: "\f240";
}
.accordion__tab.notes:before {
  content: "\f040";
}
.accordion__tab.application:before {
  content: "\f15c";
}
.accordion__tab.interviews:before {
  content: "\f086";
}
.accordion__tab.timeline:before {
  content: "\f550";
}
.accordion__tab.merged:before {
  content: "\f0c0";
}
.accordion__tab.email-signature:before {
  content: "\f5b7";
}
.accordion__tab.permissions:before {
  content: "\f733";
}
.accordion__tab.admin-settings:before {
  content: "\f7d9";
}
.accordion__tab.terminate-employee:before {
  content: "\f06a";
}
.accordion__tab.view-as:before {
  content: "\f1e5";
}
.accordion__tab.duplicates:before {
  content: "\f500";
}
.accordion__tab.terminate-employee {
  background-color: #CE4845;
}
.accordion__tab.back-to {
  text-align: right;
}
.accordion__tab.back-to:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-left: 8px;
}
.accordion__tab.active {
  background-color: var(--hub-c-black);
  color: var(--hub-c-white);
}
.accordion__tab.active:before {
  color: #F3BB4B;
}
.accordion__box {
  display: none;
  padding: 20px;
  position: relative;
  top: 1px;
}
.accordion__box h2 {
  display: none;
  color: var(--hub-c-white);
  background-color: var(--hub-c-black);
  margin-top: 10px;
  padding: 10px;
  text-transform: uppercase;
}
.accordion__box h3 {
  border-bottom: var(--hub-c-lt-grey) 1px solid;
  font-size: 22px;
  left: -20px;
  margin-bottom: 10px;
  padding: 10px 20px 0;
  position: relative;
  text-transform: uppercase;
  top: -20px;
  width: calc(100% + 40px);
  background-color: var(--hub-c-white-50);
}
.accordion__box > div {
  margin-top: 20px;
}
.accordion__box > div:first-child {
  margin-top: 0;
}
.accordion__box__content {
  padding: 0;
}
.accordion__box__content .note {
  background: var(--hub-c-white);
  border-radius: 3px;
  border: var(--hub-c-lt-grey) 1px solid;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  padding: 20px 50px 20px 20px;
  position: relative;
  transition: ease-in-out 50ms all;
}
.accordion__box__content .note--ctm {
  background-color: #64A6DC;
  border-color: #5D84BA;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
}
.accordion__box__content .note--ctm .note__details {
  border-right: none;
  width: 100%;
}
.accordion__box__content .note--ctm .note__details p {
  display: inline-block;
}
.accordion__box__content .note--ctm .note__details p.note__details--employee {
  font-size: 13px;
}
.accordion__box__content .note--ctm .note__details p.note__details--employee:before {
  content: " by ";
}
.accordion__box__content .note--ctm .note__details p.note__details--datetime {
  font-size: 13px;
}
.accordion__box__content .note--ctm .note__details p.note__details--datetime:before {
  content: " on ";
}
.accordion__box__content .note--ctm .note__toggle,
.accordion__box__content .note--ctm .note__content {
  display: none;
}
.accordion__box__content .note--collapsed {
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion__box__content .note--collapsed .note__details {
  border-right: none;
  width: 100%;
}
.accordion__box__content .note--collapsed .note__details p {
  display: inline-block;
}
.accordion__box__content .note--collapsed .note__details p.note__details--employee {
  font-size: 13px;
}
.accordion__box__content .note--collapsed .note__details p.note__details--employee:before {
  content: " by ";
}
.accordion__box__content .note--collapsed .note__details p.note__details--datetime {
  font-size: 13px;
}
.accordion__box__content .note--collapsed .note__details p.note__details--datetime:before {
  content: " on ";
}
.accordion__box__content .note--collapsed .note__content {
  display: none;
}
.accordion__box__content .note--collapsed .note__toggle {
  line-height: 34px;
}
.accordion__box__content .note--collapsed .note__toggle:after {
  content: "+";
  font-size: 32px;
}
.accordion__box__content .note--made-contact {
  border: #78B956 2px solid;
  outline: #86e255 1px solid;
  outline-offset: 2px;
}
.accordion__box__content .note--made-contact .note__details:after {
  background: #78B956;
  color: #FFF;
  content: "Made Contact";
  display: inline-block;
  margin-top: 8px;
  padding: 0 8px;
  border-radius: 3px;
}
.accordion__box__content .note__details {
  border-right: var(--hub-c-lt-grey) 1px solid;
  font-size: 13px;
  margin-right: 20px;
  padding-right: 20px;
  width: 280px;
  transition: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.accordion__box__content .note__details p.note__details--employee {
  font-size: 16px;
}
.accordion__box__content .note__content {
  width: 100%;
}
.accordion__box__content .note__toggle {
  color: var(--hub-c-black-50);
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  transition: none;
}
.accordion__box__content .note__toggle:after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
}
.accordion__box__content .note .field__button {
  background: #FFF;
  border: #CE4845 1px solid;
  color: #CE4845;
  border-radius: 3px;
  display: block;
  margin-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.accordion__box.open {
  display: block;
}

/* ********************************************************************************************************** Bar Top */
.bar.top {
  align-items: center;
  background: var(--bar-top-background);
  display: flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: space-between;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 900;
  /*
  .add-new { }
  .add-new:before { content: '\f0ae'; font-weight: 700; }
  .buttons { display: block; padding: 0 12px; position: absolute; right: 0; text-align: right; top: 0; z-index: 110;
      .alerts { margin-left: 16px; }
      .alerts:hover { background: none; }
      .alerts:before { background: $bar_top_color; color: #FFF; content: '\f0f3'; font-family: $fapro; font-size: 20px; font-weight: 700; height: $bar_top_height - 8; left: 0; line-height: $bar_top_height - 8; position: absolute; text-align: center; top: 4px; width: $bar_top_height - 8; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
      .button { cursor: pointer; display: inline-block; height: $bar_top_height; line-height: $bar_top_height; padding: 6px; position: relative; text-align: center; width: $bar_top_height; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
      .button:hover { background: #FFF; }
      .button:before { color: $bar_top_color; font-family: $fapro; font-size: 20px; height: 100%; left: 0; line-height: $bar_top_height; position: absolute; text-align: center; top: 0; width: 100%; }
      .button.enabled { background: $charcoal;
          .dropdown-box { display: block; }}
      .button.enabled:before { color: #FFF; }
      .button.login { animation-name: none; animation-duration: 2s; animation-delay: 1s; animation-iteration-count: infinite; animation-timing-function: ease-in-out;}
      .button.login:before { content: '\f090'; font-weight: 400; }
      .button.login.enabled { animation-name: none; }
      .button.manager { display: none; }
      .button.manager:before { content: '\f0c0'; font-weight: 700; }
      .dashb.enabled { background: none; }
      .dashb.enabled:before { color: #111; }
      .search-box input[type="submit"] { font-size: 22px; text-align: center; }
      .search-box input[type="submit"]:focus,
      .search-box input[type="submit"]:active { outline: none; }}
  .calendar { }
  .calendar:before { content: '\f073'; font-weight: 300; }
  .dashb { }
  .dashb:before { content: '\f3fd'; font-weight: 900; }
  .dropdown-box { background: $charcoal; display: none; min-width: 280px; padding: 10px; position: absolute; right: 0; top: 100%; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
      ul { font-size: 0.9em; list-style-type: none; margin: 0; padding: 0;
          .btn { color: #FFF; display: block; padding: 8px 8px 8px 32px; position: relative; text-decoration: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
          .btn:hover { background: rgba(0,0,0,0.2);
              .subdropdown { display: block;}}
          .btn:before { color: #999; font-family: $fapro; font-size: 18px; left: 8px; position: absolute; top: 9px; }
          .btn.account_settings:before { content: '\f1de'; font-weight: 400; }
          .btn.admin:before { content: '\f590'; font-weight: 900; }
          .btn.admin:hover:before { color: #CC9933; }
          .btn.bulkemail:before { content: '\f674'; font-weight: 700; }
          .btn.bulkprospects:before { content: '\f093'; font-weight: 900; }
          .btn.emailtemplates:before { content: '\f658'; font-weight: 900; }
          .btn.job:before { content: '\f0f8'; font-weight: 900; }
          .btn.job:hover:before { color: #FAFAFA; }
          .btn.location:before { content: '\f3c5'; font-weight: 900; }
          .btn.location:hover:before { color: #DD4B3E; }
          .btn.logout:before { content: '\f08b'; font-weight: 400; }
          .btn.occspec:before { content: '\f0f1'; font-weight: 400; }
          .btn.ooo_settings:before { content: '\f811'; font-weight: 700; }
          .btn.prospect:before { content: '\f0f0'; font-weight: 900; }
          .btn.prospect:hover:before { color: #FA9B9C; }
          .btn.reports:before { content: '\f659'; font-weight: 900; }
          .btn.robotview:before { content: '\e04b'; font-weight: 900; }
          .btn.stateaggregator:before { content: '\f74d'; font-weight: 300; }
          .btn.sync:before { content: '\f021'; font-weight: 900; }
          .btn.sync:hover:before { color: $compliance; }
          .btn.textsize {
              .change { cursor: pointer; margin: 0 4px; }}
          .btn.textsize:before { content: '\f894'; font-weight: 400; }
          .btn.theme {
              span.enable:before { content: 'Enable'; }}
          .btn.theme:before { content: '\f186'; font-weight: 900; }
          .btn.theme.dark-mode {
              span.enable:before { content: 'Disable'; }}
          .btn.user:before { content: '\f82d'; font-weight: 900; }
          .btn.user:hover:before { color: #66CCFF; }
          li { line-height: 16px; position: relative;
              ul { background: #424242; border: 1px solid #353535; display: none; padding: 4px; position: absolute; right: 100%; top: -4px; width: 240px; border-radius: 4px; }}
          li.has-submenu:hover {
              ul { display: block; }}
          li.line { background: #353535; display: block; height: 1px; margin: 8px 0; }}}*/
  /*
  .menu { }
  .menu:before { content: '\f0c9'; font-weight: 900; }
  .profile { }
  .profile:before { content: '\f406'; font-weight: 900; }

   */
  /*
  .search:before { content: '\f002'; font-weight: 400; }
  .search-box { background: none; min-width: 400px; padding: 0;
      form { background: #424242; padding: 10px; border-radius: 0 0 4px 4px; }}*/
}
.bar.top .bar__mid {
  height: 100%;
}
.bar.top .bar__logo {
  background: #111;
  display: inline-block;
  height: 100%;
  left: 0;
  padding: 3px 12px;
  text-align: left;
  top: 0;
  width: 280px;
  z-index: 120;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.bar.top .bar__logo a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  text-decoration: none;
}
.bar.top .bar__logo img {
  display: inline-block;
  height: 36px;
  opacity: 0;
  width: auto;
  transition: all 0.2s ease;
  -webkit-animation: fade-in-logo 0.4s;
  -moz-animation: fade-in-logo 0.4s;
  -ms-animation: fade-in-logo 0.4s;
  -o-animation: fade-in-logo 0.4s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
}
.bar.top .bar__logo img.the-hub {
  height: 36px;
  max-width: 150px;
  width: auto;
}
.bar.top .bar__logo img.hub-icon {
  display: none;
}
.bar.top .bar__logo .welcome {
  color: var(--bar-top-color);
  display: none;
  font-size: 0.9rem;
  height: 50px;
  left: 100%;
  line-height: 50px;
  padding: 0 12px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  box-sizing: border-box;
}
.bar.top .bar__logo .welcome strong {
  font-weight: 600;
}
.bar.top .bar__logo .welcome .avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 0px;
  border-radius: 50%;
  margin-right: 4px;
}
.bar.top .bar__menu {
  z-index: 1000;
}
.bar.top .bar__search {
  height: 100%;
  line-height: 0;
  position: relative;
  width: calc(23% - 40px);
}
.bar.top .bar__search--button {
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1000;
}
.bar.top .bar__search::after {
  color: #777;
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  height: 100%;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.bar.top .bar__search input.quick-search {
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 10px 40px 10px 10px;
  top: 4px;
  outline-color: #459BD6;
}
.bar.top .bar__search .search-dropdown {
  border: var(--hub-c-grey) 1px solid;
  border-top: none;
  border-radius: 0 0 3px 3px;
  display: none;
  line-height: 1;
  padding: 5px 5px 10px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;
  background-color: var(--hub-c-grey2);
}
.bar.top .bar__search .search-dropdown.open {
  display: block;
}
.bar.top .pipeline {
  font-size: 0;
}
.bar.top .pipeline .stage {
  margin-bottom: 10px;
  padding-top: 8px;
  position: relative;
  top: -12px;
  height: 50px;
  min-width: 60px;
  animation-duration: 50ms;
}
.bar.top .pipeline .stage:hover, .bar.top .pipeline .stage.selected {
  top: -8px;
}
.bar.top .pipeline .stage:before {
  background-color: var(--color);
  content: "";
  height: calc(100% - 10px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  border-radius: 0 0 3px 3px;
}
.bar.top .pipeline .stage:active, .bar.top .pipeline .stage:focus {
  outline: none;
}
.bar.top .pipeline .stage .count {
  font-size: 1.5em;
  position: relative;
  z-index: 2;
}
.bar.top .pipeline .label {
  display: none;
}

body.hub-sidebar-left-closed .bar.top .bar__logo {
  padding: 0;
  width: 50px;
}
body.hub-sidebar-left-closed .bar.top .bar__logo a {
  display: block;
  padding: 0;
  text-align: center;
}
body.hub-sidebar-left-closed .bar.top .bar__logo img {
  display: block;
  height: auto;
  position: relative;
  top: 10px;
  width: 40px;
  transition: all 0.2s ease;
}
body.hub-sidebar-left-closed .bar.top .bar__logo img.prn-healthcare {
  display: none;
}
body.hub-sidebar-left-closed .bar.top .bar__logo img.the-hub {
  display: none;
}
body.hub-sidebar-left-closed .bar.top .bar__logo img.hub-icon {
  display: inline-block;
  top: 5px;
  width: 28px;
}
body.hub-sidebar-left-closed .bar.top .pipeline {
  margin-left: 50px;
}
body.hub-sidebar-left-closed .sidebar.left .hub-version {
  display: none;
}

.manager-employee-section {
  position: relative;
}
.manager-employee-section .loading {
  align-items: center;
  display: flex;
  justify-content: center;
}
.manager-employee-section__toggle {
  color: var(--hub-c-black-30);
  cursor: pointer;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
  width: 32px;
}
.manager-employee-section__toggle:before {
  content: "\f2d0";
  font-family: "Font Awesome 5 Pro", serif;
}
.manager-employee-section__pipeline {
  min-height: 82px;
}
.manager-employee-section__pipeline .pipeline {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  justify-content: center;
  padding: 0 0 10px;
}
.manager-employee-section__pipeline .stage {
  background-color: var(--color);
  margin: 0;
  padding: 10px;
  width: 100%;
}
.manager-employee-section__pipeline .stage .label {
  margin: 0 0 5px;
}
.manager-employee-section__pipeline .stage .total {
  font-size: 11px;
  left: 10px;
  line-height: 1;
  padding: 4px 0;
  position: absolute;
  top: 50%;
}
.manager-employee-section__pipeline .stage .count {
  font-size: 32px;
}
.manager-employee-section__pipeline .stage .dropdown {
  display: none;
}
.manager-employee-section__callnumbers {
  min-height: 50px;
}
.manager-employee-section__callnumbers .status-bar {
  border-radius: 3px;
}
.manager-employee-section--minimized .manager-employee-section__pipeline,
.manager-employee-section--minimized .manager-employee-section__callnumbers {
  display: none;
}
.manager-employee-section--minimized .manager-employee-section__toggle:before {
  color: var(--hub-c-black);
  content: "\f2d0";
}

body.is-manager .bar.top .buttons .button.calendar,
body.is-manager .bar.top .buttons .button.manager {
  display: inline-block;
}
body.is-manager .bar.top .pipeline {
  display: none;
}

/* ***************************************************************************************************** Content Wrap */
.content-wrap {
  background: #222;
  font-size: 1.6em;
  height: 100%;
  overflow: hidden;
  padding-top: 44px;
  position: relative;
}

/* ***************************************************************************************************** Sidebar Left */
.sidebar.left {
  background-color: var(--sidebar-left-c-bg);
  float: left;
  height: 100%;
  left: 0;
  position: relative;
  width: 280px;
  z-index: 100;
}
.sidebar.left .toggle-button {
  background: none;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  width: 40px;
  transform: rotate(180deg);
}
.sidebar.left .toggle-button:before {
  color: #999;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 400;
  height: 100%;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.sidebar.left .content {
  border-top: var(--bar-top-light-accent) 1px solid;
  padding-top: 50px;
  color: var(--hub-c-white);
}
.sidebar.left .content .gap20 {
  border-top: var(--sidebar-left-c-light-accent) 1px solid;
  position: relative;
  top: -1px;
}
.sidebar.left .viewing-as {
  padding: 15px;
}
.sidebar.left .viewing-as label {
  color: var(--sidebar-left-c-color);
  display: block;
  font-size: 13px;
  padding: 5px;
}
.sidebar.left .viewing-as select {
  border-radius: 3px;
  display: block;
  padding: 10px;
  width: 100%;
}
.sidebar.left .ooo-content {
  display: none;
  padding: 15px;
}
.sidebar.left .ooo-content .ooo-message-box {
  padding: 12px;
  background-color: var(--sidebar-left-c-dark-accent);
  border-radius: 3px;
  color: #FFF;
  text-align: center;
}
.sidebar.left .hub-version {
  bottom: 0;
  color: #999;
  font-size: 12px;
  line-height: 1;
  padding: 15px;
  position: absolute;
  text-align: left;
}

body.ooo .sidebar.left .ooo-content {
  display: block;
}

body.hub-sidebar-left-closed .sidebar.left {
  left: -230px;
}
body.hub-sidebar-left-closed .sidebar.left .toggle-button {
  transform: rotate(0deg);
}
body.hub-sidebar-left-closed .sidebar.left .viewing-as {
  display: none;
}
body.hub-sidebar-left-closed .sidebar.left .ooo-content {
  display: none;
}

/* ***************************************************************************************************** Main Content */
.main-content {
  top: 50px;
  background: none;
  float: right;
  height: calc(100% - 50px - 50px);
  margin-left: -280px;
  min-height: 400px;
  padding-left: 280px;
  position: relative;
  width: 100%;
  z-index: 90;
}
.main-content .hero {
  display: block;
  height: 0px;
  position: relative;
  z-index: 500;
}
.main-content .hero .pipeline {
  bottom: 0;
  display: block;
  height: 200px;
  left: 0;
  padding: 20px 20px 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 100;
}
.main-content .hero .pipeline .stage {
  width: calc(14.28% - 24px);
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  height: 100%;
  padding: 0 6px;
}
.main-content .hero .pipeline .stage.not-selected {
  width: calc(13.5% - 20px);
}
.main-content .hero .pipeline .stage.selected {
  width: calc(19% - 20px);
}
.main-content .main-content-body {
  border-top: var(--bar-top-light-accent) 1px solid;
}

.overlay {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 280px;
  right: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(4px) grayscale(50%);
          backdrop-filter: blur(4px) grayscale(50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 150ms;
}
.overlay .message-box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 36px;
  background-color: #444;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
}

.overlay.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.modal.overlay {
  background: rgba(0, 0, 0, 0.69);
  left: 0;
  z-index: 10001;
}
.modal.overlay.overlay.transparent {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.modal__popup {
  background: var(--drawer-background);
  border-radius: 3px;
  max-width: 500px;
  padding: 0 20px 10px;
  position: relative;
  width: 100%;
}
.modal__popup--w800 {
  max-width: 800px;
}
.modal__popup--w1000 {
  max-width: 1000px;
}
.modal__popup__title {
  background-color: var(--hub-c-lt-grey);
  border-radius: 3px 3px 0 0;
  color: var(--hub-c-black);
  font-size: 22px;
  left: -20px;
  margin-bottom: 10px;
  padding: 10px 20px 0;
  position: relative;
  text-transform: uppercase;
  width: calc(100% + 40px);
}
.modal__popup .buttons {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  padding-top: 10px;
}
.modal__popup .buttons .button {
  flex-grow: 1;
}
.modal__popup .buttons .button.wider {
  flex-grow: 2;
}
.modal__popup .buttons .button button {
  color: var(--hub-c-white);
  background-color: #444;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0;
  padding: 13px 10px;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.modal__popup .close-button {
  color: #FFF;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 100%;
  text-align: center;
  bottom: 100%;
  width: 40px;
  z-index: 200;
}
.modal__popup .close-button:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  font-weight: 300;
  opacity: 0.6;
  transition: all ease-in-out 100ms;
}
.modal__popup .close-button:hover:before {
  opacity: 1;
}

body.hub-hero-closed .main-content .hero {
  height: 0;
}
body.hub-sidebar-left-closed .main-content {
  padding-left: 50px;
}
body.hub-sidebar-left-closed .overlay {
  left: 50px;
}

/* ************************************************************************************************** Profile Results */
.profile-results {
  bottom: 0;
  display: block;
  left: 280px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 300;
}
.profile-results .profiles-title {
  display: none;
}
.profile-results .profiles-title .profiles-controls {
  display: none;
}
.profile-results .profile-rows {
  background: none;
  bottom: 0;
  color: var(--hub-c-black);
  left: 0;
  list-style-type: none;
  overflow-x: visible;
  overflow-y: scroll;
  padding: 10px 60px 0 40px;
  position: absolute;
  right: 0;
  top: 20px;
  width: calc(100% + 40px);
}
.profile-results .profile-rows h1 {
  border-bottom: var(--black-10) 1px solid;
}
.profile-results .profile-rows__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.profile-results .profile-rows .pagination {
  color: var(--hub-c-black);
  padding: 10px 0;
}
.profile-results .profile-rows.hide-seen .seen,
.profile-results .profile-rows .dimmed {
  opacity: 0.33;
}
.profile-results .profile-rows .sticky-note {
  display: none;
}
.profile-results .profile-rows.show-sticky-notes .sticky-note {
  display: block;
}
.profile-results .profile-rows__filter {
  display: flex;
  font-size: 0.8em;
  text-align: right;
  padding: 0 0 20px;
  justify-content: space-between;
  width: 100%;
}
.profile-results .profile-rows__filter__field {
  display: inline-block;
}
.profile-results .profile-rows__filter__field__group {
  display: inline-block;
  margin: 0 10px;
}
.profile-results .profile-rows__filter .field__button {
  background-color: var(--hub-c-grey2);
  color: var(--hub-c-black);
}
.profile-results .profile-rows__filter label {
  padding: 0 4px 0 12px;
}
.profile-results .profile-rows__filter select {
  background: var(--hub-c-white);
  border: var(--hub-c-black-10) 1px solid;
  padding: 4px;
  border-radius: 2px;
}
.profile-results .profile-rows__legend {
  font-size: 13px;
  padding: 0 10px 20px;
  text-align: right;
  width: 100%;
  box-sizing: border-box;
}
.profile-results .profile-rows__legend label {
  display: inline-block;
}
.profile-results .profile-rows__legend span {
  border: var(--hub-c-lt-grey) 1px solid;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin-left: 4px;
  padding: 4px 8px;
  white-space: nowrap;
  /*&:hover {
      background: $hub_red;
      border-color: $hub_red;
      color: #FFF;
  }*/
}
.profile-results .profile-rows__toolbox {
  align-items: center;
  background: var(--hub-c-grey2);
  border: var(--hub-c-lt-grey) 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  min-height: 50px;
  padding: 4px 36px 4px 4px;
  transition: all 100ms ease-in-out;
  width: 100%;
}
.profile-results .profile-rows__toolbox__icon {
  color: #AAA;
  display: block;
  font-size: 20px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.profile-results .profile-rows__toolbox__icon:before {
  content: "\f552";
  font-family: "Font Awesome 5 Pro";
}
.profile-results .profile-rows__toolbox--closed {
  cursor: pointer;
  height: 46px;
  overflow: hidden;
  left: 0;
  width: 30px;
}
.profile-results .profile-rows__toolbox--closed * {
  visibility: hidden;
}
.profile-results .profile-rows__toolbox--closed .profile-rows__toolbox__icon {
  right: 10px;
  visibility: visible;
}
.profile-results .profile-rows__toolbox__field {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
.profile-results .profile-rows__toolbox__field a.field__button {
  border-radius: 2px;
}
.profile-results .profile-rows__toolbox label {
  padding: 0 4px 0 12px;
  white-space: nowrap;
}
.profile-results .profile-rows__toolbox select {
  border: var(--hub-c-black-30) 1px solid;
  font-size: 14px;
  padding: 4px;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
}

.profile-results.filters-open .profile-rows {
  right: 0;
}
.profile-results.filters-open .profile-rows.filters-open {
  padding-right: 800px;
}
.profile-results.filters-open .profile-rows.filters-open .profile-rows {
  right: 0;
}
.profile-results.filters-open .search-filter {
  right: 0;
}

body.hub-sidebar-left-closed .profile-results {
  left: 50px;
}

body.hub-hero-closed .main-content .profile-results {
  top: 0;
}

/* ******************************************************************************************************* Bar Bottom */
.bar.bottom {
  background: var(--hub-c-black);
  bottom: 0;
  display: block;
  height: 50px;
  left: 280px;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1000;
}

body.hub-sidebar-left-closed .bar.bottom {
  left: 50px;
}

/* ******************************************** */
/*
.rctrs-view .bar .pipeline { background: none; margin: 0; padding: 0; position: absolute; right: 20px; text-align: right; top: 10px; width: 70%; }
.rctrs-view .bar .pipeline .stage { background: #FFF; border-left: #EEE 20px solid; color: #FFF; cursor: pointer; display: inline-block; font-size: 14px; margin: 0 5px; padding: 30px 10px; position: relative; text-align: center; vertical-align: middle; width: calc(((100% - $labelbox_width) / 6) - 10px); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.rctrs-view .bar .pipeline .stage .count { font-size: 36px; line-height: 40px; padding: 0; }
.rctrs-view .bar .pipeline .stage { border: none; color: #FFF; margin: 0 4px; min-width: 100px; padding: 8px 4px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.rctrs-view .bar .pipeline .stage .count {  padding: 0; text-align: right; text-shadow: 0 1px 2px rgba(0,0,0,0.3); }
.rctrs-view .bar .pipeline .stage:before { display: block; font-size: 18px; left: 8px; line-height: 18px; opacity: 0.5; text-shadow: none; position: absolute; top: 50%; transform: translateY(-50%); vertical-align: middle; }
*/
/*
    .profiles-title,
    .top-bar .home-logo,
    .rctr-wrap .left-side,
    .rctr-wrap .left-side .toggle,
    .rctr-wrap .right-side,
    .slide-menu,
    .calendar,
    .status-bar
    {
        transition: all 0.2s ease;
    }
*/
/* ********************************************************************************************* Notification Overlay */
.notification {
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.notification .cont {
  color: #FFF;
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  /* Yellow A400 (material design colors) */
}
.notification .cont .gif {
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: #FFF 2px solid;
  display: inline-block;
  height: 100px;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 0;
  transform: translateY(-50%);
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.notification .cont .icon {
  color: #222;
  display: none;
  opacity: 0;
  position: relative;
  text-align: center;
  top: 0;
}
.notification .cont .icon:before {
  background: #FFEA00;
  content: "";
  display: block;
  height: 56px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translateX(-50%);
  width: 56px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}
.notification .cont .icon:after {
  color: #111;
  content: "\f599";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  font-weight: 300;
  height: 60px;
  line-height: 60px;
  position: relative;
  width: 60px;
  box-sizing: border-box;
  border-radius: 50%;
}
.notification .cont .message {
  background: #4CAF50;
  color: #FFF;
  font-size: 16px;
  left: 50%;
  line-height: 16px;
  margin-left: 50px;
  max-width: 320px;
  padding: 8px 12px;
  position: absolute;
  text-align: center;
  top: 50%;
  text-transform: uppercase;
  transform: translateY(-50%);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.notification .cont .message:before {
  background-color: #4CAF50;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: -4px;
  top: 50%;
  width: 8px;
  transform: rotate(45deg) translateX(-40%) translateY(-40%);
}
.notification .cont .message:after {
  content: "Click To Close";
  display: block;
  font-size: 10px;
  left: 0;
  margin-top: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.notification.error .cont .icon:after {
  content: "\f579";
}
.notification.error .cont .message {
  background: #EF5350;
}
.notification.error .cont .message:before {
  background-color: #EF5350;
}

.notification.good-1 .cont .icon:after {
  content: "\f5b8";
}

.notification.good-2 .cont .icon:after {
  content: "\f599";
}

.notification.good-3 .cont .icon:after {
  content: "\f582";
}

.notification.good-4 .cont .icon:after {
  content: "\f59a";
}

.notification.info .cont .message {
  background: #2196F3;
}
.notification.info .cont .message:before {
  background-color: #2196F3;
}

.notification.loading .cont .icon:after {
  content: "\f5a5";
  font-weight: 300;
}
.notification.loading .cont .message {
  background: #2196F3;
}
.notification.loading .cont .message:before {
  background-color: #2196F3;
}

.notification.show {
  display: block;
  opacity: 1;
}

.notification.show {
  animation: notification-show 0.2s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@keyframes notification-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.notification.show .cont .gif {
  animation: notification-show-icon 0.3s;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@keyframes notification-show-icon {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.notification.show .cont .message {
  animation: notification-show-message 0.5s;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@keyframes notification-show-message {
  0% {
    opacity: 0;
    margin-left: 0px;
  }
  100% {
    opacity: 1;
    margin-left: 20px;
  }
}
.notification.hide {
  animation: notification-hide 0.2s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@keyframes notification-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.notification.hide .cont .gif {
  animation: notification-hide-icon 0.3s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@keyframes notification-hide-icon {
  0% {
    opacity: 1;
    top: 0;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
.notification.hide .cont .message {
  animation: notification-hide-message 0.3s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@keyframes notification-hide-message {
  0% {
    opacity: 1;
    margin-left: 20px;
  }
  100% {
    opacity: 0;
    margin-left: 40px;
  }
}
/* *************************************************************************************************** Hub Animations */
@keyframes fade-in-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce-1 {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(5px);
  }
  40% {
    transform: translateX(0);
  }
}
@keyframes bounce-7 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(5px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(0);
  }
  57% {
    transform: scale(1, 1) translateX(1px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
.table__heading {
  font-size: 0.8em;
  font-weight: 400;
  padding-right: 20px;
  text-align: left;
  width: 10%;
}
.table__heading.checkmark:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 8px;
}

.table__heading:first-child {
  width: 1%;
}

.table__heading:nth-child(2) {
  width: 20%;
}

.table__heading:nth-child(8) {
  width: 15%;
}

.table__row {
  border-top: var(--hub-c-black-10) 1px solid;
  font-size: 0.8em;
  margin-top: 0.5em;
  cursor: pointer;
}
.table__row.imminent time {
  background: #F3BB4B;
  border-radius: 2px;
  display: inline;
  padding: 4px 8px;
}
.table__row.late time {
  background: #F00;
  border-radius: 2px;
  color: #FFF;
  display: inline;
  padding: 4px 8px;
}
.table__row__cell {
  line-height: 1.2;
  padding: 8px 20px 8px 0;
}
.table__row__cell--icons {
  max-width: 50px;
  text-align: center;
}
.table__row__cell--icons .icon {
  color: var(--hub-c-black-30);
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  height: 14px;
  margin: 0 2px;
  text-align: center;
  width: 14px;
}
.table__row__cell--icons .icon--past-hot:before {
  content: "\f816";
  font-family: "Font Awesome 5 Pro";
}
.table__row__cell--icons .icon--past-hot--is {
  color: #E6883B;
  font-weight: 700;
}
.table__row__cell--icons .icon--in-graveyard:before {
  content: "\f6e2";
  font-family: "Font Awesome 5 Pro";
}
.table__row__cell--icons .icon--in-graveyard--is {
  color: #4bb1b1;
  font-weight: 700;
}
.table__row__cell--icons .icon--urgent:before {
  content: "\f0a1";
  font-family: "Font Awesome 5 Pro";
}
.table__row__cell--icons .icon--urgent--is {
  color: #F3BB4B;
  font-weight: 700;
}
.table__row__cell--icons .icon--do-not-contact:before {
  content: "\f3dd";
  font-family: "Font Awesome 5 Pro";
}
.table__row__cell--icons .icon--do-not-contact--is {
  color: #CE4845;
  font-weight: 700;
}
.table__row__cell.name {
  font-size: 1.25em;
}
.table__row__cell.name span:after {
  background-color: var(--color);
  color: #FFF;
  content: attr(data-id);
  font-size: 0.8em;
  margin-left: 8px;
  padding: 0 2px;
  vertical-align: top;
  border-radius: 2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.table__row__cell.name small {
  display: block;
  font-size: 0.75em;
}
.table__row__cell--buttons {
  padding: 8px 0;
  text-align: right;
}
.table__row__cell--buttons a {
  background-color: var(--button-background-color);
  color: var(--button-text-color);
  display: inline-block;
  font-size: 14px;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
}
.table__row__cell--buttons a:hover {
  background-color: var(--button-background-color-hover);
}
.table__row__cell--buttons a.red-button {
  background-color: #CE4845;
}
.table__row__cell .checkbox:before {
  border-color: var(--color);
  border-width: 2px;
  content: " ";
  font-weight: 700;
  height: 18px;
  line-height: 14px;
  color: var(--color);
  width: 18px;
}
.table__row__cell .checkbox.wfp:before {
  background-color: var(--color);
  color: #FFF;
}
.table__row__cell .new-window:before {
  content: "\f14c";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 700;
  height: 18px;
  line-height: 14px;
  color: var(--color);
  width: 18px;
}

.bulk-upload-table__heading {
  font-size: 0.8em;
  font-weight: 400;
  text-align: left;
}
.bulk-upload-table__heading select {
  position: relative;
  display: block;
  font-family: "Roboto";
  font-weight: 300;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  vertical-align: top;
  background-color: var(--hub-c-white);
  border: 1px solid var(--hub-c-black-30);
  border-radius: 3px;
}
.bulk-upload-table__heading input.source-label {
  position: relative;
  display: block;
  font-family: "Roboto";
  font-weight: 300;
  margin: 2px 0;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  vertical-align: top;
  background-color: var(--hub-c-white);
  border: 1px solid var(--hub-c-black-30);
  border-radius: 3px;
}
.bulk-upload-table__row {
  border-top: var(--hub-c-black-10) 1px solid;
  font-size: 0.9em;
}
.bulk-upload-table__row__cell {
  line-height: 1.2;
  padding: 8px 20px 8px 0;
}

.drawer-backdrop {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.drawer {
  background: var(--drawer-background);
  height: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1001;
}
.drawer .filters a {
  color: var(--hub-c-black);
}
.drawer .team-member {
  border-top-color: var(--hub-c-black-10);
}
.drawer .team-member.open {
  background: none;
}
.drawer .title-content {
  background-color: var(--drawer-top-background);
  color: var(--drawer-top-color);
  padding: 10px 30px;
}
.drawer .title-content small {
  top: 0;
}
.drawer .title-content h1 + small {
  display: block;
  font-size: 14px;
  position: relative;
  top: 0;
}
.drawer.left {
  border-right: var(--drawer-border-color) 50px solid;
  left: 0;
  transform: translateX(-100%);
}
.drawer.left .content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 20;
}
.drawer.right {
  border-left: var(--drawer-border-color) 50px solid;
  right: 0;
  transform: translateX(100%);
  width: calc(100% - 200px);
}
.drawer.right .content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 20;
}
.drawer .viewing-as {
  display: flex;
  flex-direction: row;
  float: none;
  margin-top: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
}
.drawer .viewing-as__available {
  border: #DDD 1px solid;
  border-radius: 3px;
  width: 35%;
}
.drawer .viewing-as__available .field__option__add {
  border-top: #DDD 1px solid;
  display: block;
  float: none;
  margin-bottom: 0;
  padding: 8px 16px;
}
.drawer .viewing-as__available .field__option__add:first-child {
  border-top: none;
}
.drawer .viewing-as__available .field__option__add:hover {
  background: var(--hub-c-white);
}
.drawer .viewing-as__selected {
  flex-grow: 1;
}
.drawer .viewing-as__selected .selected__fields > .field,
.drawer .viewing-as__selected .view-as-employees > .field {
  background: var(--hub-c-white);
  border: #DDD 1px solid;
  border-radius: 3px;
  margin: 0 4px 4px 0;
  padding: 8px 12px;
}
.drawer .field--half .viewing-as__available {
  font-size: 14px;
  width: 40%;
}
.drawer .field--fixed-bottom {
  left: 0;
}
.drawer:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.drawer .close-button {
  background-color: var(--hub-c-black);
  color: var(--hub-c-white);
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 200;
  border-radius: 0 0 3px 3px;
}
.drawer.right .close-button {
  right: 10px;
}
.drawer .close-button:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  font-weight: 300;
  opacity: 0.6;
  transition: all ease-in-out 100ms;
}
.drawer .close-button:hover:before {
  opacity: 1;
}
.drawer .profile-details .overlay {
  left: 0;
}
.drawer .profile-details__section.accordion {
  padding: 0;
}
.drawer .profile-details__section.profile-name {
  background-color: var(--drawer-top-background);
  color: var(--drawer-top-color);
  padding: 16px 30px;
}
.drawer .content {
  scroll-behavior: smooth;
}
.drawer .content h1 {
  font-size: 2.4em;
  letter-spacing: -1px;
  line-height: 1;
}
.drawer .content h2 {
  border-bottom: var(--hub-c-lt-grey) 1px solid;
  font-size: 1.8em;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 12px;
  padding: 20px 0 4px;
  text-transform: uppercase;
}

body.hub-drawer-right-open .body-overlay {
  display: block !important;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  background-image: none !important;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
body.hub-drawer-right-open .body-overlay .lds-facebook {
  display: none;
}

body.hub-drawer-left-open .body-overlay {
  display: block !important;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  background-image: none !important;
}
body.hub-drawer-left-open .body-overlay .lds-facebook {
  display: none;
}

body.hub-drawer-right-open .drawer.right {
  transform: translateX(0%);
}

body.hub-drawer-left-open .drawer.left {
  transform: translateX(0%);
}

.table__heading.sort-by {
  cursor: pointer;
}

.table__row .icon .box {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px 2px 0;
  border: 2px solid;
}

.checkbox {
  font-size: 13px;
  padding: 8px 5px;
  text-decoration: none;
  vertical-align: top;
}

.checkbox:before {
  border: #fff 1px solid;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  height: 14px;
  line-height: 12px;
  margin-right: 4px;
  position: relative;
  text-align: center;
  width: 14px;
  border-radius: 2px;
  vertical-align: text-bottom;
}

.checkbox.checked:before {
  content: "\f00c";
}

.checkbox:before {
  border: var(--hub-c-black) 1px solid;
}

.pipeline .status {
  font-size: 0.7em;
  line-height: 1.8;
}

.pagination span[aria-current=page] > span {
  background-color: var(--hub-c-black-10);
  color: #000;
}

.field {
  box-sizing: border-box;
  float: left;
  margin: 0 0 10px;
  padding-right: 10px;
  position: relative;
}
.field--fixed-bottom {
  background: var(--drawer-background);
  border-top: var(--hub-c-lt-grey) 1px solid;
  bottom: 0;
  margin-bottom: 0;
  padding: 0 30px 20px;
  position: fixed;
  width: 100%;
}
.field .headshot-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: var(--bg-image);
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.field fieldset + .error-message {
  color: #C00;
  display: block;
  font-size: 13px;
  padding: 5px 0 0;
}
.field--locked .field__label:after {
  color: #AAA;
  content: "\f023";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 400;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.field--locked .field__value {
  background: var(--hub-c-white-50);
  border-color: var(--hub-c-black-30);
}
.field--locked select.field__value {
  pointer-events: none;
}
.field--fit {
  width: -moz-fit-content;
  width: fit-content;
}
.field--tenth {
  width: 10%;
}
.field--eighth {
  width: 12.5%;
}
.field--sixth {
  width: 16.66%;
}
.field--fifth {
  width: 20%;
}
.field--two-fifths {
  width: 40%;
}
.field--three-fifths {
  width: 60%;
}
.field--quarter {
  width: 25%;
}
.field--third {
  width: 33%;
}
.field--half {
  width: 50%;
}
.field--three-quarter {
  width: 75%;
}
.field--full {
  width: 100%;
}
.field--left {
  -moz-column-gap: 4px;
       column-gap: 4px;
  display: flex;
  justify-content: left;
  padding-right: 0;
}
.field--right {
  -moz-column-gap: 4px;
       column-gap: 4px;
  display: flex;
  justify-content: right;
  padding-right: 0;
}
.field--last-row {
  margin-bottom: 0;
}
.field--new-row {
  clear: left;
}
.field--has-checkbox {
  padding: 36px 0 0;
}
.field--scrollable {
  background: var(--hub-c-white);
  max-height: 180px;
  overflow-x: auto;
  overflow-y: scroll;
}
.field--bordered {
  border: var(--hub-c-lt-grey) 1px solid;
  border-radius: 3px;
  padding: 10px 10px 0;
}
.field--list > .field {
  border-top: var(--hub-c-lt-grey) 1px solid;
  margin-top: -10px;
  padding-top: 10px;
}
.field--list > .field:first-child {
  border-top: none;
}
.field--list > .field:last-child {
  margin-bottom: 0;
}
.field--closed {
  display: none;
}
.field--smaller {
  font-size: 12px;
}
.field__label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.3;
  padding: 6px 0;
}
.field__label--inline {
  display: inline;
}
.field__small {
  display: block;
  line-height: 1.1;
  padding: 8px 0;
}
.field__value-wrap {
  position: relative;
}
.field__value-wrap--disabled:after {
  content: "\f023";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7em;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  color: #777;
}
.field__value {
  position: relative;
  display: block;
  font-family: "Roboto";
  font-weight: 300;
  width: 100%;
  font-size: 0.9em;
  line-height: 1;
  padding: 10px;
  vertical-align: top;
  background-color: var(--hub-c-white);
  border: 1px solid var(--hub-c-black-30);
  border-radius: 3px;
}
.field__value--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.field__value--inline-block {
  display: inline-block;
}
.field__value + .field__value {
  margin-top: 4px;
}
.field__value--is-invalid {
  border: 2px solid red !important;
  border-radius: 4px !important;
}
.field__value--has-action-button {
  display: inline-block;
  width: calc(100% - 50px);
}
.field__value--has-phone + .field__action-button:before {
  color: #FFF;
  content: "\f2a0";
  font-family: "Font Awesome 5 Pro";
}
.field__value--has-email + .field__action-button:before {
  color: #FFF;
  content: "\f1d8";
  font-family: "Font Awesome 5 Pro";
}
.field__value--has-phone + .field__action-button, .field__value--has-email + .field__action-button {
  display: inline-block;
}
.field__value--saving {
  background: #f8efce;
  border-color: #F7E5A1;
  color: #111;
}
.field__value--saving[type=checkbox] {
  accent-color: #F7E5A1;
  color: #111;
}
.field__value--saved {
  background: #d6feb9;
  border-color: #99C47B;
  color: #111;
}
.field__value--saved[type=checkbox] {
  accent-color: #99C47B;
  color: #111;
}
.field__value + span + .field__value {
  margin-top: 4px;
}
.field__value:active, .field__value:focus, .field__value:focus-within, .field__value:focus-visible {
  outline: none;
}
.field__value[type=checkbox] {
  width: 20px;
  height: 20px;
}
.field__value--checkbox[type=checkbox] {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.field__value--checkbox[type=checkbox] {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.field__value--checkbox[type=checkbox] {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.field__value:disabled {
  background-color: var(--hub-c-white-50);
  border-color: var(--hub-c-black-10);
  opacity: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.field__value:disabled + .field__disabled-icon {
  display: inline-block;
}
.field__value--checkbox[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 0;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
}
.field__value + .error-message {
  color: var(--error-red);
  display: block;
  font-size: 13px;
  padding: 5px 0 0;
}
.field__action-button {
  background: #459BD6;
  color: var(--hub-c-white);
  display: none;
  font-weight: 700;
  font-size: 18px;
  height: 39px;
  line-height: 39px;
  margin-left: 10px;
  text-align: center;
  vertical-align: top;
  width: 40px;
  border-radius: 3px;
}
.field__link {
  background-color: var(--button-background-color);
  color: var(--button-text-color);
  display: inline-block;
  padding: 6px 12px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
}
.field__link:hover {
  background-color: var(--button-background-color-hover);
}
.field__link--send-wfp-invite {
  background: #92c259;
  background: linear-gradient(150deg, #92c259 0%, #4ba7e1 100%);
}
.field__link--send-wfp-invite:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-right: 8px;
}
.field__link--ctm-profile {
  background-color: #4BA8E2;
}
.field__link--check-duplicates {
  background-color: #78B956;
}
.field__link--check-duplicates:before {
  content: "\f500";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-right: 8px;
}
.field__link--download-resume:before {
  content: "\f019";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-right: 8px;
}
.field__link--upload-resume:before {
  content: "\f093";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-right: 8px;
}
.field__link--ctm-logo {
  background-image: var(--bg-image);
  background-position: 6px 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 34px;
}
.field__link--sync-ctm {
  background-color: #F3BB4B;
}
.field__link--delete-resume {
  background-color: #CE4845;
  font-size: 12px !important;
  text-align: right;
}
.field__link--delete-resume:before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  margin-right: 6px;
}
.field__link--refresh-profile {
  margin-bottom: 4px;
}
.field__link--refresh-profile:before {
  content: "\f021";
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
}
.field__link--delete-profile {
  background-color: #CE4845;
}
.field__link--delete-profile:before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
}
.field__button {
  color: var(--button-text-color);
  background-color: var(--button-background-color);
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0;
  padding: 13px 10px;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.field__button__badge {
  background-color: #CE4845;
  color: #FFF;
  font-size: 12px;
  left: 4px;
  line-height: 1;
  padding: 2px 6px;
  position: relative;
  text-align: center;
  top: -1px;
  border-radius: 3px;
}
.field__button__badge:before {
  content: attr(data-count);
}
.field__button--pill {
  font-size: 10px;
  line-height: 10px;
  padding: 4px 12px;
  border-radius: 13px;
}
.field__button--pill--green {
  background-color: #78B956;
}
.field__button--pill--red {
  background-color: #CE4845;
}
.field__button--pill--alert:before {
  content: "\f071";
  font-family: "Font Awesome 5 Pro";
}
.field__button--small {
  font-size: 14px;
  margin: 4px 0;
  padding: 4px 8px;
}
.field__button--fit {
  width: -moz-fit-content;
  width: fit-content;
}
.field__button--right {
  float: right;
}
.field__button--white {
  background-color: var(--hub-c-white);
  color: var(--hub-c-black);
}
.field__button--red {
  background-color: #CE4845;
}
.field__button--green {
  background-color: #78B956;
}
.field__button--blue {
  background-color: #459BD6;
}
.field__button--pretty {
  background: linear-gradient(to right bottom, rgb(134, 239, 172), rgb(59, 130, 246), rgb(147, 51, 234));
  text-shadow: 0 0 4px rgb(147, 51, 234);
}
.field__button--disabled {
  background-color: var(--hub-c-lt-grey);
  color: #999;
}
.field__button--disabled:hover {
  background-color: var(--hub-c-lt-grey) !important;
  color: #999 !important;
}
.field__button--theme {
  margin: 4px 0;
  position: relative;
  top: 0;
  transition: ease-in-out 100ms all;
}
.field__button--theme--light {
  background-color: #EEE;
  color: #111;
}
.field__button--theme--light:hover {
  background-color: #EEE !important;
}
.field__button--theme--dark {
  background-color: #111;
  color: #FFF;
}
.field__button--theme--dark:hover {
  background-color: #111 !important;
}
.field__button--theme--winter {
  background-color: #4D56CB;
  color: #FFF;
}
.field__button--theme--winter:hover {
  background-color: #4D56CB !important;
}
.field__button--theme:hover {
  top: -2px;
}
.field__button:hover {
  background-color: var(--button-background-color-hover);
}
.field__options-list {
  height: 280px;
  overflow-x: visible;
  overflow-y: scroll;
}
.field__options-list-toggle {
  cursor: pointer;
}
.field__options-list.open {
  display: block;
}
.field .field__option__add {
  cursor: pointer;
}
.field .field__option__remove {
  cursor: pointer;
  color: red;
  margin-left: 8px;
}
.field .field__option__remove:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
}

select.field__value {
  height: 44px;
}

input[type=text].field__value,
input[type=tel].field__value,
input[type=email].field__value,
input[type=number].field__value,
input[type=password].field__value {
  padding: 13px 10px;
}

input[type=date].field__value {
  padding: 12px 10px;
}

input[type=date].field__value::-webkit-calendar-picker-indicator {
  filter: var(--invert);
}

.do-not-contact .field--contact-info {
  opacity: 0.5;
}

.profile-timeline__row {
  background: var(--hub-c-white);
  border: var(--hub-c-lt-grey) 1px solid;
  font-size: 0;
  margin-bottom: 4px;
  padding: 12px 16px 12px 40px;
  position: relative;
  border-radius: 3px;
}
.profile-timeline__row__label {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  width: 50%;
}
.profile-timeline__row__label--name {
  font-size: 14px;
  width: 25%;
}
.profile-timeline__row__label--w25 {
  width: 25%;
}
.profile-timeline__row__label--buttons {
  text-align: right;
}
.profile-timeline__row__label--buttons a {
  color: var(--button-text-color);
  background-color: var(--button-background-color);
  line-height: 1;
  padding: 2px 8px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.profile-timeline__row--heading {
  background: none;
  border: none;
  padding-bottom: 4px;
  padding-top: 4px;
}
.profile-timeline__row--heading > div {
  font-size: 12px !important;
}

.report-columns__row {
  background: var(--hub-c-white);
  border: var(--hub-c-lt-grey) 1px solid;
  font-size: 0;
  margin-bottom: 4px;
  padding: 12px 16px 12px 40px;
  position: relative;
  border-radius: 3px;
}
.report-columns__row__handle {
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  color: #777;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
.report-columns__row__handle:before {
  content: "\f142";
  font-family: "Font Awesome 5 Pro";
}
.report-columns__row__label {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  width: 50%;
}
.report-columns__row__label--name {
  font-size: 14px;
  width: 25%;
}
.report-columns__row__buttons {
  display: none;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  vertical-align: middle;
  width: 25%;
}
.report-columns__row:hover .report-columns__row__buttons {
  display: inline-block;
}
.report-columns .ui-sortable-placeholder {
  background: none;
  border: #777 1px dashed;
  visibility: visible !important;
}

.calendar.loading {
  opacity: 0.5;
}
.calendar table {
  width: 100%;
}
.calendar table caption {
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.calendar table tbody tr {
  border-top: var(--dashboard-color-10) 1px solid;
}
.calendar table tbody td {
  padding: 4px 0;
}
.calendar table tr {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 20px;
}
.calendar table tr th {
  font-size: 12px;
  font-weight: 300;
}
.calendar table tr td {
  text-align: center;
}
.calendar table tr td.selected a {
  background: #459BD6;
  color: #FFF;
}
.calendar table tr td.is-past {
  color: #AAA;
}
.calendar table tr td a {
  display: block;
  padding: 4px 0;
  position: relative;
  margin: 0 auto;
  max-width: 60px;
  border-radius: 3px;
}
.calendar table tr td a.has-count {
  border: var(--dashboard-color-10) 1px solid;
}
.calendar table tr td a.has-count:after {
  background-color: #CE4845;
  color: #FFF;
  content: attr(data-count);
  display: inline-block;
  font-size: 9px;
  height: 15px;
  line-height: 16px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 2px;
  width: 15px;
  border-radius: 50%;
}
.calendar table tr td.is-past a.has-count:after {
  background: var(--hub-c-lt-grey);
  color: #AAA;
}
.calendar .nav-buttons {
  display: flex;
  margin-top: 10px;
}
.calendar .nav-buttons__button {
  cursor: pointer;
  flex-grow: 1;
  font-size: 14px;
}
.calendar .nav-buttons__button--next {
  text-align: right;
}

.tox-tinymce-inline {
  z-index: 1500;
}

.temp-top-menu-class {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}

.postit {
  right: 0px;
  max-width: 45px;
  max-height: 45px;
  float: right;
}
.postit .toggle {
  position: absolute;
  top: 20px;
  right: 32px;
  z-index: 100;
  cursor: pointer;
}
.postit textarea {
  font-size: 0.9em;
  padding: 0;
  overflow: hidden;
  resize: none;
}
.postit .postit-comments {
  display: none;
  padding: 0 4px;
}

.postit.shown {
  max-width: unset;
  max-height: unset;
}
.postit.shown textarea {
  height: 200px;
  padding: 12px;
}
.postit.shown .postit-comments {
  display: inline-block;
}

.profile-tags {
  font-size: 0;
  padding: 0 0 10px;
}
.profile-tags__tag {
  background: #555;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  margin: 0 4px 4px 0;
  padding: 4px 8px;
  border-radius: 2px;
}
.profile-tags__tag--disabled {
  opacity: 0.5;
}
.profile-tags--inactive .profile-tags__tag {
  color: #555;
  background: #FFF;
}

input.field__value--checkbox[type=checkbox] {
  height: 0;
}
input.field__value--checkbox[type=checkbox]:after {
  background: #FFF;
  border: #AAA 1px solid;
  border-radius: 2px;
  color: #000;
  content: "";
  display: inline-block;
  height: 22px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: -11px;
  width: 22px;
}

input.field__value--checkbox[type=checkbox]:checked:after {
  background-color: #459BD6;
  border-color: #4E7DAD;
  color: #FFF;
  content: "\f00c";
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}
input.field__value--checkbox[type=checkbox]:checked:disabled:after, input.field__value--checkbox[type=checkbox]:checked:after:disabled {
  visibility: hidden;
}

input.field__value--checkbox[type=checkbox]:disabled:after {
  visibility: hidden;
}

input.field__value--checkbox.field__value--saving[type=checkbox]:after {
  background: #f8efce;
  border-color: #F7E5A1;
  color: #403519;
}
input.field__value--checkbox.field__value--saved[type=checkbox]:after {
  background: #d6feb9;
  border-color: #99C47B;
  color: #2D4321;
}

.relative-container {
  position: relative;
}

.notifications-menu {
  border-bottom: 1px solid var(--white-20);
}
.notifications-menu li {
  position: relative;
}
.notifications-menu li:before {
  color: var(--sidebar-left-c-color);
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  left: 10px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 24px;
}
.notifications-menu li > a:hover {
  color: #F3BB4B;
}
.notifications-menu li a:before {
  content: attr(data-label);
}
.notifications-menu li.dashboard:before {
  content: "\f626";
  font-weight: 400;
}
.notifications-menu li.urgents:before {
  content: "\f0a1";
  font-weight: 700;
}
.notifications-menu li.followups:before {
  content: "\f554";
  font-weight: 700;
}
.notifications-menu li.interviews:before {
  content: "\f086";
  font-weight: 700;
}
.notifications-menu li.duplicates:before {
  content: "\f0c0";
  font-weight: 700;
}
.notifications-menu li.history:before {
  content: "\f02d";
  font-weight: 700;
}
.notifications-menu li.parkinglot:before {
  content: "\f85b";
  font-weight: 700;
}
.notifications-menu li.graveyard:before {
  content: "\f6e2";
  font-weight: 700;
}
.notifications-menu li a {
  display: block;
  line-height: 24px;
  padding: 12px 12px 12px 40px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid var(--white-20);
}
.notifications-menu li a li {
  text-transform: none;
}
.notifications-menu li a .history-list {
  font-size: 0.9em;
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: scroll;
  resize: vertical;
}
.notifications-menu li a .history-list li:after {
  background-color: var(--color);
  color: #FFF;
  content: attr(data-id);
  font-size: 0.8em;
  margin-left: 4px;
  padding: 0 2px;
  vertical-align: top;
  border-radius: 2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.notifications-menu li a:hover .history-list {
  color: var(--sidebar-left-c-color);
}
.notifications-menu li .loading {
  opacity: 0.5;
}
.notifications-menu .profile-row {
  cursor: pointer;
}
.notifications-menu .profile-row:hover {
  color: #F3BB4B;
}
.notifications-menu .badge {
  background: var(--sidebar-left-c-dark-accent);
  font-size: 0.9em;
  padding: 0 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}
.notifications-menu .badges {
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
}
.notifications-menu .badges .badge {
  color: #FFF;
  display: inline-block;
  position: relative;
  right: auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  top: auto;
  transform: none;
}
.notifications-menu small.message {
  display: block;
  left: 0;
  position: absolute;
  top: 100%;
}

.content__columns {
  display: flex;
  position: relative;
}
.content__columns__column--left {
  flex-grow: 1;
  width: 100%;
}
.content__columns__column--right {
  border-left: var(--hub-c-lt-grey) 1px solid;
  padding-left: 20px;
  width: 300px;
}

.profile-details__columns {
  display: flex;
  position: relative;
}
.profile-details__columns__column .basic-info {
  display: flex;
}
.profile-details__columns__column--left {
  flex-grow: 1;
  width: 100%;
}
.profile-details__columns__column--right {
  border-left: var(--hub-c-lt-grey) 1px solid;
  padding-left: 20px;
  width: 300px;
}
.profile-details__columns__column--buttons {
  padding: 10px;
}
.profile-details__columns__column--buttons .field {
  margin-bottom: 4px;
  padding-right: 0;
}
.profile-details__columns__column--buttons .field__link {
  display: block;
  font-size: 14px;
  width: 100%;
}
.profile-details__columns__column--buttons small {
  display: block;
  padding: 8px 12px;
  text-align: right;
}

.profile-details .occ-spec strong {
  font-size: 18px;
  font-weight: inherit;
  margin-right: 4px;
}
.profile-details .line-break {
  height: 1px;
  left: -20px;
  position: relative;
  width: calc(100% + 40px);
}
.profile-details .line-break:before {
  background: var(--hub-c-lt-grey);
  content: "";
  display: block;
  height: 1px;
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
}
.profile-details .followups a.set-followup-date {
  background: var(--button-background-color);
  color: var(--button-text-color);
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}
.profile-details .followups a.set-followup-date:hover {
  background-color: var(--button-background-color-hover);
}
.profile-details .side-buttons {
  color: var(--drawer-top-color-30);
  left: -50px;
  position: absolute;
  top: 0;
  width: 50px;
}
.profile-details .side-buttons .side-buttons__button {
  display: block;
  padding: 50%;
  position: relative;
  width: 100%;
}
.profile-details .side-buttons .side-buttons__button.pinned {
  color: #F3BB4B;
}
.profile-details .side-buttons .side-buttons__button:before {
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
.profile-details .side-buttons .ctm {
  background-color: var(--drawer-top-color-30);
  -webkit-mask-image: var(--bg-image);
          mask-image: var(--bg-image);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 30px;
          mask-size: 30px;
}
.profile-details .side-buttons .in-ctm {
  background: #4ba7e1;
  background: linear-gradient(150deg, #92c259 20%, #4ba7e1 80%);
}
.profile-details .side-buttons .urgent:before {
  content: "\f0a1";
  font-family: "Font Awesome 5 Pro";
}
.profile-details .side-buttons .is-urgent {
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.profile-details .side-buttons .do-not-contact:before {
  content: "\f3dd";
  font-family: "Font Awesome 5 Pro";
}
.profile-details .side-buttons .is-dnc {
  background-color: #CE4845;
  color: #FFF;
}
.profile-details .side-buttons .is-past-hot {
  color: #E6883B;
}
.profile-details .side-buttons .has-tags {
  color: #B2DBE6;
}
.profile-details .side-buttons .favorite:before {
  content: "\f08d";
  font-family: "Font Awesome 5 Pro";
}
.profile-details .side-buttons .tags:before {
  content: "\f02b";
  font-family: "Font Awesome 5 Pro";
}
.profile-details .side-buttons .past-hot:before {
  content: "\f816";
  font-family: "Font Awesome 5 Pro";
}
.profile-details h1 {
  cursor: pointer;
  font-size: 2.8em;
  letter-spacing: -1px;
  padding-top: 0;
  padding-bottom: 0;
}
.profile-details h1 .badge, .profile-details h1:after {
  background: var(--color);
  border-radius: 2px;
  color: #FFF;
  content: attr(data-id);
  display: inline-block;
  font-size: 0.35em;
  letter-spacing: 0;
  margin-left: 2px;
  padding: 2px 6px;
  vertical-align: top;
}
.profile-details h1 .badge {
  background: #000;
  display: none;
}
.profile-details h1 .badge.urgent {
  background: #EF622A;
  text-transform: uppercase;
}
.profile-details h1 .badge.do-not-contact {
  background: #F00;
  text-transform: uppercase;
}
.profile-details .occ-spec {
  line-height: 1;
}
.profile-details.do-not-contact h1 .badge.do-not-contact, .profile-details.is-urgent h1 .badge.urgent {
  display: inline-block;
}

body.hub-sidebar-left-closed .notifications-menu li.history div {
  display: none;
}
body.hub-sidebar-left-closed .notifications-menu li:before {
  left: auto;
  right: 13px;
  text-align: center;
}
body.hub-sidebar-left-closed .notifications-menu li:hover {
  color: #F3BB4B;
}
body.hub-sidebar-left-closed .notifications-menu li a:after {
  content: "";
}
body.hub-sidebar-left-closed .notifications-menu .badge {
  background: var(--sidebar-left-c-dark-accent);
  left: calc(100% - 5px);
  right: auto;
}
body.hub-sidebar-left-closed .notifications-menu .badges {
  font-size: 0;
  right: 0;
}
body.hub-sidebar-left-closed .notifications-menu .badges .badge {
  border: none;
  font-size: 12px;
  border-radius: 0;
}
body.hub-sidebar-left-closed .notifications-menu .badges .badge:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body.hub-sidebar-left-closed .notifications-menu .badges .badge:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.header-search-dropdown-toggle {
  color: var(--hub-c-black-50);
  cursor: pointer;
  display: inline-block;
  height: 50px;
  position: relative;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.header-search-dropdown-toggle:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
  font-weight: 400;
}

.header-menu-dropdown-toggle {
  color: var(--hub-c-black-50);
  cursor: pointer;
  display: inline-block;
  height: 50px;
  line-height: 44px;
  position: relative;
  text-align: center;
  width: 50px;
}
.header-menu-dropdown-toggle::before {
  background-color: #fff;
  border: #BBB 1px solid;
  background-image: var(--bg-image);
  background-position: center center;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border-radius: 50%;
}
.header-menu-dropdown-toggle:after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  position: absolute;
  right: 100%;
  top: 3px;
}

.header-dropdown {
  border: var(--hub-c-lt-grey) 1px solid;
  border-top: none;
  border-radius: 0 0 3px 3px;
  color: var(--hub-c-white);
  display: none;
  padding: 5px 5px 10px;
  position: absolute;
  top: 50px;
  right: 0;
  min-width: 280px;
  background-color: var(--hub-c-grey2);
}
.header-dropdown .line {
  background: var(--hub-c-lt-grey);
  height: 1px;
  margin: 24px 0 10px;
  position: relative;
}
.header-dropdown .line:before {
  background-color: var(--hub-c-grey2);
  color: #777;
  content: attr(data-label);
  font-size: 11px;
  left: 50%;
  line-height: 1;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}
.header-dropdown .line:first-child {
  margin-top: 10px;
}
.header-dropdown .saved-searches {
  padding-bottom: 20px;
}
.header-dropdown .saved-searches__search {
  border-top: 1px solid var(--bar-top-color-10);
  border-radius: 0;
  position: relative;
}
.header-dropdown .saved-searches__search .title {
  display: block;
  font-size: 14px;
  line-height: 1.1;
}
.header-dropdown .saved-searches__search .values {
  display: block;
}
.header-dropdown .saved-searches__search .values small {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 1.1;
  padding: 0 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.header-dropdown .saved-searches__search .delete-search {
  display: none;
  position: absolute;
  right: 4px;
  top: 4px;
}
.header-dropdown .saved-searches__search .delete-search i {
  display: inline-block;
  font-size: 14px;
  height: 24px;
  padding: 4px;
  width: 24px;
}
.header-dropdown .saved-searches__search:hover .delete-search {
  display: block;
}
.header-dropdown.search-dropdown {
  width: 320px;
}
.header-dropdown.open {
  display: block;
}
.header-dropdown a {
  color: var(--hub-c-black);
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  margin: 0;
  border-radius: 3px;
}
.header-dropdown a:hover {
  background-color: var(--hub-c-white);
}

#bar-top-mid .pipeline {
  z-index: 1000;
}
#bar-top-mid .pipeline .dropdown {
  border-radius: 3px;
  display: none;
  background: #444;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
}
#bar-top-mid .pipeline .dropdown .status {
  display: block;
  font-size: 0.8em;
  padding: 2px 8px;
  white-space: nowrap;
}
#bar-top-mid .pipeline .dropdown .status:hover {
  color: #F3BB4B;
}
#bar-top-mid .pipeline .dropdown .status:after {
  background: var(--bar-top-dark-accent);
  content: attr(data-count);
  display: inline-block;
  margin-left: 4px;
  padding: 0 6px;
  border-radius: 2px;
}
#bar-top-mid .pipeline .dropdown .status:hover:after {
  color: #FFF;
}
#bar-top-mid .pipeline .stage:hover .dropdown {
  display: block;
}

#hero-content .pipeline .toggle-hero {
  display: none;
}

.diagram {
  aspect-ratio: 1.5;
  background: #999;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  padding: 10px;
  width: 500px;
}
.diagram .diagram__column {
  min-height: 100px;
}
.diagram .diagram__column:nth-child(1) {
  background: #AAA;
  width: 70%;
}
.diagram .diagram__column:nth-child(2) {
  background: #BBB;
  width: 30%;
}
.diagram .diagram__column .diagram__column__row {
  min-height: 100px;
}

.too-small {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 100000;
}
.too-small .caption {
  padding: 20px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.69);
}
.too-small .caption h2 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 10px;
}
.too-small .caption p {
  font-size: 24px;
  font-weight: 300;
}

.infographic {
  display: flex;
  font-size: 0;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.infographic * {
  box-sizing: border-box;
}
.infographic__column {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 50%;
}
.infographic__column:first-child {
  border-right: #EEE 1px solid;
}
.infographic__column__row {
  display: inline-block;
  font-size: 14px;
  height: 50vh;
  width: 100%;
}
.infographic__column__row:first-child {
  border-bottom: #EEE 1px solid;
}
.infographic__column__row__chart {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
