.mo-ms-tab-content-button{
    box-sizing: border-box;
    height: 24px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    background-color: #1B9BA1;
    border-color: #1B9BA1;
    color: white;
    fill: white;
    padding: 0 20px 0 20px;
}

#mo_sps_upload_progress_bar {
    width: 0%;
    height: 1rem;
    background-color: #04AA6D;
    line-height: 1rem;
}

#mo_sps_upload_progress_percent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0rem;
    font-size: 0.8rem;
}

#mo_sps_upload_file {
    position: relative;
    margin: 5px;
}

#mo_sps_progress_div {
    width: 15%;
    background-color: white;
    text-align: center;
    height: 1rem;
    padding: 1rem;
    color: black;
}