
@font-face {
	font-family: "Nexa";
	src: url("../fonts/nexa/nexa-regular.eot");
	src: url("../fonts/nexa/nexa-regular.woff") format("woff"),
	url("../fonts/nexa/nexa-regular.ttf") format("truetype"),
	url("../fonts/nexa/Nexa-Regular.otf") format("opentype"),
	url("../fonts/nexa/nexa-regular.svg#filename") format("svg");
}

@font-face {
	font-family: "Nexa-Bold";
	src: url("../fonts/nexa/nexa-bold.ttf");
	src: url("../fonts/nexa/nexa-bold.ttf") format("truetype"),;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
	src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family: "Poppins-Regular";
	src: url("../fonts/Poppins/Poppins-Regular.ttf");
	src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype"),
	url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype"),
	url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}

h1, h2, h3, h4, h5, h6{
	font-family: Poppins;
}

h1{
	font-size: 30px !important;
}

h5{
	font-size: 20px !important;
}

li.divider{
	border-top: 1px solid #eee;
}

body, span, label, select, option {
	font-family: Poppins-Regular !important;
}

option {
	font-family: Poppins-Regular !important;
	font-size: 16px;
}

label{
	font-weight: 200;
}

html {
	scroll-behavior: smooth;
}

b, strong {
	font-weight: 600 !important;
}

.front-banner-size{
	height: 240px;
	width: 100%;
	background-color: transparent;
}

.front-mt--3{
	margin-top: -40px;
}

.front-avatar-mt{
	margin-top: -110px;
}

.front-ttl-color{
	color: #CCC;
}

.btn-black{
	background-color: #222 !important;
	color: #FFF;
}

.front-text-dark{
	color: #000;
}

.facebook-icon-color{
	color: #337FFF !important;
}

.cover-img-size{
	height: 66px;
}

.twitter-icon-color{
	color: #000000 !important;
}

.instagram-icon-color{
	color: #F56040 !important;
}

.tiktok-icon-color{
	color: #000000 !important;
}

.pinterest-icon-color{
	color: #FF0000 !important;
}

.linkedin-icon-color{
	color: #006699 !important;
}

.reddit-icon-color{
	color: #FF0000 !important;
}

.whatsapp-icon-color{
	color: #00CC22 !important;
}

.telegram-icon-color{
	color: #006699 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.bg-grey-mediakit{
	background-color: #F9F9F9 !important;
}

