#toast-main {
	position: fixed;
	border: 0 !important;
	top: 240px;
	right: 20px;
	background-color: white;
	z-index: 1055;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 20px !important;
}
#toast-main .toast-header {
	background-color: transparent;
	border-color: transparent;
}

@media screen and (min-width: 1100px) {
	#toast-main {
		right: calc((100vw - 1110px)/2)
	}

	#intercom-help-bottom {
		right: calc((100vw - 1110px)/2) !important
	}
}


.el-image-container {
	height: 0px;
}

.el-image-container-square {
	padding-top: 100%;
}

.el-image-container-rect {
	padding-top: 56.25%;
}

.el-image-container-old {
	padding-top: 73.52%;
}

.nl-image-container {
	height: 0px;
}

.nl-image-container-square {
	padding-top: 100%;
}

.nl-image-container-rect {
	padding-top: 56.25%;
}

.nl-image-container-old {
	padding-top: 73.52%;
}

.nl-image-remove {
	z-index: 2;
}

.nl-preview-img {
	z-index: 1
}

.el-image-container-desktop {
	height: 150px;
	margin-left: 15px;
}

.el-image-container-desktop-square {
	width: 150px;
}

.el-image-container-desktop-rect {
	width: 266.6px;
}

.el-image-container-desktop-old {
	width: 204px;
}

.nl-image-container-desktop {
	height: 150px;
	margin-left: 15px;
}

.nl-image-container-desktop-square {
	width: 150px;
}

.nl-image-container-desktop-rect {
	width: 266.6px;
}

.nl-image-container-desktop-old {
	width: 204px;
}

@media (min-width: 576px) {
	.link-with-img .el-actions-container {
		bottom: 0px;
		position: absolute;
		width: 100%;
	}

	.nl-actions-container {
		bottom: 0px;
		position: absolute;
		width: 100%;
	}

	.nl-content-container {
		padding-bottom: 45px;
	}
}



.bg-preview-img {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.ln-preview-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.nl-image-close {
	top: 10px;
	left: 10px;
	background-color: white;
	width: 26px;
	height: 26px;
	border-radius: 50%;
}

.nl-image-close i {
	position: relative;
	top: 3px;
	left: 1px;
}

.nl-image-crop {
	right: 10px;
	bottom: 10px;
	background-color: white;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 2
}


.nl-image-crop i {
	position: relative;
	top: 5px;
	left: 1px;
}

.edit-preview-img {
	max-width: 100%;
	max-height: 400px;
	object-fit: cover;
}

.nl-image-edit {
	left: 10px;
	top: 10px;
	background-color: white;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	z-index: 2
}

.nl-image-edit i {
	position: relative;
	top: 3px;
	left: 1px;
}

.nl-crop-loading {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.9;

}

.nl-image-container-desktop .ln-preview-img.ln-preview-img-crop {
	position: fixed;
	z-index: 4;
	top: 91px;
	padding: 10px;
	max-height: 500px
}

#crop_image_container {
	max-width: 100%;
	max-height: 500px;

}


/* Top Lnks */
.bg-color-shade-0 {
	background-color: #FFD700;
}

.bg-color-shade-1 {
	background-color: #F1AA1E;
}

.bg-color-shade-2 {
	background-color: #F17B23;
}

.bg-color-shade-3 {
	background-color: #EE5229;
}

.bg-color-shade-4 {
	background-color: #E50046;
}

.bg-color-shade-5 {
	background-color: #E9117E;
}

.bg-color-shade-6 {
	background-color: #B1509D;
}

.bg-color-shade-7 {
	background-color: #82529E
}

.bg-color-shade-8 {
	background-color: #3F52A1;
}

.bg-color-shade-9 {
	background-color: #4E81C2;
}

.bg-color-shade-10 {
	background-color: #46C3F1;
}



span.circled_number.bg-color-shade-10 {
	padding-left: 6px;
}

span.circled_number {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 5px 10px;
	border-radius: 50%;
	color: white;
	padding-left: 11px;
	margin-left: 0;
}


/* AA */
.lnk-progression-small {
	width: 15px;
	display: inline-block;
	height: 15px;
	margin-top: 2px;
}

/* Agency */
.agency-inactive-user,
.agency-active-user {
	border: 4px solid white;
	cursor: pointer;
}

.agency-active-user {
	border-color: #B996F7;
}

.agency-add-account {
	font-size: 28px;
	margin-top: 22px;
	margin-left: 10px
}




