/* Defining some vars */
:root {
	--ig-color: #f75581;
	--ig-color-hover: #c43566;
	--ig-gradient: linear-gradient(333deg, #c32dca 0%, #ffbb3e 100%);
}

/* Overriding some */
body {
	background: #fdfdfd;
}

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

.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);
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: inset none;
}

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

.btn {
	font-size: .88rem;
	padding-top: .4rem;
	padding-bottom: .4rem;
	border: 0
}

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

.btn-default {
	color: #fff;
	background: var(--ig-gradient);
}

.btn-default:hover {
	color: #fff;
	transition: opacity .25s ease-in-out;
	opacity: .9;
}

.btn-get-back {
	border-radius: 50%;
	padding: .2rem .6rem .3rem .5rem;
	opacity: .8;
	transition: opacity 1s;
}
.btn-get-back:hover {
	opacity: 1;
}

.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: var(--ig-color) !important;
}

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

/* Helper classes */
.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);
}


/* Navbar custom menu */
.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: #3B4F5E;
	border-color: #3B4F5E;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #3B4F5E;
}

/* Sub menu */
.navbar-sub-menu {
	background: #ffffff;
	border: none;
	border-radius: 0;
	font-family: 'Segoe UI', Tahoma, Segoe UI, Arial, sans-serif;
}

.navbar-sub-menu-margin {
	margin-bottom: 50px;
}

.navbar-nav-sub {
	min-height: 30px;
}

.navbar-nav-sub > li > a {
	font-size: .9rem;
	padding: .3rem 0 .2rem
}

.navbar-brand-sub {
	font-size: 14px;
	height: 30px;
	padding: 5px 0px 5px 15px;
	margin-right: 20px;
	color: white;
}
.navbar-sub-menu {
	color: #FFF;
}
.navbar-sub-menu .navbar-brand-sub:hover, .navbar-sub-menu .navbar-brand-sub:focus {
	color: #79CDFF;
	background-color: transparent;
}
.navbar-sub-menu .navbar-nav-sub>li>a {
	color: #FFF !important;
	/*opacity: .7;*/
}
.navbar-sub-menu .navbar-nav-sub>li>a:hover, .navbar-sub-menu .navbar-nav-sub>li>a:focus {
	color: #f0f0f0;
	/*opacity: 1;*/
}

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

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

.dropdown-item:active {
	background: var(--ig-gradient);
}

.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: var(--ig-gradient);
	transition: opacity .5s;
}
.bg-instagram:hover {
	opacity: .9;
}

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

.btn-instagram {
	background: var(--ig-color);
	color: white;

}

.btn-instagram:hover {
	background: var(--ig-color-hover);
	color: white;
}

.text-instagram {
	color: var(--ig-color);
}

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

.bg-facebook {
	background: #4268b2;
	transition: opacity .5s;
}

.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;
}

/* 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;
}

/* 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-source-button {
	padding: 13px 20px;
	margin-right: .5rem;
}


.index-container {
	width: 100%;
	background: #1b1e21 url('../images/index.jpg');
	background-size: cover;
	min-height: 450px;
}

.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 {
	width: 400px !important;
	padding: 24px 15px 23px 42px;
	margin-right: .5rem;
}

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

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

.index-submit-button {
	padding: 12px 20px 14px 20px;
}

.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(--ig-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;
	}

	.index-search-input {
		width: unset !important;
	}

	.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%, #1BDB90 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, #1DD4CD -0%, #1BDB90 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: #1BDB90 !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: #1BDB90 !important;
}

/* Plugins */
.plugin {
	width: 40px;
	height: 40px;
	background: black;
	border-radius: .25rem;
	color: white;
	padding: .5rem 1rem;
	transition: opacity .3s;
	margin-right: 1rem;
}

.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 .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;
}
