/* =======================
   CSS GERAL
   ======================= */

   main {
   	position: relative;
   	padding-bottom: 50%;
   }

   .accounts-content, 
   .mx-1, 
   main#page {
   	padding-bottom: 0 !important;
   	margin-bottom: 0 !important;
   }

   @media (max-width: 992px) {
   	main {
   		right: 0;
   	}
   	.sidebar {
   		margin-bottom: 0;
   	}
   	.sidebar .siderbar-hr {
   		border-color: #fff;
   		opacity: 0.5;
   		width: 100%;
   	}
   	.account-panel h1 {
   		font-size: 38px;
   	}
   	.card-notify .card-notify-title {
   		font-size: 18px;
   	}
   	.card-notify .card-notify-content,
   	.card-notify .card-notify-refere {
   		font-size: 14px !important;
   		margin-bottom: 10px !important;
   	}
   	.table-div .tbody {
   		font-size: 14px;
   	}
   	.request-meeting .card-favs {
   		height: 140px;
   		font-size: 14px;
   	}
   	.sidebar .nav-link.active {
   		width: 100%;
   	}
   }

   @media (min-width: 992px) {
   	main {
   		right: -80px;
   	}
   	.sidebar {
   		margin-bottom: 500px;
   	}
   	.sidebar .siderbar-hr {
   		border-color: #fff;
   		opacity: 0.5;
   		width: 130%;
   	}
   	.sidebar .siderbar-hr:after {
   		content: '';
   		position: absolute;
   		width: 20px;
   		height: 20px;
   		background-color: #fff;
   		right: -150px;
   		margin-top: -10px;
   		border-radius: 50%;
   	}
   	.account-panel h1,
   	.announcements .h1 {
   		font-size: 52px;
   	}
   	.announcements .tab-content {
   		justify-content: space-between;
   		font-size: 29px;
   	}
   	.announcements .h1 {
   		font-size: 72px; /* para min-width:992px overrides */
   	}
   }

   .bg-account {
   	background-color: #0b1426;
   	color: #fff;
   }

   .bg-dara-primary {
   	background-color: #192735 !important;
   	color: #fff !important;
   }

   .bg-purple {
   	background-color: rgb(82 38 120 / 80%);
   }

   .bg-gray {
   	background-color: #192735;
   }

   .text-dara-primary {
   	color: #9538c6;
   }

/* =======================
   SIDEBAR
   ======================= */

   .sidebar {
   	position: relative;
   	height: 100%;
   	background-color: #0b1426;
   	padding: 0;
   }

   .sidebar .menu-active {
   	background-color: rgb(149 56 198 / 100%) !important;
   }

   .sidebar .nav-link {
   	color: #fff;
   	padding-left: 30px;
   	padding-top: 15px;
   	padding-bottom: 15px;
   	border-bottom: 2px solid #444a58;
   	font-size: 22px;
   	font-weight: bold;
   	transition: background-color 0.3s ease;
   }
   .sidebar .nav-link.active {
   	background-color: rgb(149 56 198 / 52%);
   	border-left: 25px solid #e8e84d;
   	width: 100%;
   }
   .sidebar .nav-link:hover,
   .sidebar .nav-link[data-bs-toggle="collapse"][aria-expanded="true"],
   .sidebar .nav-link.link-down.active,
   .sidebar .nav-link.link-down:hover {
   	background-color: rgb(149 56 198 / 100%);
   	border-left: 25px solid #e8e84d;
   	width: 100%;
   }

   .sidebar .nav-link.link-down-sub.active,
   .sidebar .nav-link.link-down-sub:hover {
   	background-color: rgb(149 56 198 / 24%);
   	border-left: 25px solid #e8e84d;
   	width: 100%;
   }

   .sidebar .nav-link.navbar-ads {
   	background-color: rgb(149 56 198 / 24%) !important;
   }

   .sidebar .nav-link.navbar-ads.active,
   .sidebar .nav-link.navbar-ads:hover {
   	background-color: rgb(149 56 198 / 35%) !important;
   }

   .sidebar .nav-home.active {
   	width: 132%;
   }

   .sidebar .nav-link:hover {
   	background-color: rgb(149 56 198 / 100%);
   	border-left: 25px solid #e8e84d;
   }

   .sidebar .link-down-sub .form-select {
   	background-color: rgb(231 182 255 / 46%);
   	color: #fff;
   	font-weight: 500;
   	border: 0;
   	border-radius: 15px;
   	width: 230px;
   	height: 50px;
   }

   .sidebar .link-down-sub .form-select option {
   	color: #000;
   }

   .sidebar .sidebar-header {
   	/*border-bottom: 2px solid #fff;*/
   }

   .sidebar .profile-name {
   	font-size: 37px;
   	font-weight: bold;
   	letter-spacing: 3px;
   }

