:root {
	--ebara-menu-background: rgba(0, 79, 159, 1);
	--ebara-menu-brand-background: rgba(0, 79, 159, 1);
	--ebara-menu-collapsed: white;
	--ebara-menu-icon: white;
	--ebara-menu-expanded: white;
	--ebara-menu-title: white;
	--ebara-menu-title-active: black !important;
	--ebara-menu-hover: black;
	--ebara-btn-primary: rgba(0, 79, 159, 1) !important;
	--ebara-btn-primary-focus: rgba(0, 79, 159, 0.8) !important;
	--ebara-text-primary: rgba(0, 79, 159, 1) !important;
	--ebara-table-hover: rgba(0, 79, 159, 0.9) !important;
	--ebara-table-selected: rgba(0, 79, 159, 0.8) !important;
	--ebara-overlay-text: black !important;
	--sticky-left-position: 19.2em;
	--sticky-left-position-vertical-collpsed: 5.4em;
}

html {
	zoom: 0.875;
}

/*------------------------------------ALERTAS------------------------------ */

#alertaTopo,
#alertaTopoAjax {
	position: fixed;
	top: 0.5rem;
	left: 0.5rem;
	width: 99%;
	z-index: 2000;
}

/*------------------------------------CARD SILVA------------------------------ */

.cardSilva {
	cursor: pointer;
	transition: 0.3s;
}

.cardSilva:hover {
	filter: brightness(0.9);
}

/* Adicionando estilos para a seta e o contêiner de progresso */
.progress-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.progress-container span {
	position: relative;
	/* ajuste o posicionamento horizontal conforme necessário */
	left: 2%;
	transform: translateX(-50%);
}

.progress-bar.bg-danger {
	background: red;
	width: 27%;
}

.progress-bar.bg-warning {
	background: yellow;
	width: 13%;
}

.progress-bar.bg-success {
	background: green;
	width: 60%;
}

.progress {
	position: relative;
	overflow: visible;
}

.arrow {
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid black;
	/* cor da seta */
	top: -15px;
	/* ajuste a posição vertical da seta conforme necessário */
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

/*------------------------------------DATATABLES------------------------------ */

.datatableTheadEbara {
	background-color: var(--ebara-table-hover) !important;
	color: white;
}

table.dataTable tbody tr.even {
	background-color: #eee;
}

table.dataTable tbody tr.totalizer {
	font-weight: bold;
}

table.dataTable tbody tr th {
	vertical-align: middle;
}

table.dataTable tbody tr td {
	vertical-align: middle;
}

table.dataTable thead tr th {
	border-color: rgb(32, 24, 19, 0.3);
	border-bottom-color: rgb(32, 24, 19, 0.3);
}

table.dataTable tbody tr td {
	border-color: rgb(32, 24, 19, 0.15) !important;
	border-bottom-color: rgb(32, 24, 19, 0.15) !important;
}

table.dataTable tbody tr:hover td {
	background-color: var(--ebara-table-hover) !important;
	color: white;
}

.datatable-row-selected {
	background-color: var(--ebara-table-selected) !important;
	color: white;
}

.page-item.active .page-link {
	background-color: var(--ebara-btn-primary) !important;
	color: white;
}

.paginate_button .page-item.active a {
	color: white;
}

.page-item.active .page-link {
	background-color: var(--ebara-btn-primary) !important;
	color: white;
}

.page-item:not(.active) .page-link:hover {
	color: var(--ebara-text-primary) !important;
}

@media (max-width:768px) {
    div.dt-button-collection>div.dropdown-menu {
        margin-top: 10px;
        display: flex !important;
        flex-direction: row !important;
        background-color: #74788d;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
}

@media (min-width:769px) {
    div.dt-button-collection>div.dropdown-menu {
        margin-top: 10px;
        display: flex !important;
        flex-direction: row !important;
        background-color: #74788d;
        flex-wrap: wrap;
        width: 100em;
        box-sizing: border-box;
    }
}

div.dt-button-collection .dt-button {
    flex: 200px;
    min-width: 200px;
    max-width: 200px;
    flex-grow: 2;
    margin: 5px;
    box-sizing: border-box;
    border-radius: 4px !important;
    align-items: center;
    color:black;
}

.buttons-columnVisibility {
    background-color: #D3D3D3 !important
}

.buttons-columnVisibility::before {
    content: '✅';
    margin-right: 10px;
    visibility: hidden;
}

.buttons-columnVisibility.show::before {
    visibility: visible;
}

.buttons-columnVisibility:hover {
    background-color: var(--ebara-table-hover) !important;
    color: white !important;
}

/*------------------------------------OVERLAY------------------------------ */

.bg-overlay {
	background-color: rgb(0, 79, 159, 0.3) !important;
}

.bg-overlay-text {
	color: var(--ebara-overlay-text);
	opacity: 0.9 !important;
}


/*------------------------------------BORDER------------------------------ */

.border-primary {
	border-color: rgb(0, 79, 159, 0.8) !important;
}


/*------------------------------------BACKGROUND------------------------------ */

.ebara-primary {
	background-color: var(--ebara-menu-background) !important;
	color: white;	
}


.ebara-background-img {
	background-image: url(../../images/background.png) !important;
	background-size: cover;
	background-position: top
}

.auth-full-bg .bg-overlay {
	background: url(../../images/background.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.btnGoogleAuth {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #4285f4;
	width: 100%;
	padding: 2px;
	transition: 0.3s;
	padding-right: 20px;

	max-width: 208px;
	border: 0;
}

.btnGoogleAuth>img {
	background: #fff;
	height: 35px;
	padding: 7px;
}

.btnGoogleAuth>span {
	color: #fff;
	font-weight: bold;
}

.btnGoogleAuth:hover {
	filter: brightness(0.8);
}

#infoContasMeuCron>div {
	cursor: pointer;
	transition: 0.3s;
}

#infoContasMeuCron>div:hover {
	filter: brightness(0.9);
}

#getUltimosPedidosGraficos,
#getVendaPorTipoPedido,
#backgroundColorGrafico,
#getFollowUp {
	background: var(--bs-body-bg);
}

#getUltimosPedidosGraficos .progress,
#backgroundColorGrafico .progress {
	background: var(--bs-gray-400);
}

