body {
  overscroll-behavior-y: none;
}

#not-ready {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
}

.hidden {
  display: none !important;
}

.detection-actions {
    margin-top: 10px;
    /*display: none;*/
}

.custom-control.inline {
    display: inline-block;
    margin-right: 20px;
}

.card-list .card-list-head {
    padding-bottom: 10px;
}

/*.card-list .detection:last-child .card {
  margin-bottom: 0; }
*/

.ring-container {
    position: relative;
        display: inline-block;
}

.more-icon {
    line-height: 1em;
    font-size: 18px;
    position: relative;
    top: 4px;
}

.more-icon .material-icons {
    font-size: 17px;
}

.Z98Wse {
    background-color: #fff;
    border-radius: 3px;
    color: #006621;
    display: inline-block;
    font-size: 11px;
    border: 1px solid #006621;
    padding: 1px 3px 1px 2px;
    line-height: 11px;
    vertical-align: baseline;
}

.UdQCqe {
    display: inline-block;
    max-width: 505px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    color: #006621;
    font-style: normal;
}

.UdQCqe:hover {
    text-decoration: underline;
    color: #006621;
}

.facebookLink {
  display: inline-block;
  max-width: 505px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  color: #365899;
  font-style: normal;
}

.facebookLink:hover {
    text-decoration: underline;
    color: #006621;
}

.bg-dark {
  background-color: #343a40 !important;
  background-size: cover;
  background-position: center center;
}

.phishing-radar {
    font-size: .75em;
    margin-bottom: 0.6em;
    display: block;
}

.navbar .nav-item .badge {
    float: right;
    position: relative;
    top: 2px;
}

.nav-tabs .nav-item .badge {
    position: relative;
    top: -1px;
    margin-left: 2px;
    background: #17a2b8;
    color: white;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.nav-tabs .nav-item .badge.open-takedowns-badge {
  /*background: #dc3545;*/
}

.navbar .nav-item.active {
    position: relative;
}

.navbar .nav-item.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    height: 100%;
    border-left: 5px solid #17a2b8;
}

.navbar .nav-item:not(.active):hover{
    opacity: 0.6;
}


.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #17a2b8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.detection .card {
/*    border-left: 3px solid transparent;
    transition: border 0.5s;*/
}

.detection.not-seen .card h6:before {
    /*border-left: 3px solid #17a2b8;*/
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 4px;
    position: relative;
    top: 1px;
    border-radius: 50%;
    background-color: #17a2b8;
    background-color: #28a745;
}

/*.nav-tabs .nav-item:last-child .nav-link:not(.active) {
    border-radius: 0;
    border-left: 2px solid #e5e8ea;
}*/

.detection .badge {
  font-size: 10px;
  /*background: black;*/
  border-radius: 20px;
  /*color: white;*/
  padding: 4px 12px;
}

.detection .badge.takedown-badge {
    line-height: 11px;
    padding: 0 20px 0 0;
    border-radius: 5px;
    background: #f2f2f2;
    color: black;
    margin-top: 10px;
    margin-left: -4px;
    cursor: pointer;
    transition: all .35s;
    font-size: 10px; 
}

.detection .badge.takedown-badge:hover {
  transform: scale(1.03);
  transition: all .1s;
}

.detection .badge.takedown-badge:before {
    content: "takedown";
    display: inline-block;
    font-size: 10px;
    /* background: black; */
    border-radius: 5px 0 0 5px;
    color: white;
    padding: 8px 11px;
    margin-right: 11px;
    /* margin-top: 2px; */
}

.detection .badge.takedown-badge.danger:before {
    background: #dc3545;
}

.detection .badgetakedown-badge.warning:before {
    background: #ffc107;
    color: #212529;
}

.detection .badge.takedown-badge.success:before {
    background: #28a745;
}

.avatar.has-notes {
  border: 3px solid #ffc107;
  padding: 2px;
}

.client-badge {
  background: white;
  padding: 13px 20px 0px !important;
  margin-bottom: -22px;
  text-align: right;
  color: #7d7d7d;
}

.modal-footer .left {
  margin-right: auto;
}

.takedown-status-alert {
  font-size: 0.9em;
  margin-bottom: 0;
}

.isp-statuses small {
  opacity: 0.5;
}

.content-container.in-notes-tab {
  height: initial;
  /*height: calc(100vh - 340px);*/
}