/* =======================
   ACCOUNTS CONTENT
   ======================= */

   .accounts-content {
   	padding-bottom: 310px; /* Ajuste final baseado na última definição */
   }

   .accounts-content h1 {
   	font-size: 22px;
   	font-weight: bold;
   }

   .accounts-content .table.table-bordered {
   	border-radius: 10px;
   	overflow: hidden;
   }

   .accounts-content .table.table-bordered th,
   .accounts-content .table.table-bordered td {
   	border: 1px solid #dee2e6;
   }

   .accounts-content .table.table-bordered > :not(caption) > * > * {
   	border-width: 0;
   	font-weight: 500;
   	color: #444444;
   }

   .accounts-content .card-search {
   	background-color: #c6cdd9;
   	border-color: #c6cdd9;
   	font-size: 18px;
   	color: #444;
   	clip-path: polygon(0 0, 100% 0px, 100% 100%, 80% 870%, 0px 80%);
   	border-radius: 0;
   	padding: 0 40px;
   }

   .accounts-content .card-search .form-control,
   .accounts-content .card-search .form-select {
   	background-color: #b6bcc7;
   	color: #000;
   	border: 0;
   }

   .accounts-content .card-search label {
   	margin-bottom: 5px;
   }

   .accounts-content .card-search .btn {
   	margin: 30px 0;
   }

/* =======================
   TABLE DIV
   ======================= */

   .line-h {
   	line-height: 50px;
   }

   .table-div .thead,
   .table-div .tline {
   	padding: 10px;
   }

   .table-div .thead {
   	border: 1px solid #000;
   	border-radius: 10px;
   	font-size: 18px;
   	color: #5e5e5e;
   }

   .table-div .tbody {
   	border-radius: 0 0 0 20px;
   	font-size: 18px; /* unificado */
   	background: #d1d4d7;
   	width: 100%;
   	margin: 0 auto 50px;
   	padding: 15px;
   }

   .table-div .tbody .bg-primary,
   .table-div .tbody .bg-secondary {
   	background-color: #0b1114 !important;
   }

   .table-div .tline {
   	border-radius: 50px;
   	margin-bottom: 20px;
   }

   .table-div .tline-dark {
   	background-color: #525d67;
   	color: #fff;
   }

   .table-div .tline-secondary {
   	background-color: #f4f4f5;
   	color: #000;
   	line-height: 50px;
   }

   .table-div .tline .bg-primary {
   	background-color: #555f69 !important;
   	box-shadow: -5px 4px 0 0 #000;
   	color: #cdcdcd;
   }

   .table-div .tline .bg-secondary {
   	background-color: #c5c7ca !important;
   	color: #fff;
   }

   .table-div .tab-thead {
   	position: relative;
   	background-color: #f4f4f5;
   	color: #5e5e5e;
   	font-size: 18px;
   	margin: 0;
   	padding: 10px 50px;
   	clip-path: polygon(10% -75px, 100% 0, 100% 100%, 80% 100%, 0 100%, 0 40%);
   	border-radius: 0;
   	border-top: 1px solid #000;
   }

   .table-div .tab-thead::before {
   	content: '';
   	position: absolute;
   	top: -1px;
   	left: 0;
   	width: 25px;
   	height: 30px;
   	background-color: #f4f4f5;
   	z-index: 0;
   	border-radius: 30px 0 0 0;
   }

   .table-div .tab {
   	margin: 0;
   	border-top: 1px solid #000;
   	text-align: center;
   }

   .table-div .tab-default {
   	background-color: #f4f4f5;
   	color: #000;
   }

   .table-div .tab .text-secondary {
   	background-color: #cbcecf;
   }

   .table-div .badge-category {
   	text-transform: uppercase;
   	background-color: #192735;
   	padding: 20px;
   	margin: -15px -100px;
   	width: 100%;
   	text-align: center;
   	font-size: 18px;
   	font-weight: bold;
   	color: #cdcdcd;
   	letter-spacing: 3px;
   }