.bg-grey-mediakit-rate{
	background-color: #E6E6E7 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

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

span.store-header-text-span{
	font-size: 13px ;
	font-weight: 400 !important;
}

.form-control-c {
    display: block;
    width: 100%;
    height: 35px !important; 
/*    padding: 0.375rem 0.75rem;*/
    font-size: 1rem;
    color: rgb(101, 101, 101);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(221, 224, 224, 0.538);
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/* here we go all custom css */


.bg_slide {
  	background: linear-gradient(-45deg, #273A9B, #EA6168, #273A9B);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.fron-store-block-display{
	max-height: 125px; min-height: 125px;
}

.front-store-content-info{
	max-height: 58px; overflow: hidden;
}

.container-blur {
  filter: blur(4px);
}

.webkit-right{
	text-align: -webkit-right;
}

/* end of sliding bg */

/** MEDIA KIT STYLING */

.bio-container {
	text-align: center;
}

.display_name {
	font-size: 2rem;
}

/** END OF MEDIA KIT STYLIING  */


/** BRAND COLLABS */
.search-icon {
		top: 0;
		position: absolute;
		translate: 0, 0;
		margin-top: .5rem;
		margin-left: 1rem;
}

.card_container {
	display: grid;
	grid-template-columns: 1fr;
	gap: .7rem;
}

@media (min-width:  768px) {	
	.search-icon {
		top: 30%;
		transform: translate(0, -50%);
	}
	
	.card_container {
		grid-template-columns: repeat(2, 1fr);
	}
}	

@media (min-width: 1200px) {
	.card_container {
		grid-template-columns: repeat(3, 1fr);
	}
}
/**  END OF BRAND COLLABS */

.fs-20px{
	font-size: 20px;
}

.fs-16px{
	font-size: 16px !important;
}

.text-sm-1{
	font-size: 8px;
}

.fs-09rem{
	font-size: 0.9rem;
}

.text-grey{
	color: #808080 !important;
}

.text-grey-light{
	color: #e6e6e7 !important;
}

.text-grey-light2 {
	color: #c5c5c7 !important; 
}

.text-grey-700{
	color: #00000090 !important;
}

.notification-container{
	margin-top: 5px;
}

.flipbook_frame{
	min-height: 90vh; 
	width: 100%; 
	border: none;
}

.ccode_select {
	padding: 0px 3px !important;
	max-height: 35px !important;
	max-width: 45px !important;
}

.block-modal-header-bg{
/*	background-color: #273A9B10;*/
	border-bottom: 1px solid #eee;
}

.btn, h4{
	font-weight: 400 !important;
}

.app_body{
	background-color: rgba(244, 245, 248, 1) !important;
}

.size-14{
	font-size: 14px !important;
}


.stats-size{
	font-size: 15px !important;
}

.alert-text{
	font-size: 12px !important;
}

.lh-10{
	line-height: 13px;
}


.rounded-lg{
	border-radius: 13px !important;
}

.rounded-lg-8{
	border-radius: 8px !important;
}

.rounded-lg-25{
	border-radius: 25px !important;
}

.rounded-lg-left-13{
	border-top-left-radius: 13px !important;
	border-bottom-left-radius: 13px !important;
}

.rounded-lg-right-13{
	border-top-right-radius: 13px !important;
	border-bottom-right-radius: 13px !important;
}

.rounded-lg-top-13{
	border-top-right-radius: 13px !important;
	border-top-left-radius: 13px !important;
}

.rounded-bottom-5{
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.rounded-left{
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.rounded-right{
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.h-200px{
	max-height: 200px !important;
	min-height: 200px !important;
}


.py-l-15{
	padding-top: 33px !important;
	padding-bottom: 33px !important;
}

.grip-dots-svg{
	background-image: url("/../images/bar_spinner.gif");
	height: 50px;
	width: 50px;
}

.bg-grey-200{
	background-color: #CCCCCC50 !important
}

.mission_ss_samples{
/*	height: 300px;*/
	width: 100%;
}

.mission_ss_pending{
	height: 500px;
	width: 100%;
}

.slide_toggle_in{
/*	width: 100px;*/
    height: 200px;
    border: 1px #CCC solid;
    background-color: #EEE;
/*    padding: 5px;*/
    -webkit-transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
    transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;

}

.mission_upload_slide_out{
	overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    border-width: 0 1px;
}


.push-overflow-y-auto{
	overflow-y: visible !important;
	overflow-x: hidden !important;
}

.cover_avatar_overlay{
	display: none;
}

.avatar_upload_link:hover > .cover_avatar_overlay {
	position: absolute;
	top: 0; left: 0;
	width: 70px; height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #96adf7cd;
}

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

.biolink-avatar{
	width:70px !important;
	height:70px !important;
}

.border-top-grey{
	border-top: 2px solid #adaeb122;
}

.nav-pill-btn{
	background-color: var(--white) !important;
	font-size: 13px;
	font-weight: bold !important;
}

.nav-pill-btn.active{
	background-color: var(--blue) !important;
	font-size: 13px;
	font-weight: bold !important;
}

.tab-pill-btn{
	background-color: #E6E6E7 !important;
	color: #68696F !important;
	font-size: 13px;
	font-weight: bold !important;
}

.tab-pill-btn.active{
	background-color: var(--white) !important;
	color: var(--primary) !important;
	font-size: 13px;
	font-weight: bold !important;
}

.currency-items {
   	display: block;
   	width: 100%;
	clear: both;
	font-weight: 400;
	color: #1d2025;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	/* border-radius: 5px;  */
}

.custom-input-group-input{
	padding-top: 1.3rem !important;
	padding-bottom: 1.4rem !important;
}

.custom-input-2{
	display: block;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.6rem 0.6rem;
    font-size: 1rem;
    font-weight: 400;
    color: rgb(101, 101, 101);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(146, 147, 147, 0.538);
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-input-2:focus{
	color: #2e2e2e;
    background-color: #fff;
    border-color: #7c9dffbe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #7c9dff47;
}

.product_tab_switch > li .active{
	background-color: #FFF !important;
	color: #203298 !important;
}


/* ------- text color ---------------------------------- */
.text-orange{
	color: rgba(238, 29, 81, 0.838);
}

.text-orange-100{
	color:  rgba(238, 29, 82, 0.2);
}

.text-blue-400{
	color: rgba(0, 123, 255, 0.795);
}

.text-blue-100{
	color: rgba(0, 122, 255, 0.2);
}

.text-green-400{
	color: rgba(76, 175, 79, 0.845);
}

.text-green-100{
	color: rgba(76, 175, 80, 0.2);
}

.text-yellow-400{
	color: rgba(252, 188, 69, 0.871);
}

.text-yellow-100{
	color: rgba(252, 187, 69, 0.2);
}

.text-pink-400{
	color: rgba(144, 57, 206, 0.849);
}

.text-pink-100{
	color: rgba(143, 57, 206, 0.2);
}

.text-lemon-400{
	color: rgba(51, 204, 255, 0.833);
}

.text-lemon-100{
	color: rgba(51, 204, 255, 0.2);
}


/* ------- backgrounds ---------------------------------- */
.bg-lemon-100{
	background-color: rgba(51, 204, 255, 0.2);
}

.bg-pink-100{
	background-color: rgba(143, 57, 206, 0.2);
}

.bg-yellow-100{
	background-color: rgba(252, 187, 69, 0.2);
}

.bg-green-100{
	background-color: rgba(76, 175, 80, 0.2);
}

.bg-orange-100{
	background-color: rgba(238, 29, 82, 0.2);
}

.bg-blue-100{
	background-color: rgba(0, 122, 255, 0.2);
}



/* bg 900 color */

.bg-lemon-03{
	background-color: rgba(51, 204, 255, 0.3);
}

.bg-pink-03{
	background-color: rgba(143, 57, 206, 0.3);
}

.bg-yellow-03{
	background-color: rgba(252, 187, 69, 0.3);
}

.bg-green-09{
	background-color: rgba(76, 175, 80, 0.3);
}

.bg-orange-09{
	background-color: rgba(238, 29, 81, 0.3);;
}

.bg-blue-09{
	background-color: rgba(0, 122, 255, 0.3);
}

.bg-gray-light {
	background-color: #fafafa;
}


.btn-plans{
	border-radius: 8px;
	padding: 7px 15px 7px 15px !important;
}

.btn-pop {
	transition: all .2s;
	box-shadow: 0 3px 5px 0 #00000015;
}
.btn-pop:hover {
	transform: translateY(-3px);
	box-shadow: 0 2px 3px 0 #00000040;
}

.btn-gray {
	background-color: #b8b8df;
	transition: all .2s;
	box-shadow: 0 3px 8px #00000030;
}

.btn-gray:hover {
	transform: translateY(-3px);
	box-shadow: 0 3px 5px #00000060;
}

.checkbox-round {
	appearance: none;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #8686fc;
	border-radius: 100%;
	position: relative;
}

.checkbox-round:checked::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #8686fc;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* display: none; */
}

/* .checkbox-round:checked ~ .checkbox-round::after {
	display: block;
} */

.circle-icon{
	border-radius: 50%;
	height: 70px;
	width: 70px;
}

.project-circle-icon{
	border-radius: 50%;
	height: 40px;
	width: 40px;
}

.domain-info{
	font-size: 13px !important;
}


.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.icon-size-30{
	height: 35px;
	width: 35px;
}

.icon-size-70{
	height: 90px;
	width: 75px;
}

.icon-pos-bolt{
	position: absolute;
	top:auto;
	right: 20%;
}

.mt--3{
	margin-top: -2.3em;
}

.mt--4{
	margin-top: -3em;
}

.mt--1{
	margin-top: -.5em;
}

.mt-1x{
	margin-top: 0.2em;
}

.mt-6{
	margin-top:4em;
}


.hr_line{
	border: 2px solid #ccc !important;
}

.text-blue{
	color: #203298 !important;
}

.border-blue{
	border: 2px solid #CCC;
	border-radius: 5px;
}

.sign-in-with{
	width: 120px;
}

.words-stretch {
  width: 100%;
  text-align: justify !important;
}

select{
	/* color: #666 !important; */
	height: 44px !important;
	border: 2px solid #efefef !important;
}

.input-txtbox{
	height: 45px !important;
	border: 2px solid #efefef !important;
}

input:focus{
/*	border: 5px solid rgba(147, 188, 249, .5) !important;*/
}

.bg-blue{
	background-color: #273A9B !important;
}

.bg-blue-200{
	background-color: rgba(241, 243, 251, 100) !important;
}

.w-32{
	width: 32% !important;
}

.w-23{
	width: 23% !important;
}

/* * Twisted section */

.section__active--icon {
	background-color: #203298;
	color: white;
	border-radius: 50%;
	padding: 1px 6px;
	margin-right: 7px;
}

.section__active--icon1 {
	background-color: #203298;
	color: white;
	border-radius: 50%;
	padding: 1px 8px;
	margin-right: 7px;
}

.section__active--text {
	font-weight: 700;
}

.section__inactive--icon {
	background-color: transparent;
	color: black;
	border: 1px solid #cac7c7;
	border-radius: 50%;
	padding: 1px 6px;
	margin-right: 7px;
}

.section__inactive--text {
	font-weight: 100;
	/* color: #cac7c7; */
}

.btn-menu{
	padding: 3px 6px;
	border-radius: 10px;
}

.login-bg-a{
	background-color: #203298;
}

.text-input{
	padding-bottom: 20.5px;
	padding-top: 20.5px;
	border: 2px solid #efefef;
}

.mt--2{
	margin-top: -1em;
}

.mt--2p5{
	margin-top: -1.39em;
}

.w-65{
	width: 65%;
}

/* App */
.app {
	background: var(--gray-50);
}

.border-primary-2{
	border-width: 2px;
}

.app-container {
}

.app-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: var(--gray-100);
	z-index: 100;
	opacity: .5;
}

.app-sidebar {
	display: flex;
	flex-direction: column;
	min-width: 260px;
	max-width: 260px;
	background: var(--white);
	border-right: 2px solid var(--gray-200);
	margin-left: -262px;
	transition: margin .15s linear;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 101;
}

[dir="rtl"] .app-sidebar {
	margin-left: initial;
	left: initial;
	right: 0;
	margin-right: -262px;
	border-left: 2px solid var(--gray-200);
	border-right: 0;
}

[dir="rtl"] [data-theme-style="dark"] .app-sidebar {
	border-right: 0;
	border-left: 2px solid var(--gray-200);
}

body.app-sidebar-opened .app-sidebar {
	margin-left: 0;
}

[dir="rtl"] body.app-sidebar-opened .app-sidebar {
	margin-right: 0;
}

@media (min-width: 992px) {
	.app-sidebar {
		margin-left: 0;
	}

	[dir="rtl"] .app-sidebar {
		margin-right: 0;
	}
}

.app-sidebar-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem;
	height: 75px;
}

.app-sidebar-title a {
	font-size: 1.4rem;
	color: var(--gray-900);
	font-weight: 600;
}

.app-sidebar-title a:hover {
	text-decoration: none;
}

.app-sidebar-footer {
	width: 100%;
}

.app-sidebar-footer > a {
	width: 100%;
	padding: .75rem 1.75rem;
	border-top: 2px solid var(--gray-200);
	display: flex;
	align-items: center;
	color: var(--gray-500);
	font-size: .9rem;
	font-weight: 500;
	transition: background .3s;
}

.app-sidebar-footer > a:hover {
	text-decoration: none;
	background: var(--gray-200);
	color: var(--gray-600);
}

.app-sidebar-links-wrapper {
	overflow-y: scroll;
	width: calc(100% - 6px);
	padding-bottom: .25rem;
	scrollbar-width: none;
}

.app-sidebar-links-wrapper:hover {
	width: 100%;
	scrollbar-width: initial;
}

.app-sidebar-links-wrapper::-webkit-scrollbar {
	background-color: transparent;
	width: 0;
}

.app-sidebar-links-wrapper::-webkit-scrollbar-thumb {
	background: var(--gray-200);
	border-radius: 10px;
}

.app-sidebar-links-wrapper:hover::-webkit-scrollbar {
	width: 6px;
}

.app-sidebar-links-wrapper:hover::-webkit-scrollbar-track {
	width: 6px;
}

.app-sidebar-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.app-sidebar-links > li {
	width: 100%;
	padding: 0.25rem calc(0.75rem - 6px) 0.25rem 0.75rem;
}

.app-sidebar-links > .divider-wrapper {
	width: 100%;
	padding: 0 calc(0.75rem - 6px) 0 0.75rem;
	margin: .25rem 0;
}

.app-sidebar-links > .divider-wrapper > .divider {
	border-top: 2px solid var(--gray-200);
}


.app-sidebar-links > li > a, .app-sidebar-links > li > .dropdown-container > a {
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--gray-600);
	border-radius: var(--border-radius);
	padding: 0.35rem 0.5rem;
	transition: background .3s;
	font-size: .9rem;
	font-weight: 500;
}

.app-sidebar-links > li > a:hover, .app-sidebar-links > li > .dropdown-container > a:hover {
	text-decoration: none;
	/* background: var(--gray-200); */
	background: #a2b8ff36;
	color: var(--gray-600);
}

[data-theme-style="dark"] .app-sidebar-links > li > a:hover, .app-sidebar-links > li > .dropdown-container > a:hover {
	/* background: var(--gray-200); */
	background: #a2b8ff36;
	color: var(--gray-800);
}

.app-sidebar-links > li.active > a:not(.default){
	/* background: var(--primary); */
	background: rgba(32, 50, 152, 0.2) !important;
	color: var(--primary);
	font-weight: 500;
}

[data-theme-style="dark"] .app-sidebar-links > li.active > a:not(.default) {
	/* background: var(--primary-800); */
	background: #3c5cfc22 !important;
	color: var(--white);
}

.app-sidebar-avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.app-sidebar-footer-block {
	max-width: 100%;
}

.app-sidebar-footer-text {
	color: var(--gray-600);
}

.app-content {
	margin-left: 0;
	flex-grow: 1;
}

[dir="rtl"] .app-content {
	margin-left: initial;
	margin-right: 0;
}

@media (min-width: 992px) {
	.app-content {
		margin-left: 260px;
	}
	[dir="rtl"] .app-content {
		margin-left: initial;
		margin-right: 260px;
	}
}

.app-navbar {
	min-height: 75px;
	border-bottom: 2px solid var(--gray-200);
}

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

/* Modal */
.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 button, .footer button:hover {
	color: var(--gray) !important;
}

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

/* App footer */
.app-footer {
	border: 2px solid var(--gray-200);
	border-radius: var(--border-radius);
	margin: 0;
	padding: 1.25rem;
}

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

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

.description {
	white-space: prewrap;
}

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

.clickable {
	cursor: pointer;
}

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

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

/* Dropdown */
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active {
	border-radius: var(--border-radius);
}

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

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

/* Navbar */
.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: 3rem;
	height: 3rem;
}

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

.meeting-icon-google{
	width: 38px;
	height: 38px;
/*	border-radius: 50%;*/
}

.front-meeting-icon-google{
	width: 25px;
	height: 25px;
/*	border-radius: 50%;*/
}

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

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

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

.nav-link-l {
    display: block;
    padding: 0.15rem 1rem !important;
    color: #FFF !important;
}

.nav-link-l.active {
    color: #222 !important;
    background-color: #fff !important;
}

.front-g-bg-copy{
	background-color: #C2C2C250 !important;
}

.front-bg-copy{
	background-color: #C2C2C250 !important;
}

.front-sub-bg-copy{
	background-color: #00000090 !important;
}


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

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

/* Index */
.index {
	background: #f9fcff;
}

.navbar-index {
	border-bottom: 1px solid var(--gray-100);
}

[data-theme-style="dark"].index {
	background: var(--body-bg);
}

.index-container-content {
	margin-top: 6rem;
	margin-bottom: 4rem;
}

.index-container {
	width: 100%;
	padding: 0 0 4rem 0;
}

@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: 4rem;
	font-weight: bold;
	color: var(--black);
}

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

.index-button {
	padding: 1.2rem 2.2rem;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.uppercase{
	text-transform: uppercase;
}

.index-button-white, .index-button-white:hover {
	color: white;
}

.index-card-image {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	box-shadow: 10px 10px 0 #ebf5ff;
	border: 1px solid var(--gray-300);
	transition: all .3s ease-in-out;
}

.index-card-image:hover {
	box-shadow: 0 0 0 var(--gray-300);
}

.index-highly-rounded {
	border-radius: 1rem;
}

/* Index testimonial */
.index-testimonial-avatar {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	transform: translateY(-70%);
	border: 4px solid var(--white);
	position: absolute;
	left: 50%;
	margin-left: -52px;
}

/* Index FAQ */
.index-faq svg {
	transition: all .15s;
	color: var(--primary-800);
}

/* Index call to action */
.index-cta {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 1920 1080" width="1920" height="1080"><defs><linearGradient gradientTransform="rotate(0, 0.5, 0.5)" x1="50%" y1="0%" x2="50%" y2="100%" id="ffflux-gradient"><stop stop-color="%230063ef" stop-opacity="1" offset="0%"></stop><stop stop-color="%23aa02b4" stop-opacity="1" offset="100%"></stop></linearGradient><filter id="ffflux-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feTurbulence type="fractalNoise" baseFrequency="0.005 0.003" numOctaves="1" seed="131" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feGaussianBlur stdDeviation="20 0" x="0%" y="0%" width="100%" height="100%" in="turbulence" edgeMode="duplicate" result="blur"></feGaussianBlur><feBlend mode="color-dodge" x="0%" y="0%" width="100%" height="100%" in="SourceGraphic" in2="blur" result="blend"></feBlend></filter></defs><rect width="1920" height="1080" fill="url(%23ffflux-gradient)" filter="url(%23ffflux-filter)"></rect></svg>');
	background-repeat: no-repeat;
	background-size: cover;
	color: white !important;
}

.index-cta a.btn {
	color: white;
	background: var(--dark);
	border-color: var(--dark);
	padding: 1.1rem 4rem;
	font-size: 1.15rem;
}

.index-cta a.btn:hover {
	background: var(--primary-900);
	border-color: var(--primary-900);
}

[data-theme-style="dark"] .index-cta a.btn {
	background: var(--light);
	border-color: var(--light);
}

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


.store-processor-avatar {
	border-radius: 50%;
	max-width: 20px;
	max-height: 20px;
}

/* Link Settings page */
.link-background-type-preset {
	/*width: 100%;
	height: 7em;
	border-radius: var(--border-radius);
	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: var(--border-radius);
	margin-bottom: .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 {

}

.block-design-text-bg{
	background:#ffffff;
	border-radius:5px;
	padding-left: 0px !important ;
}

.iphone15{
	height: 780px;
	border: 9px solid #222 !important;
	border-radius: 48px;
}

.iphone15-cont{
	height: 780px;
}

.iphone15-cont2{
	height: 780px;
}

.iphone15_frame{
	border-radius: 36px;
}

.pos-abs{
	position: absolute; 
/*	left: 45%; top:50%; */
	height: 100%;
	width: 100%;
	background-color: #cccccc80;
}

.sticky {
    position: fixed;
    top:0;
    bottom: 0;
}

/**Iphone Preview CSS STARTS **/
.iphone {
  position: relative;
  width: 350px;
  height: 700px;
  background: #000;
  border-radius: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border: 16px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 40px 0; /* Adjust for dynamic island */
}

.dynamic-island {
  opacity: 1;
  width: 80px;
  height: 18px;
  background: #000;
  border-radius: 20px;
  z-index: 10;
}

.dynamic-island2 {
  opacity: 1;
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 50%;
  z-index: 10;
}

.dynamic-island-cont{
	position: absolute;
  	top: 8px;
  	width: 100%;
/*  	left: 50%;*//*
  	transform: translateX(-50%);*/
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.side-buttons {
  position: absolute;
  top: 120px;
  right: -20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.button {
  width: 5px;
  height: 40px;
  background: #333;
  border-radius: 5px;
}

.volume-up {
  height: 40px;
}

.volume-down {
  height: 40px;
}

.power {
  height: 50px;
}


.web-preview {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
/**Iphone Preview CSS ends**/


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

.biolink-preview-iframe-container {
	overflow: hidden;
/*	width: auto;*/
	height: 700px;
	border-radius: 3rem;
	position: relative;
}

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

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

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

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

.btn-group-toggle .btn {
	border-radius: 10px; /* Add border radius to buttons */
}

.grey-border{
	border: 1px solid #CDCDCF;
}

.color-grey{
	color: #CDCDCF;
}

.btn-grey{
	background-color: #F9F9F9;
}

.invoice-bg-grey{
	background-color: #F2F2F3;
}

.w-45{
	width: 45%;
}

.w-70{
	width: 70% !important;
}

.border-radius{
	border-radius: 10px;
}

.app-tabs.active{
	color: black !important;
	border-bottom: none !important;
}

.h-145{
	height: 145px !important;
}

.size-10{
	font-size: 12px;
}

.size-12{
	font-size: 12px !important;
}

.size-8{
	font-size: 8px;
}

.size-14{
	font-size: 14px;
}

.size-16{
	font-size: 16px;
}

.size-18{
	font-size: 18px;
}

.custom-checkbox:checked + .custom-checkbox-label::before{
	background-color: var(--blue-200);
}

.btn-height{
	height: fit-content;
	font-size: 13px;
}

.mission-action-header{
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #68696F;
}

.hidden{
	display: none;
}

.ql-container{
	height: 200px !important;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
	display: none;
	padding-left: 25px;
	flex-direction: column;
}

.cursor-pointer{
	cursor: pointer;
}

.w-80{
	width: 80%;
}
/* Custom row */
.custom-row {
	border-radius: var(--border-radius);
	padding: 1.25rem;
	position: relative;
	border: 2px solid var(--gray-200);
	background: var(--white);
}

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

.custom-row-inactive-2 {
	background: #777;
	pointer-events: none;
  	opacity: 0.7;
}

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

[dir="rtl"] .custom-row-side-controller {
	right: initial;
	left: 100%;
}

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

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


/* Tables */
.table-custom-container {
	border-radius: var(--border-radius);
	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);
}

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

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

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

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

.table-giveaway td {
	padding: 1.75rem 1rem;
	vertical-align: middle;
}

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

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

.giveaway-winner {
	background-color: #DCE0F5;
}


/* Helpers */
.appearance-none {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.selected-currency{
	background: var(--primary-200);
}



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

.pricing-plan.active{
	background: var(--blue) !important;
	color: var(--white) !important;
	border-radius: var(--border-radius);
}

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

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

.card-header-padding-zero {
	padding: 0px !important;
}

.card-header-padding-zero >span{
	
}

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

.pricing-name.active{
	background: var(--white);
}

.pricing-price {
	margin: 0.5rem 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: 0.5rem;
}

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

.pricing-features {
	margin: 0.5rem 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: 1.15rem;
	font-weight: bold;
}

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

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

.bg-grey{
	background-color: #e6e6e6;
}

.grey-background{
	background-color: #FCFCFC;
}

/* 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: var(--border-radius);
	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%;
}

.custom-select2{
/*	display: inline-block;*/
    width: 100%;
    height: 36.5px !important;
    font-size: 0.85rem;
    color: #6c7789;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2331363f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #e5e8eb;
    border-radius: 0.35rem;
    appearance: none;
}

.custom-select-group-text{
/*	display: inline-block;*/
    width: 100%;
    height: 36.5px !important;
    font-size: 0.85rem;
    color: #6c7789;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2331363f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #e5e8eb;
    border-radius: 0.35rem;
    appearance: none;
}

.border-none-strict{
	border: none !important;
}

.border2{
	border: 2px solid #eee;
}

.fs-small{
	font-size: 15px;
}

.custom-select2:focus {
    border-color: #8fdcd8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(56,178,172,.25);
}

/* Badge colors */
.badge {
	padding: 0.45em 0.9em;
}

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

.invoice-table td {
	vertical-align: baseline !important;
}

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

/* CSS to change the color of the checked checkbox */
.custom-control-input:checked + .custom-control-label::before {
    background-color: rgb(14, 185, 14); /* Change to your desired blue color */
    border-color: rgb(14, 185, 14); /* Change to your desired blue color */
}

.custom-checkbox-input:checked + .custom-checkbox-label::before {
    background-color: #203298; /* Change to your desired blue color */
    border-color: #203298; /* Change to your desired blue color */
}

.appearance-none{
	appearance: none !important;
}

.custom-checkbox-input2{
	appearance: none;
	height: 18px !important;
	width: 18px !important;
	border-radius: 3.8px;
	border: 2px solid #777;
}
.custom-checkbox-input2:checked {
    background-color: #112587; /* Change to your desired blue color */
    accent-color: #112587;
    appearance: auto;
    clip-path: circle(50%);
}

.cursor-pointer{
	cursor: pointer;
}

.form-check-input[type="radio"] {
	width: 1.2em;
	height: 1.2em;
}

.form-check-input:checked + .form-check-input::before {
	background-color: #007bff !important;
	border-color: #007bff !important;
}

.form-check-input2[type="radio"] {
	width: 1.2em;
	height: 1.2em;
	border: 3px solid #ccc;
}

.border-2{
	border-width: 2px !important;
}


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

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

.Pushbio-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
	}
}
.Pushbio-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;
	gap: 0 .25rem;
}

@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, .btn-custom {
	padding: .5rem 1.5rem;
	color: var(--gray);
	border-radius: var(--border-radius);
	border: 2px solid var(--gray-200);
	font-size: .9rem;
	background: var(--white);
}

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

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

.nav-link{
	text-align: center !important;
}

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

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

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

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

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

/* Icons on links animations */
a svg {
	transition: transform .15s;
}

a:hover svg {
	transform: scale(1.1);
}

a:active svg {
	transform: scale(.9);
}

/* Helper zoom class for icons */
.icon-zoom-animation svg {
	transition: transform .15s;
}

.icon-zoom-animation:hover svg {
	transform: scale(1.1);
}

/* Self zoom */
.zoom-animation {
	transition: transform .15s;
}

.zoom-animation:hover {
	transform: scale(1.05);
}

.zoom-animation:active {
	transform: scale(.95);
}

/* Color picker border */
.pcr-button {
	border: 1px solid white !important;
	outline: 1px solid var(--gray-300) !important;
}

/* Width fit content */
.w-fit-content {
	width: fit-content !important;
}

/* Signatures */
.signature-avatar {
	width: 50px;
	height: 50px;
	max-width: 50px;
	max-height: 50px;
}

/* Ajax loading overlay */
.loading-overlay {
	padding: 1.25rem;
	border-radius: var(--border-radius);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--white);
	z-index: 100;
	opacity: 0.8;
}

