.stepLabel {
    color: black;
    font-size: 1.5rem;
    margin: 5px;
    margin-top: 15px !important;
    text-align: center;
}

.stepElement {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f6f6;
    border: 1px solid #dde4e5 !important; 
    border-radius: 8px !important;
    font-size: 1.5rem !important;
    padding: 10px !important;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    width: 100%;
    z-index: 3 !important;
    position: relative;
}

.material-icons {
    margin-right: 10px;
}

.stepPopUnderer{
    background-color: #0166ff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0;
    text-align: center;
    color: #f0f6f6;
    border-radius: 8px !important;
    width: 100%;
    font-size: 0.75rem;
    transform: translateY(-10px);
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
}
.popIcon{
    color: #f0f6f6;
}
.popIcon:hover{
    color: inherit;
    text-decoration: none;
}
.stepPopUndererText{
    color: #f0f6f6;
    font-size: 1.25rem;
    margin: 10px;
    text-align: left !important; 
}
.underToolTip{
    transform: translate(-5px, -25px) !important;
}

.stepText {
    flex-grow: 1;
    text-align: center;
    word-break: break-word;
    white-space: normal;
}

.stepDone{
    background-color: #84f184;
    border: 2px solid #6dd46c !important;
}

.toolTip{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    text-align: center;
    color: #f0f6f6;
    background-color: #0166ff;
    border-radius: 8px !important;
    width: 100%;
    font-size: 0.75rem;
    transform: translateY(-10px);
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    cursor: auto !important;
    z-index: 2 !important;
    position: relative;
}
.toolTip:hover{
    text-decoration: none !important;
    color: #f0f6f6 !important;
}