/* =======================
   BUTTONS
   ======================= */

   .btn-transparent {
   	background: transparent;
   	border: 0;
   }
   .btn-purple {
    color: #fff;
    background-color: #9538c6;
    border-color: #9538c6;
 }

 .btn-purple:hover {
    color: #fff;
    background-color: #7d2aa7;
    border-color: #74269c;
 }

 .btn-purple:focus, .btn-purple.focus {
    color: #fff;
    background-color: #7d2aa7;
    border-color: #74269c;
    box-shadow: 0 0 0 0.25rem rgba(149, 56, 198, 0.5);
 }

 .btn-purple:active, .btn-purple.active,
 .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #6c2391;
    border-color: #5f207f;
 }

 .btn-purple:active:focus,
 .btn-purple.active:focus,
 .show > .btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(149, 56, 198, 0.5);
 }

 .btn-purple:disabled, .btn-purple.disabled {
    color: #fff;
    background-color: #9538c6;
    border-color: #9538c6;
    opacity: 0.65;
 }

/* =======================
   CLIP PATHS
   ======================= */

   .border-polygon-botton-left {
   	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 870%, 0 70%);
   	border-radius: 0 !important;
   }

   .border-polygon-top-left {
   	clip-path: polygon(20% -450%, 100% 0, 100% 100%, 80% 100%, 0 100%, 0 40%);
   	border-radius: 0 !important;
   }

/* =======================
   TYPOGRAPHY
   ======================= */

   .account-panel h1 {
   	font-family: 'Britannic Bold Regular';
   }

   .account-panel h2 {
   	font-family: 'Myriad Pro Regular', sans-serif;
   	margin-bottom: 60px;
   }

   .bg-white.account-panel h1,
   .bg-white.account-panel h2 {
   	color: #000;
   }

   .bg-account.account-panel h1,
   .bg-account.account-panel h2 {
   	color: #b7b7b7;
   }

   #page h1,
   #page_orders h1 {
   	font-family: 'LEMONMILK Bold';
   	font-size: 37px;
   }

   .account-panel h1,
   .announcements .h1 {
   	font-family: 'LEMONMILK Bold';
   	font-weight: bold;
   }

/* =======================
   CARD NOTIFY
   ======================= */

   .card-notify {
   	color: #fff;
   	margin: 70px 0;
   	box-shadow: 10px 10px 0 4px #5226789c;
   	clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%, 0 72%);
   	position: relative;
   }

   .card-notify .card-notify-title {
   	font-family: 'Fonseca Bold', sans-serif;
   	font-size: 24px;
   	text-align: end;
   	text-transform: uppercase;
   	margin-bottom: 30px;
   }

   .card-notify .card-notify-content,
   .card-notify .card-notify-refere {
   	font-family: 'acumin-variable';
   	font-size: 18px;
   	font-weight: 700;
   	text-align: end;
   	margin-bottom: 30px;
   	letter-spacing: 1px;
   }

   .card-notify .card-notify-refere {
   	margin-bottom: 30px;
   }

   .card-notify hr {
   	border-color: #fff;
   	opacity: 0.5;
   	width: 80%;
   	margin-left: 20%;
   	position: relative;
   }

   .card-notify hr:after {
   	content: '';
   	position: absolute;
   	width: 20px;
   	height: 20px;
   	background-color: #fff;
   	right: 10px;
   	margin-top: -10px;
   	border-radius: 50%;
   }

   .card-notify i {
   	font-size: 25px;
   	position: absolute;
   	top: 30px;
   	left: 5%;
   	color: #4a7c1e;
   	transition: color 0.3s ease;
   }

   .card-notify i:active,
   .card-notify i:hover {
   	color: #92c16a;
   }