[data-theme-style="dark"] .loading-overlay {
	background: var(--gray-50);
}

/* Input group button */
.input-group > .input-group-append > .btn {
	font-size: .9rem;
}

/* Ai */
.ai-chat-avatar {
	width: 35px;
	height: 35px;
}

/* Shiki code highlighter */
.shiki {
	overflow: auto;
	border-radius: var(--border-radius);
	padding: 1.5rem;
	font-size: .9rem;
	line-height: 1.5rem;
}

.shiki code {
	background: initial !important;
}

/* Fa stack small */
.fa-stack-small {
	font-size: 0.65rem;
	vertical-align: middle;
}

/* Btn group */
.btn-group-custom {
	padding: 0.5rem 0;
}

.btn-group-custom .btn {
	background: var(--white);
	border: 1px solid var(--white);
}

.btn-group-custom .btn.active {
	background: var(--blue);
	color: var(--white);
}

/* Notification bell */
.internal-notification-icon {
	animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px var(--danger);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

/* Gradient text */
.text-gradient-primary {
	background: linear-gradient(135deg, var(--gradient-one), var(--gradient-two));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Gradient background */
.bg-gradient {
	animation: bg-gradient-animation 3s ease infinite alternate;
	background: linear-gradient(60deg,#f79533,#f37055,#ef4e7b,#a166ab,#5073b8,#1098ad,#07b39b,#6fba82);
	background-size: 300% 300%;
}

@keyframes bg-gradient-animation {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

.desktop {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.desktop .div {
  background-color: #ffffff;
  width: 1440px;
  height: 1133px;
  position: relative;
}

.desktop .link {
  position: absolute;
  width: 181px;
  height: 60px;
  top: 75px;
  left: 972px;
}

.desktop .overlap {
  position: absolute;
  width: 686px;
  height: 1133px;
  top: 0;
  left: 0;
  background-color: #203298;
}

.desktop .text-wrapper {
  position: absolute;
  width: 482px;
  top: 802px;
  left: 102px;
  font-family: var(--nexa-desktop-headline-h2-text-4xl-font-family);
  font-weight: var(--nexa-desktop-headline-h2-text-4xl-font-weight);
  color: #ffffff;
  font-size: var(--nexa-desktop-headline-h2-text-4xl-font-size);
  text-align: center;
  letter-spacing: var(--nexa-desktop-headline-h2-text-4xl-letter-spacing);
  line-height: var(--nexa-desktop-headline-h2-text-4xl-line-height);
  font-style: var(--nexa-desktop-headline-h2-text-4xl-font-style);
}

.desktop .group {
  position: absolute;
  width: 594px;
  height: 603px;
  top: 138px;
  left: 46px;
}

.desktop .overlap-group {
  position: relative;
  width: 579px;
  height: 603px;
}

.desktop .ellipse {
  position: absolute;
  width: 196px;
  height: 196px;
  top: 22px;
  left: 384px;
  object-fit: cover;
}

.desktop .overlap-group-wrapper {
  position: absolute;
  width: 549px;
  height: 583px;
  top: 21px;
  left: 0;
}

.desktop .overlap-group-2 {
  position: relative;
  width: 547px;
  height: 581px;
}

.desktop .rectangle {
  position: absolute;
  width: 175px;
  height: 158px;
  top: 297px;
  left: 371px;
}

.custom-no-color{
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.desktop .img {
  position: absolute;
  width: 322px;
  height: 437px;
  top: 143px;
  left: 146px;
}

.desktop .rectangle-2 {
  position: absolute;
  width: 254px;
  height: 393px;
  top: 17px;
  left: 62px;
  background-color: #ff3684;
  border-radius: 14.53px;
  transform: rotate(-9deg);
}

.desktop .group-2 {
  position: absolute;
  width: 254px;
  height: 249px;
  top: 102px;
  left: 18px;
  transform: rotate(-9deg);
}

.desktop .rectangle-wrapper {
  position: absolute;
  width: 246px;
  height: 48px;
  top: 0;
  left: 7px;
}

.desktop .rectangle-3 {
  height: 48px;
  background-color: #ffffff;
  border-radius: 50.69px;
}

.desktop .group-3 {
  position: absolute;
  width: 246px;
  height: 48px;
  top: 67px;
  left: 7px;
  background-color: #ffffff;
  border-radius: 50.69px;
}

.desktop .div-wrapper {
  position: absolute;
  width: 246px;
  height: 48px;
  top: 134px;
  left: 7px;
}

.desktop .group-4 {
  position: absolute;
  width: 73px;
  height: 48px;
  top: 201px;
  left: 0;
  background-color: #ffffff;
  border-radius: 50.69px;
}

.desktop .group-5 {
  position: absolute;
  width: 73px;
  height: 48px;
  top: 201px;
  left: 90px;
}

.desktop .group-6 {
  position: absolute;
  width: 73px;
  height: 48px;
  top: 201px;
  left: 179px;
  background-color: #ffffff;
  border-radius: 50.69px;
}

.desktop .overlap-wrapper {
  position: absolute;
  width: 86px;
  height: 71px;
  top: 7px;
  left: 389px;
  transform: rotate(-9.75deg);
}

.desktop .overlap-2 {
  position: relative;
  height: 71px;
  border-radius: 17.79px;
}

.desktop .rectangle-4 {
  position: absolute;
  width: 86px;
  height: 71px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 17.79px;
}

.desktop .spotify {
  position: absolute;
  width: 47px;
  height: 48px;
  top: 12px;
  left: 19px;
  transform: rotate(9.75deg);
}

.desktop .frame {
  align-items: flex-start;
  gap: 24.79px;
  top: 956px;
  left: 299px;
  display: inline-flex;
  position: absolute;
}

.desktop .ellipse-2 {
  position: relative;
  width: 13.05px;
  height: 13.05px;
  background-color: #ffffff;
  border-radius: 6.52px;
}

.desktop .ellipse-3 {
  position: relative;
  width: 13.05px;
  height: 13.05px;
  background-color: #c2c2c2;
  border-radius: 6.52px;
}

.desktop .frame-2 {
  align-items: flex-start;
  gap: 9px;
  top: 859px;
  left: 810px;
  display: inline-flex;
  position: absolute;
}

.desktop .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-text-sm-font-normal-font-family);
  font-weight: var(--body-text-sm-font-normal-font-weight);
  color: var(--neutral-500);
  font-size: var(--body-text-sm-font-normal-font-size);
  letter-spacing: var(--body-text-sm-font-normal-letter-spacing);
  line-height: var(--body-text-sm-font-normal-line-height);
  white-space: nowrap;
  font-style: var(--body-text-sm-font-normal-font-style);
}

.desktop .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-text-sm-font-normal-font-family);
  font-weight: var(--body-text-sm-font-normal-font-weight);
  color: #203298;
  font-size: var(--body-text-sm-font-normal-font-size);
  letter-spacing: var(--body-text-sm-font-normal-letter-spacing);
  line-height: var(--body-text-sm-font-normal-line-height);
  white-space: nowrap;
  font-style: var(--body-text-sm-font-normal-font-style);
}

.desktop .component {
  display: flex;
  width: 500px;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 10px 45px;
  position: absolute;
  top: 783px;
  left: 810px;
  background-color: var(--brand-900);
  border-radius: 8px;
}

.desktop .text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--basicwhite);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.desktop .frame-3 {
  align-items: center;
  gap: 28px;
  top: 899px;
  left: 842px;
  display: inline-flex;
  position: absolute;
}

.desktop .line {
  position: relative;
  width: 128px;
  height: 1px;
  object-fit: cover;
}

.desktop .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-text-lg-font-normal-font-family);
  font-weight: var(--body-text-lg-font-normal-font-weight);
  color: var(--neutral-500);
  font-size: var(--body-text-lg-font-normal-font-size);
  letter-spacing: var(--body-text-lg-font-normal-letter-spacing);
  line-height: var(--body-text-lg-font-normal-line-height);
  white-space: nowrap;
  font-style: var(--body-text-lg-font-normal-font-style);
}

