html {
	scroll-behavior: smooth;
}

b, strong {
	font-weight: 500;
}
/* Cancel the bg white for dark mode */
body[data-theme-style="dark"].bg-white {
	background: var(--body-bg) !important;
}

.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 */
.input-group-text {
	font-size: 0.9rem;
}

/* Footer */
.footer {
	margin: 4rem 0 0 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: var(--white);
	border-top: 2px solid var(--gray-200);
}

.footer {
	color: var(--gray);
}

.footer a:not(.dropdown-item), .footer a:hover:not(.dropdown-item) {
	color: var(--gray);
}

.footer a.icon {
	color: var(--gray);
}

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

/* Filters */
.filters-dropdown {
	width: 18rem;
	max-height: 35rem;
	overflow-y: auto;
}

.leads-filters-dropdown {
	max-height: 40rem;
}

/* Custom breadcrumbs */
.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.custom-breadcrumbs > li {
	margin-right: .5rem;
}

.custom-breadcrumbs > li > a {
	color: var(--gray);
}

.custom-breadcrumbs > li > svg {
	color: var(--gray-400);
	margin-left: .5rem;
}

.custom-breadcrumbs > li.active {
}

/* Helper classes */
.list-style-none {
	list-style: none;
	padding: 0;
}

.clickable {
	cursor: pointer;
}

.draggable {
	cursor: grab;
}

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

.icon-favicon {
	width: 1rem;
	height: 1rem;
}

/* Index navbar */
.navbar-index {
	min-height: 0 !important;
	background: transparent;
}

.navbar-index .navbar-nav > li {
	padding: .5rem 0 !important;
}


@media (min-width: 992px) {
	.navbar-index .navbar-nav > li {
		padding: .5rem !important;
	}
}

/* Navbar custom menu */

.navbar-brand {
	display: inline-block;
	padding-top: 0;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: unset;
	line-height: inherit;
	white-space: nowrap;
}

.dropdown-item svg {
	color: var(--gray-600);
}

.dropdown-item:active svg {
	color: var(--white);
}

.navbar-main {
	min-height: 0 !important;
	background: var(--white);
	border-bottom: 2px solid var(--gray-200);
}


.navbar-main .navbar-nav > li {
	padding: .5rem 0 !important;
}

@media (min-width: 992px) {
	.navbar-main .navbar-nav > li {
		padding: .5rem !important;
	}
}

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

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

.navbar-custom-toggler {
	padding: 0.5rem .8rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border-radius: .25rem;

	color: var(--gray-700);
	border-color: var(--gray-300);
}

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

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

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

/* Index */
.index-container {
	width: 100%;
	padding: 0 0 4rem 0;
	background-image: url("../images/index/hero-2-bg.png");
	/*background: linear-gradient(125.95deg, #C700BF 10.95%, #7DA900 100%), linear-gradient(341.1deg, #00C2FF 7.52%, #4E00B1 77.98%), linear-gradient(222.34deg, #A90000 12.99%, #00FFE0 87.21%), linear-gradient(130.22deg, #8FA600 18.02%, #5A31FF 100%);*/
	background-blend-mode: screen, color-dodge, color-dodge, normal;
}

[data-theme-style="dark"] .index-container {
	background-image: url("../images/index/hero-2-bg.png");
	/*background: linear-gradient(130deg, #ad90c1 0%, rgb(3, 0, 84) 100%), linear-gradient(130deg, #09007b 0%, rgba(15, 0, 66, 0) 30%), linear-gradient(129.96deg, rgb(255, 47, 47) 10.43%, rgb(0, 4, 96) 92.78%), radial-gradient(100% 246.94% at 100% 0%, rgb(255, 255, 255) 0%, rgba(37, 0, 66, 0.8) 100%), linear-gradient(121.18deg, rgb(20, 0, 255) 0.45%, rgb(27, 0, 62) 100%), linear-gradient(154.03deg, rgb(206, 0, 0) 0%, rgb(255, 0, 61) 74.04%), linear-gradient(341.1deg, rgb(178, 91, 186) 7.52%, rgb(16, 0, 119) 77.98%), linear-gradient(222.34deg, rgb(169, 0, 0) 12.99%, rgb(0, 255, 224) 87.21%), linear-gradient(150.76deg, rgb(183, 213, 0) 15.35%, rgb(34, 0, 170) 89.57%);*/
	background-blend-mode: overlay, normal, overlay, color-burn, screen, overlay, difference, difference, normal;
}

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

