.cadastro-visita .meio {display: none;}
.cadastro-visita .container {margin: 30px 0px;}


             .form-group {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 15px;
            align-items: flex-end;
        }

             .form-group-enviar {
            display: flex;
            flex-wrap: wrap;
            margin: 30px 0px;
            align-items: flex-end;
justify-content: flex-end; /* Alinha o conteúdo à direita */
        }



        .form-group label {
            width: 100%;
            font-weight: bold;
            font-size:  14px;
            margin-bottom: 5px;
        }
        .form-group input, .form-group select {
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 4px;
            height: 35px;
            padding: 0px 5px;
        }
        .form-group.third {
         
    width: 30%;
    margin: 5px;
        }
        .form-group.half {
         
         width: -webkit-fill-available;
         margin: 5px;
             }
        .form-group.third {
         
         width: 30%;
         margin: 5px;
             }
        .form-group.half:last-child {
            margin-right: 0;
        }
        .form-group.third:last-child {
            margin-right: 0;
        }
        .phone-input {
            display: flex;
            align-items: center;
        }
        .phone-input select {
            width: 20%;
            margin-right: 5px;
        }
        .phone-input input {
            width: auto;
        }
        .popup {
            display: none;
            position: fixed;
            top: 40%; left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
            border-radius: 5px;
            width: 728px;
            max-height: 453px;

        }

        .popup h3 {
            margin-bottom: 20px;
            margin-top: 0px;
        }
        .form-row {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }
        .form-row input, .form-row select {
            flex: 1;
            padding: 0px 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .form-actions {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin: 30px 0px;
        }
        .form-actions button {
            padding: 8px 16px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
        }
        .form-actions button:first-child {
            background-color: #fff;
            border: 1px solid #b71c1c;
            color: #b71c1c;
        }
        .form-actions button:last-child {
            background-color: #b71c1c;
            color: #fff;
        }
        .overlay {
            display: none;
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.5);
        }
        .table-container {
    border: 1px solid #EAECF0; 
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd; /* Linha separadora */
}

th {
    font-weight: 500;
    background-color: #FCFCFD; /* Fundo do cabeçalho */
    cursor: pointer;
    font-size: 12px;
    color: #667085;
}


tr:hover {
    background-color: #f5f5f5; /* Efeito hover na linha */
}

td:first-child {
    font-weight: bold; /* Nome em negrito */
}

.btn-delete {
    background-color: #a32020;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-delete:hover {
    background-color: #871717;
}

.btn-delete svg {
    width: 16px;
    height: 16px;
    fill: white;
}
        .cadastro-container {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #EAECF0;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
}


h2.titulo-cadastro-visita {margin-bottom: 30px;}
.cadastro-container h2{margin: 0px; font-size: 18px;}
.btn-add {
            background-color: #a32020;
            color: white;
            border: none;
            padding: 10px 15px;
            font-size: 14px;
            cursor: pointer;
            border-radius: 5px;
            display: flex;
            align-items: center;
            gap: 5px; /* Espaço entre o ícone e o texto */
        }



        .btn-add:hover {
            background-color: #871717;
        }

          .btn-add svg {
            width: 18px; /* Aumentando o tamanho do ícone */
            height: 18px;
            fill: white; /* Cor do ícone */
        }
.btn-solicitar {
            background-color: #a32020;
            color: white;
            border: none;
            padding: 10px 15px;
            font-size: 14px;
            cursor: pointer;
            border-radius: 5px;
            display: flex;
            align-items: center;
            gap: 5px; /* Espaço entre o ícone e o texto */
        }
  .btn-solicitar:hover {
            background-color: #871717;
        }


       
            .pop-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}