body {
	background: #fafbfc;
	font-family: lato, sans-serif
}

a {
	color: #1e1e1e
}

a:hover {
	color: rgba(0, 0, 0, .9)
}

a:active {
	transition: none
}

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

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

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

.input-group-text {
	font-size: .9rem
}

.footer {
	padding: 4rem 0;
	margin: 6em 0 0;
	font-size: .95rem;
	background: #0a0a0a
}

.footer {
	color: rgba(255, 255, 255, .65)
}

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

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

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

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

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

.icon-youtube:hover {
	transition: color .3s ease-in-out;
	color: red!important
}

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

.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex
}

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

.list-style-none {
	list-style: none;
	padding: 0
}

.clickable {
	cursor: pointer
}

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

.icon-stripe {
	color: #6772e5
}

.icon-paypal {
	color: #283b81
}

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

.navbar .dropdown-item:active svg {
	color: #fff
}

.navbar-main {
	min-height: 0!important;
	z-index: 1;
	background: 0 0
}

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

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

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

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

.navbar-custom-toggler {
	padding: .5rem .8rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border-radius: .25rem;
	color: var(--gray-700);
	border-color: var(--gray-300)
}

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

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

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

.nav-custom .nav-link {
	border-bottom: 5px solid var(--gray-300);
	transition: all .3s ease-in-out;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-custom .nav-link:hover {
	color: var(--primary-900);
	background: var(--primary-100);
	border-color: var(--primary-700)
}

.nav-custom .nav-link.active {
	color: var(--primary-900);
	background: var(--primary-100);
	border-color: var(--primary-900)
}

.index-container {
	width: 100%;
	padding: 14rem 0;
	color: #fff;
	background: url(../images/blob.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover
}

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

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

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

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

@keyframes index_container_blob {
	from {
		transform: scale(.4)
	}
	to {
		transform: scale(1)
	}
}

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

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

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

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

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

.header {
	padding: 4rem 0;
	margin-bottom: 1rem
}

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

.box-img {
    max-width:200px;
    max-height:150px;
    width: auto;
    height: auto;
}

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

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

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

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

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

.biolink-preview-container {
	text-align: center
}

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

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

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

.trigger-type-select {
	max-width: 150px!important
}

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

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

.card-shadow {
	box-shadow: 0 0 .8rem 0 rgba(136, 152, 170, .15)!important;
	border: 1px solid rgba(0, 0, 0, .05)
}

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

.dropdown .dropdown-menu {
	animation-name: opacityIn;
	animation-duration: .3s
}

@keyframes opacityIn {
	from {
		opacity: .3
	}
	to {
		opacity: 1
	}
}

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

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

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

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

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

.custom-row-statistic-number {}

.custom-row-statistic-icon {}

.table-custom-container {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
	border-radius: .25rem
}

.table-custom {
	margin-bottom: 0
}

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

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

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

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

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

.pre-custom {
	box-shadow: 0 0 20px #0000001a;
	background: #fff;
	padding: 2rem;
	font-size: .75rem
}

.appearance-none {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

.select-custom-altum {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232D3748' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	padding: .375rem 1.75rem .375rem .75rem;
	background-color: #e9ecef
}

.zoomer {
	transition: transform .3s ease-in-out
}

.zoomer:hover {
	transform: scale(1.02)
}

.zoomer-shadow {
	transition: transform .3s ease-in-out;
	box-shadow: 0 0 20px #0000001a
}

.zoomer-shadow:hover {
	transform: scale(1.02);
	box-shadow: 0 0 25px #00000012
}

.highlight-shadow {
	animation: highlight-shadow 1.5s infinite
}

.margin-top-12 {
	margin-top: 12rem
}

.margin-bottom-12 {
	margin-bottom: 12rem
}

.margin-top-9 {
	margin-top: 9rem
}

.margin-bottom-9 {
	margin-bottom: 9rem
}

.margin-top-6 {
	margin-top: 6rem
}

.margin-bottom-6 {
	margin-bottom: 6rem
}

.margin-top-3 {
	margin-top: 3rem
}

.margin-bottom-3 {
	margin-bottom: 3rem
}

@keyframes highlight-shadow {
	0% {
		box-shadow: rgba(26, 185, 140, .75) 0 0 .1rem .05rem
	}
	50% {
		box-shadow: rgba(26, 185, 140, .75) 0 0 .5rem .25rem
	}
	100% {
		box-shadow: rgba(26, 185, 140, .75) 0 0 .1rem .05rem
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600
}

h1,
.h1 {
	font-size: 22px
}

.pricing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em
}

.pricing-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	flex: 0 1 330px
}

.pricing-action,
.pricing-action-disabled {
	color: inherit;
	border: none;
	background: 0 0
}

.pricing-action:focus,
.pricing-action-disabled:focus {
	outline: none
}

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

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

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

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

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

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

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

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

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

.pricing-palden .pricing-price {
	font-size: 5em;
	font-weight: 700;
	padding: 0;
	color: #fff;
	margin: 0 0 .25em;
	line-height: .75
}

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

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

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

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

.pricing-palden .pricing-feature-list {
	margin: 0;
	padding: .25em 2.5rem 2.5em;
	list-style: none
}

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

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

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

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

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

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

.custom-radio-box {
	cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-primary {
	color: #0056b3;
	background-color: #b3d7ff
}

.badge-secondary {
	color: #535a5f;
	background-color: #d6d9db
}

.badge-success {
	color: #267338;
	background-color: #c6eccf
}

.badge-danger {
	color: #981b27;
	background-color: #f4bec3
}

.badge-warning {
	color: #8a610f;
	background-color: #ffecb3
}

.badge-info {
	color: #1f6e7a;
	background-color: #bbeff7
}

.badge-light {
	color: #4c5967;
	background-color: #f0f2f4
}

.badge-dark {
	color: #e3e6e8;
	background-color: #2e3338
}

.invoice-table th {
	border-top: 0!important
}


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

.nav-pills .nav-link {
	color: #5c00bc;
	border: 2px solid
}

.pickr .pcr-button {
	border: solid 1px #efefef
}

.d-flex .flex-column strong {
	display: none!important
}

/*CUSTOM CSS*/

.d-flex.flex-row.align-items-center {
	justify-content: center; /* Centraliza os itens horizontalmente na `div` */
	width: 100%; /* Garante que a `div` ocupe a largura total do contêiner pai */
  }
  
  #title {
	margin-right: 10px; /* Adiciona espaço entre o título e o ícone */
  }
  
  .link-verified {
	display: flex; /* Aplica o display flex para alinhar o ícone corretamente */
	align-items: center; /* Centraliza o ícone verticalmente em relação ao texto */
  }

  
.d-flex.flex-row {
	width: 100%; /* Garante que a div ocupe a largura total disponível */
	flex-wrap: nowrap; /* Evita que os itens quebrem em linhas */
  }
  
  .figure-img {
	flex: 1; /* Faz cada imagem ocupar igualmente o espaço disponível */
	max-width: 100px; /* Limita a largura máxima a 100% do seu contêiner */
	height: auto; /* Mantém a proporção da imagem */
	max-height: 50px; /* Limita a altura máxima das imagens */
	margin: 3px; /* Adiciona espaço ao redor de cada imagem */
  }
  
  @media (max-width: 350px) {
	.figure-img {
	  /* width: 25%;  */
	  max-height: auto; /* Remove a limitação de altura para telas pequenas */
	  width: 80px; /* Largura ajustada para telas menores */
	  margin: 2px;
	}
  } 
  
  @media (min-width: 600px) {
	.d-flex.flex-row.align-items-center.justify-content-center {
	  max-width: 300px; /* Define a largura máxima para a div em telas maiores */
	  margin: auto; /* Centraliza a div se a largura máxima for menor que o contêiner pai */
	}
  }
  
  
/*  */