@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
body {font-family: 'Roboto', sans-serif;}
.sidebar-dark .sidebar-brand , .bg-gradient-primary {
	background: #FFF;}
	.sidebar-brand  img {max-width: 400px;margin-left: 14px;}
	
.img-profile {margin-right: 5px;}	
.topbar {
	height: 3.375rem;}
.sidebar .sidebar-brand {
height: 3.375rem; }
.topbar #sidebarToggleTop , .topbar #sidebarToggleTop:hover  , .topbar #sidebarToggleTop:focus  {
	background-color: transparent;
	border: 0px solid transparent;
}
button#sidebarToggleTop:focus{
	outline: none !important;
	box-shadow: none;
}
.primary-color {background: #2968C7 !important;border-color: #2968C7!important;}
.space-right {margin-right: 15px;}
.navbar-nav { transition:  0.2s;transition-timing-function: ease-out;}
.navbar {
	background-color: #1E1E2D !important;
	height: 3.375rem;
	flex-flow: row nowrap;
	justify-content: flex-start;
}
.navbar .navbar-nav {
	flex-direction: row;
}

.sidebar .sidebar-brand .sidebar-brand-text {
	color: #FFF;
}
.sidebar-dark .nav-item.active .nav-link {
	color: #000;
}
.sidebar .sidebar-brand {
	background-color: #1E1E2D !important;
}
.mark-icon img {display:none;}
.toggled .sidebar-brand-icon  img {display:block;}
.sidebar {border-right: 1px solid #dcdcdc;}
/*-----------Loader----------*/
.loader-outer{
	display: none;
	align-items: center;
	justify-content: center;
	height: 100vh;
	z-index: 99999999999999;
	position: fixed;
	left: 44%;
	top:0;
}
.loader-overly .loader-outer{display: flex;}
.loader-overly:before {
	content: '';
	background: rgba(255, 255, 255, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	top:0;
}
.loaderdad {
	border: 16px solid #d3cccc;
	/* Light grey */
	border-top: 16px solid #0a6ba0;
	/* Dark Green */
	border-radius: 50%;
	width: 95px;
	height: 95px;
	animation: spinloader 0.8s linear infinite; padding: 11px;
	box-sizing: initial;
}
.loaderdad img {
	height: 95px;
	width:95px;
	animation: spinlogo 0.8s linear infinite;
}
@keyframes spinloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes spinlogo {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
/*-----------Loader----------*/
.selectpicker option{
	border: none;
	background-color: white;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance : none;
	color: #14B1B2;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	padding-left: 0;
	margin-top: -20px;
	background: none;
}
.selectpicker{
	border: none;
	background-color: white;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance : none;
	color: #14B1B2;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	padding-left: 0;
	margin-top: -20px;
	background: none;
}
#top-camps select.form-select {
	background-color: #30303e;
	color: #959595;
	font-size: 14px;
	padding: 6px 10px;
	border: 0;
	border-radius: 4px;min-width: 250px;
}
#top-camps select.form-select.location {
	padding: 6px 9px;
	width: 100%;height:100%;
	background: none;border-radius:none;outline: none;overflow: hidden;
}
#top-camps .select2-selection--single{
	background-color: #30303e !important;
	color: #959595;
	font-size: 14px;
	padding: 6px 10px;
	border: 0;
	border-radius: 4px !important;
	min-width: 250px;
}
#top-camps .select2-dropdown {
	background-color: white;
	border:0;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
	padding: 6px;
	box-shadow: 0 7px 40px 0px rgba(0, 0, 0, 0.23);
	border-radius: 6px;
	padding: 0;
}
#top-camps .select2-results ul li {
	border-bottom: 1px solid #e7e7e7;
	padding: 9px;
}
#top-camps .select2-results__options {
	margin: 0;
	padding: 0;
}

