/*BODY STYLES*/
body {
  font-family: Avenir;
  background-color: #fcfcfc;
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 1900px) {
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 3000px) {
  .col-xxxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
.dropdown-item {
  cursor: pointer;
}

.modal-backdrop {
  opacity: 0.5;
}

.spear-profile-total-risk {
  white-space: nowrap;
}

.js-hidden {
  display: none;
}

.settings-image-upload > input {
  display: none;
}

.settings-image-upload {
  margin-bottom: -7px;
}

.settings-statistic-img {
  vertical-align: baseline;
  width: 35px;
}

.user-settings-row {
  margin-top: 122px;
}

.col-pixel-width-statistic {
  padding: 10px 10px 5px 10px;
}

.shadow-box.col-pixel-width-statistic {
  border-radius: 0;
}

.settings-statistics-block-text {
  padding-left: 11px;
  padding-top: 0px;
}

.settings-statistics-block-key {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 11px;
  color: grey;
}

.settings-statistics-block-value {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: bold;
}

.user-settings-row-3 {
  margin-top: 17px;
  margin-left: 0px;
}

.user-settings-row-4 {
  margin-top: 25px;
}

.settings_field-name {
  font-size: 9px;
}

.password-strength__submit {
  margin-top: 28px;
  border-radius: 5px;
}

.col-pixel-width-logo {
  flex: 0 0 71px;
  margin-left: 16px;
  margin-top: 20px;
}

.col-pixel-width-email {
  flex: 0 0 296px;
  margin-left: 16px;
}

.col-pixel-width-new_password {
  flex: 0 0 210px;
  margin-left: 15px;
}

.col-pixel-width-confirm_password {
  margin-top: 2px;
}

input.company-name_settings,
input.company-name_settings::-webkit-input-placeholder {
  font-size: 17px;
  line-height: 1;
  background-color: #fcfcfc;
}

.settings-bottom_border {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 175px;
}

.settings-logo_image {
  height: 43px;
  max-width: 66px;
  border-radius: 5px;
}

#content {
  margin-top: 125px;
  margin-left: 0;
  transition: all 0.3s;
}

.open #content {
  margin-left: 165px;
}

.content-inner {
  margin: 50px 43px 69px 43px;
}

@media (max-width: 1920px) {
  .modal-xl {
    max-width: 1700px;
  }
}
@media (max-width: 1200px) {
  .content-inner {
    margin: 40px 33px 35px 40px;
  }

  .modal-xl {
    max-width: 1140px;
  }
}
@media (max-width: 768px) {
  .content-inner {
    margin: 10px 10px 10px 10px;
  }
}
#menu-toggle {
  height: 125px;
  width: 165px;
  background-color: white;
  /*border-right: solid 1px #707070;*/
  border-bottom: 1px solid #dee2e6;
  transition: all 0.3s;
}

#menu-toggle img {
  filter: invert(100%);
}

.open #menu-toggle {
  border-bottom-color: transparent;
  border-right: solid 1px #707070;
  background-color: #34658a;
}

.open #menu-toggle img {
  filter: none;
}

/*MENU STYLES*/
#nav {
  top: 0;
  width: 165px;
  height: calc(100vh - 125px);
  /*overflow: hidden;*/
  position: fixed;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.18);
  border-right: solid 1px #707070;
  background-color: #34658a;
  z-index: 1031;
  left: -165px;
  transition: all 0.3s;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.open #nav {
  left: 0;
}

#nav::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

#nav img, #menu-toggle img {
  /*width: 50px;*/
  height: 50px;
}

#nav .nav-item {
  height: 90px;
  font-size: 1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav .nav-item:hover {
  background-color: #245176;
}

#nav .nav-item.disabled {
  cursor: default;
  background-color: transparent;
}

#nav .nav-item div span {
  color: white;
}

#nav .nav-item.disabled {
  pointer-events: none;
  opacity: 0.25;
}

#nav .nav-item.active img {
  filter: brightness(50%) sepia(50%) saturate(10000%);
}

