.ld-progress-wrapper-13273943 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ld-progress-label-13273943 {
    margin-bottom: 10px;
    font-weight: 500;
}

.ld-progress-bar-container-13273943 {
    background-color: #e0e0e0;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.ld-progress-bar-fill-13273943 {
    background-color: #0073aa;
    height: 100%;
    border-radius: 10px;
    transition: width 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    box-sizing: border-box;
    white-space: nowrap;
}

.ld-progress-percentage-13273943 {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}