@media (min-width: 992px) {
	.index-container {
		padding: 0 0 8rem 0;
	}
}

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


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

.index-header {
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--black);
}

.index-subheader {
	font-size: 1.35rem;
	color: var(--gray-700);
}

.index-button {
	padding: 1rem 1.7rem;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.swiper {
	width: 600px !important;
	height: 300px !important;
}

.screen-slider .swiper-pagination {
	bottom: -30px !important;
}

.swiper-pagination-bullet-active {
	background: #38b2ac !important;
}

.index-screenshot{
	border-radius: 25px;
	border: 3px solid;
	border-color: #e3e3e3;
}
.work-box .work-icon {
	font-size: 56px;
	border-radius: 28% 72% 50% 50% / 26% 20% 80% 74%;
	height: 96px;
	width: 96px;
	margin: 0 auto;
}
.work-box .work-arrow {
	position: absolute;
	right: -56px;
	top: 45%;
	width: 30%;
}
@media (max-width: 991.98px) {
	.work-box .work-arrow {
		display: none;
	}
}


.index-background-one {
	background: linear-gradient(125deg, #ECFCFF 0%, #ECFCFF 40%, #B2FCFF calc(40% + 1px), #B2FCFF 60%, #5EDFFF calc(60% + 1px), #5EDFFF 72%, #3E64FF calc(72% + 1px), #3E64FF 100%);
	background-size: cover;
}

[data-theme-style="dark"] .index-background-one {
	background: linear-gradient(115deg, #000000 0%, #00C508 55%, #000000 100%), linear-gradient(115deg, #0057FF 0%, #020077 100%), conic-gradient(from 110deg at -5% 35%, #000000 0deg, #FAFF00 360deg), conic-gradient(from 220deg at 30% 30%, #FF0000 0deg, #0000FF 220deg, #240060 360deg), conic-gradient(from 235deg at 60% 35%, #0089D7 0deg, #0000FF 180deg, #240060 360deg);
	background-blend-mode: soft-light, soft-light, overlay, screen, normal;
}

.contact-us-section {
	padding: 80px 0;
}
.contact-us-section h2 {
	font-size: 2.5rem;
	font-weight: bold;
}
.contact-us-section p {
	font-size: 1.25rem;
	margin-bottom: 30px;
}

.contact-us-section .btn {
	font-size: 1.25rem;
	padding: 15px 30px;
	width: 70%;
	margin: 0 auto;
	background-color: #0088cc;
	color: white;
}

.contact-us-section i {
	margin-bottom: 20px;
}

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

/* Basic wrapper */
.team-user-avatar {
	width: 45px;
	height: 45px;
}

/* Link Settings page */
.link-background-type-preset {
	width: 100%;
	height: 4rem;
	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;
}

.form-group .link-background-type-image {
	max-height: 7.5rem;
}

/* Biolink theme */
.link-biolink-theme {
	opacity: .75;
	transition: .3s opacity, .3s border-color;
}

.link-biolink-theme:hover {
	cursor: pointer;
	border-color: var(--primary);
}

input[type="radio"]:checked ~ .link-biolink-theme {
	opacity: 1;
	border-color: var(--primary);
}

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

.sticky {
	position: sticky !important;
	top: 1rem;
	height: min-content;
}

.biolink-preview-iframe-container {
	overflow: hidden;
	width: 300px;
	height: 625px;
	border-radius: 3rem;
	position: relative;
}

@media (min-width: 768px) {
	.biolink-preview-iframe-container {
		width: 375px;
		height: 800px;
	}
}

.biolink-preview-iframe-loading {
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, .7);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

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


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

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

/* Other animations */

/* Custom dropdown */
.dropdown .dropdown-menu {
	border: 2px solid var(--gray-200);
	box-shadow: none;
}

.dropdown-divider {
	border-top: 2px solid var(--gray-200);
}

/* 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 {
	border-radius: .25rem;
	padding: .75rem;
	position: relative;
	border: 2px solid var(--gray-200);
	background: var(--white);
}


@media (min-width: 992px) {
	.custom-row {
		padding: 1.5rem;
	}
}

.custom-row-inactive {
	background: var(--gray-200);
}

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

.custom-end-row-side-controller {
	/*top: 25%;*/
	font-size: 1.2em;
	/*padding: .2em .2em;*/
	/*top:60px;*/
	left:46%;
	position: absolute;
	margin-top: -30px;

}

.custom-end-row-side-controller button:focus{
	outline: none;
	box-shadow: none;
}

[dir="rtl"] .custom-row-side-controller {
	right: initial;
	left: 100%;
}
@media (min-width: 992px) {
	.custom-row-side-controller {
		/*position: absolute;*/
		padding: .4em .8em;
	}
}

@media (min-width: 992px) {
	.custom-end-row-side-controller {
		/*padding: .6em .8em;*/
	}
}

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

.biolink-block-card {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Tables */
.table-custom-container {
	border-radius: .25rem;
	border: 2px solid var(--gray-200);
}

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

.table-custom thead th {
	border-top: 0;
	border-bottom: 0;
	background: var(--gray-100);
	color: var(--gray-900)
}

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

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

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

.table-custom tbody tr:hover td {
	background: var(--gray-100);
}


@media(min-width: 576px) {
	.table-container {
		max-width:640px
	}
}

@media(min-width: 768px) {
	.table-container {
		max-width:820px
	}
}

@media(min-width: 992px) {
	.table-container {
		max-width:1060px
	}
}

@media(min-width: 1200px) {
	.table-container {
		max-width:1240px
	}
}

/* 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: var(--gray-200);
	text-align: left;
}

[data-theme-style="dark"] .select-custom-altum {
	background-color: var(--gray-100);
}

/* Highlight color pickers */
.pickr .pcr-button {
	border: 1px solid var(--gray-300)
}

/* Pricing */
.pricing-plan {
	border: 2px solid var(--gray-300);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.pricing-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2.2rem 2.2rem 0 2.2rem;
	border-bottom: 1px solid var(--gray-200);
}

[data-theme-style="dark"] .pricing-header {
	border-color: var(--gray-100);
}

.pricing-name {
	background: var(--primary-200);
	padding: .15rem 1.25rem;
	color: var(--primary-600);
	font-size: .85rem;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5rem;
}

.pricing-price {
	margin: 1rem 0;
}

.pricing-price-amount {
	font-size: 3.3rem;
	font-weight: bold;
}

.pricing-price-currency {
	font-size: .9rem;
	color: var(--gray);
}

.pricing-details {
	text-align: center;
	font-size: .85rem;
	color: var(--primary-800);
	margin-bottom: 1.5rem;
}

.pricing-body {
	padding: 0 2.2rem 2.2rem 2.2rem;
	background: var(--white);
	height: 100%;
}

.pricing-features {
	margin: 3rem 0;
	list-style: none;
	padding: 0;
}

.pricing-features li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem 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;
	border: 2px solid var(--gray-200);
	background: var(--white);
}

.custom-radio-box input[type="radio"]:checked + div {
	border: 2px solid var(--primary);
}

.custom-radio-box input[type="radio"]:hover + div {
	border: 2px solid var(--primary);
}

/* QR Codes */
.qr-code {
	width: 100rem;
}

.qr-code-loading {
	animation: opacity-loading 3s infinite ease-in-out;
}

@keyframes opacity-loading {
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}

.qr-code-avatar {
	width: 65px;
	height: 65px;
	border-radius: .25rem;
	padding: .25rem;
	border: 2px solid var(--gray-200);
}

/* Round circles */
.round-circle-md {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.round-circle-lg {
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

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

[data-theme-style="dark"] .badge-primary {
	background-color: hsl(211, 100%, 35%);
	color: hsl(211, 100%, 85%);
}

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

[data-theme-style="dark"] .badge-secondary {
	background-color: hsl(208, 7%, 35%);
	color: hsl(208, 7%, 85%);
}

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

[data-theme-style="dark"] .badge-success {
	background-color: hsla(134, 50%, 30%, 1);
	color: hsla(134, 50%, 85%, 1);
}

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

[data-theme-style="dark"] .badge-danger {
	background-color: hsla(354, 70%, 35%, 1);
	color: hsla(354, 70%, 85%, 1);
}

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

[data-theme-style="dark"] .badge-warning {
	background-color: hsla(50, 10%, 20%, 1);
	color: hsla(45, 100%, 85%, 1);
}

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

[data-theme-style="dark"] .badge-info {
	background-color: hsla(188, 60%, 30%, 1);
	color: hsla(188, 78%, 85%, 1);
}

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

[data-theme-style="dark"] .badge-light {
	background-color: hsla(210, 15%, 35%, 1);
	color: hsl(210, 17%, 95%);
}

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

[data-theme-style="dark"] .badge-dark {
	background-color: hsla(210, 10%, 90%, 1);
	color: hsla(210, 10%, 20%, 1);
}

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

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


/* Base animation */
.altum-animate {
	-webkit-animation-duration:1s;
	animation-duration:1s;
}

.altum-animate-fill-both {
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.altum-animate-fill-none {
	-webkit-animation-fill-mode:none;
	animation-fill-mode:none;
}

@-webkit-keyframes fadeIn{
	0% {
		opacity:0
	}
	to {
		opacity:1
	}
}
@keyframes fadeIn{
	0% {
		opacity:0
	}
	to {
		opacity:1
	}
}
.altum-animate-fade-in {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}


/* App sub menu */
.account-header-navbar {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	list-style: none;
	margin: 0 0 1.5rem 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 992px) {
	.account-header-navbar {
		flex-direction: row;
	}
}

.account-header-navbar .nav-item {
	margin-bottom: .5rem;
	min-width: fit-content;
}

.account-header-navbar .nav-link {
	padding: .5rem 1.5rem;
	color: var(--gray);
	border-radius: .25rem;
	border: 2px solid var(--gray-200);
	font-size: .9rem;
	background: var(--white);
}

.account-header-navbar .nav-link:hover {
	color: var(--gray);
	border: 2px solid var(--gray);
}

.account-header-navbar .nav-link.active {
	color: var(--primary);
	border: 2px solid var(--primary);
}

/* Blog */
.blog-post-image {
	max-height: 25rem;
	object-fit: cover;
}

/* File input */
.altum-file-input {
	padding: 1rem;
	background: var(--gray-100);
	border: 2px solid var(--gray-200);
	border-radius: 0.25rem;
	cursor: pointer;
	font-size: .9rem;
}

.altum-file-input:hover {
	border-color: var(--gray-300);
}

.altum-file-input::file-selector-button {
	border: 0;
	padding: .4rem .75rem;
	border-radius: .25rem;
	background-color: var(--white);
	cursor: pointer;
	font-size: .9rem;
	margin-right: 1rem;
}


/* Icon when the collapsible content is shown */
.qa:before {
	content: "\2212";
	font-weight: 900;
	padding-right: 5px;
}

/* Icon when the collapsible content is hidden */
.qa.collapsed:before {
	content: "\002B";
}

.qa:hover,
.qa:active,
.qa:focus  {
	text-decoration:none;
}

.cropper-view-box,
.cropper-face {
	border-radius: 50%;
}
.tox-tbtn:not(.tox-tbtn--select){
	width: 29px !important;
}

.tox-tbtn__select-label{
	width:unset!important;
}
.tox-tbtn--select[aria-label = "Размер шрифта"]{
	width: 62px!important;
}

.tox-tbtn--select[aria-label = "Fonts"]{
	max-width: 150px!important;
}

.btn-link-description{
	opacity: .7;
	font-size: 90%;
	margin-top: .2rem;
}

.carousel-indicators {
	margin-bottom:-25px;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.carousel .carousel-indicators li {
	background-color: #fff;
	background-color: rgba(70,70,70,.25);
}

.carousel .carousel-indicators .active {
	background-color: #444;
}

.carousel-inner,.banner-inner {
	margin-bottom:25px;
}


.slider-outimg{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;

}

.slider-img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*background-color: #f5fcff;*/
	text-align: center;
	color: #757575;
	background-position: center;
	background-repeat: no-repeat;
}

/*.banner-img {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	background-color: #f5fcff;*/
/*	text-align: center;*/
/*	color: #757575;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*}*/

.banner-outimg {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.image-label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0 !important;
	cursor: pointer;
	background-color: #f5fcff;
	opacity: .8;
	transition: all 0.15s ease;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='50px' height='50px' fill='%23888' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 419.2 419.2'%3E%3Cg%3E%3Ccircle cx='158' cy='144.4' r='28.8'/%3E%3Cpath d='M394.4,250.4c-13.6-12.8-30.8-21.2-49.6-23.6V80.4c0-15.6-6.4-29.6-16.4-40C318,30,304,24,288.4,24h-232 c-15.6,0-29.6,6.4-40,16.4C6,50.8,0,64.8,0,80.4v184.4V282v37.2c0,15.6,6.4,29.6,16.4,40c10.4,10.4,24.4,16.4,40,16.4h224.4 c14.8,12,33.2,19.6,53.6,19.6c23.6,0,44.8-9.6,60-24.8c15.2-15.2,24.8-36.4,24.8-60C419.2,286.8,409.6,265.6,394.4,250.4z M21.2,80.4c0-9.6,4-18.4,10.4-24.4c6.4-6.4,15.2-10.4,24.8-10.4h232c9.6,0,18.4,4,24.8,10.4c6.4,6.4,10.4,15.2,10.4,24.8v124.8 l-59.2-59.2c-4-4-10.8-4.4-15.2,0L160,236l-60.4-60.8c-4-4-10.8-4.4-15.2,0l-63.2,64V80.4z M56,355.2v-0.8 c-9.6,0-18.4-4-24.8-10.4c-6-6.4-10-15.2-10-24.8V282v-12.4L92,198.4l60.4,60.4c4,4,10.8,4,15.2,0l89.2-89.6l58.4,58.8 c-1.2,0.4-2.4,0.8-3.6,1.2c-1.6,0.4-3.2,0.8-5.2,1.6c-1.6,0.4-3.2,1.2-4.8,1.6c-1.2,0.4-2,0.8-3.2,1.6c-1.6,0.8-2.8,1.2-4,2 c-2,1.2-4,2.4-6,3.6c-1.2,0.8-2,1.2-3.2,2c-0.8,0.4-1.2,0.8-2,1.2c-3.6,2.4-6.8,5.2-9.6,8.4c-15.2,15.2-24.8,36.4-24.8,60 c0,6,0.8,11.6,2,17.6c0.4,1.6,0.8,2.8,1.2,4.4c1.2,4,2.4,8,4,12v0.4c1.6,3.2,3.2,6.8,5.2,9.6H56z M378.8,355.2 c-11.6,11.6-27.2,18.4-44.8,18.4c-16.8,0-32.4-6.8-43.6-17.6c-1.6-1.6-3.2-3.6-4.8-5.2c-1.2-1.2-2.4-2.8-3.6-4 c-1.6-2-2.8-4.4-4-6.8c-0.8-1.6-1.6-2.8-2.4-4.4c-0.8-2-1.6-4.4-2-6.8c-0.4-1.6-1.2-3.6-1.6-5.2c-0.8-4-1.2-8.4-1.2-12.8 c0-17.6,7.2-33.2,18.4-44.8c11.2-11.6,27.2-18.4,44.8-18.4s33.2,7.2,44.8,18.4c11.6,11.6,18.4,27.2,18.4,44.8 C397.2,328,390,343.6,378.8,355.2z'/%3E%3Cpath d='M341.6,267.6c-0.8-0.8-2-1.6-3.6-2.4c-1.2-0.4-2.4-0.8-3.6-0.8c-0.4,0-0.4,0-0.4,0c-0.4,0-0.4,0-0.4,0 c-1.2,0-2.4,0.4-3.6,0.8c-1.2,0.4-2.4,1.2-3.6,2.4l-24.8,24.8c-4,4-4,10.8,0,15.2c4,4,10.8,4,15.2,0l6.4-6.4v44 c0,6,4.8,10.8,10.8,10.8s10.8-4.8,10.8-10.8v-44l6.4,6.4c4,4,10.8,4,15.2,0c4-4,4-10.8,0-15.2L341.6,267.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 60%;
	margin-bottom: unset;
}

input.image_slide, input.banner {
	display: none;
}



.image-label:hover {
	opacity: 1;
}
.edit-label {
	background-color: rgba(0, 0, 0, 0.6);
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	padding: 10px;
	background-image: unset;
	cursor: pointer;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	outline: none;
}

.edit-label-border
{
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.edit-label .replace_img {
	display: inline-block;
	font-size: 13px;
	opacity: .7;
	transition: all 200ms ease-in-out;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' x='0px' y='0px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='backup'%3E%3Cpath d='M494.7,255C476.85,168.3,400.35,102,306,102c-73.95,0-137.7,40.8-168.3,102C58.65,214.2,0,277.95,0,357 c0,84.15,68.85,153,153,153h331.5c71.4,0,127.5-56.1,127.5-127.5C612,316.2,558.45,260.1,494.7,255z M357,331.5v102H255v-102 h-76.5L306,204l127.5,127.5H357z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 5px 0 0 35px;
	height: 24px;
	box-sizing: border-box;
}
.edit-label .replace_img:hover {
	opacity: 1;
}

.carousel-buttons {
	text-align: center;
	margin-bottom: 10px;
}

.carousel-buttons a {
	display: inline-block;
	margin: 0 5px;
}

.slide-description {
	padding: 10px 10px;
}

.slide-link {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 10px 10px;
}

.select-link-type {
	height: 100%;
}

.qa-description {
	padding: 0 0 1rem 25px;
}

.link-body::-webkit-scrollbar {
	width: 6px;
	cursor: pointer;
}
.link-body::-webkit-scrollbar-thumb {
	background: rgba(143, 142, 142, 0.5);
	border-radius: 4px;
}

.link-body{
	overflow-x: hidden;
}

#show_blocks_menu > .modal-dialog{
	max-width: 730px;
}

.fp-nav-tabs{
	border-color: #38b2ac !important;
}

.fp-nav-link{
	padding: 0.3rem 0.3rem;
}

.fp-nav-link.active{
	border-color: #38b2ac !important;
	background-color: unset !important;
}

.fp-nav-link:hover {
	border-color: #38b2ac !important;
}

.img_banner_src{
	max-width: 100%;
}

.sortable-chosen{
	background-color: rgba(143, 142, 142, 0.5);


}

.sortable-chosen.sortable-ghost {
	opacity: 0;
}
.sortable-fallback {
	opacity: 1 !important;
}

.no-transition {
	transition: none !important;
}

.collapsing-no-transition {
	-webkit-transition: none;
	transition: none;
	display: none;
}

.opacity70 {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}



.youtube {
	position: relative;
	width: 100%;
	max-width: 300px;
	height:620px;
	max-height:730px;
	margin-right: auto;
	margin-left: auto;
}

.youtube:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.youtube:after {
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://linkrr.app/uploads/backgrounds/iphone_bg.png) no-repeat center center;
	background-size: cover;
	pointer-events: none;
}

.youtube__iframe {
	position: absolute;
	top: 3%;
	left: 3%;
	width: 92.6%;
	height: 93.4%;
	z-index: 2;
	-moz-border-radius: 8%;
	-webkit-border-radius: 8%;
	border-radius: 8%;
}

.form-group-highlight{
	padding: 1.5rem;
	border-top: 1px solid #e5e5e5;
	border-color: #f8f9fa;
}

.disabledDiv {
	pointer-events: none;
	opacity: 0.4;
}


.animate__highlight {
	overflow: hidden;
}

.animate__highlight:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fa4923;
	opacity: 0;
	z-index: 1;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}

.animate__highlight:after {
	content: "";
	display: block;
	width: 30px;
	height: 400px;
	margin-left: 60px;
	background: #fff;
	position: absolute;
	left: -40px;
	top: -100px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
	30% { left: 110%; margin-left: 80px; }
	100% { left: 110%; margin-left: 80px; }
}

@keyframes highlight {
	0% {
		background: rgba(47, 149, 144, 0.37);
	}
	50% {
		background: none;
	}
	100% {
		background: rgba(47, 149, 144, 0.37);
	}
}

.highlight::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(47, 149, 144, 0.37);
	animation: highlight 1s infinite;
	pointer-events: none;
	z-index: 1000;
}

@media (min-width: 992px) {
	.modal-custom-row-side-controller{
		position: unset;
		padding: .4em .8em;
	}
}

.biolink-block-content-loading {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.edit-carousel-control {
	height:100px;
	top:100px;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  stroke='white' fill='gray' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='white' fill='gray' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}



.delimiter__options {
	border: none;
	padding: 0;
	margin-bottom: 4rem;
}


.delimiter__answer {
	display: inline-block;
	box-sizing: border-box;
	height: 60px;
	width: 110px;
	vertical-align: top;
	font-size: 22px;
	text-align: center;
	margin-right: 10px;
}

label.delimiter__icon {
	border: 1px solid rgba(0, 23, 31, 0.15);
	box-sizing: border-box;
	display: block;
	height: 100%;
	width: 100%;
		padding: 10px 10px 10px 10px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.5s ease-in-out;
}
label.delimiter__icon:hover, label.delimiter__icon:focus, label.delimiter__icon:active {
	border: 1px solid rgba(0, 23, 31, .5);
}



.delimiter__answer > input[type="radio"] {
	opacity: 0;
	width: 0;
	height: 0;
}

.delimiter__answer > input[type="radio"]:active ~ label {
	opacity: 1;
}

.delimiter__answer > input[type="radio"]:checked ~ label {
	opacity: 1;
	border: 1px solid #00171F;
}

.delimiter__icon > span:before, .delimiter__icon > span:after {
	content:'\00a0\00a0\00a0';
	text-decoration: line-through;
}

.delimiter__icon.single-line > span:before {
	content:'\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
	text-decoration: line-through;
	margin: auto 0.5em;
}

.delimiter__icon.single-line > span:after {
	content:unset;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 600px;
	}
}


.header-with-help{
	display: flex;
	justify-content: space-between;
}



.app-container {
}

.app-navbar {
	min-height: 75px;
	border-bottom: 1px solid var(--gray-100);
	margin-bottom: 4rem;
}

[data-theme-style="dark"] .app-navbar {
	border-color: var(--gray-200);
}

.navbar .dropdown-item svg {
	color: var(--gray-700);
}

.navbar .dropdown-item:active svg {
	color: white;
}

/* App sub menu */
.app-sub-navbar {
	min-height: 65px;
	border-bottom: 1px solid var(--gray-100);
	margin-bottom: 3rem;
	padding: 0;
}

[data-theme-style="dark"] .app-sub-navbar {
	border-color: var(--gray-200);
}

.app-sub-navbar .app-sub-navbar-ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	list-style: none;
	margin: 1rem 0;
}

@media (min-width: 992px) {
	.app-sub-navbar .app-sub-navbar-ul {
		flex-direction: row;
		margin: 0;
	}
}

.app-sub-navbar .nav-item {
	min-width: fit-content;
}

.app-sub-navbar .nav-link {
	padding: .75rem;
	color: var(--gray-500);
}

@media (min-width: 992px) {

	.app-sub-navbar .nav-link {
		padding: 1.2rem;
	}

}

.app-sub-navbar .nav-link:hover {
	color: var(--gray);
}

@media (min-width: 992px) {
	.app-sub-navbar .nav-link:hover {
		border-bottom: 2px solid var(--gray);
	}
}

.app-sub-navbar .nav-link.active {
	color: var(--primary);
}

@media (min-width: 992px) {
	.app-sub-navbar .nav-link.active {
		border-bottom: 2px solid var(--primary);
	}
}


/* Order */
.order-item-image-wrapper {
	position: relative;
	min-width: 5rem;
	min-height: 5rem;
	max-width: 5rem;
	max-height: 5rem;
	background: var(--primary-100);
	border-radius: .25rem;
	overflow: hidden;
}

.order-item-image-background {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Custom breadcrumbs */
.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.custom-breadcrumbs > li {
	margin-right: .5rem;
}

.custom-breadcrumbs > li > a {
	color: var(--gray);
}

.custom-breadcrumbs > li > svg {
	color: var(--gray-400);
	margin-left: .5rem;
}

.custom-breadcrumbs > li.active {
}


/* Qr Code */
#qr {
	padding: 1rem;
}
#qr img {
	width: 100%;
	height: auto;
}





.multiple-upload-block{
	background-color: rgba(255, 255, 255, 0.5);
	margin:0 auto;
	margin-bottom: 30px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.clear-both{clear:both;}

label.multiple-upload-button{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFFFFF;
	border: 1px solid #6C6C6C;
	color: #6C6C6C;
	padding: 5px 10px;
	margin: 5px 0;
	display: inline-block;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

label.multiple-upload-button:hover{
	background-color:#F0F0F0;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

input#multiple-upload-images{display: none;}

#multiple-upload-multiple-file-preview{
	border-top: 1px solid rgba(0, 0, 0, 0.11); margin-top: 10px; padding: 10px;
	max-height: 160px;
}

#multiple-upload-sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-height: 150px;
	max-height: 150px;
}

#multiple-upload-sortable li {
	margin: 3px 3px 3px 0;
	float: left;
	width: 100px;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
}

#multiple-upload-sortable li, #multiple-upload-sortable li img
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#multiple-upload-sortable li div.order-number{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 15px;
	heigth: 15px;
	background-color: #2B91E3;
	color: #FFFFFF;
	font-size: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#multiple-upload-sortable li button.remove-image{
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 12px;
	color: white;
	border: none;
	background: red;
}

