/* Defining some vars */
:root {
	--primary-color: #02A9F4;
	--primary-color-hover: #0298e1;
}

/* Overriding some */
body {
	background: #fdfdfd;
	font-family: 'Open Sans', sans-serif;
	color: black;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

a {
	color: black;
	transition: color .3s ease-in-out;
}

a:hover {
	color: rgba(0, 0, 0, 0.9);
}

a:active {
	transition: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

.modal-content {
	border-radius: 3px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.modal-header {
	padding: 10px;
}

/* Forms */
.form-control {
	font-size: .9rem;
}

.form-control:focus {
	border-color: rgba(59, 88, 118, .09);
}

.form-control-border {
	border: 0;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
}

/* Buttons */
.btn {
	font-size: .88rem;
	padding-top: .4rem;
	padding-bottom: .4rem;
	border: 0;
	transition: opacity 0.3s;
}

.btn:hover {
	opacity: 0.9;
}

.btn:active {
	opacity: 0.5;
}

.btn:focus {
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: .85rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.btn-default {
	color: #fff;
	background: black;
}

.btn-default:hover {
	color: #fff;
}

.btn-default:active {
	color: #fff;
}


.btn-get-back {
	border-radius: 50%;
	opacity: .8;
	transition: opacity 1s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}
.btn-get-back:hover {
	opacity: 1;
}

.thead-black th {
	color: #fff;
	background-color: black !important;
	border-color: black !important;
}

.panel-default {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: 0;
	border-radius: 0;
}
.panel-default>.panel-heading {
	background-color: #FFF;
	border-color: #EDEEEE;
}
.panel-default>.panel-footer {
	background-color: #FFF;
	border-color: #EDEEEE;
}
.panel-heading {
	padding: 8px 15px;
}


/* Footer */
.sticky-footer {
	padding-top: 3rem;
	border-top: 1px solid #e4e4e4;
	margin: 4em 0 3rem 0;
	font-size: .95rem;
}

.sticky-footer, .sticky-footer a {
	color: #5F5F5F;
}

.sticky-footer a:hover {
	color: #000;
}

.icon-facebook:hover {
	transition: color .25s ease-in-out;
	color: #4267B2 !important;
}

.icon-twitter:hover {
	transition: color .25s ease-in-out;
	color: #1DA1F2 !important;
}

.icon-instagram:hover {
	transition: color .25s ease-in-out;
	color: #f75581 !important;
}

.icon-youtube:hover {
	transition: color .25s ease-in-out;
	color: #FF0000 !important;
}

/* Helper classes */
.img-50-percent {
	max-width: 50%;
	height: auto;
}

.small-avatar {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.source-badge-position {
	position: absolute !important;
}

.th-33 {
	width: 33.33%;
}

.clickable {
	cursor: pointer;
}

.center {
	text-align: center;
}

.no-underline, .no-underline:hover{
	text-decoration: none;
}

.font-weight-bolder {
	font-weight: 700;
}

.zoomer {
	transition: transform .3s ease-in-out;
}
.zoomer:hover {
	transform: scale(1.02);
}

.margin-top-6 {
	margin-top: 6rem;
}

.margin-bottom-6 {
	margin-bottom: 6rem;
}

.margin-top-3 {
	margin-top: 3rem;
}

.margin-bottom-3 {
	margin-bottom: 3rem;
}


/* Navbar custom menu */
.navbar-logo {
	max-height: 2.5rem;
	height: 2.5rem;
}

.navbar-main {
	background: transparent;
}

.navbar-main-margin {
	margin-bottom: 6rem;
}

.navbar {
	min-height: 0px !important;
}

.navbar-nav>li>a {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	background-color: black;
	border-color: black;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: black;
}

/* Navbar style when in the index */
.navbar-main-index {

}

.navbar-main-index .nav-link {

}

.navbar-main-index .nav-link:hover {

}

@media (min-width: 992px) {
	.navbar-main-index .nav-link {
		color: #f8f9fa !important;
	}

	.navbar-main-index .nav-link:hover {
		color: #e9eaeb !important;
	}
}


/* -- */
.dropdown-toggle-simple::after {
	display:none;
}

.dropdown-menu {
	box-shadow: 0px 0px 20px #00000010;
	border: 0;
}

.dropdown-item:active {
	background: black;
	color: white;
}

.input-group {
	width: unset;
}

.input-group-datepicker {
	margin-right: .5rem;
}

/* Store page */
.label-store {
	font-size: 60%;
}
.media-store {
	margin-top: 25px;
}
.media-store-disabled {
	opacity: .5;
}
.paypal-submit {
	width: 100px;
	height: auto;
}
.premium-store {
	width: 55px;
	height: 55px;
	margin-right: 11px;
}

.colored-store {
	width: 64px;
	height: 64px;
}

/* Common for report page */
.favorite-badge {
	font-size: 23px !important;
}
.user-verified-badge {
	font-size: 23px !important;
	color: #3794D8;
}
.owner-verified-badge {
	font-size: 23px !important;
	color: #3eb374;
}
.user-private-badge {
	font-size: 23px !important;
}

.chart-container {
	position: relative;
	margin: auto;
	height: 250px;
	width: 100%;
}

.admin-widget-chart-container {
	position: relative;
	margin: auto;
	height: 50px;
	width: 100%;
}

/* Instagram */
.instagram-avatar {
	width: 110px;
	height: 110px;
}

.instagram-avatar-small {
	width: 25px;
	height: 25px;
}

.bg-instagram {
	background: linear-gradient(333deg, #c32dca 0%, #ffbb3e 100%);
	transition: opacity .5s;
}

.bg-instagram th {
	background: #f75581 !important;
	transition: opacity .5s;
	border-color: #f75581 !important;
}

.bg-instagram:hover {
	opacity: .9;
}

.bg-instagram-favorites {
	border: 1px solid #fff;
}

.btn-instagram {
	background: linear-gradient(333deg, #c32dca 0%, #ffbb3e 100%);
	color: white;

}

.btn-instagram:hover {
	transition: opacity .25s ease-in-out;
	opacity: .9;
	color: white;
}

.text-instagram {
	color: #f75581;
}

/* Facebook */
.facebook-avatar {
	width: 110px;
	height: 110px;
}

.bg-facebook, .bg-facebook th {
	background: #4268b2 !important;
	transition: opacity .5s;
	border-color: #4268b2 !important;
}

.bg-facebook:hover {
	opacity: .9;
}

.bg-facebook-favorites {
	border: 1px solid #fff;
}

.btn-facebook {
	background: #4268b2;
	color: white;
}

.btn-facebook:hover {
	background: #3d4c91;
	color: white;
}

.text-facebook {
	color: #4268b2;
}

/* YouTube */
.youtube-avatar {
	width: 110px;
	height: 110px;
}

.bg-youtube, .bg-youtube th {
	background: #FF0000 !important;
	transition: opacity .5s;
	border-color: #FF0000 !important;
}

.youtube-avatar-small {
	width: 25px;
	height: 25px;
}

.bg-youtube:hover {
	opacity: .9;
}

.bg-youtube-favorites {
	border: 1px solid #fff;
}

.btn-youtube {
	background: #FF0000;
	color: white;
}

.btn-youtube:hover {
	background: #e10000;
	color: white;
}

.text-youtube {
	color: #FF0000;
}

/* Twitter */
.twitter-avatar {
	width: 110px;
	height: 110px;
}

.bg-twitter, .bg-twitter th {
	background: #1da1f2 !important;
	transition: opacity .5s;
	border-color: #1da1f2 !important;
}

.twitter-avatar-small {
	width: 25px;
	height: 25px;
}

.bg-twitter:hover {
	opacity: .9;
}

.bg-twitter-favorites {
	border: 1px solid #fff;
}

.btn-twitter {
	background: #1da1f2;
	color: white;
}

.btn-twitter:hover {
	background: #1886ca;
	color: white;
}

.text-twitter {
	color: #1da1f2;
}

/* Twitch */
.twitch-avatar {
	width: 110px;
	height: 110px;
}

.bg-twitch, .bg-twitch th {
	background: #6441a5 !important;
	transition: opacity .5s;
	border-color: #6441a5 !important;
}

.twitch-avatar-small {
	width: 25px;
	height: 25px;
}

.bg-twitch:hover {
	opacity: .9;
}

.bg-twitch-favorites {
	border: 1px solid #fff;
}

.btn-twitch {
	background: #6441a5;
	color: white;
}

.btn-twitch:hover {
	background: #533b8e;
	color: white;
}

.text-twitch {
	color: #6441a5;
}

/* Pinterest */
.pinterest-avatar {
	width: 110px;
	height: 110px;
}

.bg-pinterest, .bg-pinterest th {
	background: #bd081c !important;
	transition: opacity .5s;
	border-color: #bd081c !important;
}

.pinterest-avatar-small {
	width: 25px;
	height: 25px;
}

.bg-pinterest:hover {
	opacity: .9;
}

.bg-pinterest-favorites {
	border: 1px solid #fff;
}

.btn-pinterest {
	background: #bd081c;
	color: white;
}

.btn-pinterest:hover {
	background: #98081c;
	color: white;
}

.text-pinterest {
	color: #bd081c;
}

/* Mixer */
.mixer-avatar {
	width: 110px;
	height: 110px;
}

.bg-mixer, .bg-mixer th {
	background: #1FBAED !important;
	transition: opacity .5s;
	border-color: #1FBAED !important;
}

.mixer-avatar-small {
	width: 25px;
	height: 25px;
}

.bg-mixer:hover {
	opacity: .9;
}

.bg-mixer-favorites {
	border: 1px solid #fff;
}

.btn-mixer {
	background: #1FBAED;
	color: white;
}

.btn-mixer:hover {
	background: #1f9bcc;
	color: white;
}

.text-mixer {
	color: #1FBAED;
}

/* Report page */
.report-header-number {
	font-size: 1.45rem;
	font-weight: 200;
}

.report-content-number {
	font-size: 1.8rem;
	font-weight: 200;
}

.report-content-number-link {
	margin-right: 3rem;
}

.like-color {
	color: #ED4956;
}

.views-color {
	color: #065fd4;
}

/* Directory */
.directory-container {
	width: 100%;
	background: #1b1e21 url('../images/directory.jpg') 50%;
	background-size: cover;
	min-height: 350px;
}

.directory-heading {
	padding-top: 6rem;
}

.directory-instagram-avatar {
	width: 50px;
	height: 50px;
}

.directory-header-number {
	font-size: 1.1rem;
	font-weight: 200;
}

.directory-content-number {
	font-size: 1.8rem;
	font-weight: 200;
}

/* Ig user search container */
.search-container {
	width: 100%;
	background: #efefef;
	min-height: 270px;
}

.search-container-margin {
	margin: 3rem auto;
}

/* Index */
.index-body {
	background: url('../images/index/background.svg');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 75%;
	animation: index-body-animation .6s ease-out forwards;
}

@media (min-width: 992px) {
	.index-body {
		background-size: 60%;
		animation: index-body-animation-lg .6s ease-out forwards;
	}
}

/* Animate the index background */
.dropdown .dropdown-menu{
	animation-name: ex;
	animation-duration: .3s;
}

@keyframes index-body-animation {
	from {
		background-size: 35%;
	}
	to {
	}
}

@keyframes index-body-animation-lg {
	from {
		background-size: 25%;
	}
	to {
	}
}


.index-source-button {
	padding: 13px 20px;
	margin-right: .5rem;
}

.index-container {
	width: 100%;
	background-size: cover;
	margin-bottom: 10rem;
}

.index-row {
	min-height: 380px;
}

@media (min-width: 1200px) {
	.index-landing-image {
		transform: scale(1.2) !important;
	}
}



.index-heading {
	padding-top: 6rem;
}

.index-subheading {
	font-size: 1.45rem;
	font-weight: 200;
}

.index-search {
	margin-top: 3rem;
}

.index-source-button:hover {
	cursor: pointer;
}

.index-search-input {
	padding: 24px 15px 23px 42px;
	background: #f8f9fa !important;
}

@media (min-width: 768px) {
	.index-search-input {
		min-width: 300px;
	}
}

.index-search-input:focus {
	background: #f8f9fa;
}

.index-search-input-icon {
	position: absolute;
	top: 13px;
	left: 15px;
	font-size: 20px !important;
	color: var(--primary-color);
}

.index-input-div {
	position: relative;
}

.index-submit-button {
	padding: 12px 20px 14px 20px;
	margin-left: .5rem;
	transition: opacity 0.3s, background .3s;
}

.index-card {
	transition: all .3s ease-in-out;
}


.index-presentation-svg-one {
	/*animation: slowbounce 2s ease-in-out 0s infinite alternate;*/
}

.index-container-margin-top-big {
	margin-top: 6rem;
}

.index-big-icon {
    font-size: 3rem !important;
    color: #a7a7a7;
	transition: all .3s ease-in-out;
}

.index-card:hover .index-big-icon {
	color: var(--primary-color);
}

/* Compare page */
.compare-search {
	margin-top: 3rem;
    margin-bottom: 3rem;
}

.compare-search-input {
	padding: 15px;
}

.compare-submit-button {
	padding: 7px 20px;
}


/* Text shadow */
.text-shadow {
	text-shadow: 0px 0px 11px #0000006b;
}

/* custom shadow cards */
.card-shadow {
	box-shadow: 0px 0px 20px #00000010;
	border: 0;
}

@media(max-width: 575px) {
	.index-search {
		margin-top: 3rem;
	}

	.navbar-nav-sub > li > a {
		font-size: 14px;
		padding: .5rem 0 .2rem
	}
}


/* Small Admin navbar */
.navbar-small-admin-menu {
	background: #2b2b2b !important;
	border: none;
	border-radius: 0px;
	font-family: 'Segoe UI', Tahoma, Segoe UI, Arial, sans-serif;
	margin-bottom: 0px;
}

.navbar-small-admin-brand {
	font-size: .9rem;
	height: 30px;
	padding: .3rem 0 0 0;
	margin-right: 20px;
	color: #fff;
}
.navbar-small-admin-brand:hover {
	color: #fff;
}

.navbar-small-admin-nav {
	height: 30px;
	float: none;
}

.navbar-small-admin-nav > li > a {
	font-size: .75rem;
	padding-top: .4rem;
	padding-bottom: 0;
	color: #fff;
	opacity: .9;
}

.navbar-admin-menu .navbar-nav-admin>li>a {
	color: #fff;
	opacity: .9;
}

.navbar-admin-menu .navbar-nav-admin>li>a:hover, .navbar-admin-menu .navbar-nav-admin>li>a:focus {
	opacity: 1;
}

/* Admin menu */
.navbar-admin-menu {
	/*background: linear-gradient(333deg, #1DD4CD -0%, #1ab98c 100%);*/
	background: #fff;
	border: none;
	border-radius: 0px;
	font-family: 'Segoe UI', Tahoma, Segoe UI, Arial, sans-serif;
	margin-bottom: 0px;
}
.navbar-admin-menu-border {
	background: linear-gradient(333deg, #ff492c  -0%, #ff492c  100%);
	min-height: 10px;
}

.navbar-admin-nav {

}

.navbar-toggler-admin {
	background: rgba(27, 219, 144, .8);
}

.navbar-admin-nav > li > a {
	font-size: 1rem;
	padding-top: .65rem;
	padding-bottom: .65rem;
	padding-left: .8rem !important;
	padding-right: .8rem !important;
}

.navbar-admin-brand {
	font-size: 1.1rem;
	padding: 0;
	color: rgba(0, 0, 0, .85) !important;
	transition: all .2s ease-in-out;
}

.navbar-admin-brand:hover {
	color: #1ab98c !important;
}

.nav-link-admin {
	color: rgba(0, 0, 0, .85) !important;
	transition: all .3s;
	position: relative;
	top: 0;
}
.nav-link-admin:hover {
	top: -5px;
	color: #1ab98c !important;
}

/* Plugins */
.plugin {
	width: 40px;
	height: 40px;
	background: black;
	border-radius: .25rem;
	color: white;
	transition: opacity .3s;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.plugin:hover {
	opacity: .9;
}

/* Loading */
.lds-ripple {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ripple div {
	position: absolute;
	border: 4px solid #3b3b3b;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -.5s;
}
@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

/* Other animations */
@keyframes slowbounce {
	from {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	to {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}


/* Animate dropdown menu */
.dropdown .dropdown-menu{
	animation-name: ex;
	animation-duration: .3s;
}
@keyframes ex {
	from {
		opacity: .3;
	}
	to {
		opacity: 1;
	}
}

/* Right to left */
.rtl body {
	direction: rtl;
}

.rtl .container {
	text-align: right;
}

.rtl .navbar-main-index .nav-link {
	color: #343a40 !important;
}

.rtl .navbar-main-index .nav-link:hover {
	color: #40464c !important;
}

.rtl .form-check-input {
	margin-left: 0;
	margin-right: -1.25rem;
}

.rtl .btn-get-back {
	padding: .2rem .5rem .3rem .5rem;
}

.rtl .list-group {
	padding-right: 0;
}

.rtl .list-group-item {
	text-align: right;
}

.rtl .dropdown-toggle::after {
	margin-right: .255em;
}

.rtl .sticky-footer {
	text-align: right;
}

.rtl .card {
	text-align: right;
}

.rtl .index-search-input {
	margin-right: 0;
	margin-left: .5rem;
}

.rtl .index-source-button {
	margin-right: 0;
	margin-left: .5rem;
}

.rtl .index-container {
	text-align: right;
}

.rtl .dropdown-item {
	text-align: right;
}

.rtl .btn-group>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.rtl .btn-group>.btn:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.rtl .btn-group>.btn:last-child:not(:last-child):not(:first-child) {
	border-radius: 0;
}

.rtl .input-group>.form-control:not(:first-child) {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.rtl .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.rtl .datepicker {
	left: auto;
	right: -10000px;
}

.rtl .datepicker.active {
	right: unset;
}

.rtl .dropdown-menu {
	left: 0;
	right: auto;
}

.rtl .report-content-number-link {
	margin-right: 0;
	margin-left: 3rem;
}

.rtl .input-group-datepicker {
	margin-right: 0;
	margin-left: .5rem;
}

.rtl .plugin {
	margin-right: 0;
	margin-left: 1rem;
}

.rtl .form-check {
	padding-left: 0;
	padding-right: 1.25rem;
}
.form-label
{
    color: #111111 !important;
    font-weight: 500 !important;
}
.map-iframe{
    /*margin-right:15px !important;*/
}

/*.loader {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 300;
    color: #643ab0;
    letter-spacing: 0.2em;
    font-size: 11px;
}
.loader::before, .loader::after {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            background: #643ab0;
            position: absolute;
            -webkit-animation: load 0.7s infinite alternate ease-in-out;
            animation: load 0.7s infinite alternate ease-in-out;
        }
        .loader::before {
            top: 0;
        }
        .loader::after {
            bottom: 0;
        }
 @-webkit-keyframes load {
            0% {
                left: 0;
                height: 30px;
                width: 2px;
            }
            50% {
                height: 2px;
                width: 10px;
            }
            100% {
                left: 235px;
                height: 30px;
                width: 2px;
            }
        }

        @keyframes  load {
            0% {
                left: 0;
                height: 30px;
                width: 2px;
            }
            50% {
                height: 2px;
                width: 10px;
            }
            100% {
                left: 235px;
                height: 30px;
                width: 2px;
            }
        }*/
        
 .loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  color : #ff492c ;
  margin-left: 50% !important;
}
.loader:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #ff492c ;
  border-color: #ff492c  transparent #ff492c  transparent;
  animation: loader 1.2s infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
 
@keyframes ldio-loader-o {
    0%    { opacity: 1; transform: translate(0 0) }
   49.99% { opacity: 1; transform: translate(48px,0) }
   50%    { opacity: 0; transform: translate(48px,0) }
  100%    { opacity: 0; transform: translate(0,0) }
}
@keyframes ldio-loader {
    0% { transform: translate(0,0) }
   50% { transform: translate(48px,0) }
  100% { transform: translate(0,0) }
}
.ldio-loader div {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: 36px;
  left: 12px;
}
.ldio-loader div:nth-child(1) {
  background: #ff492c ;
  animation: ldio-loader 1s linear infinite;
  animation-delay: -0.5s;
}
.ldio-loader div:nth-child(2) {
  background: #082662;
  animation: ldio-loader 1s linear infinite;
  animation-delay: 0s;
}
.ldio-loader div:nth-child(3) {
  background: #ff492c ;
  animation: ldio-loader-o 1s linear infinite;
  animation-delay: -0.5s;
}
.loadingio-spinner-dual-ball-jl8yfqfxrah {
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  background: none;
  margin: 0 auto;
}
.ldio-loader {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-loader div { box-sizing: content-box; }
/* generated by https://loading.io/ */
  

.filter-input
{
    margin-right:20px;
}
.media-body
{
 width: 15% !important;
}
td.dataTables_empty {
    text-align: center;    
}
.badge-warning,.btn-warning{
    color:#fff !important;
}
 .sweet-alert h2 {
        font-size:20px !important;
    }
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.badge-pill
{
    padding-bottom: 12px !important;
    padding-top: 12px !important;
     padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 12px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    
    padding: 10px 16px !important;
    margin: 5px !important;
    border: 0 !important;
    border-radius: 1px !important;
    transition: all 0.2s ease-in-out !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    justify-content: center !important;
    font-weight: 500 !important;
    align-items: center !important;
    justify-content: center !important;
    
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color:#111;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
    margin-top: 16px;
    text-align: left;
}
.dataTables_wrapper .dataTables_info {
    float: left;
    display: none;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
    margin-top: 35px!important;
    text-align: center !important;
    float:none !important;
}


/*table.dataTable thead th, table.dataTable thead td {
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 12px;
    color: #1c273c;
    color: #fff !important;
    background-color: #082662 !important;
    border-color: #082662 !important;
    height:50px;
}*/
.custom-modal-w{
    width: 75% !important;
            max-width: 75% !important;
}
.footer-class
{
    background-color: #fff;
    border-top: 1px solid #cdd4e0;
    margin-top: auto;
    display: none;
    display:block!important;
}
.center-block {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
}
.share-container a img {
    max-width: 45px;
    margin-right: 10px;
    margin: 10px 10px 10px 0;
}
.share-container a, .share-container a img {
    display: inline;
}
.container-fluid {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.alert-success{
    color: #fff !important;
    background-color: #54e20d   !important;
    border-color: #54e20d   !important;
}
.alert-info{
    color: #fff !important;
    background-color: #082662   !important;
    border-color: #082662   !important;
}
.alert-warning{
    color: #fff !important;
    background-color: #ff492c  !important;
    border-color: #ff492c  !important;
}
.alert-danger{
    color: #fff !important;
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}
/*.alert-success {
    color: #fff !important;
    background-color: #3bb001 !important;
    border-color: #3bb001 !important;
}*/
.alert .close {
    text-shadow: none;
    opacity: .2;
    color: #fff !important;
}
#website-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #cdd4e0;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    margin: 10px 15px 15px -10px;
}
#website-mini-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cdd4e0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.sweet-alert .confirm { 
    background-color: #ff492c  !important;
}
.sweet-alert .cancel { 
    background-color: #000 !important;
}
.sweet-alert .sa-icon.sa-error {
    border-color: #fd0000!important;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    background-color: #fd0000!important;;
}
.sweet-alert .sa-icon.sa-success .sa-line
{
	background-color: #54e20d !important;
}
.sweet-alert .sa-icon.sa-success
{
	border-color: #54e20d !important;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder
{
	border: 4px solid #54e20d !important;
}
.table-responsive {
    overflow-x :unset !important;
}
.close
{
    color:#5f6d88 !important;
}

@media print {
  .az-header,.az-footer { 
    display: none !important; 
  }
  .az-content-header-right .btn-secondary , .az-content-header-right .btn-purple{
      display: none !important; 
  }
}

.az-logo {text-transform: capitalize !important;font-size:19px !important;top:0px !important;}

.az-content-body
{
    width: 100%;
}
.btn-info {
    color: #fff;
    background-color: #082662!important;
    border-color: #082662!important;
}
.btn-orange {
    color: #fff;
    background-color: #ff492c !important;
    border-color: #ff492c !important;
}
#advanced-options {
    display: none;
}

  /*  @media (min-width: 992px) {
.az-header > .container, .az-header > .container-fluid {
    padding-left: 125px !important;
    padding-right: 125px !important;
}
}*/


#tech_leads tbody td.nowrap {
    white-space: nowrap;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #ff492c  !important;
    border-color: #ff492c  !important;
}
.az-content-body
{
    background: #f9f9f9;
}
.az-profile-contact-list .media + .media {
    margin-top: 10px !important;
}

.az-signin-footer a {
   font-size:16px;
}

 .alert {
    border: none !important;
    border-radius: 4px !important;
    position: relative !important;
    padding: 15px !important;
}
.btn
{
    border-radius : 4px !important;
}
label
{
    color: #555 !important;
    font-weight: 600 !important;
}

.iconslist > a {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 20px;
    padding: 5px;
    flex: 1;
    flex-basis: 8.33%;
    flex-grow: 0;
    position: relative;
    margin: 10px 1px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    text-align: center;
    color: #333;
}
.iconslist > a span {
    line-height: 1.2
}
.iconslist > a img {
    width: 48px;
    height: 48px;
    margin:0 auto 5px;
}
.iconslist > a.active {
    color: #ff492c ;
    border-color: #ff492c ;
    border:2px solid;
}
.active span
{
    font-weight:700;
}
.iconslist a:hover {
    color: #ff492c  !important;
    text-decoration: none;
}

.iconslist select {
    background-color: #ff492c  !important;
    border-color: #ff492c  !important;
   color:#fff !important;
}
.text-red
{
    color:#e54646;
}
.bg-gray-200 {
    background-color: #ffffff !important;
    border-radius :10px;
}
.az-footer {
    background-color: #f9f9f9 !important;
}

*::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
*::-webkit-scrollbar-thumb {
    background-color: #d3d3d3;
    border-radius: 20px;
}

.btn-ai-rewrite
{
	border-radius: 20px !important;
    padding: 8px 8px !important;
}