.add_dots {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.palm-spring {
	position: relative;
	bottom: 3px
}


/* Desktop */
@media (min-width: 768px) {
	.pages-page-container {
		height: 700px;
	}

	.pages-page-container .phone-inner {
		height: 850px;
		overflow: hidden;
	}

	#pages-manager {
		max-width: 504px;
	}

	#pages-manager .carousel-item {
		height: 751px;
	}

	.create-page-button {
		width: 100px;
		height: 100px;
	}

	.create-page-button i {
		top: 25px;
		left: 29px;
		font-size: 48px !important;
	}

	.phone_action {
		top: 35%;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.container-fluid.overflow-auto::-webkit-scrollbar {
		display: none;
	}

	.pages-page-container {
		height: 400px;
	}

	.pages-page-container .phone-inner {
		height: 550px;
		overflow: hidden;
	}

	#pages-manager {
		max-width: 381px;
	}

	#pages-manager .carousel-item {
		height: 451px;
	}

	.phone-inner,
	.zoomed {
		zoom: 65%;
	}

	.create-page-button {
		width: 70px;

		height: 70px;
	}

	.create-page-button i {
		top: 16px;
		left: 19px;
		font-size: 36px !important;
	}

	.phone_action {
		top: 100px;
	}
}




.pages-page-container {
	border-width: 8px !important;
	border-radius: 35px !important;
}



.pr-loading-overlay {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1041;
	background: rgba(255, 255, 255, 0.7);
}

.pr-loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1042;
	margin-left: -14px;
}

.block-feature {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1029;
}

.block-feature-alert {
	z-index: 1029;
}

.block-feature .position-relative {
	width: 100%;
	height: 100%;
}

.block-feature .position-relative .position-absolute {
	left: 0;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.price-card {
	height: 550px;

}

.price-card .card-body {
	position: relative;
}

.price-card .btn {
	position: absolute;
	bottom: 0;
	left: 0;
}

.price small {
	font-size: 40px;
}



.block-feature.bg-legalnotepad {
	background-color: #cde2f5 !important;
}


/* GRADIENTS */
.gradient-whole {
	background: linear-gradient(63deg, rgba(255, 250, 192, 1) 0%, rgba(192, 255, 248, 1) 50%, rgba(227, 211, 255, 1) 80%);
	font-size: 16px !important;
	padding: 8px 0px;
}

.gradient-half-left {
	background: linear-gradient(63deg, rgba(255, 250, 192, 1) 0%, rgba(192, 255, 248, 1) 100%);
}

.gradient-half-right {
	background: linear-gradient(63deg, rgba(192, 255, 248, 1) 0%, rgba(227, 211, 255, 1) 80%);
}

.gradient-free {
	background: linear-gradient(63deg, rgba(255, 241, 229, 1) 0%, rgba(255, 241, 229, 1) 100%);
}

.gradient-mini-m {
	background: linear-gradient(63deg, rgba(255, 241, 229, 1) 0%, rgba(255, 250, 192, 1) 100%);
}

.gradient-mini-y {
	background: linear-gradient(63deg, rgba(255, 250, 192, 1) 0%, rgba(192, 255, 248, 1) 100%);
}

.gradient-unique {
	background: linear-gradient(63deg, rgba(192, 255, 248, 1) 0%, rgba(227, 211, 255, 1) 54%);
}

/* Intercom */
#intercom-help-top {
	top: 2px;
}

#intercom-help-bottom-container {
	bottom: 20px;
}

#intercom-help-bottom {
	font-size: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
}


.border-bottom-standard {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.otp-confirm {
	margin-top: 1.5px
}

#PC_featureNoPROModal .modal-body {
	margin-bottom: 1.5rem;
}


.cscheme {
	width: 50px;
	height: 50px;
	display: block;
}

.cscheme-default {
	background-color: #fff1e5
}

.cscheme-grayscale {
	background-color: #FAFAFA
}

.cscheme-dark {
	background-color: #2A303C
}

.cscheme-theme {
	object-fit: cover;
	min-height: 0px !important;
}

.cscheme-disabled .radio-vertical .form-check-label::before {
	background-color: white;
	border-color: #dadce0
}

.cscheme-disabled label {
	color: #dadce0;
}


#changelog-icon-container .badge.bg-danger {
	top: 0;
	right: 0;
	width: auto;
	padding-left: 7px;
	padding-right: 5px;
}

.changelog-container img {
	display: block;
	max-width: 80%;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #f3f3f3;
	border-radius: 0.25rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.changelog-container {
	border-bottom: 1px solid #f3f3f3;
}

.changelog-container .changelog-tag {
	position: relative;
	top: -1px;
	font-weight: normal !important
}


#others-profilepic-sample i.fa-user {
	font-size: 20px;
	width: 90px;
	height: 90px;
}

#others-profilepic-sample img {
	width: 90px;
	height: 90px;
}

#others-profilepic-sample span {
	position: absolute;
	top: 12px;
	left: 50%;
	margin: 0;
	margin-left: 25px;
	padding-top: 0px;
	width: 41px;
	height: 24px;
	border-radius: 15px !important;
}

#others-profilepic-sample span i {
	position: relative;
	top: 3px
}


#ig-basic-loading {
	top: 7px;
}

.ig-basic-image-container {
	padding-top: 100%;
	position: relative;
}

.ig-basic-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}