/* =======================
   REQUEST MEETING
   ======================= */

   .request-meeting {
   	background-color: #e8e9eb;
   	margin-left: 7px;
   	text-transform: uppercase;
   	padding: 0 13px;
   }

   .request-meeting .form-control,
   .request-meeting .form-select {
   	background-color: transparent;
   	border: 0;
   	border-radius: 0;
   }

   .request-meeting .form-floating > label,
   .request-meeting .pretty .state label,
   .request-meeting label {
   	color: #8d8e8f;
   	font-weight: 600;
   }

   .request-meeting form-floating > .form-control:focus ~ label::after,
   .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
   .form-floating > .form-control-plaintext ~ label::after,
   .form-floating > .form-select ~ label::after {
   	background-color: transparent;
   }

   .request-meeting .row {
   	padding-left: 30px !important;
   }

   .request-meeting .row-line {
   	border-bottom: 2px solid #cdcfd3;
   	padding: 20px;
   }

   .request-meeting .ui-datepicker {
   	background-color: #f1f1f2;
   }

   .request-meeting .ui-widget-header {
   	background-color: #f0f0f0;
   	border: 0;
   }

   .request-meeting .ui-datepicker td {
   	background: transparent;
   }

   .request-meeting .ui-widget-content {
   	border: none;
   	padding: 30px;
   	width: 100%;
   }

   .request-meeting .ui-state-default {
   	border: 0;
   	padding: 10px;
   	color: unset;
   	font-weight: 500;
   }

   .request-meeting .ui-state-disabled {
   	color: #df989b !important;
   	opacity: 1;
   }

   .request-meeting .ui-datepicker .ui-datepicker-title {
   	margin-bottom: 60px;
   }

   .request-meeting .informations {
   	margin: 100px 50px;
   }

   .request-meeting .informations h6 {
   	font-weight: bold;
   	padding-left: 30px;
   	margin-bottom: 20px;
   }

   .request-meeting .informations ul {
   	list-style: none;
   	padding-left: 0;
   }

   .request-meeting .informations ul li {
   	position: relative;
   	padding-left: 30px;
   	color: #505050;
   }

   .request-meeting .informations ul li::before {
   	content: "\f08d";
   	font-family: "Font Awesome 5 Free";
   	font-weight: 900;
   	position: absolute;
   	left: 0;
   	top: 0;
   	transform: rotate(45deg);
   }

/* Cards favoritos (request-meeting) */

.request-meeting .card-favs {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	background-color: #192735;
	border: 1px solid #192735;
	border-radius: 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out;
	color: #fff;
	text-transform: lowercase;
	overflow: hidden;
	padding: 7px;
}

.request-meeting .card-favs:hover {
	transform: scale(1.05);
}

.request-meeting .hidden-checkbox {
	display: none;
}

.request-meeting .card-label {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: white;
}