#nav .nav-item.active {
  background-color: #245176;
  border-left: 5px solid #f06035;
  padding-right: 5px;
}

/*HEADER STYLES*/
#nav {
  margin-top: 125px;
}

nav.top-header {
  padding: 0;
  height: 125px;
  /*margin-left: 165px;*/
  background-color: #fff;
}

nav.top-header .navbar-wrapper {
  width: 100%;
  position: relative;
}

nav.top-header .logo {
  width: 100px;
}

nav.top-header .username {
  font-family: AvenirNext;
  font-size: 22px;
  text-align: left;
  color: #000000;
}

.header-username {
  font-family: AvenirNext;
  font-size: 20px;
  margin-right: 87px;
}

@media (max-width: 1200px) {
  #content {
    margin-top: 80px;
  }

  #nav {
    margin-top: 80px;
    height: calc(100vh - 80px);
  }

  #menu-toggle, #nav {
    width: 105px;
  }

  #menu-toggle {
    height: 80px;
  }

  .open #content {
    margin-left: 105px;
  }

  #nav img, #menu-toggle img {
    height: 30px;
  }

  #nav .nav-item {
    height: 70px;
  }

  nav.top-header {
    height: 80px;
  }

  nav.top-header .logo {
    width: 70px;
  }
}
/*LOGIN PAGE STYLES*/
.login {
  background: url("/static/img/stephen-dawson-unsplash.jpg");
  height: 100vh;
  width: 100%;
  top: 0;
  font-family: Avenir;
}

.login .login-info {
  background-color: #33668a;
  opacity: 0.9;
}