.blog-preview-img-container {
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.blog-preview img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.blog-body p {
	margin-bottom: 25px;
	margin-top: 25px;
}

.blog-body p,
.blog-body p * {
	font-size: 17.5px !important;
}


.suggestion-type-box {
	padding: 0px 8px;
}


.connectedSortable,
.connectedSortable li {
	list-style-type: none;
	padding: 0;
}

.connectedSortable {
	min-height: 100px
}

.connectedSortable li {
	display: block;
	height: 30px;
}


.LL-layout-inner {
	border-width: 2px !important
}

.LL_layout-container {
	min-height: 190px
}


.domain-step div.domain-step-inner {
	height: 40px;
	width: 40px;
	border-width: 1px !important;
	display: flex !important
}

.domain-step div.domain-step-inner div {
	margin: auto;
}

.domain-step-separator div.domain-step-separator-inner div {
	height: 0px;
	border-width: 1px !important;
	border-bottom: 0 !important;
	width: 100%;
}

.domain-step.col {
	padding: 0;
	margin: 0;
}

.domain-step-separator.col {
	padding: 0;
}


.block-separator {
	position: relative;
	text-align: center;
}

.block-separator-container {
	position: relative;
	height: 2px;
}

.block-separator-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-separator i {
	width: 31px;
	height: 31px;
	font-size: 15px !important;
	border-radius: 15px;
}

.block-separator i:before {
	position: relative;
	top: 8px;
	left: 1px;
}



.block-admin-overlay {
	opacity: 0.5
}

.block-admin-overlay,
.block-admin-actions {
	z-index: 1
}

.block-admin-actions {
	top: 0
}


.btn-add-icon-layout,
.btn-sort-icons {
	position: relative;
	top: -3px;
}



.btn-layout-properties-big {
	font-size: 12px;
	text-align: center;
}

.btn-layout-properties-big .btn {
	width: 64px;
	height: 64px;
	padding: 0;
	display: block;
}

.btn-layout-properties-big .btn:not(.btn-primary) {
	border-width: 2px;
}


.btn-layout-properties-big .btn i {
	top: 16px;
}

@media (max-width: 576px) {
	.btn-layout-properties-big .btn {
		width: 54px;
		height: 54px;
	}
	.btn-layout-properties-big .btn i {
		top: 13px;
		font-size: 24px !important;
	}
}


.btn-layout-properties {
	font-size: 10px;
	text-align: center;
}

.btn-layout-properties .btn {
	width: 44px;
	height: 44px;
	padding: 0;
	display: block;
}

.btn-layout-properties .btn:not(.btn-primary) {
	border-color: #F2F3F5;
}


.btn-layout-properties .btn i {
	top: 9px;
}

.btn-layout-properties .btn i.fa-exchange {
	top: 10px;
	left: -1px;
}

.add-blocks-container div.flex-row {
	overflow-x: scroll;
}

.add-block-choice-button {
	position: relative;
}

.add-block-choice-button .btn, .add-embed-button .btn {
	border-color: #F2F3F5;
	width: 44px;
	height: 44px;
	padding: 0;
	display: block;
}

.add-block-choice-button .btn i {
	top: 9px;
}

.add-block-choice-button .btn i.ibio-donation,
.add-block-choice-button .btn i.ibio-contactform {
	top: 4px;
	left: -1px;
}

.add-block-choice-button .btn i.ibio-share {
	top: 3px;
	left: 1px;
}

.add-embed-button .btn i {
	top: 4px;
	left: 1px;
}

.add-embed-button .btn i.far {
	top: 9px;
}

.add-embed-button .btn i.ibio-wetravel,
.add-embed-button .btn i.ibio-twitter {
	left: 2px;
}

.admin-layout-onclick {
	z-index: 2;
	top: 0;
	cursor: pointer;
}


.delete-block-container {
	border: 3px solid white;
	border-right: 0;
	width: 20px;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 4px;
}

.delete-block-icons {
	top: 50%;
	z-index: 3;
	left: -10px;
	transform: translate(0, -50%);
	width: 42px !important;
	height: 42px !important;
}


.delete-block-icons i {
	margin: 5px;
}

.block-actions-left {
	top: 50%;
	z-index: 3;
	left: -10px;
	transform: translate(0, -50%);
}

.block-action-inner {
	width: 42px !important;
	height: 42px !important;
	border-radius: 50%;
}

.block-action-inner i {
	margin: 5px;
}
.block-action-inner i.fa-eye, .block-action-inner i.fa-eye-slash {
	margin-left: 3px;
	margin-top:4px;
} 


#PG_AddIconModal:not(.second-step) .modal-footer {
	display: none
}

#LY_addBlockModal .modal-content:not(.second-step) .modal-footer {
	display: none
}

@media (max-width: 576px) {
	#PG_BlockEditModal.modal-fullscreen .modal-body, #LY_addBlockModal.modal-fullscreen .modal-body  {
		height: calc(100% - 88px - 74px) !important;
	}
	#LY_addBlockModal.modal-fullscreen .modal-content:not(.second-step) .modal-body {
		height: calc(100% - 88px) !important;
	}
}

.sortable-icon {
	top: 4px;
}

