.TrackAssociateModal {
    &-container {
        display: table;
        height: 100%;
        width: 600px;
    }
    &-header {
        display: table-caption;
        padding-bottom: 12px;
    }
    &-row-header {
        border-bottom: 1px solid $mouse;
        border-top: 1px solid $mouse;
        color: $gorilla;
        display: table-cell;
        font-weight: 500;
        padding: 12px 10px;
        text-transform: uppercase;
        width: 60%;
    }
    &-row {
        border: 0;
        display: table-row;
    }
    &-row-value {
        display: table-cell;
        padding: 12px 10px;
    }
    &-row-value-bold {
        color: #a8a0a0;
        display: table-cell;
        font-weight: 500;
        padding: 12px 10px;
    }
    &-spacer {
        height: 90px;
    }
    &-mask {
        background: linear-gradient(rgba(255, 255, 255, 0), 99%, rgba(255, 255, 255, 1));
        bottom: 70px;
        height: 100%;
        pointer-events: none;
        position: absolute;
        width: 733px;
    }
    &-button-container {
        background: #fff;
        border-top: 1px solid $mouse;
        bottom: 0;
        height: 70px;
        position: absolute;
        width: 600px;
    }
    &-button {
        float: right;
        margin-top: 20px;
    }
}