.login img.stephen-dawson-unsplash {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.login .login-column {
  background-color: white;
  flex-basis: 30%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login button {
  margin-top: 1rem;
  font-size: 26px;
  width: 400px;
  height: 80px;
  border-radius: 35px;
  background-color: #33668a;
}

.login .primary {
  color: #ffffff;
  background-color: #33668a;
}

.login div.pretend-image {
  top: 32px;
  left: 44px;
  position: absolute;
}

.login div.pretend-image img {
  height: 30px;
}

.login .form-control {
  width: 400px;
  height: 80px;
  border-radius: 35px;
}

.login input.form-control {
  border: solid 1px #d4d4d4;
  background-color: #ffffff;
  padding-left: 90px;
  font-size: 21px;
}

.login input.form-control::placeholder {
  opacity: 0.5;
}

.login h1 {
  font-size: 57px;
  font-weight: 900;
  line-height: 1.37;
  text-align: left;
}

.login p {
  font-size: 20px;
  line-height: 1.35;
  text-align: left;
}

.login button.sign {
  margin-top: 2rem;
  width: max-content;
  min-width: 50%;
}

.login .forgot-password a {
  font-size: 30px;
  line-height: 1.35;
  color: black;
}

@media (max-width: 1200px) {
  .login button {
    font-size: 16px;
  }

  .login .form-control {
    height: 52px;
    width: 258px;
  }

  .login input.form-control {
    padding-left: 60px;
  }

  .login .forgot-password a {
    font-size: 20px;
  }

  .login div.pretend-image {
    top: 21px;
    left: 30px;
  }

  .login div.pretend-image img {
    height: 20px;
  }
}
/*SUBMENU STYLES*/
ul.home-menu a.nav-link {
  font-family: AvenirNext;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.37;
  text-align: center;
  color: #000000;
  padding: 30px 0 20px;
  margin: 0 30px;
}

ul.home-menu a.nav-link.disabled {
  opacity: 0.25;
}

@media (max-width: 1200px) {
  ul.home-menu a.nav-link {
    font-size: 18px;
  }
}
ul.home-menu a.nav-link.active {
  border-bottom: 6px solid #f06035;
}

div.home-menu-active {
  background-color: #f06035;
  height: 0.4rem;
  margin: auto;
  width: 4rem;
}

.shadow-box {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.search-box {
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  font-family: AvenirNext;
  padding: 1rem 0 1rem 1rem;
}

/*WIDGET STYLES*/
div.search {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

div.search.lg input, div.search.lg select {
  font-size: 38px;
  color: #252c42;
}

div.search.lg input::placeholder, div.search.lg select::placeholder {
  opacity: 0.13;
}

ul.errorlist {
  margin-top: 1rem;
}

.piiq-form-control {
  background-clip: padding-box;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  color: #252c42;
  flex: 1 1 0%;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.6;
  width: 100%;
  padding: 0 10px;
}

.piiq-form-control:disabled {
  background: #ddd;
}

.piiq-form-control:focus {
  outline: none;
  border-color: none;
  box-shadow: none;
}

.piiq-form-control::placeholder {
  opacity: 0.26;
  color: #252c42;
}

.piiq-form-control-required::placeholder {
  opacity: 0.46 !important;
  color: #212532;
}

select.piiq-form-control {
  background-color: #fff;
  /*border: solid 2px rgba(0, 0, 0, 0.05);*/
  /*border-radius: 10px;*/
  padding: 7px 16px;
}

select.piiq-form-control:invalid {
  color: #ccc;
}

textarea.piiq-form-control {
  background-color: #fff;
  border: 2px solid #ccc;
  height: calc(4rem + 2px);
  border-radius: 0.8rem;
}

.piiq-text-muted {
  font-size: 14px;
  color: #000000;
}

div.filter-field {
  display: flex;
}

div.filter-field .img {
  border-bottom: 3px solid #ccc;
  height: calc(1.5em + 0.75rem + 2px);
}

img.find-30 {
  width: 30px;
  border-radius: 10px;
  object-fit: scale-down;
}

img.find-50 {
  width: 50px;
  border-radius: 10px;
  object-fit: scale-down;
}

img.find-70 {
  width: 70px;
  object-fit: scale-down;
}

img.find-100 {
  width: 80px;
  object-fit: scale-down;
}

img.analyze-200 {
  width: 200px;
  object-fit: scale-down;
}

img.add-15 {
  width: 14px;
  object-fit: scale-down;
}

.widget-item .item-content .hashtag {
  color: #2b669a;
  font-weight: bold;
}
.widget-item .item-content .link {
  color: #2b669a;
  font-weight: bold;
}

/*RECENT SEARCHES*/
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 2em;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.btn-orange,
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
  color: #fff;
  background-color: #f06035;
  border-color: #f06035;
  box-shadow: none;
}

.btn-blue,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
  color: #fff;
  background-color: #34658a;
  border-color: #26537f;
  box-shadow: none;
}

.btn-grey,
.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover {
  color: #fff;
  background-color: #cecece;
  border-color: #cecece;
  box-shadow: none;
}

.btn-light,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  border-radius: 8px;
  box-shadow: none;
}

.btn-white,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background-color: #ffffff;
  border-color: #d7dae2;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  color: #4d4f5c;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.56;
  text-align: left;
}

.btn-dark,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #252c42;
  font-family: AvenirNext;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  color: #ffffff;
}

.btn.analytics-sm,
.btn.analytics-sm:active,
.btn.analytics-sm:focus,
.btn.analytics-sm:hover {
  font-size: 0.7rem;
}

@media (max-width: 1200px) {
  .rounded-lg {
    border-radius: 10px !important;
  }
}
div.vertical-divider {
  position: relative;
  display: block;
  padding: 0.8rem;
}

div.vertical-divider::after {
  border-left: 0.05rem solid #ccc;
  bottom: 0.4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
}

img.avatar {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  img.avatar {
    width: 43px;
    height: 43px;
  }
}
.piiq-card {
  font-weight: 500;
  line-height: 1.7;
  font-size: 12px;
  color: #989898;
  margin: 1em 0;
}

.piiq-card .success {
  color: #00ac5c;
}

.piiq-card .danger {
  color: #ff1010;
}

.piiq-card .date {
  color: #363636;
}

.piiq-card .firstname {
  color: #000;
  font-size: 15px;
}

.piiq-card .attributes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 3px;
}