.block_type_title {
	font-size: 17.5px;
}



#LY_addBlockModal .icons div.mt-5 {
	margin-top: 0
}


#pages-manager .carousel-indicators {
	top: -10px;
	height: auto !important;
}

#pages-manager .pages-page-container {
	border-bottom: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}


#pages-manager .carousel-control-prev,
#pages-manager .carousel-control-next {
	width: auto !important;
}

#pages-manager .phone-header {
	z-index: 3;
	height: 20px;
}

#pages-manager .phone-speaker {
	height: 8px;
}



#PG_CreatePageModal .carousel-indicators {
	top: -28px;
}

.admin-layout-container .page-controllers {
	position: absolute;
	right: 11px;
	top: 10px;
	z-index: 10;
}

.admin-layout-container .page-controllers i {
	display: block;
}

.create-page-button i.fa-pen {
	top: 13px;
	left: 15px;
}

#pages-manager .carousel-indicators li {
	height: 2px;
}

.delete-page-button {
	position: relative;
	top: -10px
}

.delete-page-button i {
	top: 2px;
	position: relative;
}


.admin-layout-container .pb-linktitle {
	cursor: pointer;
}

.block-admin-container {
	border-width: 2px !important;
	border-style: dashed !important;
}

.bunny-bg img {
	position: absolute;
	bottom: 10px;
	left: 0px;
}

#statsTabContent td {
	vertical-align: middle;
	left: 0px;
}


.effect-example {
	background-color: #EEE;
	padding: 8px !important;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}

.effect-example i {
	float: left;
	font-size: 26px;
	position: relative;
	top: -2px;
	left: 0px;
}

.effect-example.effect-noborder {
	border: 0 !important;
}

.effect-example.effect-shadow {
	box-shadow: #3D4043 10px 10px 0px 0px;
}

.effect-example.effect-box::after {
	content: '';
	position: absolute;
	left: -1px;
	top: 10px;
	right: -1px;
	bottom: -10px;
	background: #CCC;
	z-index: -1;
	border: 1px solid #3D4043;
}


.effect-example.effect-striped {
	border: 2px solid black
}

.effect-example.effect-striped::before {
	content: '';
	position: absolute;
	left: -1px;
	top: 100%;
	right: -1px;
	bottom: -10px;
	background: repeating-linear-gradient(45deg,
			transparent 0,
			transparent 2px,
			black 2px,
			black 4px);
	z-index: -1;
	border: 1px solid black
}

/*#B17573*/

.effect-example.effect-progress::before {
	content: '';
	position: absolute;
	left: -1px;
	top: 2px;
	right: -1px;
	bottom: -10px;
	background: repeating-linear-gradient(45deg,
			#FFC9ED 0%,
			#FFC9ED 7.7%,
			#FFFFFF 7.7%,
			#FFFFFF 15.4%,
			#BFF9FE 15.4%,
			#BFF9FE 23.1%,
			#A7684B 23.1%,
			#A7684B 30.8%,
			#3D4043 30.8%,
			#3D4043 38.5%,
			#f04166 38.5%,
			#f04166 46.2%,
			#FA7539 46.2%,
			#FA7539 53.9%,
			#FFE85F 53.9%,
			#FFE85F 61.6%,
			#01C8A7 61.6%,
			#01C8A7 69.3%,
			#4E98FF 69.3%,
			#4E98FF 77%,
			#B996F7 77%,
			#B996F7 100%);
	border: 1px solid black;
	z-index: -1
}


.effect-example.effect-oldvideo {
	border-bottom-color: #f0f !important;
	border-right-color: #f0f !important;
	border-left-color: #0ff !important;
	border-top-color: #0ff !important;
	border-width: 4px !important;
	border-style: solid !important;
}

.effect-example.effect-neon::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 1px 5px #fff, 0 0 10px 5px #ff10f0, 0 0 9px 2px #ff10f0;
}

.effect-example.effect-gradient {
	box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5) !important;
	border: solid 3px transparent !important;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #78e4ff, #ff48fa);
	background-origin: border-box;
	background-clip: content-box, border-box;
	box-shadow: 2px 1000px 1px #fff inset !important;
}

.effect-example.effect-summer {
	box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5) !important;
	border: solid 3px transparent !important;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #fff678, #78e4ff);
	background-origin: border-box;
	background-clip: content-box, border-box;
	box-shadow: 2px 1000px 1px #fff inset !important;
}





.block-admin-inner .embed-responsive iframe {
	pointer-events: none;
}

.bg-neonbluebg .form-check-label::before {
	border-color: white;
}

#IC_LnksLayoutModal .modal-content {
	z-index: -1;
}

#IC_LnksLayoutModal .loaded-container {
	width: calc(100% - 1px);
}


.signup-buttons .card {
	border-radius: 10px;
	height: 220px;
}


