.btn-primary {
	color: #000;
	font-weight: 600;
	background-color: #fcc200 !important;
	border-color: #fcc200 !important;
}

.btn-primary:hover {
	color: #000;
	background-color: #E7AB10 !important;
	border-color: #E7AB10 !important;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #000;
	background-color: #fcc200 !important;
	border-color: #fcc200 !important;
	box-shadow: 0 0 0 0.2rem #fcc200 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #000;
	background-color: #fcc200 !important;
	border-color: #E7AB10 !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #000;
	background-color: #E7AB10 !important;
	border-color: #E7AB10 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem #E7AB10 !important;
}

.navbar {
	border-bottom: solid #fcc200;
	background-color: #0C0C0C !important;
}

.sticky-footer {
	background-image: none !important;
	background-color: #0C0C0C !important;
}

#wrapper #content-wrapper {
	background-color: #0C0C0C !important;
}

/* ----------------------------------------------------------------------------------------------------- */
:root {
	--color-primary: #001531;
	--color-primary-rgb: 161, 19, 27;
	--color-primary-contrast: #ffffff;
	--color-primary-contrast-rgb: 255, 255, 255;
	--color-primary-shade: #8e1118;
	--color-primary-tint: #aa2b32;

	--color-secondary: #fed530;
	--color-secondary-rgb: 161, 19, 27;
	--color-secondary-contrast: #ffffff;
	--color-secondary-contrast-rgb: 255, 255, 255;
	--color-secondary-shade: #8e1118;
	--color-secondary-tint: #aa2b32;
}

body {
	font-family: Helvetica !important;
}

.min-h-100vh {
	min-height: 100vh !important;
}

.invalid-form,
.invalid-image {
	border: 1px solid #ff0000 !important;
}

.bg-filtrando {
	background-color: rgba(28, 200, 138, .4);
	background-image: linear-gradient(180deg, rgba(28, 200, 138, .3) 10%, rgba(19, 133, 92, .3) 100%);
	background-size: cover;
}

#pager {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	gap: 4px;
	margin-top: 10px;
}

/* LOGIN START */
.bg-login-image {
	background-image: url('/img/alphacode_quadrado.jpg');
	cursor: pointer;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.bg-password-image {
	background-image: url('/img/alphacode_quadrado.jpg');
}

.footer-login p {
	color: #FFFFFF;
	font-size: small;
}

.footer-login img {
	height: 23px;
}

#olho-senha {
	width: 25px;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 324px;
	right: 44%;
	color: #555;
	transform: translateY(-50%);
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #eaebf0;
	text-decoration: none;
	background-color: #fcc200;
	border-radius: 4px;
}

@media (max-width: 300px) {
	#olho-senha {
		right: 22%;
	}
}

::-webkit-calendar-picker-indicator {
	border-radius: 50%;
	margin-left: 0.1rem;
	width: 14px;
	height: 14px;
	cursor: pointer;
	filter: invert(57%) sepia(100%) saturate(1000%) hue-rotate(1deg) brightness(100%) contrast(100%) !important;
}

::-webkit-calendar-picker-indicator:hover {
	-webkit-box-shadow: 0 0 0 2px #fcc200;
	box-shadow: 0 0 0 2px #fcc200;
}

.form-control-user {
	width: 330px !important;
	padding: 1.3rem 1rem !important;
}

.background {
	position: relative;
	background-image: url('/img/fundo_coreco.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 5%);
	z-index: -1;
}

.login-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 100px;
	/* margin-right: 50px */
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 520px;
		margin: 1.75rem auto;
	}
}

/* LOGIN END */

/* MENU START */
.item-nav-link {
	color: #FFF !important;
	width: 100% !important;
	font-weight: 600;
}

.name_usuario {
	color: #27292F !important;
	font-weight: 700;
	font-size: 14px;
}

.item-menu {
	margin: 0px !important;
	width: 100% !important;
	height: 2.5rem !important;
	margin: 0 !important;
	margin-left: 0px !important;
	display: flex !important;
	align-items: center !important;
	border-top-width: 1px !important;
	border-right-width: 0px !important;
	border-left-width: 0px !important;
	border-bottom-width: 1px !important;
	border-radius: 0px 2px 2px 0px !important;
	border-style: solid !important;
	border-color: #0C0C0C !important;
}

.item-menu:hover {
	margin-left: 0px !important;
	background-color: #fcc200 !important;
	border-top-width: 1px !important;
	border-right-width: 0px !important;
	border-bottom-width: 1px !important;
	border-left-width: 0px !important;
	border-radius: 0px 2px 2px 0px !important;
	border-style: solid !important;
	border-color: #0C0C0C !important;
	display: flex !important;
	align-items: center !important;
}