/* CONTROL BUTTONS */
.control-button {
  display: inline-block;
  text-align: center;
  color: #f06035;
  padding: 0 0.5rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.39;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
}

.control-button:hover {
  color: #f06035;
  text-decoration: none;
}

.control-button img {
  width: 25px;
  display: block;
  margin: auto;
}

.group h1 a {
  color: black;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.37;
}

.btn-white {
  background-color: #ffffff;
  border-color: #d7dae2;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: normal;
  white-space: nowrap;
  text-align: left;
  color: #4d4f5c;
}

.dropdown-toggle-white {
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #d7dae2;
  background-color: #ffffff;
  color: #4d4f5c;
}

.group h1 a:hover {
  color: black;
  text-decoration: none;
}

.c-hand:hover {
  cursor: pointer;
}

.dropdown-toggle-white {
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #d7dae2;
  background-color: #ffffff;
  color: #4d4f5c;
}

.font-size-25 {
  font-size: 25px;
}

/*RISK PAGES*/
h1.risk-title {
  font-family: AvenirNext;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.36;
  color: #000000;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-25 {
  margin-top: 15px;
}

.margin-15 {
  margin: 15px;
}

.risk-content-inner h4 {
  font-size: 1.25rem;
}

.risk-score-number {
  font-family: "Source Sans Pro";
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #4d4f5c;
}

.risk-score-number-small {
  font-family: "Source Sans Pro";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.24;
  color: #4d4f5c;
}

.risk-score-text {
  font-family: Roboto;
  font-size: 1rem;
  line-height: 1.3;
  color: #6a7284;
}

.risk-button-shadow {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
}

.risk-legend {
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  margin-top: 50px;
  margin-bottom: 25px;
  width: 33.3333333333%;
  min-width: 300px;
}

.risk-legend-box {
  border-radius: 5px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  line-height: 2.6;
  width: 38px;
  text-align: center;
  margin: auto;
}

.risk-legend-blue {
  color: #00558d;
  background-color: #00a7ff;
}

.risk-legend-green {
  color: #03932f;
  background-color: #57d87f;
}

.risk-legend-yellow {
  color: #ac9a00;
  background-color: #ffe30d;
}

.risk-legend-orange {
  color: #ba5000;
  background-color: #ff6c00;
}

.risk-legend-red {
  color: #b90100;
  background-color: #ff0000;
}

.risk-legend-grey {
  color: #333;
  background-color: #ccc;
}

.risk-legend-sign {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #393939;
}

.risk-score-box {
  align-items: center;
  display: flex;
  margin: 0.5rem;
  padding: 0.5rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  flex-grow: 1;
}

.risk-score-box .image-wrapper {
  border-radius: 50%;
  width: 58px;
  height: 58px;
}

.risk-score-box.in_progress .image-wrapper img {
  filter: invert(1);
}

.risk-profile-image {
  width: 290px;
  height: 290px;
  margin-bottom: -6px;
}

.risk-profile-link.push-left {
  margin-left: auto;
}

.risk-profile-link.push-right {
  margin-right: auto;
}

.risk-profile-link span {
  overflow-wrap: break-word;
}

.risk-score-row {
  max-width: 1290px;
  /* 3 block by 300px with 30px space between them */
  margin: 0 auto;
}

.risk-score-row .group .items {
  font-size: 1rem;
}

.risk-score-row .group .title {
  font-size: 1.25rem;
}

.risk-ai-insights-content {
  font-size: 0.85rem;
}

#explanation-block {
  font-size: 0.85rem;
}

.assessment-result {
  font-size: 0.85rem;
}

/*@media (max-width: 1366px) {
  .risk-score-box { width: auto }
  .risk-profile-image { width: 150px; height: 150px; }
  .risk-profile-link { width: 175px; }
}
@media (max-width: 1024px) {
  .risk-score-box { width: 48% }
}
@media (max-width: 500px) {
  .risk-score-box { width: 100% }
  .risk-profile-image { width: 250px; height: 250px; }
  .risk-profile-link { width: 100%; }
}*/
.risk-score-box i.fas {
  color: #dee2ec;
}

