@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Raleway:700,900");
* {
  font-family: "Lato", sans-serif; }

body {
  background-color: #f8f9fc;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }

.fw-bold {
  font-weight: 700;
  color: inherit; }

.fw-black {
  font-weight: 900;
  color: inherit; }

.ft-raleway {
  font-family: "Raleway", sans-serif; }

.ft-lato {
  font-family: "Lato", sans-serif; }

.fc-neon {
  color: #0ae3d5 !important; }

.fc-blue {
  color: #02b0e7; }

.fc-dark {
  color: #15182e; }

.fc-ldark {
  color: #3a4568; }

.bg-ebGrad {
  background: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf)) !important;
  background: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf) !important;
  background: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf) !important;
  background: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf) !important; }

.textEbGrad {
  background: -webkit-linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.ui.vertical.menu {
  width: 16.666667%;
  min-width: 15rem; }

.undecorated-link:hover {
  text-decoration: none; }

[ng\:cloak],
[ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

.header-profile-image {
  opacity: 0.8;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  margin-right: 5px; }

.open .header-profile-image,
a:hover .header-profile-image {
  opacity: 1; }

.user-header-dropdown-toggle {
  padding-top: 11px !important;
  padding-bottom: 11px !important; }

.error-text {
  display: none; }

.has-error .help-block.error-text {
  display: block; }

.has-error .help-inline.error-text {
  display: inline; }

.logo {
  max-width: 9em; }

.navbar {
  background-color: #fff;
  background-size: cover;
  z-index: 100;
  position: relative;
  margin-left: var(--sidebarWidth);
  margin-bottom: 1em;
  color: #030303;
  border-bottom: 2px solid #f8f9fc;
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important; }
  .navbar .nav-link {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #030303;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    padding: 0.5em 0; }
    .navbar .nav-link:hover {
      color: #0ae3d5; }
  .navbar .active {
    color: #0ae3d5; }
  .navbar .navbar-toggler {
    color: #0ae3d5;
    outline: none; }
    .navbar .navbar-toggler:focus {
      outline: none; }

.second-nav {
  z-index: 5;
  margin-top: 4.6875em;
  padding: 0;
  background-color: #262e48;
  background-image: none; }
  .second-nav .global-search {
    position: absolute;
    right: 0;
    width: 30vw; }
    .second-nav .global-search input {
      background-color: #15182e;
      color: #eef0f0;
      outline: 0;
      border: 0;
      width: 100%;
      font-family: "Font Awesome 5 Free", "Raleway", sans-serif;
      font-weight: 700; }
    .second-nav .global-search .global-search-results {
      background-image: none; }
      .second-nav .global-search .global-search-results a {
        color: #eef0f0; }
        .second-nav .global-search .global-search-results a:hover, .second-nav .global-search .global-search-results a:focus {
          background-color: #eef0f0;
          color: #030303; }
      .second-nav .global-search .global-search-results .global-search-logo {
        max-height: 32px;
        width: 32px;
        border-radius: 7px; }

.navbar .dropdown-menu {
  border-top: none;
  background-color: #33374b !important;
  background-image: -webkit-linear-gradient(15deg, #15182e 0%, #262e48 100%);
  background-image: -o-linear-gradient(15deg, #15182e 0%, #262e48 100%);
  background-image: linear-gradient(75deg, #15182e 0%, #262e48 100%); }

.mega-dropdown-content {
  padding: 0 2em; }
  .mega-dropdown-content .sub-heading {
    text-transform: uppercase;
    color: #0ae3d5; }

.main-nav-item {
  padding: 0 1em; }

.cursor-pointer {
  cursor: pointer; }

#search-box {
  width: 100%; }
  #search-box input {
    background-color: #eef0f0;
    font-family: "Font Awesome 5 Free", "Raleway", sans-serif;
    font-weight: 700; }

.h-70vh {
  height: 60vh; }

.ht-70vh {
  max-height: 60vh; }

.tableFixHead {
  width: 100%;
  overflow-y: auto;
  background-color: #fff; }
  .tableFixHead table {
    margin-bottom: 0; }
  .tableFixHead td {
    word-wrap: break-word;
    max-width: 10px;
    vertical-align: middle; }
  .tableFixHead th {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    vertical-align: middle; }
  .tableFixHead .listing-table .name {
    width: 250px; }
  .tableFixHead .listing-table .headquarter {
    width: 200px; }
  .tableFixHead .listing-table .company-email,
  .tableFixHead .listing-table .company-industry,
  .tableFixHead .listing-table .company-employeecount {
    width: 100px; }

.details-card .card-header {
  border: 0; }

.details-card .card-header,
.details-card .card-body {
  background-color: #fff; }

.details-card .social-icon {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .details-card .social-icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.details-card .facebook-icon {
  color: #3b5999; }
  .details-card .facebook-icon:hover {
    color: red; }

.details-card .twitter-icon {
  color: #1da1f2; }

.details-card .linkedin-icon {
  color: #0274b3; }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%; }

.fixed-img {
  max-width: 56px;
  max-height: 56px; }

.employee-card {
  background-color: #fff;
  border: 1px solid #eef0f0;
  padding: 10px;
  display: inline-block;
  content: "";
  margin: 1rem 1rem 0 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 0;
  max-width: 250px;
  min-width: 250px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer; }
  .employee-card:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  @media only screen and (max-width: 768px) {
    .employee-card {
      max-width: 210px;
      min-width: 210px; } }
  @media only screen and (max-width: 575px) {
    .employee-card {
      max-width: 100%;
      min-width: 100%; } }

.pagination .paginationActive {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  color: #eef0f0; }

.lead-investor {
  max-width: 150px;
  color: #eef0f0;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  border: #02b0e7; }

.acquisiton-true {
  max-width: 150px;
  color: #eef0f0;
  background: #56ab2f;
  background: -webkit-linear-gradient(to right top, #56ab2f, #a8e063);
  background: -webkit-gradient(linear, left bottom, right top, from(#56ab2f), to(#a8e063));
  background: -webkit-linear-gradient(left bottom, #56ab2f, #a8e063);
  background: -o-linear-gradient(left bottom, #56ab2f, #a8e063);
  background: linear-gradient(to right top, #56ab2f, #a8e063); }

.active-true {
  max-width: 150px; }
  .active-true .statusTrue {
    color: #56ab2f;
    font-family: 'Raleway';
    padding: 3px 8px; }

.active-false {
  max-width: 150px; }
  .active-false .statusFalse {
    color: #cb2d3e;
    font-family: 'Raleway';
    padding: 3px 8px; }

tooltip tip {
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-size: cover;
  background-color: #02b0e7;
  color: #fff;
  display: none;
  line-height: normal;
  max-width: 1000px;
  min-width: 150px;
  opacity: 0;
  padding: 2px 16px 8px 16px;
  position: absolute;
  text-align: center;
  width: auto;
  will-change: top, left, bottom, right; }

tooltip._top:not(._left):not(._right) tip tip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #02b0e7; }

tooltip._left:not(._top):not(._bottom) tip tip-arrow {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0ae3d5;
  border-top: 6px solid transparent; }

tooltip tip-tip._small {
  font-family: "Raleway", sans-serif; }

.error-page-404 {
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(65% 55%, circle closest-side, #262e48 0%, #15182e 100%);
  background-image: -o-radial-gradient(65% 55%, circle closest-side, #262e48 0%, #15182e 100%);
  background-image: radial-gradient(circle closest-side at 65% 55%, #262e48 0%, #15182e 100%);
  width: 100%;
  height: 100%;
  color: #eef0f0;
  z-index: 1; }
  .error-page-404 .middle-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .error-page-404 .stylish-button-error {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit; }
    .error-page-404 .stylish-button-error.error {
      width: 12rem;
      height: auto; }
      .error-page-404 .stylish-button-error.error .circle {
        -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        margin: 0;
        width: 2.5rem;
        height: 2.5rem;
        background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
        background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
        background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
        background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
        border-radius: 1.625rem; }
        .error-page-404 .stylish-button-error.error .circle .icon {
          -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
          -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
          transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          background: none; }
          .error-page-404 .stylish-button-error.error .circle .icon.arrow {
            -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            left: 1.15rem;
            width: 1.125rem;
            height: 0.125rem;
            background: none; }
            .error-page-404 .stylish-button-error.error .circle .icon.arrow::before {
              position: absolute;
              font-family: "Font Awesome 5 Free";
              color: #eef0f0;
              font-weight: 900;
              content: "\f015";
              top: -0.70rem;
              right: 0.0625rem;
              width: 1.525rem;
              height: 0.625rem; }
          .error-page-404 .stylish-button-error.error .circle .icon.upgrade {
            -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            left: 1.35rem;
            width: 1.125rem;
            height: 0.125rem;
            background: none; }
            .error-page-404 .stylish-button-error.error .circle .icon.upgrade::before {
              position: absolute;
              font-family: "Font Awesome 5 Free";
              color: #eef0f0;
              font-weight: 900;
              content: "\f102";
              top: -0.70rem;
              right: 0.0625rem;
              width: 1.525rem;
              height: 0.625rem; }
      .error-page-404 .stylish-button-error.error .button-text {
        -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.50rem 0;
        margin: 0 0 0 2.0rem;
        color: #eef0f0;
        text-align: center; }
    .error-page-404 .stylish-button-error:hover .circle, .error-page-404 .stylish-button-error:focus .circle {
      width: 100%; }
      .error-page-404 .stylish-button-error:hover .circle .icon.arrow, .error-page-404 .stylish-button-error:focus .circle .icon.arrow {
        -webkit-transform: translate(0.5rem, 0);
        -ms-transform: translate(0.5rem, 0);
        transform: translate(0.5rem, 0); }
    .error-page-404 .stylish-button-error:hover .button-text, .error-page-404 .stylish-button-error:focus .button-text {
      color: #eef0f0; }

.verify-mark {
  font-size: 0.8em; }
  .verify-mark .verify-icon {
    padding-bottom: 3.5em;
    color: #02b0e7; }

.user-wrapper {
  width: 100%;
  position: relative; }
  .user-wrapper .user-logo {
    max-width: 24px;
    margin-bottom: 2px; }
  .user-wrapper .user-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 200px;
    height: auto;
    top: 50px;
    right: 0.5rem;
    border-radius: 7px; }
    .user-wrapper .user-dropdown::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      margin-left: -0.5em;
      right: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 7px solid black;
      border-color: transparent transparent #ffffff #ffffff;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
      box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78); }
    .user-wrapper .user-dropdown .list-group-item {
      background-color: transparent;
      color: #030303;
      -webkit-transition: 0.1s ease-out;
      -o-transition: 0.1s ease-out;
      transition: 0.1s ease-out; }
      .user-wrapper .user-dropdown .list-group-item:first-child {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px; }
      .user-wrapper .user-dropdown .list-group-item:last-child {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px; }
      .user-wrapper .user-dropdown .list-group-item:hover {
        border-left: 7px solid #02b0e7; }

.setting-nav .list-group-item:focus {
  color: #eef0f0 !important; }

.setting-nav .list-group-item:hover {
  background-color: #eef0f0; }

.setting-nav .setting-nav-active {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  color: #eef0f0 !important; }
  .setting-nav .setting-nav-active:focus, .setting-nav .setting-nav-active:hover {
    color: #eef0f0 !important; }

.sort-by-dropdown {
  outline: 0;
  border: 1px solid #cccccc; }
  .sort-by-dropdown:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #0ae3d5; }

.slogan {
  color: #0ae3d5 !important;
  margin-left: 10px;
  padding-left: 5px;
  border-left: 2px solid #eef0f0; }

.feedback-btn {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  color: #eef0f0;
  cursor: pointer;
  width: 10em;
  text-align: center;
  padding: 5px 10px;
  border-radius: 1em;
  margin: 10px 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .feedback-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.download-btn {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  color: #eef0f0;
  cursor: pointer;
  width: 16em;
  text-align: center;
  padding: 5px 10px;
  border-radius: 1em;
  margin: 10px 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .download-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.modal-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000; }

.ui-datepicker-trigger {
  position: absolute;
  margin-top: -28px;
  right: 15px;
  border: none;
  background-color: transparent; }

.cookies-notification {
  background-image: -webkit-radial-gradient(circle, #262e48 0%, #15182e 100%);
  background-image: -o-radial-gradient(circle, #262e48 0%, #15182e 100%);
  background-image: radial-gradient(circle, #262e48 0%, #15182e 100%);
  color: #eef0f0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: 0 -0.1rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 -0.1rem 1rem rgba(0, 0, 0, 0.15) !important; }

.cookie-button {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  padding: 10px 20px;
  color: #eef0f0; }

.fade-out.ng-hide {
  opacity: 0; }

.fade-out.ng-hide-add,
.fade-out.ng-hide-remove {
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s; }

.landing-hero {
  height: 60vh;
  width: 100%;
  color: #eef0f0; }
  .landing-hero .middle {
    position: absolute;
    top: 45%;
    left: 10%;
    -webkit-transform: translate(-10%, -45%);
    -ms-transform: translate(-10%, -45%);
    transform: translate(-10%, -45%);
    width: 45%; }

.imac-main {
  position: absolute;
  right: 0%;
  top: 18%;
  width: 75vh; }

.imac-main-gif {
  position: absolute;
  right: 0%;
  top: 21.5%;
  width: 72vh; }

.feature {
  margin: 0 auto;
  max-width: 90%;
  padding: 3em 0; }
  .feature .feature-content {
    max-width: 75%; }

.feature-icon {
  padding: 2.5em; }

.counter {
  background-image: -webkit-radial-gradient(circle, #262e48 0%, #15182e 100%);
  background-image: -o-radial-gradient(circle, #262e48 0%, #15182e 100%);
  background-image: radial-gradient(circle, #262e48 0%, #15182e 100%);
  color: #eef0f0;
  border-radius: 1em;
  background-color: #fff; }

.team {
  width: 75%; }

.twitter-feed-wrapper {
  max-height: 50vh;
  overflow-y: scroll; }

.twitter-feed-header {
  background-color: #1da1f2;
  color: #eef0f0;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.date-range-input-dashboard {
  max-width: 20em; }

.list-group-item.active {
  z-index: 0;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-color: #0ae3d5;
  border-color: #0ae3d5; }

.datepicker.active {
  z-index: 10000; }

.sort-button {
  background-color: #e4e4e4;
  background-image: none;
  color: #030303;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: 5px;
  cursor: pointer; }
  .sort-button:hover {
    color: #030303; }

.bg-sort-button {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-size: cover;
  background-color: #02b0e7;
  color: #eef0f0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: 5px;
  cursor: pointer; }
  .bg-sort-button:hover {
    color: #eef0f0; }

::-webkit-scrollbar {
  height: 0.5em;
  width: 0.5em; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #fff; }

::-webkit-scrollbar-thumb {
  background: #3a4568; }

::-webkit-scrollbar-thumb:hover {
  background: #15182e; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #15182e; }

::-moz-selection {
  background-color: #030303;
  color: #eef0f0; }

::selection {
  background-color: #030303;
  color: #eef0f0; }

/* For Mega Dropdown */
@media screen and (min-width: 768px) {
  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static; }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 38px; }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important; }
  .navbar .dropdown-menu {
    border: 0;
    border-top: 2px solid #02b0e7;
    border-bottom: 2px solid #030303;
    -webkit-box-shadow: 0px 5px 20px rgba(145, 145, 145, 0.5);
    box-shadow: 0px 5px 20px rgba(145, 145, 145, 0.5);
    border-radius: 0; } }

@media only screen and (max-width: 1199px) {
  .content {
    margin-top: 5.5em; }
  .listing-content {
    padding: 0; }
  .logo {
    max-width: 8em; }
  .navbar {
    padding: 0.8em 1em; }
    .navbar .nav-link {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      color: #eef0f0;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      padding: 0.8em 1.65em; }
      .navbar .nav-link:hover {
        color: #0ae3d5; }
  .second-nav {
    margin-top: 4.2em;
    padding: 0; }
  .navbar .dropdown-menu {
    border: 0; }
  .main-nav-item {
    padding: 0 0em; }
  #secondNav .navbar-nav {
    height: 100%;
    overflow-y: auto; }
  #secondNav .global-search {
    position: relative;
    height: 100%;
    width: 100%; }
    #secondNav .global-search input {
      background-color: #15182e;
      color: #eef0f0;
      outline: 0;
      border: 0;
      width: 100%;
      height: 50px !important;
      font-family: "Font Awesome 5 Free", "Raleway", sans-serif;
      font-weight: 700; }
    #secondNav .global-search .global-search-results {
      background-image: none; }
      #secondNav .global-search .global-search-results a {
        color: #eef0f0; }
        #secondNav .global-search .global-search-results a:hover, #secondNav .global-search .global-search-results a:focus {
          background-color: #eef0f0;
          color: #030303; }
      #secondNav .global-search .global-search-results .global-search-logo {
        height: 32px;
        width: 32px;
        border-radius: 7px; }
  .brand-logo-mobile {
    max-width: 25%;
    margin-bottom: 10px; }
  .tableFixHead td {
    word-wrap: break-word;
    max-width: 200px; }
  .error-page-404 {
    position: fixed;
    height: 100vh;
    background-image: -webkit-radial-gradient(circle, #262e48 0%, #15182e 100%);
    background-image: -o-radial-gradient(circle, #262e48 0%, #15182e 100%);
    background-image: radial-gradient(circle, #262e48 0%, #15182e 100%); }
    .error-page-404 .middle-404 {
      -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
      transform: translate(-50%, -50%) scale(0.8); }
  .footer {
    padding: 1em 0.5em; }
    .footer .footer-logo-div {
      margin-top: 2em;
      margin-bottom: 1em;
      text-align: left; }
  .feature-icon {
    padding: 1.5em; }
  .feature .feature-content {
    max-width: 100%; }
  .contact-us {
    height: 800px; }
    .contact-us .contact-us-bg-top-left {
      height: 40%; }
    .contact-us .contact-us-bg-bottom-right {
      height: 40%; }
    .contact-us .content {
      width: 90%;
      max-width: 100%; }
  .landing-hero {
    height: 60vh;
    width: 100%;
    color: #eef0f0; }
    .landing-hero .middle {
      position: absolute;
      top: 42%;
      left: 10%;
      -webkit-transform: translate(-10%, -45%) scale(0.8);
      -ms-transform: translate(-10%, -45%) scale(0.8);
      transform: translate(-10%, -45%) scale(0.8);
      width: 80%; }
  .imac-main {
    display: none; }
  .imac-main-gif {
    display: none; }
  .team {
    width: 100%; }
  .investorButton {
    float: right;
    margin: auto;
    padding: 2px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .downloadButton {
    position: relative;
    margin: auto;
    width: 85%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .buttonSinglePage {
    padding: 2%; }
  .singleDownloadButton {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto; }
  .reportButton {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto; } }

.fixed-img {
  width: 25px;
  height: 60px; }

.ResetImg {
  height: 700px;
  width: 700px; }

.resetMsg {
  padding-top: 30px; }

.button-wrp {
  margin: auto;
  padding: 1%;
  padding-left: 18%;
  padding-right: 18%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media only screen and (max-width: 768px) {
  .ResetImg {
    height: 300px;
    width: 300px; } }

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .button-mbl {
    padding-right: 0.9%; } }

:root {
  --sidebarWidth: 16em; }

:root.sidebard-collapsed {
  --sidebarWidth: 5em; }

.sidebar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#15182e), to(#262e48));
  background-image: -webkit-linear-gradient(bottom, #15182e 0%, #262e48 100%);
  background-image: -o-linear-gradient(bottom, #15182e 0%, #262e48 100%);
  background-image: linear-gradient(to top, #15182e 0%, #262e48 100%);
  background-color: #eef0f0;
  border-right: 2px solid #f8f9fc;
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  position: fixed;
  background-size: cover;
  height: 100vh;
  width: var(--sidebarWidth);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: bottom center; }

.toggle-sidebar {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 100;
  padding: 1em;
  text-align: center;
  background-color: transparent;
  width: 100%; }

.main {
  margin-left: var(--sidebarWidth);
  -webkit-transition: 0.3s margin-left;
  -o-transition: 0.3s margin-left;
  transition: 0.3s margin-left; }

.dashboard-pill {
  background-color: transparent;
  border: 0;
  -webkit-transition: 0.3s ease-in-out background-color;
  -o-transition: 0.3s ease-in-out background-color;
  transition: 0.3s ease-in-out background-color;
  color: #eef0f0;
  margin: 0; }
  .dashboard-pill:hover {
    background-color: #030303;
    color: #eef0f0; }
  .dashboard-pill:focus {
    background-color: #030303;
    color: #eef0f0; }

.list-group-item,
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0; }

.list-group-item.active {
  background-color: #1d1d1d; }

.collapseServices {
  background-color: #f8f9fc;
  color: #030303;
  border-radius: 0; }
  .collapseServices a {
    color: #030303; }
    .collapseServices a:hover {
      background-color: #c8c8c8;
      color: #3a4568; }
  .collapseServices .sub-active {
    background-color: rgba(200, 200, 200, 0.9);
    color: #3a4568; }

.date-range-button {
  background-color: #3a4568;
  background-image: none;
  color: #eef0f0;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .date-range-button:hover {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
    background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
    background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
    background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
    background-size: cover;
    background-color: none;
    color: #eef0f0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .date-range-button:focus {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
    background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
    background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
    background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
    background-size: cover;
    background-color: none;
    color: #eef0f0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.active-date-range {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-size: cover;
  background-color: none; }

.applied-filters-bar {
  background-color: #fff; }
  .applied-filters-bar .filter-badge {
    cursor: pointer;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
    background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
    background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
    background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
    color: #eef0f0;
    overflow: hidden;
    -webkit-transition: background-image .1s;
    -o-transition: background-image .1s;
    transition: background-image .1s;
    max-width: 200px;
    padding: 0.5em 0.7em;
    font-family: "Raleway", sans-serif;
    display: inline-block; }
    .applied-filters-bar .filter-badge:after {
      content: '✖'; }
    .applied-filters-bar .filter-badge:hover {
      background-image: -webkit-gradient(linear, left bottom, right top, from(#0090c0), to(#0bbeb6));
      background-image: -webkit-linear-gradient(left bottom, #0090c0, #0bbeb6);
      background-image: -o-linear-gradient(left bottom, #0090c0, #0bbeb6);
      background-image: linear-gradient(to right top, #0090c0, #0bbeb6);
      text-decoration: line-through; }

.date-column-width {
  width: 10%; }

#breadcrumb {
  display: inline-block;
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

#breadcrumb > li {
  position: relative;
  float: left;
}

#breadcrumb > li > a {
  position: relative;
  float: left;
  padding: 0px 10px 0px 30px;
  background: #fff;
  border: 1px solid #E3E5ED;
  color: #5a5a5a;
  line-height: 44px;
  text-decoration: none;
  -webkit-transition: padding-right 150ms, border 150ms;
  -o-transition: padding-right 150ms, border 150ms;
  transition: padding-right 150ms, border 150ms;
}

#breadcrumb > li > a::after {
  position: absolute;
  top: 0;
  right: -22px;
  z-index: 1;
  width: 44px;
  height: 44px;
  content: "";
  background: #fff;
  -webkit-box-shadow: 1.5px 1.5px 0 #DADCE3;
          box-shadow: 1.5px 1.5px 0 #DADCE3;
  border-radius: 50px 0 0 0;
  -webkit-transform: rotate(-45deg) scale(0.73);
      -ms-transform: rotate(-45deg) scale(0.73);
          transform: rotate(-45deg) scale(0.73);
  -webkit-transition: -webkit-box-shadow 150ms;
  transition: -webkit-box-shadow 150ms;
  -o-transition: box-shadow 150ms;
  transition: box-shadow 150ms;
  transition: box-shadow 150ms, -webkit-box-shadow 150ms;
}

.clickActive {
  color: #000;
  text-decoration: underline;
  padding: 10px;
  margin: 0 15px 0 35px;
  -webkit-box-shadow: 0 0 5px #0ae3d5;
}

.clickInActive {
  margin-left: 35px;
}

.sticky-refresh {
  position: -webkit-sticky;
  position: fixed;
  bottom: 0;
  font-size: 25px;
  right: 0;
  padding: 4px;
  margin: 20px;
  margin-bottom: 5%;
  color: #0ae3d5;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0 0 2px #0ae3d5;
  box-shadow: 0 0 2px #0ae3d5; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #da7474;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #7ae28c; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.statusOn{
  color:green;
}
  
.statusClose{
  color:red;
}

.custom-modal-content{
  width: 1000px;
  height: 800px;
}

.custom-modal-header {
  width: 1000px;
  height: 800px;
}

.custom-modal-body {
  width: 1000px;
  height: 800px;
}

.custom-image-preview {
  width: 100%;
  height: 700px;
}
.reset-icon {
  margin-top: 10px; 
}
.fa-sort-asc::before {
  content: '\f0de'; 
  margin-left: 5px; 
}

.fa-sort-desc::before {
  content: '\f0dd'; 
  margin-left: 5px; 
}
.sidebar {
  height: 100%; 
  overflow-y: auto; 
}
.tags-input .tag {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 2px;
  display: inline-flex;
  align-items: center;
}

.tags-input .remove-tag {
  margin-left: 8px;
  cursor: pointer;
  font-size: 14px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  height: 100vh; /* full height */
   overflow-x: hidden; 
}

.sidebar .list-group {
  flex-grow: 1; /* pushes toggle button to bottom */
}
.toggle-sidebar {
  position: sticky;
  bottom: 0;
  margin: 0 auto 1rem auto; /* keeps it centered horizontally */
}

.user-meta-card {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  padding: 10px;
  transition: all 0.2s ease-in-out;
}

.user-meta-card:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
  transform: translateY(-3px);
}

.user-meta-card .card-body p {
  margin: 4px 0;
  margin-bottom: 12px;
}

/* Better visible switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input { display:none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
  border: 1px solid #aaa;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

input:checked + .slider {
  background-color: #2196F3;
  box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.qr-modal-content {
    border-radius: 12px;
    padding: 10px;
}

#qrcode-MOBILE_LOGIN {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;

    /* makes QR bigger */
    transform: scale(1.2);
}

.modal-body {
    padding: 30px 20px;
}

.mfa-meta-col {
    min-width: 150px;
    white-space: normal;
    word-wrap: break-word;
}