.prm-table {
    width: 100%;
}

.prm-table th {
    padding-bottom: 1rem;
}

.prm-table td {
    padding: 0.25rem 0rem;
}

.prm-table th span {
    background-color: rgb(7, 62, 114);
    color: white;
    padding: 0.5rem 1rem;
}

.prm-timeline {
    margin-top: 8rem;
    margin-bottom: 8rem;
    width: 100%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.prm-timeline::after {
    z-index: 10;
    width:100%;
    max-width: 1000px;
    position: absolute;
    margin-top: 1.8rem;
    border-top: 0.5rem solid rgb(7, 62, 114);
    content: ' ';
}

.prm-timeline-item {
    display: flex;
    flex-direction: column;
}

.prm-timeline-icon {
    z-index: 20;
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    border: 0.5rem solid rgb(7, 62, 114);
    background-color: white;
    padding: 0.7rem;
    margin-left: auto;
    margin-right: auto;
}

.prm-timeline-icon-red {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    background-color: red;
}

.prm-timeline-icon-green {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    background-color: green;
}

.prm-timeline-text {
    width: 50%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.prm-timeline-date {
    border: 0.3rem solid rgb(7, 62, 114);
    width: 50%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.prm-pdf-button {
    display: inline-block;
    background-color: rgb(7, 62, 114);
    color: white;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
}