.desktop .text-wrapper-6 {
  position: absolute;
  height: 48px;
  top: 162px;
  left: 825px;
  font-family: var(--nexa-desktop-headline-h1-text-5xl-font-family);
  font-weight: var(--nexa-desktop-headline-h1-text-5xl-font-weight);
  color: #000000;
  font-size: var(--nexa-desktop-headline-h1-text-5xl-font-size);
  letter-spacing: var(--nexa-desktop-headline-h1-text-5xl-letter-spacing);
  line-height: var(--nexa-desktop-headline-h1-text-5xl-line-height);
  white-space: nowrap;
  font-style: var(--nexa-desktop-headline-h1-text-5xl-font-style);
}

.desktop .frame-4 {
  align-items: flex-start;
  gap: 10px;
  top: 951px;
  left: 810px;
  display: inline-flex;
  position: absolute;
}

.desktop .component-2 {
  display: flex;
  width: 160px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14.39px 64.76px;
  position: relative;
  border-radius: 6px;
  border: 2.88px solid;
  border-color: var(--brand-900);
}

.desktop .vector {
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: -40.76px;
}

.desktop .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-left: -8.76px;
  margin-right: -40.76px;
  font-family: var(--body-text-lg-font-semibold-font-family);
  font-weight: var(--body-text-lg-font-semibold-font-weight);
  color: var(--basicblack);
  font-size: var(--body-text-lg-font-semibold-font-size);
  letter-spacing: var(--body-text-lg-font-semibold-letter-spacing);
  line-height: var(--body-text-lg-font-semibold-line-height);
  white-space: nowrap;
  font-style: var(--body-text-lg-font-semibold-font-style);
}

