.UploadingEpisode {
    background-color: var(--gray-100);

    &-alert {
        padding: 30px;
    }

    &-content {
        background-color: var(--white);
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    }

    &-title {
        font-size: 16px;
        font-weight: 500;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .PodcastFile {
        height: 46px;
        margin-left: 30px;
        margin-right: 25px;
        opacity: 1;
        width: 34px;
    }

    &-lower {
        display: flex;
    }

    &-bottom-right {
        flex: 1;
        margin-right: 36px;
    }

    &-progress-bar {
        background-color: var(--gray-400);
        height: 10px;
        width: 100%;
    }

    &-progress-bar-progress {
        background-image: linear-gradient(93deg, #4ea6ff, #0070e0);
        height: 10px;
    }

    &-name-percent {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    &-file-name {
        font-size: 14px;
        font-weight: 500;
    }

    &-percent {
        color: var(--blue);
        font-size: 16px;
        font-weight: 500;
    }

    &-cancel {
        color: var(--red);
        cursor: pointer;
        display: flex;
        font-size: 11px;
        font-weight: 500;
        justify-content: flex-end;
        margin-bottom: 20px;
        margin-top: 16px;
        text-transform: uppercase;
    }

    .Clear {
        fill: var(--red);
        margin-left: 4px;
    }
}
