#weightInformationModal {
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    max-width: 685px;
    max-height: 88%;
    background-color: #fff;
    opacity: 1;

    .modal-dialog {
        padding: 0;
        margin: 0;
        max-width: unset;
        border: none;
    }

    .modal-content {
        padding: 2.8rem;
        background-color: #fff;
    }

    .modal-footer {
        padding: 1.5rem;
    }

    .weight-information-header h1{
        color: initial;
        margin: 0;
        padding: 0;
    }

    .weight-information-intro-title {
        font-style: normal;
        font-weight: 700;
        text-decoration: underline;
    }

    .weight-information-chapter {
        font-style: normal;
        font-weight: 700;
    }
}

#closeWeightInformationModal {
    background-color: #004972;
}
