/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import 'admin-editor.css';
/* END ADMIN EDITOR */

/* FRONTEND STYLE */
body{
	position: relative;
	color: #212121;
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	overflow-x: hidden;
	max-width: 100vw;
}
section{
	max-width: 100vw;
	overflow: hidden;
}
*:focus{
	outline: none !important;
}

a:hover, a{
	text-decoration: none;
	color: inherit;
}

.c-white{
	color: #ffffff;
}

.c-black{
	color: #000000;
}
.c-dark{
	color: #212121;
}
.c-green-dark{
	color: #6fb906;
}
.c-orange{
	color: #FFA245;
}
.c-green{
	color: #befe65;
}
.c-gray{
	color: #7C7C7C;
}
.c-gray-light{
	color: #C7C4B8;
}
.c-red {
	color: #FF0000;
}
.bg-dark{
	background-color: #212121;
}

.bg-white{
	background-color: #ffffff;
}
.bg-green{
	background-color: #befe65;
}
.bg-red{
	background-color: #FF0000;
}
.bg-gray{
	background-color: #f4f3f1;
}
.bg-gray-light{
	background-color: #f4f3f1;
}

.b-green{
	border: 1px solid #befe65;
}
.b-orange{
	border: 1px solid #FFA245;
}
.b-red{
	border: 1px solid #FF7664;
}
.b-gray{
	border: 1px solid #C7C4B8;
}

.regular{
	font-weight: 400;
}
.medium{
	font-weight: 500;
}
.bold{
	font-weight: 700;
}
.semibold{
	font-weight: 600;
}

.br5{
	border-radius: 5px;
}
.br20{
	border-radius: 20px;
}
.lhAjust{
	line-height: .7;
}
.t11{
	font-size: 11px;
}
.t12{
	font-size: 12px;
}
.t14{
	font-size: 14px;
}
.t16{
	font-size: 16px;
}
.t20{
	font-size: 20px;
}
.t24{
	font-size: 24px;
}
.t26{
	font-size: 26px;
}
.t30{
	font-size: 30px;
	line-height: 32px;
}
.t36{
	font-size: 36px;
}
.t42{
	font-size: 42px;
}
.t54{
	font-size: 54px;
}
.t72{
	font-size: 72px;
}
.t80{
	font-size: 80px;
}
.t160{
	font-size: 160px;
	line-height: 1;
}

.invertLogo{
	filter: brightness(0) invert(1);
}

.btnGeral, .btnAllGreen, .btnAllRed{
	min-width: 285px;
	height: 60px;
	padding: 15px 75px 15px 15px;
	background: #212121;
	color: #ffffff;
	font-size: 20px;
	position: relative;
	border-radius: 50px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	outline: none;
	border: 0px;
}
.btnGeral::before, .btnAllGreen::before, .btnAllRed::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: #befe65;
	border-radius: 50%;
}
.btnGeral:hover::before{
	background: #ffffff;
}
.btnGeral::after, .btnAllGreen::after, .btnAllRed::after{
	content: "\f178";
	font-family: "Font Awesome 6 Sharp";
	font-weight: 100;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	color: #212121;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-45deg);
	transition: all 0.3s ease-in-out;
}
.btnAllGreen:hover, .btnAllRed:hover{
	background: #ffffff;
}
.btnGeral:hover{
	color: #ffffff;
}
.btnAllGreen{
	background: #befe65;
	color: #000000;
}
.btnAllGreen:hover{
	color: #000000;
}
.btnAllRed{
	background: #FF7664;
	color: #000000;
}
.btnAllRed::before{
	background: #FF7664;
}
.btnAllRed:hover{
	color: #000000;
}
.btn-border-rectangle {
	background: white;
	color: #2C2C2C;
	border: 2px solid #2C2C2C;
	border-radius: 12px;
	padding: 14px 40px;
	font-size: 16px;
	cursor: pointer;
	min-width: 150px;
}