.desktop .google {
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: -29.76px;
}

.desktop .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-right: -29.76px;
  font-family: var(--body-text-lg-font-semibold-font-family);
  font-weight: var(--body-text-lg-font-semibold-font-weight);
  color: var(--basicblack);
  font-size: var(--body-text-lg-font-semibold-font-size);
  letter-spacing: var(--body-text-lg-font-semibold-letter-spacing);
  line-height: var(--body-text-lg-font-semibold-line-height);
  white-space: nowrap;
  font-style: var(--body-text-lg-font-semibold-font-style);
}

.desktop .discord-logo-png {
  position: relative;
  width: 22px;
  height: 23.52px;
  margin-left: -31.76px;
  object-fit: cover;
}

.desktop .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-right: -31.76px;
  font-family: var(--body-text-lg-font-semibold-font-family);
  font-weight: var(--body-text-lg-font-semibold-font-weight);
  color: var(--basicblack);
  font-size: var(--body-text-lg-font-semibold-font-size);
  letter-spacing: var(--body-text-lg-font-semibold-letter-spacing);
  line-height: var(--body-text-lg-font-semibold-line-height);
  white-space: nowrap;
  font-style: var(--body-text-lg-font-semibold-font-style);
}

.desktop .frame-5 {
  align-items: flex-start;
  gap: 8px;
  top: 716px;
  left: 810px;
  display: inline-flex;
  position: absolute;
}

