* {
  font-family: "Poppins", sans-serif;
}
p,
table,
li,
nav,
label,
input,
span 
:not(.swal2-success-line-tip)
:not(.swal2-success-line-long){
  font-size: 0.8rem;
  font-family: "Poppins", sans-serif;
}



.h5, h5 {
    font-size: 1rem;
    font-weight: 400;
}

input[type=date] {
  font-family: "Poppins", sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 0em;
}

.login-test h1 {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

.login p {
  color: #fff;
  text-align: center;
}

.card-body h4{
  font-size: 1rem;
}


.table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}


.form-control:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.login a {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.this {
  height: 90vh;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 0.9rem;
}

.login .form-control::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 0.9rem;
}

.form-control::placeholder {
  font-size: 0.8rem;
  color: #5e5e5e;
}

.login {
  background: #00c1f1;
}
.login .form-control {
  border-radius: 25px;
  width: 18em;
  padding: 0.5rem 0.75rem;
  background: #ffffff30;
  border: none;
  margin: auto;
  display: block;
  color: #fff;
}

.login .form-control:focus {
  color: #fff;
  background: #ffffff30;
  border-color: none;
  outline: none;
  box-shadow: none;
}

.shadow-login {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.03);
}

.btn-login,
.btn-login:hover {
  border-radius: 25px;
  font-weight: 500;
  border: none;
  background-color: #fff;
  color: #00c1f1;
  margin: auto;
  display: block;
  width: 18em;
  outline: none;
  padding: 0.5rem 0.75rem;
}

.btn-check:active + .btn-login,
.btn-check:checked + .btn-login,
.btn-login.active,
.btn-login:active,
.show > .btn-login.dropdown-toggle {
  background-color: #fff;
  color: #00c1f1;
  border-color: #00c1f1;
}

.logo {
  margin: auto;
  display: block;
  width: 8em;
}

/*Dashboard*/

.jc-center {
  justify-content: center;
}

.flex-parent {
  display: flex;
}
img.logo-menu {
  width: 100px;
  margin: auto;
  display: block;
  margin-left: 1em;
}

.sidebard-color {
  background-color: #00c1f1;
  color: #fff;
  padding-right: 0px;
}

.sidebard-color .nav-link {
  color: #fff;
  font-size: 0.8rem;
}

.card-header {
  background-color: #54d6f6;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.bg-light {
  background-color: #ffffff !important;
}
.card-header h4 {
  font-size: 1rem;
}