.gradient-ig {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	border: 3px solid transparent;
	background-origin: border-box;
	background-clip: border-box;
	box-shadow: 4px 1000px 1px #fff inset;
	/* box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
	border: solid 4px transparent;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #fff678, #78e4ff);
	background-origin: border-box;
	background-clip: content-box, border-box;
	box-shadow: 4px 1000px 1px #fff inset; */
}


.agp-feature-title i {
	width: 30px;
	display: inline-block;
}

.agp-feature-subtitle {
	padding-left: 36px
}


.price-gradient {
	border: solid 4px transparent;
	background-origin: border-box;
	box-shadow: 4px 1000px 1px #fff inset;
}

.price-gradient:not(.bg-phone):hover {
	box-shadow: none;
}

.price-gradient-three {
	background-color: #fff1e5;
}

.price-gradient-ten {
	background-image: linear-gradient(63deg, rgba(255, 241, 229, 1) 0, rgba(255, 250, 192, 1) 100%);
}

.price-gradient-twentyfive {
	background-image: linear-gradient(63deg, rgba(255, 250, 192, 1) 0, rgba(192, 255, 248, 1) 100%);
}

.price-gradient-fifty {
	background-image: linear-gradient(63deg, rgba(192, 255, 248, 1) 0, rgba(227, 211, 255, 1) 54%);
}

.price-gradient.bg-phone {
	position: relative;
	border: solid 2px transparent;
	padding: 16px;
}

.block-admin-container.SEL_BLOCK_SPACER.p-4 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.agency-add-button {
	/* position: relative;
	top:7px; */
	border: 4px solid white;
}

.ag_search_container {
	position: relative;
}

.ag_search_icon {
	top: 14px;
	left: 8px;
}

.ag_close_icon {
	right: 8px;
	top: 8px;
}

.agency-item-container .card-body,
.agency-add-account-container .card-body {
	border: solid 3px transparent;
	border-radius: 2px !important;
}

.agency-active-container .card {
	border: 0;
}

