.TrackUpload {

    &-blank-tracks-button {
        margin-left: 20px;
    }

    &-dropzone {
        align-items: center;
        background-color: var(--white);
        border: dashed 1px $grey_300;
        display: flex;
        height: 165px;
        justify-content: center;
    }

    &-dropzone-helpmessage {
        color: var(--gray-900);
        font-size: 10px;
    }

    &-fileformats {
        cursor: pointer;
        text-decoration: underline;
    }

    &-instructions {
        font-size: 14px;
        padding: 0 0 30px 0;
    }

    &-upload-button {
        margin-right: 20px;
    }

    .LoadingIndicator {
        height: 300px;
        top: 0;
    }

    .Icons-upload-arrow,
    .Icons-import-arrow,
    .Icons-plus {
        height: 12px;
        margin-left: -5px;
        margin-right: 5px;
        vertical-align: text-top;
        width: 12px;
    }
}

.HeaderButtons {
    display: flex;
    margin-bottom: 14px;
    padding-right: 12px;
    width: 50%;

    &-button {
        margin-right: 5px;
    }

    &-space {
        flex-grow: 1;
    }
}

.HeaderDropdown {
    .Icons-upload-arrow,
    .Icons-import-arrow,
    .Icons-plus {
        height: 14px;
        margin-left: -5px;
        margin-right: 10px;
        vertical-align: text-top;
        width: 14px;
    }

    .Icons-chevron {
        fill: var(--gray-700);
        margin-left: 10px;
    }
}