.desktop .square {
  position: relative;
  width: 18px;
  height: 18px;
}

.desktop .i-confirm-that-i {
  position: relative;
  width: 481px;
  margin-top: -1px;
  font-family: var(--body-text-xs-font-normal-font-family);
  font-weight: var(--body-text-xs-font-normal-font-weight);
  color: var(--neutral-500);
  font-size: var(--body-text-xs-font-normal-font-size);
  letter-spacing: var(--body-text-xs-font-normal-letter-spacing);
  line-height: var(--body-text-xs-font-normal-line-height);
  font-style: var(--body-text-xs-font-normal-font-style);
}

.custom-border{
	border: 0.5px solid #cccccc !important;
}

.form-info{
	font-size: 14px;
}
.biolink-flex{
	flex-direction: row;
}
.biolink-margin{
	margin-top: 0px;
}

.btn-primary-disable{
	background-color: #4B5EBD !important;
}

.pointer-events-none{
	pointer-events: none;
}

.col-xl-3-x{
    displayflex: 0 0 50%;
    max-width: 50%;
}


/* WORLDPAY CSS */

.card .wordpay-head{
	border-bottom: 1px solid #ccc;
}

.card .checkout .col-2 {
  	display: flex;
}
.card .checkout .col-2 .col:first-child {
  	margin-right: 15px;
}
.card .checkout .col-2 .col:last-child {
  	margin-left: 15px;
}
.card .checkout .label .type {
  	color: green;
}
.card .checkout.visa .label .type:before {
  	content: "(visa)";
}
.card .checkout.mastercard .label .type:before {
  	content: "(master card)";
}
.card .checkout.amex .label .type:before {
  	content: "(american express)";
}
.card .checkout .field {
  	height: 40px;
  	border: none;
  	font-size: 18px;
  	font-weight: 600;
  	letter-spacing: 3px;
  	border-bottom: 1px solid lightgray;
}

