/* Defining some vars */
:root {
	--primary-background-color: #fafbfc;

	--primary-color: #00c7ac;
	--primary-color-hover: #00ba9f;

	--secondary-color: #00c7ac;
	--secondary-color-hover: #00ba9f;

	--dark-background-color: #0a0a0a;
}
@font-face {
font-family: 'dana';
src: url('../fonts/dana-medium.eot#') format('eot'),
url('../fonts/dana-medium.woff') format('woff'),
url('../fonts/dana-medium.woff2') format('truetype');
}

*{
    letter-spacing: 0!important;
}
body {
    direction:rtl;
    font-family: 'dana';
    text-align: right;  
}
.tooltip {
    font-family:dana; 
}
.text-left {
    text-align: right!important;
}

.index-image {
    right: 0;
}
.dropdown-menu {
    text-align: right;
}
.mr-1, .mx-1 {
    margin-left: .25rem !important;
    margin-right: 0 !important;
}
.dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0;
}
.mr-3, .mx-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}
.input-group {
    direction: ltr;
}
.ml-1, .mx-1 {
    margin-right: .25rem !important;
    margin-left: 0 !important;
}
input[name="location_url"],input[name="start_date"],input[name="end_date"],input[name="end_date"] {
    direction:ltr;
  }
  
.close {
    float: left!important;
    margin: 0!important;
}
.admin-sidebar-links li.active {
    border-right: 5px solid var(--primary);
    border-left: 0;
}
svg.svg-inline--fa.fa-arrow-right {
    transform: rotate(180deg);
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: left!important;
}
.form-check-input {
    margin-left: 0;
    margin-right: -1.25rem;
}

.form-check {
    padding-right: 1.25rem;
    padding-left: 0;
}
.pricing-container{
    right: calc(-40vw + 50%);
    left: 0;
}
.custom-row-side-controller {
    left: 100%;
    right: unset;
}
svg.svg-inline--fa.fa-arrow-left {
    transform: rotate(180deg);
}
.nav {
    padding-right: 0;
}

.navbar-nav {
    padding-right: 0;
}
@media (max-width: 768px){
    .admin-sidebar {
        transition: margin-right .15s linear;
        margin-left: unset;
        margin-right: -250px;
    }
    
    .ml-auto, .mx-auto {
        margin-right: auto !important;
        margin-left: unset !important;
    }
    
    body.admin-sidebar-opened .admin-sidebar {
        margin-right: 0;
        margin-left: unset;
    }
}

body {
	background: var(--primary-background-color);
	font-family: 'dana', sans-serif;
	color: #1e1e1e;
}

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

a {
	color: #1e1e1e;
	transition: color 0.3s ease-in-out;
}

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

a:active {
	transition: none;
}

.modal-header {
	padding: 1rem;
	border-bottom: 0;
}

.modal-subheader {
	padding: 0 1rem;
	border-bottom: 0;
	margin: 0;
}

.modal-content {
	padding: 1rem;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}


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

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

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

.input-group-text {
	font-size: 0.9rem;
}

.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 */
.footer {
	padding: 4rem 0;
	margin: 6em 0 0 0;
	font-size: 0.95rem;
	background: var(--dark-background-color);
}

.footer {
	color: rgba(255, 255, 255, 0.65);
}

.footer a:not(.dropdown-item), .footer a:hover:not(.dropdown-item) {
	color: rgba(255, 255, 255, 0.65);
}

.footer a.icon {
	color: rgba(255, 255, 255, 0.65);
}

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

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

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

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

.footer-logo {
	max-width: 125px;
	height: auto;
	filter: grayscale(100%);
}

/* Helper classes */
.clickable {
	cursor: pointer;
}

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

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

.icon-stripe {
	color: #6772E5;
}

.icon-paypal {
	color: #283B81;
}

/* Navbar custom menu */
.navbar-main {
	min-height: 0 !important;
	z-index: 1;
	background: transparent;
}

.navbar-absolute {
	position: absolute;
	width: 100%;
	margin: 0;
}

.navbar-main .navbar-nav > li > a {
	padding: 1rem !important;
}

.navbar-logo {
	max-height: 2.5rem;
	height: 2.5rem;
}

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

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

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.85);
}

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

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: var(--secondary-color);
}

