.list-email {
	font-style: italic;
}

.list-address {
	margin-top: -14px;
    margin-bottom: 0px;
    font-size: 12px;
}

/* Estilo coquette para formulario AJAX */
body {
    background: #fff0f5;
    font-family: 'Segoe UI', sans-serif;
    color: #4c2b36;
}

h1, h3 {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: #b76e79;
    text-align: center;
}

.container {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 15px rgba(183, 110, 121, 0.2);
    margin-top: 50px;
}

.form-control {
    border-radius: 12px;
    border: 1px solid #f3c5ce;
    background-color: #fff7f9;
}

.form-control:focus {
    border-color: #d88da3;
    box-shadow: 0 0 8px rgba(216, 141, 163, 0.5);
}

.btn-primary {
    background-color: #d88da3;
    border-color: #d88da3;
    border-radius: 20px;
    font-weight: bold;
    padding: 10px 25px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #b76e79;
    border-color: #b76e79;
}

#employees-list {
    background-color: #fffafc;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #f3c5ce;
    box-shadow: 0 0 10px rgba(216, 141, 163, 0.1);
}

label {
    font-weight: 500;
    color: #5c3c4a;
}

textarea.form-control {
    resize: none;
}

/* Animacion del bloque hiih  */
.block {
    position: relative;
    background-color: #f9cce7;
    width: 40px;
    height: 40px;
    float: left;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(255, 174, 201, 0.4);
    transition: all 0.3s ease-in-out;
}

