/* Defining some vars */
:root {
	--main-color: #E34A85;
	--main-gradient: linear-gradient(333deg, #E34A85 0%, #5B2F91 100%);
}


body {
	background: #fafafa;
}


@media (min-width: 1200px) {
	.container {
		width: 1050px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 950px;
	}
}

.modal-content {
	border-radius: 3px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.modal-header {
	padding: 10px;
}
.form-control {
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #EDEEEE;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bg-main .form-control:focus {
	border-color: white !important;
}

.form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: inset none;
}

.btn-default {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}

.btn-default:hover {
	color: #fff;
	background-color: #1e1e1e;
	border-color: #1e1e1e;
}

.btn-main {
	background: var(--main-gradient) !important;
	color: white !important;
	transition: all .3s ease-in-out;
}

.btn-main:hover {
	transform: scale(1.02);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.btn-main:active {
	transform: scale(1.01);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.btn-main:focus {
	box-shadow: none !important;
}


.sticky-footer {
	margin-top: 5rem;
	padding: 2rem 0 3rem 0;
	font-size: 0.9rem;
}

.sticky-footer, .sticky-footer a {
	color: #9b9b9b;
}

.sticky-footer a:hover {
	color: #000;
}



/* Helper classes */
.zoomer {
	transition: transform .3s ease-in-out;
}

.zoomer:hover {
	transform: scale(1.02);
}

.clickable {
	cursor: pointer;
}

.get-back-button {
	color: #E34A85;
	background-color: #ffffff;
	border-color: #E34A85;
	padding: 3px 10px;
	transition: all 0.5s;
}
.get-back-button:hover, .get-back-button:focus, .get-back-button:active, .get-back-button.active, .open .dropdown-toggle.get-back-button {
	color: #FFFFFF;
	background-color: #E34A85;
	border-color: #E34A85;
}

.dropdown-toggle-simple::after {
	display:none;
}

.dropdown-menu {
	box-shadow: 0px 0px 20px #00000010;
	border: 0;
}

.dropdown-item:active {
	background: var(--main-gradient);
}

/* Navbar custom menu */
.navbar-avatar-image {
	width: 24px;
	height: 24px;
	margin-right: 10px
}

.navbar-main {
	background: #fff !important;
	box-shadow: 0px 0px 20px #00000010;
}

.navbar-main .navbar-brand {
	color: #3D3B3C !important;
	font-size: 1.1rem;
}

.navbar-main .navbar-nav > li > a {
	font-size: 0.9rem;
	color: #595758;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-main .navbar-nav > li > a:hover {
	color: #403f3f;
}

.navbar-menu-margin {
	margin-bottom: 3rem;
}

.navbar {
	min-height: 0px !important;
}



.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;
}



/* Store page */
.label-store {
	font-size: 60%;
}
.media-store {
	margin-top: 25px;
}
.media-store-disabled {
	opacity: 0.5;
}
.paypal-submit {
	width: 100px;
	height: auto;
}

.bg-main {
	background: var(--main-gradient) !important;
	transition: background 1s;
}

.text-main {
	color: var(--main-color);
}


.bg-instagram {
	background: #f75581;
	background: linear-gradient(333deg, #c32dca 0%, #ffbb3e 100%);
}

/* Index presentation */
.index-container {
	min-height: 580px;
	margin-top: 120px;
	background: url('../images/link-genie-web-app-mobile-app-best-instagram-bio-links.png');
	background-repeat: no-repeat;
	background-position: 80%;
	background-size: 40%;

}
.mt-4 {
	font-size: 1.1rem!important;
    font-weight: 400;
    line-height: 1.7!important;
    color: #212529;
}
.mt-4 a {
    color: #E34A85!important;
    text-decoration: none;
}

.mt-4 a:hover {
    color: #5b2f91!important;
    text-decoration: underline;
}

.mt-5, .my-5 {
    margin-top: 1.8rem !important;
}
.m-5 {
    margin: 1.8rem !important;
}

.mt-6, .my-6 {
    margin-top: 1.8rem !important;
	filter: blur(100px);
}
.m-6 {
    margin: 1.8rem !important;
}

.video-container {
	position:relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
    top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius: 5px;
}

@media only screen and (max-width: 980px) {
	.index-container {	    
	    margin-top: 32px!important;
		min-height: 235px!important;
	    background: url('../images/link-genie-web-app-mobile-app-best-instagram-bio-links.png');
	    background-repeat: no-repeat;
	    background-position:center top;
	    background-size: 84%;
	}
	.index-header-text {
	   font-size: 1.6rem!important;
	   padding-top: 270px!important;
	   max-width:98%!important;
    }
	
}


@media (max-width: 768px) {
	.index-container {
		/*background: white;*/
	}
		
}

@media (min-width: 1660px) {
	.index-container {
		background-size: 30%;
	}
}

.faded-container {
	background: linear-gradient(333deg, #E34A85 0%, #5B2F91 100%) !important;
	padding: 9rem 0;
}

.index-header-text {
	font-size: 3rem;
	padding-top: 5rem;
	max-width:45%;
}

.index-subheader-text {
	color: #6c757d;
}


.index-header-button {

}

.index-block-margin {
	margin: 8rem 0;
}


/* Other stuff animated */
.container-animated-up {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeIn;
	animation-delay: 1.3s;
}

/* Animate dropdown menu */
.dropdown .dropdown-menu{
	animation-name: ex;
	animation-duration: .3s;
}
@keyframes ex {
	from {
		opacity: .3;
	}
	to {
		opacity: 1;
	}
}

/* Chart */
.chart-container {
	position: relative;
	margin: auto;
	height: 250px;
	width: 100%;
}

.admin-widget-chart-container {
	position: relative;
	margin: auto;
	height: 50px;
	width: 100%;
}

/* custom shadow cards */
.card-shadow {
	box-shadow: 0px 0px 20px #00000010;
	border: 0;
}

.card-small-text {
	font-size: 0.85rem;
	line-height: 1rem;
	text-transform: lowercase;
}


.bg-shadow {
	box-shadow: 2px 2px 10px 0px #88888866;
}

.profile-html {
	min-height: 100%;
}

.profile-body {
	font-family: 'Montserrat', sans-serif;
	background: rgb(245,245,245);
	background: linear-gradient(-45deg, rgba(245,245,245,1) 1%, rgba(250,250,250,1) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.profile-button-addition {
	white-space: normal;
	word-wrap: break-word;
	padding: 1rem 1rem;
	font-size: 1.1rem;
	/*border-radius: .3rem;*/
	border-radius: 5rem!important;
	box-shadow: 0px 0px 20px #00000010;
	border: 0;
	transition: opacity 0.3s, background 0.3s;
}

.profile-button-addition:hover {
	opacity: 0.9;
}

.profile-verified-badge {
	color: #3897F0;
}
.veria {
    flex-shrink: 0;
    color: #1a73e8;
    margin-right: 8px;
}
.verib {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
}
.veric {
    display: box;
    display: flex;
    display: flex;
    margin-top: 8px;
}

.profile-settings-avatar {
	max-width: 120px;
	max-height: 120px;
	cursor: pointer;
}

.profile-background-enabled .profile-header, .profile-background-enabled .profile-description {
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.profile-header, h3 {
    font-size: 1.25rem !important;
}

[type="radio"][name="color"] {
	visibility:hidden;
}

.round-shape {
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
	border-radius: 50%;
	margin: 5px;
	transition: opacity 0.3s;
}

.round-shape:hover {
	opacity: 0.9;
}

.bitly-logo {
	width: 20px;
	height: 20px;
	margin: 5px;
	transition: opacity 0.3s;
}

.bitly-logo:hover {
	opacity: 0.9;
}

/* Pricing cards */
.pricing-card-pro {
	background: linear-gradient(333deg, #060606 0%, #232323 100%) !important;
}

.pricing-card-header-text {
	font-weight: bold;
	letter-spacing: 0.15rem;
	font-size: 0.9rem;
}

.pricing-card-price-currency {
	font-size: 0.9rem;
	font-weight: lighter;
}

.pricing-card-price {
	font-size: 4.1rem;
	font-weight: lighter;
}

/* 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: 0.9rem;
	height: 30px;
	padding: 0.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: 0.75rem;
	padding-top: 0.4rem;
	padding-bottom: 0;
	color: #fff;
	opacity: 0.9;
}

.navbar-admin-menu .navbar-nav-admin>li>a {
	color: #fff;
	opacity: 0.9;
}

.navbar-admin-menu .navbar-nav-admin>li>a:hover, .navbar-admin-menu .navbar-nav-admin>li>a:focus {
	opacity: 1;
}

/* Datepicker modal */
.datepicker-modal {
	z-index: 9999 !important;
}

/* Admin menu */
.navbar-admin-menu {
	/*background: linear-gradient(333deg, #E34A85 -0%, #5B2F91 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, #E34A85 -0%, #5B2F91 100%);
	min-height: 10px;
}

.navbar-admin-nav {

}

.navbar-toggler-admin {
	background: rgba(227, 74, 133, .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: #E34A85 !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: #E34A85 !important;
}

/* 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;
	background-position: 20% !important;
}

.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 .input-group-datepicker {
	margin-right: 0;
	margin-left: .5rem;
}

.rtl .form-check {
	padding-left: 0;
	padding-right: 1.25rem;
}

.dot {
  display: inline-block;
  border-radius: 50%;
  width: 50%;
  background-color: #EEE;
  height: 15px;
  width: 15px;
  margin: 0 2px;
}
.dot.dot-success {
  background-color: #51d451;
}
.dot.dot-warning {
  background-color: #F0AD4E;
}
.dot.dot-danger {
  background-color: #D9534F;
}
.dot.dot-online {
  background-color: #12E3AC;
}
.dot.dot-away {
  background-color: #F5A426;
}

.dot.dot-sm {
  height: 10px;
  width: 10px;
}
.dot.dot-lg {
  margin: 0 4px;
  height: 20px;
  width: 20px;
}