﻿.progress-tab-heading:hover {
    cursor: pointer;
}

.changeRequestHeaderContent {
    height: 19px;
    border-radius: undefinedpx;
    position: absolute;
    height: 19px;
    top: 523px;
    /* Body / P0 - Black - Bold */

    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */

    display: flex;
    align-items: center;
    /* Gris/500 - base */

    color: #4F4F4F;
}


.changeRequestContentPara {
    position: absolute;
    height: 19px;
    /* Body/P1 - Black - Medium */

    font-family: Bryant Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */

    display: flex;
    align-items: center;
    /* Gris/500 - base */

    color: #4F4F4F;
}


.changeRequestheader {
    position: absolute;
    width: 1024px;
    height: 49px;
    left: 355px;
    top: 508px;
    /* Gris/100 */

    background: #F0F0F0;
}