.card-header:first-child {
  border-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.colored-logo {
  background-color: #01bbea;
}
.card {
  border: none;
  border-top-left-radius: 30px;
}

body {
  background-color: #f8f8f8;
}

li.dropdown {
  text-decoration: none;
  list-style-type: none;
}

header .nav-link {
  color: #000;
}

.footer p{
  text-align: center;
}

header .form-control {
  border: 1px solid #b9b9b9;
  border-radius: 30px;
  outline: none;
  font-size: 0.8rem;
  color: #5e5e5e;
  background-color: #ffffff20;
}

li.nav-item.active a.nav-link {
  color: #00c1f1;
  background-color: #f8f8f8;
  border-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

/*account*/
.nav-pills .nav-link {
  background-color: #f3f3f3;
  border-radius: 30px;
  color: #8d8d8d;
  font-size: 0.8rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #54d6f6;
  border-radius: 30px;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 40vh;
}

/*Toggle switch*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #54d6f6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #54d6f6;
}

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%;
}

/*end Toggle switch*/

.intent-sources .form-control {
  font-size: 0.6rem;
  border-radius: 25px;
  background-color: #ffffff85;
  border: none;
}

table.group-name{
margin: auto;
}

.table-intent-sources > :not(caption) > * > * {
  border-bottom-width: 0px;
}
.table-intent-sources thead th:first-child {
  background-color: #54d6f630;
  border-top-left-radius: 30px;
}

.table-techno thead th:first-child {
  background-color: #54d6f630;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
}

.table-intent-sources {
  margin: auto;
}

.table-intent-sources thead th:nth-child(2) {
  background-color: #54d6f630;
  border-top-right-radius: 30px;
}

tbody .light-grey {
  background-color: #e8e8e810;
}
tbody .grey {
  background-color: #f6f6f6;
}
tbody .grey th,
tbody .light-grey th {
  font-weight: 400;
  color: #007dc3;
}

tbody .yellow-one td {
  background-color: #fecb2a24;
  

}

.group-name thead th {
  background-color: #f1f1f1;
  border-radius: 30px;
}

.group-name > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.group-name tbody th {
  background-color: #e5f9fe;
  border-radius: 25px;
  font-weight: 400;
  color: #404041;
  max-width: 10em;
}

.group-name tbody td {
  background-color: #fecb2a10;
  border-radius: 25px;
  font-weight: 400;
  color: #404041;
  max-width: 10em;
}

table.group-name {
  caption-side: bottom;
  border-collapse: inherit;
}

p.sub-title{
  font-size: 0.7rem;
}

::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgb(197, 197, 197);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

div.background-key {
  background-color: #d2d2d230;
   border-radius: 30px;
  max-width: 25em;
  margin: 0 auto;
  min-height: 2.5rem;

}



.background-green-key p {
  color: #00c1f1;
  font-weight: 700;
  font-size: 18px;
  border-radius: 30px;
  text-align: center;
}

.card {
  height: calc(100% - 5px);
}

.card-body-keyword {
  width: 100%;
  position: relative;
  overflow: auto;
  height: 25em;
  transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
}

.card-body-keyword-2 {
  width: 100%;
  position: relative;
  overflow: auto;
  height: 26em;
  transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
}

.border-bottom-key {
  border-bottom: 1px solid #70707050;
  max-width: 30em;
  margin: auto;
}

.card .fa-user {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  margin: auto;
}

.card .active-user{
  color: #3ad483;
  background-color: #3ad48324;
}

/*select js*/

.select2-results__option {
	padding-right: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #eaeaea;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
}

.select2-results__option:before {
	content: "";
	position: relative;
	height: 20px;
	width: 20px;
	display: inline-block;
	border: 2px solid #e9e9e9;
	border-radius: 4px;
	background-color: #fff;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-table;
}

.select2-results__option[aria-selected=true]:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	color: #fff;
  background-color: #00c1f1;
	border: 0;
	padding-left: 3px;
	display: inline-table;
}

.select2-container--default .select2-results__option[aria-selected=true]
	{
	background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
	{
	background-color: white;
	color: #272727;
}

li .select2-results__option .select2-results__option--highlighted {
	display: flex;
}

.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple
	{
	border-radius: 0px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
	{
	border: none;
	border-width: 2px;
	border-bottom: 1px solid #c1c1c1;
	background-color: inherit;
}


.bt-select {
  text-decoration: none;
  border: none;
  background-color: #E2E2E2;
  border-radius: 15px;
  font-size: 12px;
  color: #8c8c8c;
  padding: 0.35rem;
  margin: 0 auto;
}

.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}

.select-icon .placeholder {
	display: none;
}

.select-icon .select2-results__option:before, .select-icon .select2-results__option[aria-selected=true]:before
	{
	display: none !important;
	/* content: "" !important; */
}

.select-icon  .select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
	{
    background-color: #f1f1f1;
		border: none;
		border-radius: 15px;
}

.select2-container--default .select2-selection--multiple {
	border: none;
	border-bottom: 1px solid #c1c1c1;
	background-color: inherit;
	font-size: 13px;
	border-radius: 0px;
	cursor: default;
}

.select2-selection .select2-container--default .select2-selection--disabled
	{
	opacity: 0.5;
}



.select2-container--flat .select2-selection--single .select2-selection__arrow
	{
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow b
	{
	border-color: #fff transparent transparent transparent;
	top: 60%;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	width: 0;
}

.select2-selection--multiple:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 15px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #b9b9b9;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered
	{
	width: 95%;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear
	{
	display: none;
}

.select2-container--default .select2-results__option[role=group]:before
	{
	display: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered
	{
	white-space: inherit;
}


.select2-container--default .select2-results__option[role=group] {
	padding: 0;
	display: block;
}

.select2-container {
  display: block;
  width: auto!important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #b9b9b9;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #b9b9b9;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #aaa;
  border-radius: 0px;
}

.select2-search--dropdown {

  display: none;
}
/* Bar Graph Class */
.barGraph {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 900px;
  display: block;
}

.barGraph-map {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 520px;
  display: block;
}

@media (max-width: 1440px) {
  .barGraph-map {
    max-height: 540px;
  }
}

.barGraph-map li {
  padding: 2px;
  border-bottom: 1px solid #f0f0f0;
  width: 90%;
  text-align: left;
  margin: 0 auto;
}

.graph {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: calc(96%);
  padding-right: 10px;
}

.graph-barBack {
  border-radius: 2px;
  margin-bottom: 10px;
  display: block;
  border-radius: 10px;
  height: 5px;
  margin-right: 50px;
  background: rgb(238, 72, 109);
  background: linear-gradient(
    86deg,
    rgba(238, 72, 109, 1) 0%,
    rgba(254, 203, 42, 1) 50%,
    rgba(29, 206, 113, 1) 100%
  );
}

.graph-bar {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  border-radius: 2px;
  cursor: inherit;
  margin-bottom: 10px;
  position: relative;
  z-index: 100;
  display: table;
  height: 8px;
  border-radius: 20px;
  width: 0%;
  content: attr(data-value);
}

.graph-bar:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.graph-bar:last-child {
  margin-bottom: 0;
}

.graph-bar:after {
  content: attr(data-value);
  display: none;
  font-size: 0.8rem;
  font-weight: 100;
  border-radius: 4px;
  color: #000;
  background-color: #fff;
  padding: 0.3em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  border-radius: 50px;
  border: 1px solid #cecece;
  font-weight: 300;
  float: right;
  margin-top: -15px;
}

.graph-bar:after {
  display: block;
}

.graph-legend {
  position: absolute;
  margin-right: 10px;
  left: -40px;
  z-index: 9999;
}
/* Line Graph */
.line {
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.lineChart {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 3px;
  border: 2px solid rgba(113, 125, 149, 0.45);
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.lineChart svg {
  position: absolute;
  z-index: 999;
}

.lineChart circle {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
  stroke: #59bac0;
  stroke-width: 3;
  fill: #59bac0;
}

.lineChart circle:hover {
  stroke-width: 8;
}

.lineChart line {
  stroke: #717d95;
  stroke-width: 4;
}

.trend line {
  stroke: rgba(204, 51, 51, 0.8);
}

.th-width {
  max-width: 0em;
  font-weight: 300;
}
/*End line chart*/

i.fa-equals{
  color: #FECB2A;
  font-size: 16px;
}

i.fa-caret-up{
  color: #1DCE71;
  font-size: 20px;
}

i.fa-caret-down{
  color: #EE486D;
  font-size: 20px;
}

tr.grey-background{
  background-color: #F8F8F8;
}

.table-index tr{
  border-color: #F8F8F8;
}

@media (max-width: 767px) {
  .bg-light {
    background-color: #00c1f1!important;
}

.colored-logo {
  background-color: #00c1f1;
}
header .form-control {
  border: 1px solid #ffffff;
  border-radius: 30px;
  outline: none;
  font-size: 0.8rem;
  color: #ffffff;
  background-color: #ffffff20;
}

header .form-control:focus {
  color: #fff;
  background-color: #fff;
  background-color: #ffffff20;
  outline: 0;
  border: 1px solid #fff;
 
}

header .nav-link {
  color: #fff;
}

header .nav-link:focus, header .nav-link:hover {
  color: #fff;
}

header .form-control::placeholder {
  color: #fff;
}

.dropdown-menu {
  color: #fff;
  background-color: #00c1f1;
  border: 1px solid #fff;
  border-radius: 0.25rem;
}
.dropdown-item {
  color: #fff;

}
}

.datepicker {
  padding: 0px;

}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  padding: 5px;
  padding-right: 15px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}


.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #00c1f1;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {

  background-image: linear-gradient(to bottom,#00c1f1,#54d6f6);

}

.fa-calendar{
  color: rgb(107, 107, 107);
}




.card-color{
  background-color: white;
  border: none;
    border-top-left-radius: 30px;
    height: calc(55% - 30px);
}


.card-color-second{
  background-color: white;
  border: none;
    border-top-left-radius: 30px;
    height: calc(45% - 0px);
}


.index .card{
  height: calc(100% - 0px);
}


@media (max-width: 1500px) {
  .card-color{
    background-color: white;
    border: none;
      border-top-left-radius: 30px;
      height: calc(50% - 30px);
  }
  
  
  .card-color-second{
    background-color: white;
    border: none;
      border-top-left-radius: 30px;
      height: calc(50% - 0px);
  }
}


.trend-width{
  max-width: 4em;
}

.group-name th{
  max-width: 10em;
}

.gutter-b{
  margin-bottom: 30px;
}

.no-search img{
  max-width: 15em;
  margin: 0 auto;
  display: block;
}

.no-search h2{
  text-align: center;
  font-size: 1.5rem;
  color: #00c1f1;
}
.no-search p{
  text-align: center;
}

.card-index-line{
  width: 100%;
    position: relative;
    overflow: auto;
    height: 30em;
    transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
}

/* btn-primary */

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary, .btn-primary:hover {
  color: #00c1f1;
  background-color: #ffffff;
  border-color: #00c1f1;
  max-width: 10em;
  font-size: 12px;
  border-radius: 25px;
  
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #00c1f1;
  background-color: #ffffff;
  border-color: #00c1f1;
}

/* btn-warning */

.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-warning, .btn-warning:hover {
  color: #ffc107;
  background-color: #ffffff;
  border-color: #ffc107;
  max-width: 10em;
  font-size: 12px;
  border-radius: 25px;
  
}

.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
  color: #ffc107;
  background-color: #ffffff;
  border-color: #ffc107;
}

/* btn-danger */

.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-danger, .btn-danger:hover {
  color: #bd2130;
  background-color: #ffffff;
  border-color: #bd2130;
  max-width: 10em;
  font-size: 12px;
  border-radius: 25px;
  
}

.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
  color: #bd2130;
  background-color: #ffffff;
  border-color: #bd2130;
}


.btn-check:active+.btn-followed:focus, .btn-check:checked+.btn-followed:focus, .btn-followed.active:focus, .btn-followed:active:focus, .show>.btn-followed.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-followed, .btn-followed:hover {
  color: #848484;
  background-color: #efefef;
  max-width: 10em;
  font-size: 12px;
  border-radius: 25px;
}

.btn-check:active+.btn-followed, .btn-check:checked+.btn-followed, .btn-followed.active, .btn-followed:active, .show>.btn-followed.dropdown-toggle {
  color: #848484;
    background-color: #efefef;
}


.btn-secondary, .btn-secondary:hover {
  color: #fff;
  background-color: #00c1f1;
  border-color: #00c1f1;
  max-width: 10em;
  font-size: 12px;
  border-radius: 25px;
}

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00c1f1;
  border-color: #00c1f1;
}

.btn-check:active+.btn-save, .btn-check:checked+.btn-save, .btn-save.active, .btn-save:active, .show>.btn-save.dropdown-toggle {
  color: #fff;
  background-color: #00c1f1;
  border-color: #fff;
}

.btn-save, .btn-save:hover {
  color: #fff;
  background-color: #00c1f1;
  border-color: #fff;
  max-width: 10em;
  font-size: 12px;
  border-radius: 25px;
  margin: auto;
  display: block;
}
.filters i{
  color: #00c1f1;
}

.card a{
  color: #000;
  text-decoration: none;
}

.card a:hover{
  color: #00c1f1;
  text-decoration: none;
  font-weight: 600;
}

.card .fa-user-circle{
  color: #00c1f1;
}

.fa-user-circle.inverted{
  color: #ffffff;
}

div.material-table table th.sorting:hover:after, div.material-table table th.sorting_asc:after, div.material-table table th.sorting_desc:after {
  display: none;
}

ul{
  list-style-type: none;
}

.material-table .fas{
  width: 2em;
}

.select2-dropdown {
  z-index: 2000;
}

h3.account-name{
  color: #00c1f1;
  font-size: 1.3rem;
  text-align: center;
  max-width: 15em;
  margin: auto;

}

.fa-chart-pie{
  font-size: 18px;
}


.color-table .form-control::-moz-placeholder, .color-table-blu .form-control::-moz-placeholder{
  color:white;opacity:1
}
.color-table .form-control::placeholder, .color-table-blu .form-control::placeholder{
  color:white;opacity:1
}

.alert {
  padding: .5rem .5rem;
}
.alert-warning {
  color: #000000;
  text-align: center;
}
.alert {
  margin-bottom: 0rem;
}
.alert-dismissible .btn-close {
  padding: .8rem .8rem;
}
.btn-close {
  font-size: 12px;
}

td.details-control {
  background: url('details_open.png') no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url('details_close.png') no-repeat center center;
}

.table-account .details-control{
  width: 25px;
  display: table-cell;

}


.table-footer{
  height: 56px;
  padding-left: 24px;
  padding-right: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px !important;
  background-color: white;
  color: rgba(0, 0, 0, 0.54);
}
.material-icons {

  margin-right: 24px;
  color: #282828;
}

div.dataTables_wrapper table{
  background-color: #fff;
  border-radius: 10px;
  border: none;
}

.table-account #example_wrapper{
  display: inline-block;
  width: 100%;

}
.table-account .dataTables_wrapper{
  display: inline-block;
  width: 100%;
}
.table-responsive {

  -webkit-overflow-scrolling: touch;
}

.jc-center {
  justify-content: center;
}

.flex-parent {
  display: flex;
}
.dataTables_length label{
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.dataTables_filter label{
  padding: 5px;
  display: flex;
  align-items: center!important;
 
}
.dataTables_filter input{
border: none;
background-color: #ffffff38;
border-radius: none;
margin-left: 10px;
}

.table-account .hiddensearch {
  color: black;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: #eaeaea;
}
thead.color-thead{
  background-color: #f8f8f8;
  color: black;
}
thead.color-sub-table{
  background-color: #f8f8f8;
}

.color-thead th{
  color: black;
}

.dataTables_filter input:focus{
  border: none;
  background-color: #ffffff38;
  }
.dataTables_info{
  margin-right: 32px;
  margin-left: 32px;
}


div.material-table table tr td {
  padding: 0 0 0 10px;
}

div.material-table table th {
  padding-left: 10px;
}

tr {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.material-pagination {
  display: flex;
  -webkit-display: flex;
  margin: 0;
}

.material-icons {
  margin-right: 24px;
  color: #282828;
}

td.button-float{
  float: right;

}

div.button-right{
  float: right;
  
}

.dataTables_length .form-control{

background-color: transparent;
width: auto;
padding: 0;
border: 0;
border-radius: 0;
height: auto;
border: 1px solid #e9ecef;
margin-left: 20px;
border-radius: 5px;
}

.prospects .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
  border: none;
  border-bottom: 5px solid #00c1f1;
  border-radius: 0px;
}

.prospects .nav-pills .nav-link {
  background-color: inherit;
}

.input-button{
  color: #00c1f1;
  background-color: #ffffff;
  border-color: #00c1f1;
  max-width: 10em;
  font-size: 12px;
  border-radius: 25px;
}

.fa-linkedin{
  color: #0a66c2;
}


.same-height{
  height: calc(28% - 30px);
  min-height: 2rem;
  width: 95%;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #00c1f1;
}

.search .form-control {
  border: 1px solid #b9b9b9;
  border-radius: 30px;
  outline: none;
  font-size: 0.8rem;
  color: #5e5e5e;
  background-color: #ffffff20;
}

.account .navbar {
  align-items: unset;
}


.box-progress-bar {
  width: 100%;
  height: 4px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  margin: 8px 0;
}

.box-progress {
  display: block;
  height: 4px;
  border-radius: 6px;
}

.box-progress-percentage {
  text-align: right;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
}

.card .nav-tabs .nav-link:focus, .card .nav-tabs .nav-link:hover {
  border:none;
}

.card .nav-link:focus, .card .nav-link:hover {
  color: #000;
}
.card .nav-tabs .nav-item.show .nav-link, .card .nav-tabs .nav-link.active {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
  border: none;
  border-bottom: 5px solid #00c1f1;
}

.card .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  text-decoration: none;
  transition:none;
}

.card label{
  font-size: 14px;
}

:focus-visible {
  outline:none;
}


.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
/*test*/



#chartdiv {
  font-family: "Poppins", sans-serif;
  width:100%;
  height: 400px;
  color: #00c1f1;
  text-transform: uppercase;
}