.menu-active {
	margin-left: 0px !important;
	background: #fcc200 !important;
	border-top-width: 1px !important;
	border-right-width: 0px !important;
	border-bottom-width: 1px !important;
	border-left-width: 0px !important;
	border-radius: 0px 2px 2px 0px !important;
	border-style: solid !important;
	border-color: #0C0C0C !important;
	display: flex !important;
	align-items: center !important;
}

.sidebar {
	width: 20rem !important;
}

.nav-link i {
	color: #fff !important;
}

.item-menu>a:hover>span {
	color: #000 !important;
}

.item-menu>a:hover>i {
	color: #000 !important;
}

.menu-active>a>span {
	color: #000 !important;
}

.menu-active>a>i {
	color: #000 !important;
}

.dropdown-menu {
	padding: 0 !important;
}

/* MENU END */

/* GERADOR START */
.stepper {
	border-radius: 8px !important;
	margin-right: 4px !important;
	margin-left: 4px !important;
	padding: 8px !important;
	cursor: pointer !important;
	box-shadow: 0px 3px 6px #00000029 !important;
	width: 28px !important;
	height: 28px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	font-weight: 300 !important;
}

.stepper-active {
	background-color: #E7AB10 !important;
	border-radius: 8px !important;
	padding: 8px !important;
	box-shadow: 0px 3px 6px #00000029 !important;
	color: #000 !important;
}

.stepper:hover {
	background-color: #E7AB10 !important;
	border-radius: 8px !important;
	padding: 8px !important;
	box-shadow: 0px 3px 6px #00000029 !important;
	color: #000 !important;
}

#pager .stepper-before,
#pager .stepper-next,
#pager .stepper {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #E7AB10;
	border: 1px solid #E7AB10;
	cursor: pointer;
}

#pager .stepper-before:hover,
#pager .stepper-next:hover,
#pager .stepper:hover,
#pager .stepper-active {
	color: var(--color-primary-contrast);
	background-color: var(--color-primary);
}

.text-titulo {
	font-size: 25px;
	font-weight: 700;
	color: #F3F3F3 !important;
}

.titulo-info {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff !important;
	opacity: 0.8;
	margin: 15px 0px 10px 0px;
}

.card-header {
	background-color: #E7AB10 !important;
	border: none !important;
	/* border-radius: 0px !important; */
}

.card-header div {
	font-size: 12px;
	color: #0C0C0C !important;
}

.botao- {
	border-radius: 1.35rem !important;
}

.voltar {
	color: #F3F3F3 !important;
	font-size: 1.875em !important;
}

.table td,
.table th {
	border-top: 1px solid #e3e6f042;
}

.table {
	margin-bottom: 5px !important;
	color: #F3F3F3 !important;
	font-size: 0.9rem !important;
}

.body-table {
	padding: 0 !important;
}

.card:not(.o-hidden) {
	background-color: #242424;
}

.tabela-listagem thead tr td:first-child {
	border-radius: calc(0.35rem - 1px) 0 0 0 !important;
	border-top: none;
}

.tabela-listagem thead tr td:last-child {
	border-radius: 0 calc(0.35rem - 1px) 0 0 !important;
	border-top: none;
}

.tabela-listagem thead:nth-of-type(1) {
	background-color: #E7AB10 !important;
	font-weight: 700 !important;
	color: #0C0C0C !important;
	line-height: 0.9 !important;
	font-size: 0.8rem !important;
}

.tabela-listagem-avaliacoes thead:nth-of-type(1) {
	background-color: #FFFFFF !important;
	font-weight: 700 !important;
	color: #E7AB10 !important;
	line-height: 0.9 !important;
	font-size: 1rem !important;
	text-align: center !important;
}

.btn {
	font-size: 0.8rem;
	border-radius: 0.55rem;
	white-space: nowrap !important;
}

.btn-sm {
	padding: 0.25rem 0.8rem !important;
}

.btn:focus {
	outline: none;
	box-shadow: none;
}

.form-control {
	border-radius: 0.35rem !important;
	color: #E5E5E4 !important;
	font-size: 14px;
	border: 1px solid #E5E5E4;
	background-color: #0C0C0C !important;
}

.form-control::placeholder {
	color: #e5e5e4b8;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	border: 1px solid #eeeeee14 !important;
	background-color: #0c0c0c8a !important;
	color: #e5e5e489 !important;
}

.form-control:focus {
	border: 1px solid #E7AB10 !important;
	/* border: none !important; */
	box-shadow: 0 0 0 0.1rem #e7aa105b !important;
}

.card-body {
	/* padding: 0.5em 1.25em 1.25em 1.25em !important; */
}

.label-geral {
	color: #E5E5E4;
	margin-left: 10px;
	font-size: 13px;
}

.disabled {
	cursor: not-allowed !important;
}