.request-meeting .custom-checkbox {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: #3b4753;
	border-radius: 3px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.request-meeting .hidden-checkbox:checked + .card-label .custom-checkbox {
	background: #3b4753;
}

.request-meeting .hidden-checkbox:checked + .card-label .custom-checkbox::before {
	content: '\f00c';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: white;
}

.request-meeting .custom-checkbox::after {
	display: none;
}

.request-meeting .content {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
}

.request-meeting .circles {
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.request-meeting .circle {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

.request-meeting .circle.pink {
	background: #522678;
}

.request-meeting .fa-heart {
	font-size: 10px;
	color: rgb(149 56 198 / 24%) !important;
}

.request-meeting .fa-heart.selected {
	color: rgb(149 56 198 / 100%) !important;
}

.request-meeting .pretty input:checked ~ .state.p-primary label::after,
.pretty.p-toggle .state.p-primary label::after {
	background-color: #dfa4c1 !important;
}

.request-meeting .qtd-selected {
	color: rgb(149 56 198 / 52%) !important;
	font-size: 132px;
	font-weight: bold;
}

/* =======================
   ANUNCIOS / ANNOUNCEMENTS
   ======================= */

   .announcements {
   	margin-top: 100px;
   }

   .announcements .h1 {
   	font-family: 'LEMONMILK Bold';
   	font-weight: bold;
   }

   .announcements .nav-pills .nav-link {
   	font-family: 'Britannic Bold Regular';
   	color: #757575;
   	text-transform: uppercase;
   	font-size: 18px;
   	margin: 0 20px;
   }

   .announcements .nav-pills .nav-link.active {
   	background-color: transparent;
   	color: #000;
   	font-weight: bold;
   }

   .announcements .main-text {
   	/* font-weight: bold; */
   }

   .announcements .sub-text,
   .announcements .sub-text .inner-text {
   	margin-left: 20px;
   	position: relative;
   }

   .announcements .sub-text:before,
   .announcements .sub-text .inner-text:before {
   	content: '';
   	position: absolute;
   	left: -20px;
   	top: 0;
   	width: 10px;
   	height: 10px;
   	border-left: 1px solid black;
   	border-bottom: 1px solid black;
   }

/* =======================
   OUTROS ESTILOS DIVERSOS
   ======================= */

   .kikadinha {
   	margin-top: -20px !important;
   	background-color: #fff; /* ajuste para dashboard */
   }

   .mb-5 {
   	margin-bottom: 90px !important;
   }

   .submenu .nav-link {
   	background-color: rgb(25 39 53 / 52%);
   }

   .hasDatepicker {
   	font-size: 14px;
   }

/* =======================
   INTERESTS PAGE
   ======================= */

   #page_interesses .fa-heart {
   	font-size: 24px;
   }

   #page_interesses .tline div {
   	line-height: normal;
   }

   #page_interesses .line-name {
   	font-family: 'Britannic Bold regular';
   	font-weight: 600;
   	letter-spacing: 2px;
   	font-size: 18px;
   }

   #page_interesses .line-data {
   	color: #d9d9d9;
   	white-space: nowrap;
   	word-spacing: 0.3em;
   	letter-spacing: 0.2em;
   }

/* =======================
   ORDERS PAGE
   ======================= */

   #page_orders .line-data {
   	color: #565656;
   	white-space: nowrap;
   	word-spacing: 0.3em;
   	letter-spacing: 0.2em;
   }

/* =======================
   RECOMMENDATIONS PAGE
   ======================= */

   .bell-notification {
   	position: absolute;
   	left: 100px;
   }

   .bell-notification i {
   	animation: shake-bell 1s infinite;
   	transform-origin: top center;
   	font-size: 72px;
   	color: #8900ff;
   	transition: color 0.3s ease;
   }

   .bell-notification i:hover {
   	animation: shake-bell 1s;
   	color: #aa00ff;
   }

   @keyframes shake-bell {
   	0% { transform: rotate(0deg); }
   	15% { transform: rotate(15deg); }
   	30% { transform: rotate(-10deg); }
   	45% { transform: rotate(7deg); }
   	60% { transform: rotate(-5deg); }
   	75% { transform: rotate(3deg); }
   	100% { transform: rotate(0deg); }
   }

   #editar-perfil .form-control{
    height: 55px;
    background-color: #0b1426;
    color: #fff;
    border: 2px solid #b7b7b7;
    border-radius: 30px;
 }
 #editar-perfil .form-control::-webkit-input-placeholder {
    color: #fff;
 }
 #editar-perfil .form-control::-moz-placeholder {
    color: #fff;
 }
 #editar-perfil .form-control:-ms-input-placeholder {
    color: #fff;
 }
 #editar-perfil .form-control::placeholder {
    color: #fff;
 }
 #editar-perfil .col-form-label{
    color: #fff;
 }