.agency-active-container .card-body {
	border: solid 4px transparent;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(180deg, #78e4ff, #B996F7);
	background-origin: border-box;
	background-clip: content-box, border-box;
	box-shadow: 4px 1000px 1px #fff inset;
	border-radius: 2px !important;
}


.theme-logo img,
.theme-header img,
.theme-preview-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.theme-buy {
	width: 100px
}

.author-image {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.author-header {
	position: relative;
	top: -13px;
}

.author-numthemes i {
	position: relative;
	top: -1px
}


.fix-stars-icon {
	left: 2px;
	top: 8px !important;
}


.themes_container .theme-logo.rectangle_916 {
	max-width: 200px;
	margin: 0 auto;
}


.gradient-preview {
	height: 31.5px;
	display: inline-block;
	width: 29px;
	border-radius: 3.5px;
	position: relative;
	background-size: 100% 100% !important;
	min-height: 0 !important;
}

.gradient-text {
	position: relative;
	top: -10px;
}


.red-indicator {
	position: absolute;
	top: 1px;
	right: 1px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	z-index: 2;
}

.stripe-connect {
	background: #635bff;
	display: inline-block;
	height: 38px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-font-smoothing: antialiased;
}

.stripe-connect span {
	color: #ffffff;
	display: block;
	font-family: sohne-var, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 14px;
	padding: 11px 19px 0px 0px;
	position: relative;
	text-align: center;
}

.stripe-connect:hover {
	background: #7a73ff;
}

.stripe-connect span::after {
	background-repeat: no-repeat;
	background-size: 49.58px;
	content: "";
	height: 20px;
	left: 61%;
	position: absolute;
	top: 28.95%;
	width: 49.58px;
}

.stripe-connect span::after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 468 222.5' style='enable-background:new 0 0 468 222.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M414,113.4c0-25.6-12.4-45.8-36.1-45.8c-23.8,0-38.2,20.2-38.2,45.6c0,30.1,17,45.3,41.4,45.3 c11.9,0,20.9-2.7,27.7-6.5v-20c-6.8,3.4-14.6,5.5-24.5,5.5c-9.7,0-18.3-3.4-19.4-15.2h48.9C413.8,121,414,115.8,414,113.4z M364.6,103.9c0-11.3,6.9-16,13.2-16c6.1,0,12.6,4.7,12.6,16H364.6z'/%3E%3Cpath class='st0' d='M301.1,67.6c-9.8,0-16.1,4.6-19.6,7.8l-1.3-6.2h-22v116.6l25-5.3l0.1-28.3c3.6,2.6,8.9,6.3,17.7,6.3 c17.9,0,34.2-14.4,34.2-46.1C335.1,83.4,318.6,67.6,301.1,67.6z M295.1,136.5c-5.9,0-9.4-2.1-11.8-4.7l-0.1-37.1 c2.6-2.9,6.2-4.9,11.9-4.9c9.1,0,15.4,10.2,15.4,23.3C310.5,126.5,304.3,136.5,295.1,136.5z'/%3E%3Cpolygon class='st0' points='223.8,61.7 248.9,56.3 248.9,36 223.8,41.3 '/%3E%3Crect x='223.8' y='69.3' class='st0' width='25.1' height='87.5'/%3E%3Cpath class='st0' d='M196.9,76.7l-1.6-7.4h-21.6v87.5h25V97.5c5.9-7.7,15.9-6.3,19-5.2v-23C214.5,68.1,202.8,65.9,196.9,76.7z'/%3E%3Cpath class='st0' d='M146.9,47.6l-24.4,5.2l-0.1,80.1c0,14.8,11.1,25.7,25.9,25.7c8.2,0,14.2-1.5,17.5-3.3V135 c-3.2,1.3-19,5.9-19-8.9V90.6h19V69.3h-19L146.9,47.6z'/%3E%3Cpath class='st0' d='M79.3,94.7c0-3.9,3.2-5.4,8.5-5.4c7.6,0,17.2,2.3,24.8,6.4V72.2c-8.3-3.3-16.5-4.6-24.8-4.6 C67.5,67.6,54,78.2,54,95.9c0,27.6,38,23.2,38,35.1c0,4.6-4,6.1-9.6,6.1c-8.3,0-18.9-3.4-27.3-8v23.8c9.3,4,18.7,5.7,27.3,5.7 c20.8,0,35.1-10.3,35.1-28.2C117.4,100.6,79.3,105.9,79.3,94.7z'/%3E%3C/g%3E%3C/svg%3E");
}


.loading-transparent {
	top: 0;
	left: 0;
	z-index: 1050;
}

.loading-sign {
	text-align: left;
	top: 30px;
	width: 50px;
	height: 50px;
	z-index: 1051;
	left: 50%;
	margin-left: -25px;
	border-radius: 50%;
}

.loading-sign .spinner-border {
	position: relative;
	top: 11px;
	left: 11px;
}


.nl_crop_image {
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.nl_crop_image i {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.background-container.expanded {
	height: 250px;
}

.nl_image_uplaoded, .nl_icon_uplaoded {
	position: relative;
	top: -7px;
}


.action-confirmation {
	position: relative;
	top: 4px;
}


.lnk-sort-icon {
	right: 22px;
	top: 50%;
	transform: translate(0, -50%);
}

.lnk-settings-icon {
	left: 22px;
	top: 50%;
	transform: translate(0, -50%);
}



.lnk-sortable:first-child .lnk-move-up {
	visibility: hidden;
}

.lnk-sortable:last-child .lnk-move-down {
	visibility: hidden;
}

.sortable-icons-container {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.lnk-admin-layer {
	opacity: 0.3;
	border: 2px solid transparent;
}


.modal-menu-img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.modal-menutitle-img {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	position: relative;
	top: -1px;
}

.modalmenu-icon {
	position: relative;
	top: 3px;
}



.ribbon {
	position: absolute;
	right: 10px;
	top: -3px;
	filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}

.ribbon.down>.content {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), 50% 100%, 0 calc(100% - 8px));
}

.ribbon.slant-down>.content {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 calc(100% - 12px));
}

.ribbon>.content {
	text-align: center;
	font-weight: 400;
	background: white linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
	padding: 12px 5px 16px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
	width: auto;
	height: auto;
	transition: clip-path 1s, padding 1s, background 1s;
}


.freq-PLAN_FREE {
	display: none !important;
}




.lnki-gradient {
	/* background: linear-gradient(to bottom,#B996F7, #337aee);
	background: linear-gradient(to bottom,#B996F7, #f953c6); */
	background: linear-gradient(to bottom, rgba(192, 255, 248, 1) 0, rgba(227, 211, 255, 1) 80%)
}

.lnkat-logo {
	background-image: linear-gradient(90deg, #29202B 0%, #51008C 50%, #D2BDFE 100%);
	/* background-image: linear-gradient(90deg, #3d4043 0%, #6f56e2 50%, #b996f7 100%); */
	/* background-image: linear-gradient(90deg, #29202B 0%, #6f56e2 50%, #b996f7 100%); */
	/* background-image: linear-gradient(90deg, #51008C 0%, #6f56e2 50%, #b996f7 100%); */
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}


.lnk-badge {
	width: 72px;
	height: 72px;
	border-width: 2px !important;
}

.lnk-badge i,
.lnk-badge span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 1px;
	transform: translate(-50%, -50%);
}


.text-gradient {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	/* background-image: linear-gradient(150deg,#702bfc,#b730ff, #fb42f0); */

	/* background-image: linear-gradient(150deg,#1FBBFF, rgba(192,255,248,1)); */
	background-image: linear-gradient(150deg, #09DAF1, rgba(192, 255, 248, 1));
}

.btn-lnkat {
	background-image: linear-gradient(63deg, rgba(255, 250, 192, 1) 0, rgba(192, 255, 248, 1) 100%);
	border: solid 4px transparent;
	background-origin: border-box;
	box-shadow: 4px 1000px 1px #fff inset;
}

.btn-lnkat:hover {
	background-image: linear-gradient(63deg, rgba(255, 250, 192, 1) 0, rgba(192, 255, 248, 1) 100%);
	background-origin: border-box;
	box-shadow: none;
	border: solid 4px transparent;
	color: #3D4043
}



#lnkbio-qrcode canvas,
#lnkbio-qrcode svg {
	width: 256px !important;
	height: 256px !important;
}


.theme-top-position {
	position: absolute;
	top: -6.1px;
	left: 10px;
}

.theme-top-position:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 10px solid var(--bs-pinterest);
	right: 0px;
}

