﻿.ml_main {
    padding: 30px;
    background-color: #f9f9f9;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.ml_container {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

h3, h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #0d6efd;
}

h3 {
    text-align: center;
}

label.form-label {
    font-weight: 500;
}

input.form-control,
select.form-control,
textarea.form-control {
    border-radius: 6px;
    border: 1px solid #ced4da;
    padding: 10px;
    font-size: 0.95rem;
}

textarea.form-control {
    resize: vertical;
}

.text-danger {
    font-size: 0.85rem;
}

.summary-card {
    background-color: #e9f2ff;
    border: 2px solid #0d6efd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.1);
}

    .summary-card h5 {
        color: #0d6efd;
    }

#labor_cost_display {
    font-size: 1.5rem;
    margin: 0;
}



.price_box {
    background-color: #007bff;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff; /* Default text color */
    text-align: center;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    /* Force white text even if Bootstrap classes are applied */
    .price_box .text-secondary,
    .price_box .text-primary {
        color: #ffffff !important;
    }

    .price_box p {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }



button[type="submit"] {
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 6px;
}