#overlay {
	position: fixed !important;
}

@media (max-width:1199px) {
	.auth-full-bg .bg-overlay .logo {
		margin-top: 1rem;
		max-height: 5rem;
		vertical-align: middle
	}

	#infoContasMeuCron {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width:1200px) {
	.auth-full-bg .bg-overlay .logo {
		margin-top: 13rem;
		max-height: 13rem;
		vertical-align: middle
	}
}

@media (min-width:1800px) {
	.auth-full-bg .bg-overlay .logo {
		margin-top: 15rem;
		max-height: 16rem;
		vertical-align: middle
	}
}

@media(max-width:768px) {
	#relatoriosMeuCron>div {
		flex-direction: column;
	}

	#evolucoesMeuCron {
		flex-direction: column;
	}

	#infoContasMeuCron {
		display: flex !important;
		flex-direction: column !important;
	}
}

/*------------------------------------BUTTON------------------------------ */

.btn-primary {
	color: #fff;
	background-color: var(--ebara-btn-primary) !important;
	border-color: var(--ebara-btn-primary) !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--ebara-btn-primary-focus) !important;
	border-color: var(--ebara-btn-primary-focus) !important;
}

.intputSearchCod {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.inputSearchNome {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.btnSearchLimpar {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.btnInputSearchPesquisar {
	margin-left: -1px;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

/*------------------------------------TABS------------------------------ */

.checkout-tabs .nav-pills .nav-link.active {
	background-color: var(--ebara-btn-primary-focus) !important;
}

.checkout-tabs .nav-pills .nav-link:hover {
	color: var(--ebara-text-primary) !important;
}


.invalid-feedback {
	order: 2;
}

#showPassword {
	order: 1;
	border: 1px solid #ced4da;
}

.swal2-toast-shown .swal2-container {
	z-index: 1100;
	width: 100% !important;
	max-width: 400px !important;
}

.swal2-icon.swal2-error {
	border-color: #e74c3c !important;
	color: #e74c3c !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
	border-color: #07bc0c !important;
	color: #07bc0c !important;
}

.swal2-icon.swal2-warning {
	border-color: #f1b44c !important;
	color: #f1b44c !important;
}

.swal2-icon.swal2-info {
	border-color: #50a5f1 !important;
	color: #50a5f1 !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: #e74c3c !important;
}

.swal2-popup.swal2-toast.swal2-icon-error.swal2-show .swal2-timer-progress-bar {
	background-color: #e74c3c !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: #07bc0c !important;
}

.swal2-popup.swal2-toast.swal2-icon-success.swal2-show .swal2-timer-progress-bar {
	background-color: #07bc0c !important;
}

.swal2-icon.swal2-warning [class^=swal2-warning-line] {
	background-color: #f1b44c !important;
}

.swal2-popup.swal2-toast.swal2-icon-warning.swal2-show .swal2-timer-progress-bar {
	background-color: #f1b44c !important;
}

.swal2-icon.swal2-info [class^=swal2-info-line] {
	background-color: #50a5f1 !important;
}

.swal2-popup.swal2-toast.swal2-icon-info.swal2-show .swal2-timer-progress-bar {
	background-color: #50a5f1 !important;
}

.btn-success-secondary:focus+.btn-success-secondary,
.btn-success-secondary:focus,
.btn-success-secondary:hover {
	color: #fff !important;
	background-color: #2ca67a !important;
	border-color: #2a9c72 !important;
}

.btn-success-secondary {
	color: #fff !important;
	background-color: #34c38f !important;
	border-color: #34c38f !important;
}

div.is-invalid {
	border: 1px solid #f46a6a;
	border-radius: .25rem;
}

button.is-invalid {
	border-color: #f46a6a !important;
}

span.select2.select2-container.select2-container--default {
	width: 100% !important;
}

span.select2-selection__arrow {
	height: 34px !important;
}

.select2-container .select2-selection--single {
	display: flex !important;
	align-items: center !important;
	height: 36.53px !important;
}

.select2-dropdown {
	position: initial !important;
}

.modal-fullscreen {
	width: 114.5vw;
}

.modal-xxl {
	width: 90vw;
	min-width: 90vw;
}

.modalebas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 120vw;
	height: 120vh;
	background-color: #000;
}

.modalebas-backdrop.show {
	opacity: .5;
}

.text-decoration-line-through-danger {
	text-decoration: line-through;
    text-decoration-color: var(--bs-danger);
}

@media (max-width:768px) {
	.acoes-orcamento-card {
		position: absolute;
	}
}

@media (min-width: 768px) {
	.acoes-orcamento-card {
		position: absolute;
		right: 5em;
		bottom: 1.5em;
		height: 7.3em;
	}
}

@media (max-width:768px) {
	.sticky-ebara-top {
		position: fixed;
		left: 0;
		right: 0;
		top: 70px;
		z-index: 1040;
		pointer-events: none;
	}
}

@media (min-width:769px) {
	.sticky-ebara-top {
		position: fixed;
		top: 70px;
		left: var(--sticky-left-position);
		right: 0;
		z-index: 1040;
		pointer-events: none; 
	}
}

@media (max-width:768px) {
	.sticky-ebara-bottom {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1025;
	}
}

@media (min-width:768px) {
	.sticky-ebara-bottom {
		position: fixed;
		bottom: 0;
		left: var(--sticky-left-position);
		right: 0;
		z-index: 1025;
	}
}

.menu-button {
    position: fixed;
    bottom: 70px;
    right: 30px;
    background-color: #004f9f;
    color: #fff;
    border: none;
    padding: 13px 15px;
    cursor: pointer;
    z-index: 1000;
    border-radius: 50%;
    box-shadow: 0px 6px 10px #aaa;
}

button .menu-button:hover {
    filter: brightness(0.8);
    transition: 0.3s
}

.floating-menu {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1060;
    box-shadow: 0px 2px 20px #aaaaaac9;
}

.floating-menu ul {
    list-style-type: none;
    padding: 0;
    padding-top: 10px;
}

.floating-menu li {
	position: relative;
    padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #aaa;
}

.floating-menu li:first-child {
	padding: 2px 5px 5px;
}

.floating-menu li:last-child {
	padding: 5px 5px 2px;
	border: none;
}

.floating-menu a {
    text-decoration: none;
    color: #333;
}

.floating-menu a:hover {
	color: var(--ebara-menu-background)
}

div .floating-menu i {
    font-size: 18px;
    margin-right: 8px;
}

.item-menu-flutuante.grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
}

/* Botão topo */
.topButton {
    display: none;
    position: fixed;
    bottom: 130px;
    right: 30px;
    background-color: #aaa;
    color: #fff;
    border: none;
    padding: 13px 18px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1030;
    box-shadow: 0px 5px 15px #aaaaaac4;
}

/*
.tabelaPaginateButton {
	display: flex;
	margin-top: 10px;
	justify-content: flex-end;

	>.previousPage>button {
		border-left: 1px solid #ced4da;

		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	>.nextPage>button {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	>.buttons {
		display: flex;
	}

	button {
		min-width: 40px;

		padding: 10px;
		border-top: 1px solid #ced4da;
		border-bottom: 1px solid #ced4da;
		border-right: 1px solid #ced4da;
		border-radius: 0px;

		transition: 0.3s;

		background: transparent;

		&:hover {
			background: var(--ebara-table-hover);
			color: #fff;

			border: none;
		}
	}
}

#filterDivRows {
	max-width: 100%;

	>#filterRows {
		max-width: 140px;
	}
}

#tabelaProdutos_wrapper>div:last-child {
	display: none;
}

#filtersProduto>div {
	row-gap: 10px;
}*/