.theme-top-position span {
	position: relative;
	display: block;
	text-align: center;
	background: var(--bs-pinterest);
	color: white;
	line-height: 1.3;
	padding: 12px 8px 10px;
	border-top-right-radius: 8px;
	width: 50px;
}

.theme-top-position span:before,
.theme-top-position span:after {
	position: absolute;
	content: "";
}

.theme-top-position span:before {
	height: 6px;
	width: 6px;
	left: -6px;
	top: 0;
	background: #F8463F;
}

.theme-top-position span:after {
	height: 7px;
	width: 8px;
	left: -8px;
	top: 0px;
	border-radius: 8px 8px 0 0;
	background: #C02031;
}

.theme_color_preview {
	width: 24px;
	height: 24px;
	position: relative;
	border-radius: 50%;
	display: block;
	line-height: 0;
}

.theme_color_preview-border {
	border: 1px solid #e6e6e6;
	width: 22px;
	height: 22px;
}

.theme_color_preview div {
	width: 22px;
	height: 22px;
	position: relative;
	border-radius: 50%;
	display: block;
	line-height: 0;
	position: absolute;
}

.theme_color_preview-border div {
	width: 20px;
	height: 20px;
}

.theme_color_preview_active {
	border: 1px solid var(--bs-darkgrey);
}

.theme_color_preview_active div {
	margin: 2px;
	width: 18px;
	height: 18px;
}



.sharebar-icon {
	width: 40px;
	display: inline-block;
	height: 40px;
	border: 2px solid black;
	border-radius: 50%;
	position: relative;
	top: 4px
}

.sharebar-icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.apple-pay-button {
	display: inline-block;
	-webkit-appearance: -apple-pay-button;
	appearance: -apple-pay-button;
	-apple-pay-button-type: buy;
	/* Use any supported button type. */
}

.apple-pay-button-black {
	-apple-pay-button-style: black;
}

.apple-pay-button-white {
	-apple-pay-button-style: white;
}

.apple-pay-button-white-with-line {
	-apple-pay-button-style: white-outline;
}

#SP_ImageThumb {
	max-height: 400px;
	object-fit: contain;
}


.setting-link .setting-padding.pt-1 {
	padding-top: 5px !important
}

.admin-layout-container {
	min-height: 400px;
	padding-top: 40px !important;
	padding-bottom: 60px !important;
}


.block-feature.op-70 {
	opacity: 0.55 !important;
}


#PY_ChooseDLocalModal .modal-body {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 80vh;
}

#PY_ChooseDLocalModal .btn-close {
	display: block !important;
}

#PY_ChooseDLocalModal.modal .modal-header .fa-times:before {
	content: "\f00d" !important;
}

.AO_FeaturesContainer td {
	border: 0 !important;
}

.AO_FeaturesContainer table td:nth-child(1) {
	padding-left: 15px;
}

.AO_FeaturesContainer table td:nth-child(2) {
	background-color: var(--bs-milka);
	color: white;
	width: 30%;
	text-align: center;
}

.AO_FeaturesContainer table td i {
	font-size: 20px;
}

.AO_FeaturesContainer table tr:first-child td:nth-child(2) {
	border-top-right-radius: 24px;
}

.AO_FeaturesContainer table tr:last-child td:nth-child(2) {
	border-bottom-right-radius: 24px;
}

.AO_FeaturesContainer table tr:first-child td {
	padding-top: 20px;
}

.AO_FeaturesContainer td {
	font-size: 17.5px;
	font-weight: bold;
	padding-bottom: 20px;
	vertical-align: middle;
}

button.btn-outline-secondary:hover {
	color:white !important;
}

@media (max-width: 768px) {
	.SCH_ScheduleFromWrap div.form-row select:last-child, .SCH_ScheduleToWrap div.form-row select:last-child, .NL_ScheduleFromWrap div.form-row select:last-child, .NL_ScheduleToWrap div.form-row select:last-child{
		margin-right: 0 !important;
	}
	.SCH_ScheduleFromWrap div.form-row select, .SCH_ScheduleToWrap div.form-row select, .NL_ScheduleFromWrap div.form-row select, .NL_ScheduleToWrap div.form-row select{
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}
	.adding-container .form-row select:last-child{
		margin-right: 0 !important;
	}
	.adding-container .form-row select{
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}
}

.smallsquare .comingsoon {
	top:8px;
	right:4px;
}

