table {
	border-collapse: separate;
	border-spacing: 0 1em;
}
th {
	color: #729343;
}

tr:not(:first-of-type) td {
	border: 1px solid;
	border-right: 0px solid;
	border-left: 0px solid;
	background-color: #fff;
}

tr:not(:first-of-type) td:first-of-type {
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	border-left: 1px solid;
}
tr:not(:first-of-type) td:last-of-type {
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	border-right: 1px solid;
	display: flex;
	padding: 50px 10px;
}

.disponivel {
	color: green;
	margin-bottom: 0;
}

.indisponivel {
	color: red;
	margin-bottom: 0;
}

[tip] .tooltip {
	position: fixed;
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
	background: white;
	border: 1px solid #ccc;
	visibility: hidden;
	box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 0.3s, visiblity 0s;
}
[tip]:hover .tooltip {
	visibility: visible;
	opacity: 1;
}

.editar {
	margin-bottom: 10px;
	padding: 10px 10px;
	background-color: #729343;
	border-radius: 7px;
	margin-right: 10px;
	color: #fff;
	transition: all 0.5s;
	border: 1px solid #729343;
	width: 15px;
}

.editar:hover {
	background-color: #fff;
	color: #729343;
}

.imagem {
	width: 50px;
	height: 50px;
	cursor: not-allowed;
}
#alterar-valor_total_mensagem {
	text-align: center;
	margin-bottom: 20px;
	text-decoration: underline;
	font-size: large;
	color: var(--e-global-color-primary);
}
form label,
form span,
form input {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	width: 100%;
}
form select {
	width: 100%;
}
form textarea {
	width: 100%;
	height: 50px;
	border-radius: 7px;
	resize: none;
	overflow-y: hidden;
	border: solid 1px #7d7c7c;
}
form textarea#observacao {
	height: 100px;
}
form label {
	color: var(--e-global-color-primary);
}
#formFoto {
	display:block;
	margin-bottom: 20px;
}
#formFoto label {
	width: 250px;
	text-align: center;
}
form input:read-write,
.search-term,
form select {
	width: 100%;
	border: solid 1px #7d7c7c;
	background-color: #fff;
	border-radius: 7px;
	resize: none;
}
i.fa.fa-search.search-overlay__icon {
	font-size: 20px;
}
.search-term {
	width: 90%;
	height: 40px;
}
/* input#saida {
    width: 150px;
    height: 40px;
} */
#results-containers {
	max-width: 1080px;
	margin: 0 auto;
}
#form-multas .container,
#results-multas .container {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#results-multas {
	margin-top: 50px;
}
form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
form p {
	flex-basis: 30%;
}
form p:has(label#fullWidth) {
	flex-basis: 95%;
}
#veiculo form {
	display: block;
	flex-basis: 100%;
}
input[type="file"]::-webkit-file-upload-button {
	visibility: hidden;
	width: 0;
}
input[type="file"] {
	color: #00000000;
	width: 118px;
}
input[type="file"]::before {
	content: "Escolher Arquivo";
	display: inline-block;
	background: linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #fff;
	font-weight: 400;
	font-size: 10pt;
	color: #3d3d3d;
}
input[type="file"]:hover::before {
	border-color: #ccc;
}
input[type="file"]:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.nv-page-title-wrap.nv-big-title {
	display: none;
}

#cadastro-veiculo {
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 110;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(144, 144, 144, 0.96);
	visibility: hidden;
	opacity: 0;
	transform: scale(1.09);
	transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
	box-sizing: border-box;
	padding-top: 50px;
}

#cadastro-veiculo.visible {
	display: block !important;
}

#conteiner-veiculo {
	background-color: #fff;
	padding: 20px;
	border-radius: 7px;
}

a#conteiner-veiculo {
	background-color: #729343;
}

button:hover {
	background-color: #729343;
}

#formFoto img.filled {
	height: 150px;
}

#valor_total_mensagem,
#valor_devolucao_mensagem {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 10px auto;
}

#wpcf7-f1119-o1 form,
#wpcf7-f9147-o1 form {
	border: 1px solid #000;
	border-radius: 7px;
	width: 1080px;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding-top: 30px;
}

#wpcf7-f1119-o1 input[type="submit"],
#wpcf7-f9147-o1 input[type="submit"] {
	background-color: #729343;
	color: #fff;
	width: 200px;
	transform: translateX(20%);
}

.content {
	width: 1080px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
}

#wpcf7-f1119-o1 input[type="file"],
#wpcf7-f9147-o1 input[type="file"] {
	margin-top: 20px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	background-color: #424242;
	border-radius: 20px;
	transition: all 0.3s;
}
.switch::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: white;
	top: 1px;
	left: 1px;
	transition: all 0.3s;
}

.checkbox-slide:checked + .switch::after, #em_andamento:checked + .switch::after, #bloqueado:checked + .switch::after, #agendamento:checked + .switch::after, #asaas:checked + .switch::after, #pospago:checked + .switch::after {
	left: 20px;
}
.checkbox-slide:checked + .switch, #em_andamento:checked + .switch, #bloqueado:checked + .switch, #agendamento:checked + .switch, #asaas:checked + .switch, #pospago:checked + .switch {
	background-color: #729343;
}
.checkbox-slide, #em_andamento, #bloqueado, #agendamento, #asaas, #pospago {
	display: none;
}

.contact-group {
    display: flex;
    align-items: flex-end;
}

/* Container que agrupa a localização e os itens */
.locacao-wrapper {
    font-size: 0.85em;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}

.locacao-wrapper:last-child {
    border-bottom: none;
}

/* Endereço com destaque */
.locacao-endereco {
    display: block;
    font-weight: bold;
    color: #555;
    margin-bottom: 4px;
}

.locacao-endereco i {
    color: #729343; /* Cor verde do seu tema */
    margin-right: 4px;
}

/* Área das tags dos containers */
.container-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

/* A "Tag" visual do container */
.container-tag {
    background-color: #eef2f5;
    border: 1px solid #d1d9e0;
    color: #444;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8em;
    white-space: nowrap;
}

@media only screen and (max-width: 600px) {
	#formFoto label {
		margin: 20px 0;
	}
}
