body {
    min-height: 100vh;
    background: linear-gradient(
        135deg,
        #f4f7fb,
        #dfe8f3
    );
}


.packshot {
    max-width: 100%;
    height: 160px;
    object-fit: contain;
}

.production-logo {
    font-size: 14px;
    letter-spacing: 3px;
    color: #4f6f8f;
}

.information-value {
    font-size: 2rem;
    font-weight: 700;
}

.input-production {
    border-radius: 50rem;
    text-align: center;
}

.btn-production {
    min-height: 65px;
    border-radius: 50rem;
    font-size: 1.1rem;
    font-weight: 700;
}

.carton-final-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;

    padding: 1rem;
    margin-bottom: 1.5rem;

    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 1rem;
}

.carton-final-container .form-check-input {
    margin-left: 0;
}

@media screen and (max-width: 576px) {
    .production-container {
        border-radius: 15px;
    }

    .packshot {
        height: 120px;
    }

    .information-value {
        font-size: 1.7rem;
    }

    .btn-production {
        min-height: 58px;
        font-size: 1rem;
    }
}

body {
    min-height: 100vh;
    background: linear-gradient(
        135deg,
        #f4f7fb,
        #dfe8f3
    );
}

.home-container {
    max-width: 700px;
    border-radius: 20px;
}

.production-logo {
    font-size: 14px;
    letter-spacing: 3px;
    color: #4f6f8f;
}

.btn-site {
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 18px 30px;
    border-radius: 18px;

    font-size: 1.1rem;
    font-weight: 700;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}
.div-historique{
    overflow: scroll;
    height: 64em;
}
.btn-site:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.site-name {
    font-size: 1.25rem;
}

.btn-manual {
    min-height: 70px;
}

.btn-manual:hover {
    box-shadow: 0 10px 20px rgba(108, 117, 125, 0.2);
}
.logofl{
    height: 2em;
}
@media screen and (max-width: 576px) {
    .home-container {
        border-radius: 15px;
    }

    .btn-site {
        min-height: 80px;
        font-size: 1rem;
    }

    .site-name {
        font-size: 1.1rem;
    }
}
.btn-of {
    min-height: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 1rem 1.5rem;
    border-radius: 1rem;

    font-weight: 700;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.btn-of:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.22);
}

.btn-of-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.85;
}

.btn-of-number {
    display: block;
    margin-top: 0.25rem;

    font-size: 1.25rem;
    font-weight: 700;

    overflow-wrap: anywhere;
}

.modal-production {
    border: 0;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.modal-production .modal-header {
    padding: 1.25rem 1.5rem;
}

.modal-production .modal-body {
    padding: 1.5rem;
}

.modal-production .modal-footer {
    padding: 1rem 1.5rem 1.5rem;
    border-top: 0;
}

.modal-production .modal-footer .btn {
    min-width: 120px;
    min-height: 48px;
    border-radius: 50rem;
    font-weight: 600;
}

@media screen and (max-width: 576px) {
    .btn-of {
        min-height: 82px;
    }

    .btn-of-number {
        font-size: 1.1rem;
    }

    .modal-production .modal-footer {
        display: grid;
        grid-template-columns: 1fr;
    }

    .modal-production .modal-footer .btn {
        width: 100%;
        margin: 0;
    }
}