.btn-green-rectangle {
	background: #BEFE65;
	color: #2C2C2C;
	border: none;
	border-radius: 12px;
	padding: 14px 40px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	min-width: 150px;
}
.alert-success {
	background: #befe65;
	border-color: transparent;
	border-radius: 20px;
}
.alert-danger {
	background: #FF7664;
	border-color: transparent;
	border-radius: 20px;
}
.btn-green {
	background-color: #BEFE65;
	border-radius: 50px;
	padding: 14px 24px;
	font-size: 20px;
}
.btn-green:hover {
	background-color: #f4f3f1;
}
header{
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 1000;
}
header .navbar{
	padding: 25px 0;
	background-color: transparent !important;
}
header .navbar-nav{
	gap: 60px;
	align-items: center;
	width: 100%;
}
header .navbar-brand{
	margin-right: 60px;
}
.langDropdown{
	margin-left: auto;
}
.langDropdown>a{
	width: 150px;
	height: 60px;
	background: #ffffff80;
	color: #212121;
	border-radius: 60px;
	backdrop-filter: blur(30px);
	text-align: center;
	text-transform: uppercase;
	display: flex;
	gap:40px;
	align-items: center;
	justify-content: center;
}
.langDropdown>a.show {
	border-radius: 30px 30px 0 0;
}
.langDropdown .dropdown-menu{
	border-radius: 0 0 30px 30px;
	background: #ffffff80;
	border: 0px;
	width: 150px;
	min-width: auto;
	padding-left: 23px;
	margin-top: 0px;
	padding-top: 0;
}
.langDropdown .dropdown-menu li:first-child a{
	padding-top: 0px;
}
.langDropdown .dropdown-menu a:hover{
	background: transparent !important;
	color: #212121 !important;
}

.home-banner{
	background-position: center;
	background-size: cover;
	flex-direction: column;
}
.areaCategories{
	padding: 15px 20px;
	gap: 20px;
	display: flex;
	align-items: center;
	border-radius: 60px;
}
.areaCategoriesItem img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.areaCategoriesItem{
	display: flex;
	align-items: center;
	padding-right: 20px;
}
.homeLabel{
	padding-top: 40px;
	padding-bottom: 68px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}
.homeLabel::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 20px;
	background: #000000;
}
.homeLabel::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 40px;
	background: #000000;
}
.itemStatistic{
	border: 1px solid #befe65;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px 15px;
}

