.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;
}

.mo_sps_progress_div {
    position: relative;
    margin: 0 1em;
}

.mo_doc_lib_upload_files_list_name{
    width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 15px;
    font-family: sans-serif;
}

.mo_doc_lib_upload_files_progress{
    width: 0%;
    position: absolute;
    background: #00bebe;
    height: 0.1rem;
    z-index: -1;
    bottom: -8px;
}

.mo_doc_lib_upload_files_list_name_and_progress_percent_container{
    display: flex;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-family: sans-serif;
}

.mo_doc_lib_file_upload_extension{
    width: fit-content;
    font-weight: 500;
    font-size: 12px;
    background: #4c4c4c;
    color: white;
    border-radius: 10px;
    padding: 0px 10px;
}