.js-show-url-input-button, .js-show-upload-input-button{
	margin: 0;
	box-sizing: inherit;
	position: relative;
	display: inline;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	font: inherit;
	box-shadow: none;
	text-align: inherit;
	cursor: pointer;
	user-select: auto;
	text-decoration: none;
	background: none;
}

#pills-tab{
	border-style: solid;
	border-radius: .45rem;
	border-color: #38b2ac;
	border-width: thin;
}

.custom-switch .custom-control-label::after{
	background-color: black;
}

.text-decoration-underline {
	text-decoration: underline;
	text-decoration-color: #38b2ac;
	text-decoration-thickness: 2px;
}


.folder-card {
	cursor: pointer;
	transition: all 0.2s ease;
}

.folder-card .card {
	transition: all 0.2s ease;
	border: 1px solid #e5e9f2;
}

.folder-card:hover .card {
	transform: translateY(-2px);
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.08);
	border-color: #d1d7e4;
}

.folder-card.folder-current .card {
	background: #38B2AC;
	border-color: #38B2AC;
	color: white;
}

.folder-card.folder-current:hover .card {
	background: #319795;
	border-color: #319795;
}

.folder-card .card-body {
	padding: 1rem;
}

.folder-card a {
	color: inherit;
}

.folder-card.drag-over .card {
	background-color: rgba(56, 178, 172, 0.1);
	border-color: #38B2AC;
}