.risk-profile-info-box {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}

.risk-profile-social-network {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.risk-profile-social-network i {
  margin-right: 0.5rem;
}

.risk-profile-social-network span {
  font-size: 16px;
}

.risk-profile-heatbar {
  height: 10px;
  background: linear-gradient(to right, green, yellow, orange, red);
  border: 1px solid #aaa;
  position: relative;
}

.risk-profile-heatbar-marker {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #555;
  top: -2px;
}

.risk-scores {
  width: 100%;
  font-family: AvenirNext;
  font-size: 21px;
  line-height: 1.28;
  text-align: left;
  color: #454545;
}

.risk-scores .row {
  align-items: center;
  margin: 10px -15px;
}

.risk-scores .card {
  border-radius: none;
  border: none;
}

.risk-scores .card-header {
  font-weight: bold;
  border-top: 26px solid #252c42;
  border-bottom: 4px solid #252c42;
  background-color: white;
}

.risk-scores .card-header div {
  display: inline-block;
  padding: 0 100px;
}

.risk-scores .card-header div:last-child {
  float: right;
}

.risk-scores .social-icons {
  flex: 1;
  display: flex;
  padding: 10px;
  justify-content: space-around;
}

.email-row .social-icons .sm-icon {
  margin: 0 10px !important;
}

.risk-scores .social-icons .sm-icon {
  border: 2px dashed transparent;
  padding: 5px;
  /*margin: 0 5px;*/
}

.risk-scores .social-icons .sm-icon .icon-wrapper.muted img {
  filter: grayscale(1);
}

.risk-scores .sm-icon.link {
  border-color: #337ab7 !important;
  cursor: pointer;
}

.risk-scores .sm-icon .icon-wrapper {
  position: relative;
  display: block;
  border-radius: 5px;
}

.risk-scores .sm-icon .icon-wrapper img {
  width: 42px;
  height: 42px;
  border-radius: 7px;
}

.risk-scores .email-row .sm-icon {
  margin: 0 !important;
  width: 25%;
}

.risk-scores .email-row .title {
  overflow: hidden;
  margin: -15px 5px 0;
}

.risk-scores .email-row .sm-icon .icon-wrapper {
  width: 100%;
  padding: 5px;
}

.risk-scores .email-row .sm-icon .icon-wrapper img {
  width: 100%;
  max-width: 42px;
  height: auto;
  border-radius: 7px;
}

.risk-scores .sm-icon .icon-status {
  position: absolute;
  font-size: 20px;
  bottom: -15px;
  right: -15px;
}

.risk-scores .sm-icon .icon-status-below {
  margin-top: 5px;
  font-size: 20px;
  width: 100%;
  text-align: center;
}

.risk-scores .risk-status {
  font-family: AvenirNext;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.37;
  text-align: center;
  padding: 10px;
}

.risk-scores .risk-status.risk-secure {
  background-color: #00a7ff;
  color: #004b7b;
}

.risk-scores .risk-status.risk-warning {
  background-color: #ffe30d;
  color: #a79403;
}

.risk-scores .risk-status.risk-warning {
  background-color: #ff0000;
  color: #862400;
}

.risk-scores .email-list li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.risk-scores .email-list li i {
  display: block;
  float: left;
  margin-right: 5px;
}

.risk-scores .email-list li:hover {
  z-index: 1000;
  white-space: normal;
}

@media (max-width: 1200px) {
  .risk-score-text {
    font-size: 16px;
  }

  .risk-scores {
    font-size: 16px;
  }

  .risk-scores .risk-status {
    font-size: 16px;
  }

  .risk-scores .sm-icon .icon-wrapper img {
    width: 24px;
    height: 24px;
  }
}
#risk-search .risk-main-search-full-name {
  flex-grow: 1;
}

#risk-search .risk-main-search-full-name input {
  font-size: 2rem !important;
  width: 100%;
}

#risk-search .pipl-profile .select-profile-radio:checked + label:before,
#risk-search .pipl-profile .select-profile-radio:not(:checked) + label:before {
  width: 30px;
  height: 30px;
  border: solid 2px #f06035;
}