#top-camps input.select2-search__field {
	outline: none;
}
#top-camps ul#select2-campaigns-b0-results li:first-child {
	display: none;
}
#top-camps ul#select2-campaigns-b0-results {
	font-size: 14px;
	padding: 6px;
}
#top-camps .select2-search--dropdown {
	display: block;
	padding: 8px;
}
#top-camps .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	border-radius: 5px;
}
#top-camps .select2-selection--single {
	background-color: #30303e !important;
	color: #ffffff !important;
	font-size: 14px;
	padding: 1px 10px;
	border: 0 !important;
	border-radius: 4px !important;
	min-width: 250px;
}
#top-camps .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #aba9a9 !important;
}
#top-camps .select2-results {
	font-size: 14px !important;
}
#top-camps .select2-dropdown {
	border: 0 !important;
	padding: 6px;
	box-shadow: 0 7px 40px 0px rgba(0, 0, 0, 0.23);
	border-radius: 6px;
}
.location option {
	margin: 5px;border-bottom: 1px solid #d2d2d2;padding: 2px 0px 6px 0px;
}
.modal-dialog.modal-lg {
	top: 20vh;
}
.modal-content {
	padding: 21px;
}
.modal-header {
	text-align: center;
	margin: 0 auto;
	border: 0px;
	font-size:32px;
	color:#14121F;font-weight: 800;
}
.modal-body {
	margin: 1rem;
	background-color: #F9F9F9;
	border: #EAEAEA 1px solid;padding: 30px;
	color:#3F3F3F;
	font-size:19px;
}
.modal1 {
	background-color: transparent!important;
	text-align:center;margin-top: 0px;
	padding-top: 0px;	
	border: none!important;
}
.modal-body .form-group label{
	font-weight:900;	
}
button.btn.btn-primary{
	background-color: #2968C7;
	padding: 5px 10px;
}
button.btn.btn-success{
	padding: 5px 10px;
}
button.btn.btn-danger{
	padding: 5px 10px;
}
button.btn.btn-default{
	padding: 5px 10px;
}
#sidebarToggleTop img {
	max-width: 30px;
	position: relative;
	left: -10px;
}
.secondary-color {
	background: #E8E9EC !important;
	border-color: #DCDCDC !important;box-shadow: none!important;
}
select.minimal {
  background-image:
	linear-gradient(45deg, transparent 50%, #cacaca 50%),
	linear-gradient(135deg, #cacaca 50%, transparent 50%),
	linear-gradient(to right, #ccc, #ccc);
  background-position:
	calc(100% - 20px) calc(1em + 2px),
	calc(100% - 15px) calc(1em + 2px),
	calc(100% - 2.5em) 0.5em;
  background-size:
	5px 5px,
	5px 5px,
	1px 1.5em;
  background-repeat: no-repeat;
}
select.minimal:focus {
  background-image:
	linear-gradient(45deg, #808080 50%, transparent 50%),
	linear-gradient(135deg, transparent 50%, #808080 50%),
	linear-gradient(to right, #ccc, #ccc);
  background-position:
	calc(100% - 15px) 1em,
	calc(100% - 20px) 1em,
	calc(100% - 2.5em) 0.5em;
  background-size:
	5px 5px,
	5px 5px,
	1px 1.5em;
  background-repeat: no-repeat;
  border-color: #808080;
  outline: 0;
}
.rank span{vertical-align: super; font-size: 12px;}
.del-btn{color: #575757;
	font-size: 12px;
	background: #E8E9EC;
	box-shadow: none!important;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DCDCDC;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	border-radius: 0.35rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.del-btn:hover{color:#242424; text-decoration:none;background-color:#cacbcc;}
.inactive img {
	opacity: 0.5;
}
.btn-group-sm>.btn, .btn-sm {
padding: 10px 20px; }
.bottom-info {display: block;width: 100%;color: #afafaf;font-size: 12px;text-align: center;}
.chart-card .card {height: 200px;}
.text-primary {
	font-size: 16px;
}
.table-right-inputs .custom-select1 {margin-right: 10px;}
.table-right-inputs .custom-select {width: unset; }
.btn-table {margin-bottom: 5px;}
.form-container {padding-top:15px;padding-bottom:15px;}
.breadcrumb1 {background-color: #fff;padding: 10px 0;border-bottom:1px solid #e2e2e2;position: sticky;top: 54px;height: min-content !important;z-index: 9;}
.breadcrumb {
background-color: transparent;  padding: 0;color:#838383; font-size:14px;margin-bottom: 0px;}
.breadcrumb a{color:#838383;}
.table td, .table th {
	vertical-align: middle;
}
table.dataTable thead {background-color: #0b6cbe;color: #fff;}
table.dataTable.table-striped>tbody>tr.odd>* {box-shadow: none;}
table.dataTable>tbody>tr {background-color:#F9F9F9!important;}
table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1):hover {background-color:#f1f1f1!important;}
table.dataTable>tbody>tr:hover {background-color:#f1f1f1!important;}
table.dataTable thead>tr>th{border-top: 0px;border-bottom: 0px;}
table.dataTable thead>tr>th:first-child{border-radius: 0px 0px 0px 0px;}	
	
table.dataTable thead>tr>th:last-child{border-radius: 0px 0px 0px 0px;}
	
table.table-bordered.dataTable {border-radius: 10px; color:#14121F;font-size:12px;line-height: 15px;table-layout: fixed;}
table.table .fa, .fas{font-size:initial;}
table.table .fa-arrow-up{color:green;vertical-align: 2px;margin-left:5px;}
table.table .fa-arrow-down{color:red;vertical-align: 2px;margin-left:5px;}
	.close {
	float: right !important;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .3;
	right: 20px;
	position: absolute;
	top: 12px;
}
.add-user label {
	color: #3F3F3F;
	font-size: 19px;
	margin-top: 15px;
}

.add-user input, select.user-select {
	height: calc(1.9em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6e707e;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d1d3e2;
	border-radius: 0.35rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%;
}
select.user-select:focus {
	color: #6e707e;
	background-color: #fff;
	border-color: #bac8f3;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(78,115,223,.25);
}
.add-user .form-control::placeholder {
	color: #C6C6C6;
	opacity: 1
}
.btn-holder {
  margin:0;
}
.btn-lg.btn-toggle {
  padding: 0;
  margin: 0 5rem;
  position: relative;
	  height: 2rem;
	width: 5rem;
  border-radius: 3rem;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-lg > .switch {
	position: absolute;
	top: 0.15rem;
	left: 0.1rem;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 1.875rem;
	background: #fff;
	transition: left .25s;
}
.btn-toggle.active {
	background-color: #4caf50;
}
.btn-toggle.btn-lg.active > .switch {
	left: 3.15rem;
	transition: left .25s;
}
.btn-lg.btn-toggle:after {
	content: "Inactive";
	right: -5.5rem;
	opacity: 0.5;
	line-height: 1.9rem;
	width: 5rem;
	text-align: center;
	font-size: 1rem;
	letter-spacing:0px;
	position: absolute;
	bottom: 0;
	transition: opacity .25s;
}
.btn-lg.btn-toggle.active:after {
  content: "Active";
   right: -5rem;
	opacity: 0.5;
	line-height: 1.9rem;
	width: 5rem;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0px;
	position: absolute;
	bottom: 0;
	transition: opacity .25s;
}
.dm-btn {
	width: 40px;
	background:#b3b3b3 !important;
	border-color: #DCDCDC !important;
	box-shadow: none!important;
	padding: 8px;
	height: 40px;
}
.dm-btn i.fas{
	color:#535353;
	font-size: 1rem;
}
.inactive i.fas { color: #b5b5b5!important; }
.inactive { background: #DCDCDC !important; }
.table .clr-bl {
	color: #14121F;
}

.c-site{font-weight:800;}
.c-site div{color: #979797;font-size: 12px;font-weight:normal;}
.c-site a{text-decoration:none; color:#14121F;}
.c-site a:hover{text-decoration:none; color:#2968C7;}
.login{margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/login-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0;
	background-size: cover;}
.login .content-area {width: 48%;float: left;}
.login .logo-area {width: 100%;float: left;text-align: center;margin-top: 74px;}
.login .form-area {width: 100%;float: left;text-align: center;margin-top: 82px;}
.login .form-title {width: 100%;float: left;text-align: center;margin-top: 22px;font-size: 24px;}
.login-new {
	width: 430px;
	margin: 50px auto 0px auto;
	padding: 20px;
	box-sizing: border-box;
}
.login-new .form label {
	width: auto;
	color: #7d7d7d;
	font-size: 16px;
	margin: 27px 0 0 0px;
	display: block;
	text-align: left;
}
.login-new .form .text {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 0;
	background: none !important;
	border: 0 !important;
	outline: none;
	border-bottom: 1px solid #b2b2b2 !important;
	border-radius: 0 !important;
	font-size: 21px;
	margin-bottom: 9px;
	color: #292929;
}
.login-new .form .button {
	background: #2968C7;
	color: #FFFFFF;
	border-radius: 5px;
	border: 0px;
	margin: 40px 0 12px 0px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	height: calc(1.9em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
}
.login-new .form .button:hover {background: #164ea4;}
.del-icon{font-size: 52px; color: #e74a3b;}
.kw-name {background-color: #ffd9d6;font-size: 15px;margin: 10px 0;padding: 10px;color: red;}
#wrapper #content-wrapper {
	overflow-x: inherit;
}
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 90%;
}.stick {
position: sticky;
	top:0px;
	height: min-content!important;
}
.navbar1 {width: 89%;}
.stick1 {position: sticky;top:100px;height: min-content!important;}
.card1{background-color: #fff;background-clip: border-box;border: 1px solid #d6d6d6; border-bottom:0;border-radius: 0.35rem 0.35rem 0 0;position: sticky;
	top:125px;    height: 20px;z-index:9999999999;}
			
			

.tab-sticky {
	position: sticky;
	top: 190px;
	background: #F6EEFF !important;
	padding-top: 20px;
	z-index: 9;
}

	
.table-heading {border: 1px solid #d6d6d6;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	padding: 15px 0 20px 15px;}
/* css new */   
.formposition {
	position: relative;
}
.formposition .input-group-append {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
.form-container .btn-lg {
	padding: 0.5rem 1rem;
	font-size: 13px;
}
.form-container .form-control-search {
height: calc(2.25rem + 2px); 
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;}

.keyword-container {
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.keyword-container-header {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}
.keyword-container-display {
	height: 95px;
	background: #ffffff;
}
.keyword-container-display {
	padding: 0px;
}
.top-keyword-text {
	padding: 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0px;
}
.top-keyword-text {
	padding: 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0px;
}
.page-card {border:none;}
.search-location {
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.choose-location {
	margin-bottom: 0;
}
.change-position {
	position: relative;
}
.form-container1 .form-control-search {
	display: block;
	width: 89%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
}
.form-container1 .keyword-container {
	background: #fffff;
	border-radius: 0;
	border: 0;
}
.keyword-container-display {
	height: 95px;
	background: #ffffff;
}
.keyword-container-display {
	padding: 0px;
}
.keyword-container-display p {
	font-size: 14px;
}
.main-container {display:block;width: 100%;}
.page-card textarea.form-control {
	height: 192PX;
}
.form-container1 .form-control-search {
	display: block;
	width: 89%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
}
.form-container1 .form-control-search {
	display: block;
width: 100%; }
.form-container1 .change-position {
	position: relative;
}
.form-container1 .change-position .input-group-append {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
.rank-counter {
	font-size: 75px;
	color: #363636;
	text-align: center;
	font-weight: 700;
	padding: 13px 0 8px 0;
}
.keyword-counter-head {
	color: #737373;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 11px;
}
.spinner-border {
	width: 5rem;
	height: 5rem;
	margin: 0 auto;
	text-align: center;
	font-size: 35px;
	color: #2968c7;
}
.text-primary {
	font-size: 20px;
	color: #14121F!important;
}

h2.page-head {
	font-size: 25px;
	color: #000000;
	font-weight: bold;
	margin: 5px;
}
.neww {
	page-break-inside: auto;
	height: 100%;
	position: relative;
	padding: 1rem;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #d6d6d6;
	border-radius: 0 0 0.35rem 0.35rem;
	border-top: 0px;
}
@media (min-width: 768px){
	.sidebar .nav-item .nav-link span {
	top: 2px;
	position: relative;
}
.sidebar.toggled .nav-item .nav-link {
	width: 6rem;
}
.sidebar.toggled {
	overflow: visible;
	width: 6rem!important;
}
.sidebar .nav-item .nav-link {
	padding: 1rem 1.5rem;}
	.chart-area {
	height: auto;}
}
/* css new */
@media (min-width: 768px) {
	.sidebar .nav-item .nav-link {
		color: #000 !important;
	}
	.sidebar .nav-item .nav-link {
		padding: 10px 12px;
	}
}