/* Dropdown */
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--dark-background-color);
}

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

.dropdown-menu {
	box-shadow: 0 0 2rem 0 rgba(136,152,170,.15) !important;
	border: 0;
}

/* Buttons */
.btn {
	border: 0;
	transition: all 0.3s !important;
}

.btn:hover {
	opacity: 0.9;
}

.btn:active {
	opacity: 0.5;
}

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

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

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

.btn-get-back {
	border-radius: 50%;
}

.btn-primary {
	background: var(--primary-color);
	color: white;
}

.btn-primary:hover {
	background: var(--primary-color-hover);
	color: white;
	opacity: 0.9;
}

.btn-primary:active {
	background: var(--primary-color-hover) !important;
	color: white;
	opacity: 0.5;
}

.btn-secondary {
	background: var(--secondary-color);
	color: white;
}

.btn-secondary:hover {
	background: var(--secondary-color-hover);
	color: white;
	opacity: 0.9;
}

.btn-secondary:active {
	background: var(--secondary-color-hover);
	color: white;
	opacity: 0.5;
}


/* Index */
.index-container {
	width: 100%;
	padding: 14rem 0 14rem 0;
	color: white;

	background: url('../images/blob.svg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

/*background-image: linear-gradient(-220deg, #cf3eff, #3e82ff);*/


@media (min-width: 576px) {
	.index-container::before {
		left: -20%;
		top: 48%;
	}
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
	.index-container::after {
		height: 130px;
		width: 155px;
		right: 0;
		top: 12%;
	}

	.index-container::before {
		left: -12%;
		top: 48%;
	}

}

@keyframes index_container_blob {
	from {
		/*border-radius: 125%;*/
		transform: scale(0.4);
	}
	to {
		/*border-radius: 75% 50% 85% 50%;*/
		transform: scale(1);
	}
}

.index-image {
	width: 100%;
	height: auto;
	position: absolute;
	top: -5rem;
}

@media (min-width: 1375px) {
	.index-image {
		width: 115%;
	}
}

.index-header {
	font-size: 3.2rem;
	font-weight: bold;
}

.index-subheader {
	font-size: 1.35rem;
}

.index-button {
	padding: 1rem 1.7rem;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: 0 0 .8rem 0 rgba(136, 152, 170, .15) !important;
	transition: all .3s ease-in-out;
}

/* Header container */
.header {
	padding: 4rem 0;
	margin-bottom: 1rem;
}

.user-avatar {
	border-radius: 50%;
	max-width: 80px;
	max-height: 80px;
}

/* Link Settings page */
.link-image-preview {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	border: .1rem dashed grey;
}

.link-background-type-preset {
	width: 8rem;
	height: 8rem;
	margin: .5rem;
	border-radius: .25rem;
	opacity: .75;
	transition: .3s opacity;
}

.link-background-type-preset:hover {
	cursor: pointer;
}

input[type="radio"]:checked ~ .link-background-type-preset {
	opacity: 1;
}

.link-background-type-image {
	border-radius: .25rem;
	margin-bottom: .5rem;
}

/* Biolink preview iframe */
.biolink-preview-container {

}

.biolink-preview {
	position: relative;
	margin: 0 auto;
	height: auto;
	width: auto;
	display: inline-block;
	text-align: left;
	border-radius: 4rem;
	padding: .7rem;
	background: linear-gradient(45deg,#444,#111);
	box-shadow: 0 0px 30px rgba(0,0,0,0.20);
	border: .3rem solid #444546;
}

.biolink-preview-iframe-container {
	overflow: hidden;
	width: 375px;
	height: 825px;
	border-radius: 3rem;
}

.biolink-preview-iframe {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}


/* Others */
.trigger-type-select {
	max-width: 150px !important;
}

.container-disabled {
	pointer-events: none;
	opacity: .5;
}

.container-disabled-simple {
	pointer-events: none;
}

/* custom shadow cards */
.card-shadow {
	/*box-shadow: 0px 0px 20px #00000010;*/
	box-shadow: 0 0 .8rem 0 rgba(136, 152, 170, .15) !important;
	border: 1px solid rgba(0,0,0,.05);
}


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

@keyframes initiate_underline {
	from {
		background-size: 0% 0.25em;
	}
	to {
		background-size: 100% 0.25em;
	}
}

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

/* Custom row */
.custom-row {
	box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
	border-radius: .25rem;
	padding: 1.5rem;
	position: relative;
	background: white;
}

.custom-row-inactive {
	background: #eaeaea;
}

.custom-row-side-controller {
	right: 100%;
	top: 25%;
	font-size: 1.2em;
	padding: .4em .8em;
}

@media (min-width: 992px) {
	.custom-row-side-controller {
		position: absolute;
	}
}

.custom-row-side-controller-grab {
	cursor: grab;
}

.custom-row-statistic-number {
}

.custom-row-statistic-icon {
}

/* Tables */
.thead-black th {
	color: white;
	background-color: var(--dark-background-color);
	border-color: var(--dark-background-color);
}

.table-custom-container {
	/*box-shadow: 0px 0px 20px #0000001a;*/
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	border-radius: .25rem;
}

.table-custom {
	margin-bottom: 0;
}

.table-custom thead th {
	border-top: 0;
	border-bottom: 0;
}

.table-custom th {
	padding: 1.25rem 1rem;
}

.table-custom td {
	padding: 1.75rem 1rem;
	background: white;
	vertical-align: middle;
}

.table-custom tbody tr {
	transition: all .3s ease-in-out;
}

.table-custom tbody tr:hover td {
	background: #f5f5f5;
}

/* Custom PRE container */
.pre-custom {
	box-shadow: 0px 0px 20px #0000001a;
	background: white;
	padding: 2rem;
	font-size: 0.75rem;
}



/* Helpers */
.appearance-none {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select-custom-altum {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232D3748' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	padding: .375rem 1.75rem .375rem .75rem;
	background-color: #e9ecef;
}
.zoomer {
	transition: transform .3s ease-in-out;
}
.zoomer:hover {
	transform: scale(1.02);
}
.zoomer-shadow {
	transition: transform .3s ease-in-out;
	box-shadow: 0px 0px 20px #0000001a;
}
.zoomer-shadow:hover {
	transform: scale(1.02);
	box-shadow: 0px 0px 25px #00000012;;
}
.highlight-shadow {
	animation: highlight-shadow 1.5s infinite;
}
.margin-top-12 {
	margin-top: 12rem;
}
.margin-bottom-12 {
	margin-bottom: 12rem;
}
.margin-top-9 {
	margin-top: 9rem;
}
.margin-bottom-9 {
	margin-bottom: 9rem;
}
.margin-top-6 {
	margin-top: 6rem;
}
.margin-bottom-6 {
	margin-bottom: 6rem;
}
.margin-top-3 {
	margin-top: 3rem;
}
.margin-bottom-3 {
	margin-bottom: 3rem;
}

@keyframes highlight-shadow {
	0% {
		box-shadow: rgba(26, 185, 140, .75) 0 0 0.1rem 0.05rem;
	}

	50% {
		box-shadow: rgba(26, 185, 140, .75) 0 0 0.5rem 0.25rem;
	}

	100% {
		box-shadow: rgba(26, 185, 140, .75) 0 0 0.1rem 0.05rem;
	}
}

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

h1, .h1 {
	font-size: 2.25rem;
}

.underline {
	background-image: linear-gradient(to right, var(--primary-color), var(--primary-color));
	background-repeat: no-repeat;
	background-position: 0 85%;
	background-size: 100% 0.25em;

	animation-name: initiate_underline;
	animation-delay: 0.3s;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
}

/* Pricing */
.pricing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}
.pricing-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	flex: 0 1 315px;
}
.pricing-action, .pricing-action-disabled {
	color: inherit;
	border: none;
	background: none;
}
.pricing-action:focus, .pricing-action-disabled:focus {
	outline: none;
}

.pricing-feature-list {
	text-align: left;
}

.pricing-palden .pricing-item {
	cursor: default;
	color: #7b7f84;
	background: #fff;
	border-radius: 20px 20px 10px 10px;
	margin: 1em;
}

.pricing-palden .pricing-deco {
	border-radius: 10px 10px 0 0;
	background: var(--secondary-color);
	padding: 2em 0 9em;
	position: relative;
}

.pricing-palden .pricing-deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
}

.pricing-palden .pricing-title {
	font-size: 0.75em;
	margin-bottom: 3em;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
}

.pricing-palden .deco-layer {
	transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
	transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
	transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
	font-size: 2.5em;
}

.pricing-palden .pricing-price {
	font-size: 5em;
	font-weight: bold;
	padding: 0;
	color: #fff;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}

.pricing-palden .pricing-currency {
	font-size: 0.15em;
	vertical-align: top;
}

.pricing-palden .pricing-period {
	font-size: 0.15em;
	padding: 0 0 0 0.5em;
	font-style: italic;
}

.pricing-palden .pricing-sub {
	font-size: 0.85em;
	color: #f8f9fa;
	margin-top: 3em;
}

.pricing-palden .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
}

.pricing-palden .pricing-feature {
	padding: 1em 0;
}

.pricing-palden .pricing-action {
	font-weight: bold;
	margin: auto 3em 2em 3em;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: var(--secondary-color);
	transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
	background-color: #100A13;
	text-decoration: none;
}

.pricing-palden .pricing-action-disabled {
	font-weight: bold;
	margin: auto 3em 2em 3em;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #6c757d;
	transition: background-color 0.3s;
}

.pricing-palden .pricing-action-disabled:hover, .pricing-palden .pricing-action-disabled:focus {
	background-color: #100A13;
}

.pricing-palden .pricing-item--featured .pricing-deco {
	padding: 5em 0 8.885em 0;
}

/* Custom Radio Boxes */
.custom-radio-box {
	cursor: pointer;
}

.custom-radio-box .custom-radio-box-main-text {
	font-size: 2.25rem;
}

.custom-radio-box .custom-radio-box-main-icon {
	font-size: 2.5rem;
}

.custom-radio-box input[type="radio"] + div {
	transition: all .3s ease-in-out;
}

.custom-radio-box input[type="radio"]:checked + div {
	background: var(--primary-color);
	color: white;
}

/* Gradients */
.bg-gradient-primary {
	background: linear-gradient(230deg, #759bff, #843cf6);
}

.bg-gradient-secondary {
	background: linear-gradient(to right, #e7ebf0, #868e96);
}

.bg-gradient-success {
	background: linear-gradient(45deg, #7bffce, #30c93e);
}

.bg-gradient-info {
	background: linear-gradient(190deg, #64ddf1, #3c98f6);
}

.bg-gradient-warning {
	background: linear-gradient(135deg, #ffc480, #ff763b);
}

.bg-gradient-danger {
	background: linear-gradient(316deg, #fc5286, #fbaaa2);
}

.bg-gradient-light {
	background: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
}

.bg-gradient-dark {
	background: linear-gradient(to right, #7d7979 0%, #000000 100%);
}

/* Badge colors */
.badge-primary {
	color: hsl(211, 100%, 35%);
	background-color: hsl(211, 100%, 85%);
}

.badge-secondary {
	color: hsl(208, 7%, 35%);
	background-color: hsl(208, 7%, 85%);
}

.badge-success {
	color: hsla(134, 50%, 30%, 1);
	background-color: hsla(134, 50%, 85%, 1);
}

.badge-danger {
	color: hsla(354, 70%, 35%, 1);
	background-color: hsla(354, 70%, 85%, 1);
}

.badge-warning {
	color: hsla(40, 80%, 30%, 1);
	background-color: hsla(45, 100%, 85%, 1);
}

.badge-info {
	color: hsla(188, 60%, 30%, 1);
	background-color: hsla(188, 78%, 85%, 1);
}

.badge-light {
	color: hsla(210, 15%, 35%, 1);
	background-color: hsl(210, 17%, 95%);
}

.badge-dark {
	color: hsla(210, 10%, 90%, 1);
	background-color: hsla(210, 10%, 20%, 1);
}

/* Invoice css */
.invoice-table th {
	border-top: 0 !important;
}

@media print {
	.invoice-header-buttons {
		display: none;
	}

	.invoice-logo {
		filter: grayscale(100%);
	}
}
