/* CSS Geral - Ideal Engenharia */

* {
    font-family: 'Poppins', sans-serif;
}

.container-fluid {
	padding: 0;
}

ul {
    padding: 0;
    list-style-type: none;
}

.chamado-tecnico h1 {
	color: #053B2C;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 22px;
}

.chamado-tecnico {
	padding: 15px;
}

.form-chamado input {
	background: #F3F3F3E0 0% 0% no-repeat padding-box;
    border-radius: 10px;
    background-color: #F3F3F3E0;
    width: 100%;
    border: unset;
    height: 50px;
    margin-top: 5px;
    padding-left: 10px;
    font-size: 14px;
}

.form-chamado textarea {
	background: #F3F3F3E0 0% 0% no-repeat padding-box;
    border-radius: 10px;
    background-color: #F3F3F3E0;
    width: 100%;
    border: unset;
    height: 180px;
    margin-top: 5px;
    padding-left: 10px;
    font-size: 14px;
	padding-top: 10px;
}

.form-chamado input.wpcf7-submit {
	background-color: #053B2C;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}

.envio-arquivo input[type="file"] {
  display: none;
}

.envio-arquivo label {
    background-color: #f4f4f4;
    border: 2px dashed #053b2c;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    color: #053b2c;
    font-size: 15px;
}

.envio-arquivo label:hover {
  background-color: #e0e0e0;
}

.envio-arquivo label:active {
  background-color: #d0d0d0;
}

.envio-arquivo input[type="file"]:focus + label::before {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.envio-arquivo input[type="file"]:valid + label::after {
  content: attr(data-file-name);
}

.wpcf7-not-valid-tip {
    font-size: 14px !important; 
}

.agradecimento-form {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 100vh;
}

.agradecimento-form h1 {
	color: #053B2C;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
}

.agradecimento-form p {
	font-size: 14px;
    color: #737373;
}

.codedropz-upload-handler {
	display: none;
}

.dnd-upload-status .dnd-upload-details .name span {
    font-size: 14px;
    color: #053b2c;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: #0b5b45 !important; 
}

.assinatura-front {
  	text-align: center;
    margin-bottom: 20px;
}

.assinatura-front p {
	font-size: 14px;
	margin-bottom: 0;
}

.form-chamado .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #053b2c;
    opacity: 0.75;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#numero-chamado {
	display: none !important;
}