.listHowWorks{
	background: #000000;
	border-radius: 50px;
	padding: 10px 12px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	gap: 30px;
}
.itemHowWorks:hover{
	color: #ffffff;
}
.itemHowWorks{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: #212121;
	color: #ffffff;
}
.numberHowWorks{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 50%;
	color: #212121;
	font-size: 20px;
}
.numberArea{
	width: 200px;
}
.textArea{
	width: calc(100% - 200px);
}
.aspectRatioHowWorks{
	aspect-ratio: 125/73;
}
.howWorksItem{
	transition: all 1s ease;
	box-shadow: 0px 0px 0px #BEFE65;
}
.howWorksItem.active{
	box-shadow: 0px 0px 20px #BEFE65;
}
.aspectRatioNoticias{
	aspect-ratio: 2/1;
}
.registerSteps {
	border: 1px solid #7C7C7C;
	border-radius: 20px;
}
.listRegisterSteps {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.itemRegisterStep{
	width: 280px;
	color: #ffffff;
	margin-bottom: 50px;
}
.numberRegisterStep{
	display: flex;
	align-items: center;
	gap: 20px;
}
.numberRegisterStepInner{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffffff;
	color: #212121;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemFaq:first-child{
	border-top: 1px solid #707070;
}
.itemFaq{
	color: #ffffff;
	border-bottom: 1px solid #707070;
	padding: 15px 0;
}
.question{
	font-size: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.question::after{
	content: "\f107";
	font-family: "Font Awesome 6 Sharp";
	font-weight: 100;
	color: #ffffff;
	font-size: 20px;
	transition: all 0.3s ease;
}
.itemFaq.active .question::after{
	transform: rotate(180deg);
}
.answer{
	font-size: 16px;
}
.linksFooter {
	color: #ffffff;
}

.nav-login-registo{
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 15px 20px;
	background: #000000;
	border-radius: 60px;
}
.nav-login-registo a{
	color: #ffffff;
	font-size: 16px;
	display: flex;
	align-items: center;
	padding-right: 20px;
}
.nav-login-registo a i{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #BEFE65;
	color: #212121;
	border-radius: 50%;
	margin-right: 20px;
}
.nav-login-registo a:hover i{
	background: #ffffff;
}
.nav-link{
	font-size: 16px;
	color: #000000;
}
.nav-link:hover{
	/* color: #BEFE65; */
}
.invertLogoFooter:hover{
	filter: unset !important;
}
footer a:hover{
	color: #BEFE65;
}
.nav-link:focus-visible{
	box-shadow: none !important;
}
.modalCustom .modal-content{
	background-color: #F4F3F2 !important;
	border-radius: 20px !important;
	border: 0px !important;
}
.modalCustom .modal-body{
	max-width: 1186px;
	width: 100%;
	margin: auto;
}
label{
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	color: #000000;
}
input,select,textarea{
	border: 1px solid #C7C4B8;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 18px;
	padding: 12px 15px;
	width: 100%;
	display: block;
	/* margin-bottom: 30px; */
	position: relative;
}
input:focus-visible,select:focus-visible,textarea:focus-visible{
	outline: none !important;
	box-shadow: none !important;
}
select{
	padding: 14px 15px;
}
.rgpdInput input{
	width: 14px;
}
.rgpdInput label{
	display: flex;
	align-items: center;
	gap: 10px;
}
.rgpdInput label.error{
	bottom: -14px;
}
.containerLogin{
	max-width: 414px;
	margin: auto;
}
.text-underline{
	text-decoration: underline;
}
.iconUser, .iconLock{
	position: relative;
}
.iconUser input, .iconLock input{
	padding-left: 46px;
}
.iconUser::before, .iconLock::before{
	content: "\f007";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	position: absolute;
	left: 30px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	color: #212121;
}
.iconLock::before{
	content: "\f023";
}
label.error{
	color: #ff0000;
	font-size: 14px;
	margin-top: 5px;
	position: absolute;
	bottom:-30px;
	left: 15px;
}

#headerReserved .navbar{
	padding-top: 40px;
	padding-bottom: 32px;
	background-color: transparent !important;
}

.menuReservedList{
	background: #000000;
	border-radius: 20px;
	padding: 12px 0;
	list-style: none;
	margin: 0;
}
.menuReservedList li a,.menuReservedItem{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ffffff;
	font-size: 13px;
	width: 100%;
	padding: 13px 5px;
	transition: all 0.3s ease;
}
.menuReservedList li a img,.menuReservedItem img{
	filter: brightness(0) invert(1);
	width: 16px;
	height: 16px;
	object-fit: contain;
	object-position: center;
	margin-bottom: 10px;
}
.menuReservedList li a:hover,.menuReservedItem:hover,.menuReservedList li a.active{
	background: #BEFE65;
	color: #000000;
}
.menuReservedList li a:hover img,.menuReservedItem:hover img,.menuReservedList li a.active img{
	filter: brightness(0) invert(0);
}
.menuReservedItem{
	background: #212121;
	border-radius: 20px;
	padding: 20px 5px;
}
.userReserved{
	padding: 15px 30px 15px 20px;
	background: #000000;
	border-radius: 60px;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 20px;
	line-height: 1.2;
}
a.userReserved:hover{
	background: #BEFE65;
	color: #000000;
}
.userReserved img,.avatar-user{
	width: 60px;
	height: 60px;
	object-fit: contain;
	background: #ffffff;
	border-radius: 50%;
	overflow: hidden;
}
.userName{
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.companyName, .companyPosition{
	font-size: 16px;
	font-weight: 400;
	display: block;
	
}
.areaReservedMenuIcons a{
	background: #000000;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: relative;
}
.areaReservedMenuIcons a img{
	width: 16px;
	height: 16px;
	object-fit: contain;
	object-position: center;
}
.areaReservedMenuIcons a:hover{
	background: #BEFE65;
}
.areaReservedMenuIcons a:hover img{
	filter: brightness(0) invert(0);
}
.areaReservedMenuIcons a span{
	position: absolute;
	right: -6px;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #BEFE65;
	color: #000000;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contadorDeMensagens{
	margin-left: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #BEFE65;
	color: #000000;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.min-height-dashboard{
	min-height: 162px;
}
.table-transactions tr td:first-child{
	font-weight: 700;
	text-transform: uppercase;
	width: 100px;
}
.table-transactions tr td:last-child span{
	margin: 0 10px;
	padding: 8px 10px;
	border-radius: 5px;
	font-size: 12px;
	width: fit-content;
	display: inline-block;
}
.table-transactions tr td:nth-child(2){
font-size: 14px;
color: #212121;
width: auto;
}
.table-transactions tr td:last-child{
	font-size: 14px;
	color: #212121;
	width: 220px;
}

#search-input, #search-input-pedidos {
	background: #EFEFEF;
	border-radius: 50px;
	width: 400px;
	height: 60px;
	max-width: 100%;
	border: none;
	padding: 8px 68px 8px 16px;
	font-size: 90%;
}

#btn-search, #btn-search-pedidos {
	right: 0px;
	top: 50%;
	transform: translateY(-30px);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	z-index: 100;
	cursor: pointer;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#btn-search:hover, #btn-search-pedidos:hover {
	background: white;
	border: 1px solid #befe65;
}