.folder-card.drag-over {
	transform: scale(1.02);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.folder-card.folder-current.drag-over .card {
	background-color: #319795;
}

/* Remove underline from the link on hover */
.folder-card a:hover {
	text-decoration: none !important;
}

/* Style for the folder counter */
.folder-card small {
	opacity: 0.8;
}



.project-title i {
	opacity: 0.5;
	transition: all 0.2s ease;
}

.project-title:hover i {
	opacity: 1;
	transform: translateX(3px);
}

.folder-item .folder-content {
	transition: all 0.2s ease;
	cursor: pointer;
}

.folder-item:hover .folder-content {
	border-color: #38b2ac !important;
	box-shadow: 0 0 0 1px #38b2ac;
}

.folder-content {
	background: white;
	border: 1px solid #e2e8f0;
	border-radius: 0.375rem;
	padding: 0.75rem 1rem;
}

.folder-content a {
	color: inherit;
	transition: all 0.2s ease;
}

.folder-content a:hover {
	color: #38b2ac;
	text-decoration: none;
}

.folder-content a:hover .folder-name {
	color: #38b2ac;
}

.project-chevron {
	transition: transform 0.2s ease;
	opacity: 0.5;
}

.project-title:hover .project-chevron {
	opacity: 1;
}

.project-title {
	color: #2d3436;
	transition: all 0.2s ease;
}

.project-title:hover {
	color: #38b2ac;
	text-decoration: none;
}

.folder-card {
	position: relative;
}

.folder-card-body {
	display: flex;
	align-items: center;
	padding: 0.75rem 1rem !important;
}

.folder-icon {
	margin-right: 0.5rem;
}

.folder-name {
	flex-grow: 1;
	margin-right: 0.5rem;
}

.folder-action-btn {
	padding: 4px;
	color: #6c757d;
	background: none;
	border: none;
	opacity: 0.5;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.folder-card:hover .folder-action-btn {
	opacity: 1;
}

.folder-action-btn:hover {
	color: #000;
}