body {
    font-family: Montserrat;
    font-weight: 470;
}

.autosize {
    font-size: 18px;
}
.autowide {
    flex: 1; /* Chia đều chiều cao */
    display: flex;
}
.autofont {
    font-family: Montserrat;
}
.boldfont {
    font-weight: 600;
}
.single-testimonial {
      display: flex;
      flex-direction: column;
       /* Chiều cao toàn màn hình */
}
.autoimg {
    flex: 1; /* Chia đều chiều cao */
    max-width: 150px;
    max-height: 150px;
    border-radius: 100%;
}
.result-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Căn lề trái cho các kết quả */
    justify-content: center;
    margin: 0 auto;
}

.result {
    color: #333; /* Màu chữ tối */
    font-size: 18px; /* Kích thước chữ */
    font-weight: 500;
    border-radius: 8px; /* Bo góc cho các ô */
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
}

/* Style for container-diagnoses */
.container-diagnoses {
    background: linear-gradient(to bottom right, #f8f9fa, #e9ecef);
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 0 auto;
    max-width: 1300px;
}

/* Header style */
.container-diagnoses h2 {
    font-size: 2rem;
    color: #343a40;
    font-weight: 700;
    text-transform: capitalize;
}

/* Input fields */
.container-diagnoses .form-control {
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease-in-out;
}

.container-diagnoses .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

/* Labels */
.container-diagnoses .form-label {
    font-weight: 600;
    color: #495057;
}

/* Gender options */
.container-diagnoses .form-check-input {
    margin-right: 10px;
    accent-color: #007bff;
}

.container-diagnoses .form-check-label {
    color: #495057;
    font-size: 1rem;
}

/* Buttons */
.container-diagnoses .btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.container-diagnoses .btn:hover {
    background-color: #0056b3;
}

/* Add spacing between rows */
.container-diagnoses .row {
    margin-bottom: 15px;
}

/* Italic text */
.container-diagnoses .text-font-italic {
    font-style: italic;
    color: #6c757d;
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container-diagnoses {
        padding: 20px;
    }

    .container-diagnoses h2 {
        font-size: 1.75rem;
    }

    .container-diagnoses .btn {
        font-size: 0.9rem;
    }
}


.title h1 {
    font-size: 40px;
    font-weight: bold;
}
@media (min-width: 200px) and (max-width: 420px) {
    .autosize {
        font-size: 14px;
        font-weight: 500;
    }

    .logo {
        font-size: 18px;
    }
}