select {
	cursor: pointer;
}

/* GERADOR END */

/* DASHBOARD START */
.titulo-contador {
	font-size: 16px;
	color: #E5E5E4;
}

.qtd-contador {
	color: #F3F3F3;
	margin-top: 13px;
	font-size: 28px;
}

.link-contador:hover {
	text-decoration: none;
}

.card {
	border: none !important;
	/* border-radius: 0px !important; */
}

.card-hover {
	border: none !important;
	background: #242424 !important;
	transition: background-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
	min-height: 100px !important;
}

:not(.aumento).card-hover:hover {
	background-color: rgba(252, 193, 0, 0.774) !important;
	box-shadow: rgb(0 0 0 / 6%) 0px -23px 25px 0px inset, rgb(0 0 0 / 0%) 0px -36px 30px 0px inset, rgb(0 0 0 / 0%) 0px -79px 40px 0px inset, rgb(0 0 0 / -4%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 0%) 0px 16px 8px, rgb(0 0 0 / 0%) 0px 32px 16px !important;
}

.hidden {
	display: none;
}

.frame {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 8px;
	position: relative;
	margin-left: 10px;
}

.frame .text-wrapper {
	position: relative;
	width: fit-content;
	margin-top: -1px;
	opacity: 0.5;
	font-family: "Inter-Regular", Helvetica;
	font-weight: 400;
	color: #000000;
	font-size: 20px;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.frame .div {
	position: relative;
	width: fit-content;
	font-family: "Inter-SemiBold", Helvetica;
	font-weight: 600;
	color: #000000;
	font-size: 35px;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.frame .group {
	position: relative;
	width: 125px;
	height: 20px;
}

.frame .element-nesse-m-s {
	position: absolute;
	top: 2px;
	left: 23px;
	font-family: "Inter-Bold", Helvetica;
	font-weight: 400;
	color: transparent;
	font-size: 14px;
	letter-spacing: -0.12px;
	line-height: normal;
	width: 150px;
}

.frame .span {
	font-weight: 700;
	color: #00ac4f;
}

.frame .text-wrapper-2 {
	font-family: "Inter-Regular", Helvetica;
	color: #292d32;
}

.frame .arrow-up {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}

.icone_aumento {
	background-color: #7099E7;
	display: flex;
	justify-content: center;
	flex-direction: row;
	width: 60px;
	height: 60px;
	align-items: center;
	border-radius: 50%;
}

.vermelho {
	color: red !important;
}

/* DASHBOARD END */

/* USUARIOS START */
.img-avatar {
	position: relative;
	top: 0;
	left: 10px;
	width: 180px !important;
	height: 180px !important;
	border-radius: 50%;
	margin: 0px !important;
	cursor: pointer;
	object-fit: cover;
	margin-bottom: 30px !important;
}

.nav-tabs {
	border-bottom: 0px;
	margin-bottom: -1px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
	margin-bottom: 0px;
	border-color: #A0A3AD !important;
}

.nav-tabs .nav-link {
	border: 0;
}

.header-aba {
	border-radius: 0px calc(0.35rem - 1px) 0px 0px !important;
}

.aba-selecionada:active,
.active.aba-selecionada {
	background-color: #E7AB10 !important;
	color: #000 !important;
}

.aba-selecionada {
	background-color: #242424 !important;
	color: #F3F3F3 !important;
}

.pointer {
	cursor: pointer !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	border-radius: 4px !important;
	background-color: #fcc200 !important;
}

/* USUARIOS END */

/* FOLHA DE PAGAMENTO START */
.badge-vermelho {
	color: #000000d1 !important;
	background-color: #ff0000 !important;
}

.swal2-popup {
	position: relative;
	box-sizing: border-box;
	width: auto;
	max-width: 90%;
	padding: 0 1.5em 1.25em;
	border: none;
	border-radius: 5px;
	background: #fff;
	font-family: inherit;
	font-size: 1rem;
	overflow-wrap: break-word;
}

.action-button {
	gap: .5rem;
	width: 6rem;
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #fcc200;
	font-size: 13px;

	&:hover {
		cursor: pointer;
	}

	.icon {
		width: 1.8rem;
		height: 1.8rem;
	}
}

.custom-close-button {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 30px;
	color: #595959;
	cursor: pointer;
	outline: none;
}

.custom-close-button:focus {
	outline: none;
	box-shadow: none;
}

.lista-folhapagamento_col_6 {
	width: 4%;
}

.lista-folhapagamento_col_7 {
	width: 8%;
}

.btn-ver-folha {
	font-size: 11px;
}

/* .custom-swal-width {
	width: 90%;
	max-width: 800px;
	min-height: 500px;
} */
/* FOLHA DE PAGAMENTO END */