.BlankTrackModal {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    pointer-events: none;

    &-container {
        flex-basis: 500px;
        pointer-events: auto;
    }

    &-header {
        display: flex;
        padding: 11px 0;
        position: relative;
    }

    &-description {
        font-size: 13px;
        margin: 0 0 20px;
    }

    &-x-icon {
        vertical-align: bottom;
    }

    &-heading {
        flex: 1;
        margin: 0;
    }

    &-button-wrapper {
        display: flex;
        flex-direction: column;
        font-size: 13px;
        justify-content: center;
        margin: 0 15px;
        text-align: right;
    }

    &-button-group {
        padding-bottom: 30px;
    }

    &-discard-button {
        margin-right: 10px;
    }

    &-select-group {
        display: flex;
        flex-direction: row;
        font-size: 13px;
        justify-content: center;
        margin-bottom: 30px;
        text-align: center;
    }

    &-select-amount {
        text-align: center;
        width: 60px;
        z-index: 999;
    }

    &-minus-button {
        font-size: 18px;
        margin-right: -3px;
    }

    &-plus-button {
        margin-left: -3px;

        .Icons-plus {
            height: 12px;
            width: 12px;
        }
    }

}