#filter-icon, #filter-icon-pedidos {
	background-color: #000000;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-select {
	border: none;
}

.form-select:focus {
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.action-table:hover img {
	filter: brightness(0) invert(1);
}

#current-logo-img {
	max-width: 200px;
	max-height: 200px;
	object-fit: contain;
	border-radius: 50%;
}
#entries-select, #entries-select-pedidos {
	border: 1px solid #C7C4B8;
	border-radius: 50px;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 16px 46px 16px 32px;
	font-size: 20px;
	line-height: 20px;
	max-width: 100%;
	justify-content: center;
}

#moderacao-table tbody tr,
#empresas-table tbody tr {
	background-color: white;
}

#moderacao-table tbody tr.even td,
#empresas-table tbody tr.even td {
	background-color: #EFEFEF;
}

table.dataTable a {
	text-decoration: underline;
	color: #000000;
}

table.dataTable thead>tr {
	background: #EFEFEF;
}

table.dataTable tbody>tr>td {
	border-bottom: none !important;
	padding: 10px 50px;
	vertical-align: middle;
}
table.dataTable thead>tr>th {
	border-bottom: none !important;
	padding: 20px 50px !important;
	vertical-align: middle;
	white-space: nowrap !important;
}

table.dataTable tbody>tr>td {
	padding: 10px 50px;
}

table.dataTable tbody>tr>td:last-child {
	padding: 0px 0px 0px 50px;
}