#risk-search .pipl-profile .select-profile-radio:checked + label:after,
#risk-search .pipl-profile .select-profile-radio:not(:checked) + label:after {
  content: "";
  width: 20px;
  height: 20px;
}

#risk-search .pipl-profile .load-more-btn {
  visibility: hidden;
}

#risk-search .pipl-profile:hover .load-more-btn {
  visibility: visible !important;
}

#risk-search .pipl-profile .profile-picture {
  flex: 0 0 150px;
  max-width: 150px;
  padding: 0px;
}

#risk-search .pipl-profile .profile-picture img {
  max-width: 87px;
  max-height: 87px;
  align-self: center;
  object-fit: cover;
  border-radius: 50%;
}

.profile-info-block {
  font-size: 0.75rem;
}

#risk-search .profile-info-block {
  margin-right: 3rem;
  margin-top: 1.5rem;
  flex-shrink: 1;
}

#risk-search .profile-info-block .title {
  text-transform: uppercase;
  font-weight: bolder;
  padding-bottom: 0.25rem;
}

#risk-search [type=radio]:checked,
#risk-search [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

#risk-search [type=radio]:checked + label,
#risk-search [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  line-height: 18px;
  cursor: pointer;
  display: inline-block;
}

#risk-search [type=radio]:checked + label:before,
#risk-search [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: solid 2px #252c42;
  border-radius: 100%;
  background: #fff;
}

#risk-search [type=radio]:checked + label:after,
#risk-search [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f06035;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#risk-search [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#risk-search [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#risk-search [type=radio]:checked:disabled + label:before, #risk-search [type=radio]:not(:checked):disabled + label:before {
  background: #ccc !important;
}

#risk-search [type=radio]:checked:disabled + label:after, #risk-search [type=radio]:not(:checked):disabled + label:after {
  background: #777 !important;
}

#risk-search [type=checkbox]:checked:disabled + label:before, #risk-search [type=checkbox]:not(:checked):disabled + label:before {
  background: #ccc !important;
}

#risk-search [type=checkbox]:checked:disabled + label:after, #risk-search [type=checkbox]:not(:checked):disabled + label:after {
  background: #777 !important;
}

#risk-pipl-search-form .piiq-form-control:disabled {
  background: #ddd;
}

#risk-pipl-search-form .nav-link.active {
  background-color: #f06035;
}

.home-search-box {
  padding: 36px 47px 24px 47px;
}

.recent-search-inner {
  padding: 40px;
}

.recent-search-header {
  font-size: 25px;
  margin: 49px 0 20px 0;
}

@media (max-width: 1200px) {
  .recent-search-header {
    font-size: 18px;
  }

  .home-search-box {
    padding: 30px 50px 20px 50px;
  }
}
.task_manager_history .content, .task_manager_history .content .badge {
  font-size: 0.75em;
}

.task_manager_header {
  margin-top: 1em;
}

.task_manager_filter_header {
  text-align: right;
}