.field:focus {
  	border: none !important;
  	outline: none;
  	border-bottom: 1px solid lightgray !important;
}

.card .checkout .field#card-pan {
  	margin-bottom: 30px;
}
.card .checkout .field.is-onfocus {
	border: none;
  	border-color: black;
}
.card .checkout .field.is-empty {
	border: none;
  	border-color: orange;
}
.card .checkout .field.is-invalid {
	border: none;
  	border-color: red;
}
.card .checkout .field.is-valid {
	border: none;
 	border-color: green;
}
.card .checkout .submit {
  /*background: red;
  position: absolute;
  cursor: pointer;
  left: 50%;
  bottom: -60px;
  width: 200px;
  margin-left: -100px;
  color: white;
  outline: 0;
  font-size: 14px;
  border: 0;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0;
  transition: background 0.3s ease;*/
}
.card .checkout.is-valid .submit {
  background: green;
}

.clear {
  /*background: grey;
  position: absolute;
  cursor: pointer;
  left: 50%;
  bottom: -120px;
  width: 200px;
  margin-left: -100px;
  color: white;
  outline: 0;
  font-size: 14px;
  border: 0;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0;
  transition: background 0.3s ease;*/
}

/* END OF WORDPAY CSS */

@media(min-width: 576px) {
	.avatar-size{
		width:75px !important;
		height:75px !important
	}
	.col-xl-3-x{
	    displayflex: 0 0 50%;
	    max-width: 50%;
	}
}
@media(min-width: 768px) {
	.avatar-size{
		width:85px !important;
		height:85px !important
	}
	.col-xl-3-x{
	    flex: 0 0 33.333333333%;
	    max-width: 33.33333333%;
	}
	.border-md-right{
		border-right: 1px solid #e5e8eb !important;
	}
}
@media(min-width: 992px) {
	.avatar-size{
		width:100px !important;
		height:100px !important
	}
	.col-xl-3-x{
	    flex: 0 0 33.333333333%;
	    max-width: 33.33333333%;
	}
}

