/*Custom styles ROM*/

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
#loading_screen {
	position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    /*background:rgba(255,255,255,0.9);*/
    background:rgba(255,255,255,0.3);
    z-index: 16777270; /*16777271;*/
}

/*Tutorial modal window styles*/
.explainer_icon {
  display:inline;
  vertical-align: sub;
  cursor: pointer;
}
.explainer_icon img {
  width: 20px;
  height: 20px;
}
#explainer_global_overlay {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;

    padding: 0;
    margin: 0;
    height: 100%;
    z-index: 16777270;

    opacity:0;
    transition: all 0.17s ease-out;
    -webkit-transition: all 0.17s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
}
.explainer_global_overlay_popup {
    position: fixed;
    left: 50%;
    top: 15%;
}
@media (max-width: 1150px) {
  .explainer_global_overlay_popup {
      top: 6%;
  }
}
.explainer_global_overlay_content_wrapper {
    position: relative;
    left: -50%;
    top: -15%;
    display: block;
    z-index: 16777271;
    padding: 12px;
}
@media (max-width: 1150px) {
  .explainer_global_overlay_content_wrapper {
    top: -6%;
  }
}
.explainer_global_overlay_close {
    right: 0!important;
    color: #fff!important;
    top: 0!important;
    border-radius: 50%!important;
    text-align: center!important;
    width: 24px!important;
    height: 24px!important;
    font-size: 15px!important;
    font-weight: 800!important;
    position: absolute!important;
    line-height: 24px!important;
    cursor: pointer!important;
    border: 2px solid #fff!important;
    background-color: #000;
    z-index: 16777272;
    -webkit-box-shadow: -1px 1px 5px 0 rgba(0,0,0,1);
    -moz-box-shadow: -1px 1px 5px 0 rgba(0,0,0,1);
    box-shadow: -1px 1px 5px 0 rgba(0,0,0,1);
    box-sizing: initial!important;
}
/*#explainer_content {
  background: white;
}*/

.explainer_text {
  padding: 20px;
  background-color: white;
  border-radius: 5px;
}


/*loader icon*/
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #0084FF;
  border-radius: 100%;

  position:relative; /*to approximatively vertically center the loader icon*/
  top:35%;

  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
.error_msg {
  margin-left: 10px;
  color: red;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
#txt_trial_version_before_pro_link {
  color: #1DAB47;
  font-weight: bold;
}
/*.tech_choice_input_public {
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  display: inline-block !important;
  text-align: start !important;
  -webkit-appearance: textfield !important;
  background-color: white !important;
  -webkit-rtl-ordering: logical !important;
  cursor: text !important;
  font: 400 13.3333px Arial !important;
  border-color: initial !important;
  border-image: initial !important;
  bottom: 0 !important;
  box-sizing: border-box !important;
  left: 0 !important;
  margin: 0 !important;
  padding:13.3333px 20px !important;
  -webkit-writing-mode: horizontal-tb !important;
  position: absolute !important;
  top: 0 !important;
  border:none !important;
  width: 100% !important;
}*/

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/*Small fix dues to quite long name. spur-logo padding was not adequate. See spur.css.*/
.spur-logo {
  padding-right: 10px !important;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/*Dash toolbar on top*/
/*.credit-count {*/
  /*width: 50px;*/
  /*margin: 5px;*/
  /*font-size: ;*/
/*}*/
.dashtoolbar_item {
  margin: 5px;
  margin-left: 15px !important;
}
.tools a {
  cursor: pointer;
  margin: 5px;
}


/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/*Leads page*/
/*#search_for_leads_button {
  z-index: 16777271; so that it stands out when performing a lead search
}*/
/*.card-body {
  position: relative !important; important for 'block_request_ui_veil_while_requesting' to work
}*/
.block_ui_veil_while_requesting {
  display: none;
  /*background-color: rgba(70,79,222, 0.5);*/
  background-color: rgba(255,255,255, 0.5);
  position:absolute;
  top:0;left:0;
  width:100%;height:100%;
  z-index: 999/**//*16777271*/;

  /*cursor: n;*/
}

.leads_search_refine_or_exclude_txt {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
.i_info_span {
  display:inline;
  /*vertical-align: top;*/
  vertical-align: text-bottom;
}
.i_info {
  width: 20px;
  height: 20px;
}
.progress {
  height: 10px !important; /*reduce progress bar height a bit as it's 1 rem originally, see spur.css*/
  margin: 10px; /*in order not to have to add "<br><br>"*/
}
.lead_favicon {
  width: 16px;
  height: 16px;
}

.click_to_expand_expandable {
  cursor: pointer;
}
.expandable {
  display: none; /*default*/
}
.expandable_displayed {
  display: block !important;
}
.tr_expanded {
  background-color: #fffefb; /* rgba(0, 0, 0, 0.015);*/
}
/*make hover bg color very light grey*/
.table-hover tbody tr:hover {
  /*background-color: rgba(0, 0, 0, 0.05);*/
  -webkit-filter: brightness(103%);
}

.tr_checked {
  background-color: #d9e6fe !important;
}
.table th, .table td {
    border-top: 1px solid #e8e8e8 !important; /*otherwise it's almost same color as .tr_selected and we can't distinguish leads!*/
}
/*.contacts_table {
  width: 100%;
  height: 100%;
}
.contacts_table td {
  border:0 !important;
  padding: 0 !important;
}*/
.page_rank_pos_relative_colored_bar {
  height: 4px !important; /*reduce progress bar height a bit as it's 1 rem originally, see spur.css*/
  /*make it vertical*/
/*  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);*/
}
.contact_enrich_icon {
  font-size:small;
  display:inline-block !important;
}
.contact_enrich_icon:hover {
  -webkit-filter: brightness(160%);
}

/*Cf https://codepen.io/rdallaire/pen/apoyx*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    /*right: 20px;*/
    right: 6px;
    background: rgb(39, 48, 66);
    background: rgba(39, 48, 66, 0.4);
/*    width: 50px;
    height: 50px;*/
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
/*    left: 16px;
    top: 13px;
    font-size: 19px;*/
    left: 9px;
    top: 2px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(39, 48, 66, 0.3);
}
#return-to-top:hover i {
    /*color: #fff;*/
    /*top: 5px;*/
}


.location_loader {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left-color: lightgrey;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: spinlocation 1s linear infinite;
}
@keyframes spinlocation {
 0% {   
   transform: rotate(0deg); 
 } 
 100% {
  transform: rotate(360deg);
 }
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/*Influencers page*/


.influencer_thumbnail {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}