@media (max-width: 1400px) {
  .risk-profile-image {
    width: 235px;
    height: 235px;
  }

  .risk-profile-social-network {
    font-size: 0.85rem;
  }
}
.info-blocks {
  overflow: hidden;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.info-blocks .info-block {
  display: inline-block;
}
.info-blocks .info-block .header {
  font-weight: bold;
  border-bottom: 1px solid silver;
}
.info-blocks .info-block .content {
  overflow: hidden;
}
.info-blocks .info-block .content .info-block-item {
  font-size: 1.5em;
  padding: 0.5rem 1rem;
  float: left;
}
.info-blocks .info-block .content .info-block-item span {
  margin-right: 0.5em;
}
.info-blocks .info-block .content .info-block-item span.title, .info-blocks .info-block .content .info-block-item span:last-child {
  margin-right: 0;
}
.info-blocks .info-block .content .info-block-item:last-child {
  padding-right: 0;
}
.info-blocks .info-block .content .info-block-item:first-child {
  padding-left: 0;
}

.profile-card-title {
  font-family: AvenirNext;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.profile-image-wrapper {
  width: 72px;
  overflow: hidden;
  padding: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #ffffff;
}
.profile-image-wrapper img {
  max-width: 100%;
  border-radius: 4px;
}

.root-profile-card {
  margin: 20px 30px 20px;
}
.root-profile-card .image {
  margin-right: 33px;
}
.root-profile-card .value {
  margin-right: 33px;
  min-width: 0;
  overflow: hidden;
}
.root-profile-card img {
  width: 50px;
  height: 50px;
  /*margin-bottom: -6px;*/
  border-radius: 50%;
}
.root-profile-card .url {
  font-family: AvenirNext;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #767676;
}

.table-target-profile-group-row .table td.email-cell {
  padding: 0;
}
.table-target-profile-group-row .table td.email-cell img {
  max-width: 64px;
}

.group-form .shadow-box {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.group-form h5 {
  font-family: AvenirNext;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.38;
  color: #000000;
}
.group-form .modal-body {
  padding: 1rem 2em;
}

div.root-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*justify-content: space-between;*/
  align-items: center;
  margin: 0 0.5em 14px;
  /*font-weight: normal;*/
}
div.root-container .buttons {
  display: flex;
}
div.root-container .buttons a {
  margin-right: 6px;
}
div.root-container .buttons a .profile-img-wrapper {
  width: 23px;
  height: 23px;
}
div.root-container .buttons a .profile-img-wrapper img {
  width: 100%;
  height: 100%;
}
div.root-container .buttons .vue-swatches {
  height: 24px;
}
div.root-container i {
  font-size: larger;
  padding: 0 3px;
}

.wordcloud-wrapper.loading {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  pointer-events: none;
}
.wordcloud-wrapper.loading svg {
  opacity: 0.25;
}

.spinner-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.analytics-widget-with-custom-dropdown .dropdown-menu a {
  cursor: pointer;
}
.analytics-widget-with-custom-dropdown .dropdown-menu a.active {
  pointer-events: none;
  background-color: #337ab7;
  color: white;
}

.custom-tooltip hr {
  padding: 0;
  border: 1px solid silver;
  margin: 0.25em 0;
}
.custom-tooltip .timeline-tooltip-item {
  display: flex;
  align-items: center;
}
.custom-tooltip .timeline-tooltip-item .timeline-tooltip-mark {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

.widget-item-custom {
  border-radius: 10px;
  background-color: #f8f8f8;
  margin-bottom: 1em;
}
.widget-item-custom.is-new {
  box-shadow: 0 0 6px #41bb00;
}
.widget-item-custom .item-header {
  padding: 17px 0 8px 0;
  /*margin: 0 22px;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #f8f8f8;
  border-radius: 10px 10px 0 0;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 17px;
  margin-top: 0;
}
.widget-item-custom .item-header img {
  border-radius: 50%;
  margin-right: 0.5rem;
}
.widget-item-custom .item-header .author-name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-item-custom .item-header .mark {
  margin-right: 0.5em;
  height: 1em;
  width: 1em;
}
.widget-item-custom .item-header .empty-link {
  color: #0087c3;
  cursor: pointer;
}
.widget-item-custom .item-content-images {
  text-align: center;
  padding-bottom: 0.5em;
}
.widget-item-custom .item-content-images img {
  max-width: 100%;
}
.widget-item-custom.is-youtube img {
  max-height: 200px;
}
.widget-item-custom.is-youtube .item-content-text {
  position: absolute;
  padding: 1em;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  text-align: center;
}
.widget-item-custom .item-content {
  background-color: #f8f8f8;
  padding: 0;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget-item-custom .item-content .item-content-text {
  word-break: break-word;
  padding: 0 1.2rem 24px;
  font-size: 1rem;
}
.widget-item-custom .item-content .item-content-text .repost-info {
  opacity: 0.55;
  font-size: 12px;
}

/*# sourceMappingURL=app.css.map */