.LB_searchButton i.fa-search {
	top:14px;
	left:15px;
	z-index: 3;
}
.LB_searchButton i.fa-times {
	top:14px;
	right:15px;
	z-index: 3;
}
.LB_searchButton input {
	padding-left: 40px;
}
.LB_searchButton input {
	border-radius: 23px !important;
}

.bigsquare-icon-image {
	height: 60px;
	width: 60px;
	object-fit: contain;
	filter: grayscale();
}
.smallsquare:hover .bigsquare-icon-image {
	filter: none;
}

.selectwithicons {
	width: 63px !important
}

.selectwithicons button {
	position: relative;
}
.selectwithicons .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
}
.selectwithicons .dropdown-menu {
	max-height: 250px;
	overflow-y: auto;
	min-width: auto !important;
}

.LN_SelectionCheckbox {
	top:2px;
	left:4px;
}
.LN_SelectionCheckbox input + label {
	display: none;
}
.LN_SelectionCheckbox input:checked + label {
	display: block;
}
.LN_SelectionCheckboxFake:checked + .LN_SelectionCheckboxLabel{
	opacity: 0.4;
	background-color: white;
}
#NL_SEL_PANEL {
	top:50%;
	transform: translateY(-50%);
	right:0px;
	min-width: 50px;
	min-height: 100px;
	border: 1px solid var(--bs-boostrapgrey);
	border-right:0;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
#NL_SEL_PANEL .num_sel {
	margin-bottom:-5px
}
.redir_container .row:first-child .btn-redir-del {
	display: none;
}
.redir_container .row:nth-of-type(n+5) .btn-redir-add {
	display: none;
}
#AppLogoPreview img {
	width: 40px;
}

video.videopreview {
	object-fit: contain;
}
#LN_EditLnkModal .schl_preview img {
	width: 80px;
	margin-top: 15px;
}
.carousel-preview-list {
	width:80px;
	height: 45px;
	object-fit: cover;
}
.carousels_container .row .col.ts-title {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.links_container_admin a.pb-linkbox span {
	color: var(--bs-boostrapblack)
}
.file-upload-with-preview, .file-upload-with-preview label{
	cursor: pointer;
  }
  .file-upload-with-preview input {
	opacity: 0;
  }
  .file-upload-with-preview .input-group-text {
	height: 32px;
	border-radius: 23px !important;
	border-color: var(--bs-milka);
	background-color: white;
	color: var(--bs-milka);
  }
  .file-upload-with-preview .input-group-text:hover {
	background-color: var(--bs-milka);
	color: white;
  }
  .form-check.justify-content-center input.form-check-input {
    margin-right: 7px;
    margin-bottom: 3px;
  }

  #navbar-bottom-mobile .row .col {
	padding-left: 7px;
	padding-right: 7px;
  }

  .password-visibility i {
	z-index: 5;
  }
  .fc-daygrid-event-dot {
	display: none;
  }

  .integration-icon-container .ts-hugexx.fas, .integration-icon-container .ts-hugexx.far, .integration-icon-container .ts-hugexx.fal, .integration-icon-container .ts-hugexx.fad {
	line-height:  var(--bs-body-line-height) !important;
  } 
  .loading_active_content svg {
	max-width: 50px;
  }

a.connect-button.bg-white:hover,
a.connect-button.bg-white:focus {
  border-color: var(--bs-milka);
  background-color: white !important;
}

/* Login/Signup */
.connect-button {
	position: relative;
	border: 1px solid rgba(22, 24, 35, 0.12);
	border-radius: 0;
	margin: 5px 0;
	padding: 12px 15px;
	cursor: pointer;
	width: 100%;
	border-radius: 26px !important;
}

.connect-button img {
	height:24px
}

.connect-button:hover,
.connect-button:active,
.connect-button:focus {
	color: #333;
}
.profilepiceditpreview {
	border-radius: 50%;
	height: 150px;
	width: 150px;
	object-fit: cover;
}
.profilepicturecontainer div.position-absolute {
	bottom: 5px;
	left: 50%;
	transform: translateX(30px);
	z-index: 2;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.profilepicturecontainer div.position-absolute .position-relative .position-absolute {
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.profilepicturecontainer img {
	position: relative;
	z-index: 1;
}
#SW_EditProfilePictureCroppContainer {
	max-width: 100%;
}
#SW_EditProfilePictureModal .step2 .position-absolute.spinner-backdrop {
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#SW_EditProfilePictureModal .step2 .position-absolute.spinnter-container {
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}

.border-cooleffect {
	border:0.5px solid #EEE;
}

@media screen and (min-width: 992px) {
	.smallsquarebutton i.ts-donglebutton {
		font-size: 40px !important;
	}
	.smallsquarebutton span.ts-title {
		font-size: 22px !important;
	}
}

@media (max-width: 768px) {
	.tox .tox-toolbar__group { padding: 0 8px 0 9px !important}
}

img.layouticons {
	max-height:103px
}

img.layouticons-preview {
	max-height:150px
}

.agency-group-menu {
	bottom: 24px !important;
    right: 11px !important;
}

.agency-inner-menu {
	bottom: 17px !important
}