#takedown-notes {
  position: relative;
  min-height: 240px;
}

.in-notes-tab .chat-module {
  min-height: auto;
  padding: 0 !important;
}

#takedown-notes {
  top: 0;
  height: 100%;
}

#takedown-notes:after {
  pointer-events: none;
  content: 'No notes for this takedown request';
  border-radius: 0.5rem;
  display: flex;
  background: #EEF2F5;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  color: rgba(108, 117, 125, 0.5);
  display: none;
  text-align: center;
  padding: 100px 25px;
  /* padding-top: 50%; */
}


#takedown-notes:empty:after {
  display: block;
}

#takedown-screenshots:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.takedown-image {
  border-radius: 0.5rem;
  background: #fff;
  /*border: 1px dashed #E9EEF2;*/
  padding: 5px;
  margin-right: 8.4px;
  margin-top: 8.4px;
  display: block;
  float: left;
  width: 110px;
  height: 110px;
  transition: all 0.2s;
  box-shadow: 0 0.1875rem 0.375rem rgba(33, 37, 41, 0.05);
  position: relative;
}

.custom-delete {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 2;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  opacity: 0;
  transition: all 0.2s;
  transform: scale(0.7);
  cursor: pointer;
}

.custom-delete i {
  font-size: 20px;
  margin-top: 2px;
}

.takedown-image:hover {
  transform: scale(1.05);
}

.custom-delete:hover {
    color: white;
    transform: scale(1.15) !important;
}

.takedown-image:hover .custom-delete {
    transform: scale(1);
    opacity: 1;
}

#takedown-notes .custom-delete {
  top: 30px;
  right: 5px;
}

#takedown-notes .chat-item {
  position: relative;
}

#takedown-notes .chat-item:hover .custom-delete {
  transform: scale(1);
  opacity: 1;
}

.takedown-image.loading {
  background: #eef2f5;
}

.takedown-image.loading > div {
  margin-top: 20px;
}

.takedown-image img {
  width: 100px;
  border-radius: 0.5rem;
}

.new-screenshot-uploader {
    text-align: center;
    cursor: pointer;
    background: white;
    border: none;
}

.new-screenshot-uploader:hover {
  /*background: #007bff;
  color: white;
  border: none;*/
}

.new-screenshot-uploader .material-icons {
  margin-top: 30px;
  font-size: 40px;
  /*opacity: 0.7;*/
  display: block;
}

#modal-data .modal-body > .lds-ellipsis {
  margin: 80px auto;
}

#modal-data button i {
  font-size: inherit;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.filter-dropdown {
  margin-right: 15px;
}

.filter-dropdown span {
  font-size: 0.8em;
}

.dropdown-divider-text {
  color: #6c757d;
  padding: 0.25rem 0.5rem;
}

.card-title h6 {
  transition: all .2s;
}

.card-title a:hover h6 {
  text-decoration: underline;
  /*font-weight: bold;*/
}

.dropdown.navbar-settings {
  float: right;
  margin-left: 10px;
}

.card.keyword .card-body {
  padding: 0.8rem 0.5rem;
}

.btn-danger.btn-round {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger.btn-round i {
  color: white;
}

.card.keyword .remove-bar {
  opacity: 0;
  transition: all .2s;
  transition-delay: 0s;
}

.card.keyword:hover .remove-bar {
  opacity: 1;
  transition-delay: 0.5s;
}

p.keyword-exp {
  font-size: 0.85em;
}

.keyword-icon {
  float: left;
  margin-top: 2px;
}

#keywords-tab h6, #users-tab h6, #clients-tab h6, #login-history-tab h6 {
  margin-bottom: 0.3rem;
}

.narrow-loading .card-body {
  padding: 0.3rem;
}

.badge-filtered {
  font-size: 0.6em;
  position: absolute !important;
  right: -2px !important;
  top: -5px !important;
}

.card.keyword.client-card {
  overflow: hidden;
}

.card.keyword.client-card .card-body {
  padding: 1.4rem 0.5rem 1.2em;
}

.takedown-credit:first-child hr {
  display: none;
}

.user-details {
  padding: 8px 7px 10px;
  border-bottom: 1px solid #e1e8ec;
  margin-bottom: 13px;
  color: #4e4e4e;
  font-size: 12px;
}