@media(min-width: 1200px) {
	.avatar-size{
		width:130px !important;
		height:130px !important
	} 
	.col-xl-3-x{
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}

@media(min-width: 1350px) {
	.avatar-size{
		width:100px !important;
		height:100px !important
	}
	.biolink-flex{
		flex-direction: column;
	}
	.biolink-margin{
		margin-top: 8px;
	}
}

@media(min-width: 1500px) {
	.avatar-size{
		width:130px !important;
		height:130px !important
	}
	.biolink-flex{
		flex-direction: row;
	}
	.biolink-margin{
		margin-top: 0px;
	}
	
}

/* isiah  */

.containerx{
    border:1px solid #eeeeee; 
    padding:2%; border-radius:10px;
    float:left;
    margin-right:2%;
    width:31%
 }

.containerx:hover{
border:1px #cccccc solid
}

/*** Drag and drop ****/
.text-bigx{
    font-size: 20px;
    font-family: arial;
}

.file-drop-area {
  	border: 2px dashed #999999;
  	border-radius: 10px;
  	padding: 15px;
  	text-align: center;
  	cursor: pointer;
  	background:var(--gray-100)
}

.file-drop-area.dragged {
  	background-color: #f0f0f0;
  	text-align:center
}

.btn-black:hover{
	color: #DDD !important;
}

.bg-black{
	background-color: #000 !important;
}

.temp-wrap
{
    width: 100%;
    height: 350px;
    padding: 0;
    overflow: hidden;
}

.temp-frame
{
    width: 100%;
    height: 350px;
    border: 0;

    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}