table.dataTable tbody>tr.even td:first-child,
table.dataTable thead>tr th:first-child {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

table.dataTable tbody>tr.even td:last-child,
table.dataTable thead>tr th:last-child {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

table.dataTable>thead>tr>th,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
	background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: 6px;
	margin: 0 2px;
}

.dataTables_wrapper .dataTables_info {
	padding-top: 10px;
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
	background-color: unset;
	border-bottom-width: var(--bs-border-width);
	box-shadow: unset;
}
.maxSelect{
	max-width: 180px;
}
.status-badge {
	border: 1px solid #C7C4B8;
	padding: 5px 8px;
	border-radius: 5px;
	font-size: 14px;
}
.action-table {
	background: transparent;
	transition: all 0.3s ease-in-out;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none !important;
	line-height: 60px;
}

.action-table:hover {
	background-color: #000;
	color: #fff;
}

.accept-register:hover {
	background-color: #befe65;
	color: #000;
}

.reject-register:hover {
	background-color: #ff7664;
	color: #000;
}
.dataTables_paginate.paging_simple_numbers {
	padding: 15px;
	display: flex;
	justify-content: center;
	width: 100%;
}

table.dataTable.no-footer {
	border-bottom: none !important;
}

/* Preview Section */
.preview-section {
	margin-top: 20px;
	margin-bottom: 50px;
	background: #EFEFEF 0% 0% no-repeat padding-box;
	border-radius: 12px;
	padding: 30px 50px;
	flex: 0 0 650px;
}

.preview-title {
	font-size: 32px;
	font-weight: bold;
	color: #2C2C2C;
	margin-bottom: 30px;
}

.preview-content {
	display: flex;
	gap: 30px;
	align-items: flex-start;

}

.preview-card {
	background: white;
	border-radius: 12px;
	padding: 10px;
	gap: 30px;
	border: 1px solid #00000084;
	border-radius: 20px;
}

.company-image {
	width: 180px;
	height: 180px;
	border-radius: 12px;
	object-fit: cover;
}

.company-details {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.company-name {
	margin: 0;
	display: block;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	font-family: "Work Sans", sans-serif;
}

.company-location {
	font-size: 16px;
	color: #2C2C2C;
	margin: 10px 0;
}

.company-rating {
	display: flex;
	gap: 5px;
	margin: 10px 0;
}

.filled-star {
	color: #BEFE65;
	font-size: 18px;
}

.empty-star {
	color: #000000;
	font-size: 18px;
}

.company-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

.btn-view-company {
	background: #2C2C2C;
	color: white;
	border: none;
	border-radius: 12px;
	padding: 14px 32px;
	font-size: 16px;
	cursor: pointer;
}
.view-register img {
	transition: all 0.3s ease-in-out;
}
.view-register:hover img {
	filter: brightness(0) invert(1);
}

.external-icon {
	background: #BEFE65;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.preview-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.userReservedAvatar{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #BEFE65;
	color: #000000;
	font-size: 25px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuReservedSticky{
	position: sticky;
	top: 60px;
	z-index: 1;
}
.input-file{
	background: #ffffff;
	border-radius: 50px;
	padding-right: 30px;
	position: relative;
	width: fit-content;
}
.input-file label{
	display: flex;
	align-items: center;
	gap: 20px;
}
.input-file input{
	opacity: 0;
	position: absolute;
	inset: 0;
}
.input-file img{
	width: 53px;
	height: 53px;
	object-fit: contain;
	object-position: center;
	padding: 18px;
	border-radius: 50%;
	background: #BEFE65;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btnSubmit{
	padding: 16px 40px;
	font-size: 20px;
	color: #000000;
	background: #BEFE65;
	border-radius: 50px;
	cursor: pointer;
	border: none;
}
.btnSubmit::after{
	content: "\f178";
	font-family: "Font Awesome 6 Sharp";
	font-weight: 400;
	margin-left: 30px;
}
.edit-pencil {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.edit-pencil:hover img {
	filter: brightness(0) invert(1);
}

.edit-pencil:hover {
	background: #000000;
}
.table-locations tbody>tr>td{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.table-locations tbody tr.even td{
	background-color: #EFEFEF;
}
.langDropdownReserved>a,
.langDropdownReserved>a:hover{
	width: 60px;
	background: #000000;
	color: #BEFE65;
	gap: 0px;
}
.langDropdownReserved .dropdown-menu{
	width: 60px;
	background: #000000;
	padding-left: 0;
}
.langDropdownReserved .nav-link.show,
.langDropdownReserved .nav-link:focus,
.langDropdownReserved .dropdown-menu a,
.langDropdownReserved .dropdown-menu a:hover{
	color: #BEFE65 !important;
}
.message-recent-item{
	border: 2px solid #EFEFEF;
	border-radius: 20px;
	padding: 30px;
}
.message-recent-info{
	display: flex;
	align-items: center;
	gap: 20px;
}
.message-recent-item.active{
	border-color: #BEFE65;
}
.message-recent-info img{
	width: 60px;
	height: 60px;
	object-fit: contain;
	object-position: center;
	border-radius: 50%;
	border: 1px solid #EFEFEF;
}
.messages-recent{
	margin-top: 20px;
	max-height: 550px;
	overflow-y: auto;
}
.customBar {
	scrollbar-width: thin;
	scrollbar-color: black #f2f2f2;
}
.customBar::-webkit-scrollbar {
	width: 8px;
	border-radius: 10px;
	margin-left: 5px;
}
.customBar::-webkit-scrollbar-track {
	background: #f2f2f2;
	border-radius: 10px;
}
.customBar::-webkit-scrollbar-thumb {
	background-color: black;
	border-radius: 10px;
}
.customBar::-webkit-scrollbar-thumb:hover {
	background-color: #333;
}
.conversasList{
	background: #f4f3f1;
	border-radius: 20px;
	padding: 20px;
	/* max-height: 540px;
	overflow-y: auto; */
}
.conversaItem{
	width: 80%;
	background: #C7C4B8;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
}
.conversaItem:last-child{
	margin-bottom: 0;
}
.conversaItem.current{
	background: #ffffff;
	margin-left: auto;
}
.conversaInfo{
	display: flex;
	align-items: center;
	gap: 20px;
}
.conversaMessage,.conversaTime,.conversaAnexo{
	margin-top: 30px;
	margin-left: 80px;
}
.custom-tab-content{
	background: #fff;
	padding: 10px;
	border: 1px solid #e6e9ec;
	border-top: 0px;
	border-radius: 0 0 0.375rem 0.375rem;
}
.iconAnexos{
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 26px;
}
.iconAnexos i{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EFEFEF;
	color: #000000;
	border-radius: 50%;
	font-size: 24px;
}
.slick-dots li{
	width: 15px !important;
	height: 15px !important;
	border-radius: 50%;
	border: 2px solid #000000;
	background: transparent !important;
}
.slick-dots li.slick-active{
	background: #000000 !important;
}
.slick-dots li button{
	width: 15px !important;
	height: 15px !important;
	padding: 0px !important;
}
.slick-dots li button:before{
	display: none;
}




/* Responsive */
@media (min-width: 1600px) {
	.modal-xl {
		--bs-modal-width: 1540px;
	}
}
@media (max-width: 1800px) {
	header .navbar-nav{
		gap: 30px;
	}
}
@media (max-width: 1650px) {
	.nav-login-registo{
		padding: 0;
		gap: 10px;
		background: transparent;
	}
	.nav-login-registo a{
		background: #000000;
		border-radius: 60px;
		padding-right: 10px;
	}
	.nav-login-registo a i {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.langDropdown>a {
		width: 100px;
		height: 40px;
		border-radius: 60px;
		gap: 20px;
	}
	.langDropdown>a.show {
		border-radius: 20px 20px 0 0;
	}
	.langDropdown .dropdown-menu{
		border-radius: 0 0 20px 20px;
		width: 100px;
		padding-left: 8px;
	}
	header .navbar-brand img{
		max-width: 230px;
	}
	header{
		top: 0px;
	}
}
@media (max-width: 992px) {
	header{
		background-color: #ffffff;
	}
	header .navbar{
		padding: 10px 0;
	}
	header .navbar-nav {
		gap: 0px;
	}
	.langDropdown{
		margin-left: unset;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.question{
		font-size: 24px;
	}
}
@media (max-width: 600px) {
	header .navbar-brand img{
		max-width: 200px;
	}
	.listHowWorks,.numberArea{
		display: none;
	}
	.textArea{
		width: 100%;
	}
	.areaCategories{
		flex-direction: column;
		align-items: flex-start;
		border-radius: 40px;
	}
	.question{
		font-size: 18px;
		line-height: 1.2;
	}
	.answer{
		font-size: 14px;
		line-height: 1.2;
	}
	.itemStatistic {
		padding: 15px 10px;
	}
	.t72{
		font-size: 42px;
		line-height: 1.2;
	}
	.t54{
		font-size: 36px;
		line-height: 1.2;
	}
	.t42{
		font-size: 30px;
		line-height: 1.2;
	}
	.t30{
		font-size: 24px;
		line-height: 1.2;
	}
	.t36{
		font-size: 24px;
		line-height: 1.2;
	}
	.t20{
		font-size: 16px;
		line-height: 1.2;
	}
	.t18{
		font-size: 14px;
	}
	.t16{
		font-size: 14px;
		line-height: 1.2;
	}
	.t14{
		font-size: 12px;
		line-height: 1.2;
	}
	.t11{
		font-size: 10px;
		line-height: 1.2;
	}
}



loader{
	position: fixed;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #212121;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}
loader.active{
	opacity: 1;
	pointer-events: auto;
}
.loader {
	width: 48px;
	height: 48px;
	border: 3px solid #FFF;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.loader::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-bottom-color: #BEFE65;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* CONFIG */

.noScroll{
	overflow: hidden;
}

.critec{
    font-weight: 800;
    font-size: 28px;
    font-family: 'Gilroy';
    text-transform: lowercase;
}
.card-images-news {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
}

.card-body {
	padding: 25px 30px;
}

.card-date {
	font-size: 16px;
	font-weight: 500;
}

.card-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
	margin-top: 10px;
}

.card-text {
	font-size: 20px;
	font-weight: 400;
}

/* Paginação */
.pagination-wrapper {
	margin: 40px 0;
}

.pagination-info {
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.pagination-links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.pagination-link,
.pagination-active,
.pagination-disabled {
	min-width: 35px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	border-radius: 20px;
	padding: 0 12px;
	transition: all 0.3s ease;
}

.pagination-link:hover {
	background-color: #f5f5f5;
	color: #000;
}

.pagination-active {
	color: #000;
	font-weight: 600;
	border: 1px solid #d0d0d0;
}

.pagination-disabled {
	color: #999;
	cursor: not-allowed;
}

.spacer150 {grid-column: inherit; height: 150px;width: 100%;}
.spacer120 {grid-column: inherit; height: 120px;width: 100%;}
.spacer90 {grid-column: inherit; height: 90px;width: 100%;}
.spacer60 {grid-column: inherit; height: 60px;width: 100%;}
.spacer30 {grid-column: inherit;height: 30px;width: 100%;}
.spacer15 {grid-column: inherit;height: 15px;width: 100%;}

/* LARGE DISPLAY'S */
@media (max-width: 1600px) {
	.xxl-spacer150 {height: 150px;}
	.xxl-spacer120 {height: 120px;}
	.xxl-spacer90 {height: 90px;}
	.xxl-spacer60 {height: 60px;}
	.xxl-spacer30 {height: 30px;}
	.xxl-spacer15 {height: 15px;}
	.xxl-spacer0 {height: 0px;}

	.xxl-block150 {display: inline-block; width: 150px;}
	.xxl-block120 {display: inline-block; width: 120px;}
	.xxl-block90 {display: inline-block; width: 90px;}
	.xxl-block60 {display: inline-block; width: 60px;}
	.xxl-block30 {display: inline-block; width: 30px;}
	.xxl-block15 {display: inline-block; width: 15px;}

	.xxl-taleft {text-align: left;}
	.xxl-tacenter {text-align: center;}
	.xxl-taright {text-align: right;}
	.xxl-tajustify {text-align: justify;}
}
@media (max-width: 1400px) {
	.xl-spacer150 {height: 150px;}
	.xl-spacer120 {height: 120px;}
	.xl-spacer90 {height: 90px;}
	.xl-spacer60 {height: 60px;}
	.xl-spacer30 {height: 30px;}
	.xl-spacer15 {height: 15px;}
	.xl-spacer0 {height: 0px;}

	.xl-block150 {display: inline-block; width: 150px;}
	.xl-block120 {display: inline-block; width: 120px;}
	.xl-block90 {display: inline-block; width: 90px;}
	.xl-block60 {display: inline-block; width: 60px;}
	.xl-block30 {display: inline-block; width: 30px;}
	.xl-block15 {display: inline-block; width: 15px;}

	.xl-taleft {text-align: left;}
	.xl-tacenter {text-align: center;}
	.xl-taright {text-align: right;}
	.xl-tajustify {text-align: justify;}
}
@media (max-width: 1200px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}
	.lg-spacer0 {height: 0px;}

	.lg-block150 {display: inline-block; width: 150px;}
	.lg-block120 {display: inline-block; width: 120px;}
	.lg-block90 {display: inline-block; width: 90px;}
	.lg-block60 {display: inline-block; width: 60px;}
	.lg-block30 {display: inline-block; width: 30px;}
	.lg-block15 {display: inline-block; width: 15px;}

	.lg-taleft {text-align: left;}
	.lg-tacenter {text-align: center;}
	.lg-taright {text-align: right;}
	.lg-tajustify {text-align: justify;}
}

/* DESKTOP */
@media (max-width: 992px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}
	.md-spacer0 {height: 0px;}

	.md-block150 {display: inline-block; width: 150px;}
	.md-block120 {display: inline-block; width: 120px;}
	.md-block90 {display: inline-block; width: 90px;}
	.md-block60 {display: inline-block; width: 60px;}
	.md-block30 {display: inline-block; width: 30px;}
	.md-block15 {display: inline-block; width: 15px;}

	.md-taleft {text-align: left;}
	.md-tacenter {text-align: center;}
	.md-taright {text-align: right;}
	.md-tajustify {text-align: justify;}
}

/* TABLET */
@media (max-width: 768px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}
	.sm-spacer0 {height: 0px;}

	.sm-block150 {display: inline-block; width: 150px;}
	.sm-block120 {display: inline-block; width: 120px;}
	.sm-block90 {display: inline-block; width: 90px;}
	.sm-block60 {display: inline-block; width: 60px;}
	.sm-block30 {display: inline-block; width: 30px;}
	.sm-block15 {display: inline-block; width: 15px;}

	.sm-taleft {text-align: left;}
	.sm-tacenter {text-align: center;}
	.sm-taright {text-align: right;}
	.sm-tajustify {text-align: justify;}
}

/* MOBILE */
@media (max-width: 600px) {
	.xs-spacer150 {height: 150px;}
	.xs-spacer120 {height: 120px;}
	.xs-spacer90 {height: 90px;}
	.xs-spacer60 {height: 60px;}
	.xs-spacer30 {height: 30px;}
	.xs-spacer15 {height: 15px;}
	.xs-spacer0 {height: 0px;}

	.xs-block150 {display: inline-block; width: 150px;}
	.xs-block120 {display: inline-block; width: 120px;}
	.xs-block90 {display: inline-block; width: 90px;}
	.xs-block60 {display: inline-block; width: 60px;}
	.xs-block30 {display: inline-block; width: 30px;}
	.xs-block15 {display: inline-block; width: 15px;}

	.xs-taleft {text-align: left;}
	.xs-tacenter {text-align: center;}
	.xs-taright {text-align: right;}
	.xs-tajustify {text-align: justify;}
}

img {
	max-width: 100%;
}