.user-details strong {
  display: block;
  font-size: 16px;
}

#system-status {
  padding: 15px;
  text-align: center;
  display: block;
  width: 100%;
}

#system-status i {
  font-size: 1em;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}

.blinking {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#in-page-results .card-list > .lds-ellipsis {
  margin: 100px auto;
}

.dashboard-card h3 {
  font-weight: bold;
  margin: 12px 0 4px;
}

.dashboard-card .avatar {
/*  margin-right: -0px;
  position: relative;
  z-index: -1;*/
}

.dashboard-card h6 {
  /*margin-bottom: -15px;*/
}

.dashboard-card .info {
  font-size: 1.5em;
  margin-bottom: 28px;
}

.dashboard-card .info .material-icons {
  font-size: 0.9em;
  position: relative;
  top: 2px;
}

.cyber-time {
  white-space: nowrap;
}

.cyber-summary {
  display: block;
  margin-top: 5px;
  max-width: 100%;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.cyber-intelligence-link, .cyber-intelligence-link:hover {
  color: inherit;
}

.cyber-item {

}

.cyber-item:hover {
 color: #495057;
 text-decoration: none;
 background-color: #f8f9fa;
}

.cyber-item.selected {
  color: #6c757d;
  background-color: #e9ecef;
}

.cyber-item h6 {
  margin-bottom: 0;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

a.takedown-days {
  margin-right: 10px;
  color: inherit;
}

a.takedown-days:hover {
  color: #212529;
}

a.takedown-days.active {
  font-weight: bold;
  color: #212529;
}

.logins-table  {
  font-size: 0.85em;
  margin-top: 20px;
  border-top: none;
}

.logins-table thead th {
  font-size: 1.1em;
}

.logins-table th {
  border-top: none;
}

.page-link {
  padding: 0.2rem 0.75rem;
  background: #EEF2F5;
  color: #212529;
}

.page-link:focus {
  box-shadow: none;
}

.page-item.active .page-link {
  background: #dfe0e2;
  color: #212529;
  /* border: none; */
  border: 1px solid #c6c9cc;
}

.page-link:hover {
  z-index: initial;
  color: #212529;
  background: #e7e7e8;
}

.online-badge {
 background: #28a745;
 width: 6px;
 height: 6px;
 display: inline-block;
 border-radius: 50%;
 position: relative;
 top: -4px;
}


.card-body .form-group:last-child {
  margin-bottom: 0;
}

a.table-sort {
  color: inherit;
}

input.table-search {
  width: auto;
  float: right;
  margin-right: 15px;
}

.edit-url {
  font-size: 0.8em;
  visibility: hidden;
  /*background: red;*/
}

.edit-url.deletable {
  font-size: 0.8em;
  visibility: hidden;
  /*background: red;*/
}

.table tbody > tr:hover {
  background: #fafbfc;
}

.table tbody tr.viewing {
  background: #eff2f5;
}

.table tbody tr.viewing thead {
  background: #f7f9fa;
}


.multi .actions .btn {
  padding: 0 10px;
}

.table tr:hover .edit-url {
  visibility: visible;
}

.table tbody tr .close-intable-details {
  visibility: hidden !important;
}

.table tbody tr.viewing .close-intable-details {
  visibility: visible !important;
}

.table tbody tr.viewing .view-intable-details {
  display: none;
}

.table thead {
  background: #e9eef2;
}

.table thead th {
  font-weight: bold;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #E9EEF2 !important;
  border-radius: 0.5rem;
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.4375rem 1rem !important;
  font-size: .875rem;
  font-weight: 500;
}

.small-graph {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  float: left;
}

.small-graph.half {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.small-graph.full {
  width: 100%;
  margin-right: 0%;
  float: none;
}

.small-graph .dashboard-card {
  height: 390px;
}

.small-graph.half .dashboard-card, .small-graph.full .dashboard-card {
  height: auto;
}

.small-chart {
  height: 250px
}

.small-graph.half .small-chart, .small-graph.full .small-chart {
  height: auto;
}

.small-chart .lds-ellipsis  {
  margin-top: 155px;
}

.small-graph.half .lds-ellipsis, .small-graph.full .lds-ellipsis  {
  margin-bottom: 155px;
}

.flatpickr-input[readonly] {
  background-color: white;
}

.date-filter {
  margin-bottom: 20px;
}

.date-filter .presets {
  margin-right: 10px;
}

.date-filter .presets a {
  padding: 0 8px;
  color: inherit;
}

.date-filter .presets a.active {
  color: #007bff;
}


.date-filter .form-control {
  display: inline;
  width: 195px;
  text-align: center;
}

.date-filter .material-icons {
  top: 8px;
  position: relative;
  margin: 0 5px;
  width: 24px;
}

.flatpickr-months .flatpickr-month {
  padding-top: 10px;
  height: 50px !important;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  height: 40px;
  padding: 19px 10px;
}

.page-size-changer {
  display: inline;
  width: auto;
  margin-right: 10px;
}

.paginate {
  width: auto;
  display: inline-block;
  height: auto;
  margin-top: 10px;
}

.paginate a {
  color: inherit;
  display: inline-block;
  padding: 5px 10px;
}

.paginate a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.paginate a.active {
  color: #007bff;
}


.select2-results__option {
  font-size: 13px;
}

.heartbeat-status {
  font-size: 1.4em;
}

.receipt-table {
  font-family: monospace;
  font-size: 15px;
  color: #424242;
  width: 100%;
}

.receipt-table td.big {
  font-size: 22px;
  text-align: center;
}


.receipt-table td {
  padding: 50px 5px 5px;
  vertical-align: top;
}

.receipt-table tr:first-child td, .receipt-table tr:last-child td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.receipt-table tr.barcode td {
  padding: 0 5px;
  vertical-align: bottom;
  font-size: 13px;
}

.table th i {
  font-size: 1em;
  position: relative;
  top: 2px;
  color: #9da4ab;
}

td.middle {
  padding-top: 20px;
}

tr.intable-details {
  /*background: white !important;*/
  /*color: rgba(255, 255, 255, 0.9);*/
  /*padding:  0 !important;*/
}

tr.intable-details > td {
  border-top: none;
  padding-top: 0;
  /*padding-right: 30px;*/
}

hr.tooltip-splitter {
  margin: 6.5px 0;
}

.dropdown-menu.filter {
  width: 605px;
}

.page-filter {
  width: 180px;
  float: left;
  padding-left: 0;
}

.page-filter .filter-main {
  display: block;
}

.page-filter .filter-main a {
  display: block;
  padding: 3px 10px;
  text-decoration: none;
  margin-bottom: 2px;
}

.page-filter .filter-main a.selected {
  background: #f6f8f9;
  color: #007bff;
}

.page-filter .filter-main a:hover {
  color: #007bff;
}

.in-page-filters {
  float: left;
  width: 200px;
  height: 300px;
  border-left: 1px solid #E9EEF2;
  border-right: 1px solid #E9EEF2;
}

.selected-items-wrapper {
  width: 200px;
  height: 300px;
  float: left;
}

.selected-items-wrapper > strong {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #E9EEF2;
}

.in-page-filters .searcher, .in-page-filters .filterer {
  width: 100%;
  text-align: left;
  border: none;
  padding: 5px 10px;
  border-bottom: 1px solid #E9EEF2;
}

.in-page-filters .searcher:before, .in-page-filters .filterer:before { 
    content: "\E3E7"; 
    font-family: "Material Icons"; 
}

.in-page-filters .searcher:active, .in-page-filters .searcher:focus, .in-page-filters .filterer:active, .in-page-filters .filterer:focus {
  outline: none;
}

.input-list {
  padding: 5px 10px;
  height: 265px;
  overflow: auto;
}
/*
.input-list.no-search {
  height: 300px;
}*/

.input-list label {
  padding: 6px 0;
  display: block;
  margin: 0;
  border-top: 1px solid #f7f9fa;
}

.input-list label:first-child {
  padding-top: 0;
  border-top: 0;
}

.input-list label:last-child {
  padding-bottom: 0;
}

.input-list label input{
  margin-right: 3px;
}

.filter .bottom {
  border-top: 1px solid #E9EEF2;
  display: block;
  width: 100%;
  clear: both;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 4px;
}

.delete-filter {
  padding: 0 !important;
  opacity: .5;
}

.delete-filter:hover {
  opacity: 1;
}

.delete-filter i {
  font-size: 16px;
  top: 3px !important;
  left-: -2px;
  margin: 0 !important;
}